self.config_parser.add_section('sensors')
self.config_parser.set('sensors','remote_cmd',"ssh -o PasswordAuthentication=no %RHOST% %RSHELL% %RSOCKET%")
self.config_parser.set('sensors','remote_host',"slug.realraum.at")
- self.config_parser.set('sensors','remote_socket',"/var/run/tuer/door_cmd.socket")
- self.config_parser.set('sensors','remote_shell',"serial")
+ self.config_parser.set('sensors','remote_socket',"/var/run/power_sensor.socket")
+ self.config_parser.set('sensors','remote_shell',"usocket")
self.config_parser.add_section('tracker')
self.config_parser.set('tracker','sec_wait_movement_after_door_closed',2.0)
self.config_parser.set('tracker','sec_general_movement_timeout',1800)