@TAustin
Logs for revised shelly. 2 on-off cycles
2022-01-19T23:22:45.499484466+00:00 TRACE Shelly Device Driver V1 Received event with handler capability
2022-01-19T23:22:45.510071258+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> received command: {“command”:“off”,“component”:“main”,“positional_args”:,“capability”:“switch”,“args”:}
2022-01-19T23:22:45.513580341+00:00 TRACE Shelly Device Driver V1 Found CapabilityCommandDispatcher handler in thisDriver
2022-01-19T23:22:45.516425216+00:00 INFO Shelly Device Driver V1 main switch turned off
2022-01-19T23:22:45.519659758+00:00 PRINT Shelly Device Driver V1 Sending HTTP request: http://192.168.1.140/relay/0/?turn=off
2022-01-19T23:22:45.622759550+00:00 PRINT Shelly Device Driver V1 response=> {“ison”:false,“has_timer”:false,“timer_started”:0,“timer_duration”:0,“timer_remaining”:0,“source”:“http”}
2022-01-19T23:22:45.626710300+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“off”},“capability_id”:“switch”,“attribute_id”:“switch”,“component_id”:“main”}
2022-01-19T23:22:45.637824216+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“open”},“capability_id”:“contactSensor”,“attribute_id”:“contact”,“component_id”:“main”}
2022-01-19T23:22:45.648151633+00:00 DEBUG Shelly Device Driver V1 Shelly R1 1 device thread event handled
2022-01-19T23:22:49.098789633+00:00 TRACE Shelly Device Driver V1 Received event with handler capability
2022-01-19T23:22:49.124486967+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> received command: {“command”:“on”,“component”:“main”,“positional_args”:,“capability”:“switch”,“args”:}
2022-01-19T23:22:49.127706383+00:00 TRACE Shelly Device Driver V1 Found CapabilityCommandDispatcher handler in thisDriver
2022-01-19T23:22:49.149155967+00:00 INFO Shelly Device Driver V1 main switch turned on
2022-01-19T23:22:49.170369092+00:00 PRINT Shelly Device Driver V1 Sending HTTP request: http://192.168.1.140/relay/0/?turn=on
2022-01-19T23:22:49.435174925+00:00 PRINT Shelly Device Driver V1 response=> {“ison”:true,“has_timer”:false,“timer_started”:0,“timer_duration”:0,“timer_remaining”:0,“source”:“http”}
2022-01-19T23:22:49.443365425+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“on”},“capability_id”:“switch”,“attribute_id”:“switch”,“component_id”:“main”}
2022-01-19T23:22:49.459897508+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“closed”},“capability_id”:“contactSensor”,“attribute_id”:“contact”,“component_id”:“main”}
2022-01-19T23:22:49.475401425+00:00 DEBUG Shelly Device Driver V1 Shelly R1 1 device thread event handled
2022-01-19T23:22:49.481244050+00:00 TRACE Shelly Device Driver V1 Received event with handler server
2022-01-19T23:22:49.504217467+00:00 DEBUG Shelly Device Driver V1 Accepted connection from 192.168.1.140:2808
2022-01-19T23:22:49.507700384+00:00 PRINT Shelly Device Driver V1 Firstline: GET /67ed4bc7-fe39-4a6b-942d-3412c6c36d69/relay/0/on HTTP/1.1
2022-01-19T23:22:49.511537467+00:00 PRINT Shelly Device Driver V1 Headerline: Host: 192.168.1.154:42841
2022-01-19T23:22:49.514938217+00:00 PRINT Shelly Device Driver V1 Headerline: Content-Length: 0
2022-01-19T23:22:49.530100092+00:00 PRINT Shelly Device Driver V1 Headerline: User-Agent: Shelly/20211109-124958/v1.11.7-g682a0db (SHSW-1)
2022-01-19T23:22:49.545262092+00:00 INFO Shelly Device Driver V1 Message for Shelly R1 1: endpoint=/67ed4bc7-fe39-4a6b-942d-3412c6c36d69/relay/0/on
2022-01-19T23:22:49.549129967+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“closed”},“capability_id”:“contactSensor”,“attribute_id”:“contact”,“component_id”:“main”}
2022-01-19T23:22:49.558058634+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“on”},“capability_id”:“switch”,“attribute_id”:“switch”,“component_id”:“main”}
2022-01-19T23:22:52.382725509+00:00 TRACE Shelly Device Driver V1 Received event with handler capability
2022-01-19T23:22:52.395238801+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> received command: {“command”:“off”,“component”:“main”,“positional_args”:,“capability”:“switch”,“args”:}
2022-01-19T23:22:52.398567051+00:00 TRACE Shelly Device Driver V1 Found CapabilityCommandDispatcher handler in thisDriver
2022-01-19T23:22:52.401748592+00:00 INFO Shelly Device Driver V1 main switch turned off
2022-01-19T23:22:52.404952051+00:00 PRINT Shelly Device Driver V1 Sending HTTP request: http://192.168.1.140/relay/0/?turn=off
2022-01-19T23:22:52.484668051+00:00 PRINT Shelly Device Driver V1 response=> {“ison”:false,“has_timer”:false,“timer_started”:0,“timer_duration”:0,“timer_remaining”:0,“source”:“http”}
2022-01-19T23:22:52.488615259+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“off”},“capability_id”:“switch”,“attribute_id”:“switch”,“component_id”:“main”}
2022-01-19T23:22:52.499156051+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“open”},“capability_id”:“contactSensor”,“attribute_id”:“contact”,“component_id”:“main”}
2022-01-19T23:22:52.509703176+00:00 DEBUG Shelly Device Driver V1 Shelly R1 1 device thread event handled
2022-01-19T23:22:54.471098384+00:00 TRACE Shelly Device Driver V1 Received event with handler capability
2022-01-19T23:22:54.481247259+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> received command: {“command”:“on”,“component”:“main”,“positional_args”:,“capability”:“switch”,“args”:}
2022-01-19T23:22:54.484763967+00:00 TRACE Shelly Device Driver V1 Found CapabilityCommandDispatcher handler in thisDriver
2022-01-19T23:22:54.487519842+00:00 INFO Shelly Device Driver V1 main switch turned on
2022-01-19T23:22:54.490760759+00:00 PRINT Shelly Device Driver V1 Sending HTTP request: http://192.168.1.140/relay/0/?turn=on
2022-01-19T23:22:54.628693551+00:00 PRINT Shelly Device Driver V1 response=> {“ison”:true,“has_timer”:false,“timer_started”:0,“timer_duration”:0,“timer_remaining”:0,“source”:“http”}
2022-01-19T23:22:54.632928884+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“on”},“capability_id”:“switch”,“attribute_id”:“switch”,“component_id”:“main”}
2022-01-19T23:22:54.643220176+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“closed”},“capability_id”:“contactSensor”,“attribute_id”:“contact”,“component_id”:“main”}
2022-01-19T23:22:54.656285342+00:00 DEBUG Shelly Device Driver V1 Shelly R1 1 device thread event handled
2022-01-19T23:22:54.660278009+00:00 TRACE Shelly Device Driver V1 Received event with handler server
2022-01-19T23:22:54.673043301+00:00 DEBUG Shelly Device Driver V1 Accepted connection from 192.168.1.140:22771
2022-01-19T23:22:54.676645342+00:00 PRINT Shelly Device Driver V1 Firstline: GET /67ed4bc7-fe39-4a6b-942d-3412c6c36d69/relay/0/on HTTP/1.1
2022-01-19T23:22:54.680592051+00:00 PRINT Shelly Device Driver V1 Headerline: Host: 192.168.1.154:42841
2022-01-19T23:22:54.683963759+00:00 PRINT Shelly Device Driver V1 Headerline: Content-Length: 0
2022-01-19T23:22:54.687271551+00:00 PRINT Shelly Device Driver V1 Headerline: User-Agent: Shelly/20211109-124958/v1.11.7-g682a0db (SHSW-1)
2022-01-19T23:22:54.697019967+00:00 INFO Shelly Device Driver V1 Message for Shelly R1 1: endpoint=/67ed4bc7-fe39-4a6b-942d-3412c6c36d69/relay/0/on
2022-01-19T23:22:54.700793717+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“closed”},“capability_id”:“contactSensor”,“attribute_id”:“contact”,“component_id”:“main”}
2022-01-19T23:22:54.710043426+00:00 INFO Shelly Device Driver V1 <Device: 67ed4bc7-fe39-4a6b-942d-3412c6c36d69 (Shelly R1 1)> emitting event: {“state”:{“value”:“on”},“capability_id”:“switch”,“attribute_id”:“switch”,“component_id”:“main”}
listening for logs… -



