X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=track-presence.py;fp=track-presence.py;h=07200e0f0272c24d0c17aaec0e87c6c3ef31a456;hb=564cf419274088718bf953c4d262970d3ca5ffc1;hp=b6bb8f814960f2797ad4f662c952153bce3b0951;hpb=381b4ecf0bd2c936aea1b63bc2e2c6b630cb92d1;p=svn42.git diff --git a/track-presence.py b/track-presence.py index b6bb8f8..07200e0 100755 --- a/track-presence.py +++ b/track-presence.py @@ -47,9 +47,9 @@ class UWSConfig: self.config_parser.set('sensors','remote_shell',"usocket") self.config_parser.add_section('tracker') self.config_parser.set('tracker','sec_wait_after_close_using_cardphone',"4.2") - self.config_parser.set('tracker','sec_wait_for_movement_before_warning',"30") - self.config_parser.set('tracker','sec_wait_after_close_using_manualswitch',"25.0") - self.config_parser.set('tracker','sec_movement_before_manual_switch',"-1.0") #neg duration means: movement has to occur _after_ door was closed manually + self.config_parser.set('tracker','sec_wait_for_movement_before_warning',"60") + self.config_parser.set('tracker','sec_wait_after_close_using_manualswitch',"22.0") + self.config_parser.set('tracker','sec_movement_before_manual_switch',"-3.0") #neg duration means: movement has to occur _after_ door was closed manually self.config_parser.set('tracker','sec_general_movement_timeout',"3600") self.config_parser.set('tracker','server_socket',"/var/run/tuer/presence.socket") self.config_parser.set('tracker','photo_flashlight',"1020")