Skip to content

Instantly share code, notes, and snippets.

@Shaolo
Created January 23, 2019 22:00
Show Gist options
  • Save Shaolo/9cd21a0c0609366ed5c0319b2e8df23f to your computer and use it in GitHub Desktop.
Save Shaolo/9cd21a0c0609366ed5c0319b2e8df23f to your computer and use it in GitHub Desktop.
2019-01-23 21:58:22 INFO (MainThread) [homeassistant.helpers.script] Script Kitchen Bright: Running script
2019-01-23 21:58:22 INFO (MainThread) [homeassistant.helpers.script] Script Kitchen Bright: Executing step call service
2019-01-23 21:58:22 INFO (MainThread) [homeassistant.helpers.script] Script Kitchen Bright: Executing step delay 0:00:03
2019-01-23 21:58:26 INFO (MainThread) [homeassistant.helpers.script] Script Kitchen Bright: Executing step call service
2019-01-23 21:58:26 DEBUG (MainThread) [pydeconz.utils] Sending {'data': '{"on": true, "bri": 254}'} to http://172.30.33.0:80/api/EA61481485/lights/19/state
2019-01-23 21:58:26 DEBUG (MainThread) [pydeconz.utils] HTTP request response: [{'success': {'/lights/19/state/on': True}}, {'success': {'/lights/19/state/bri': 254}}]
2019-01-23 21:58:26 DEBUG (MainThread) [pydeconz.utils] Sending {'data': '{"on": true, "bri": 254}'} to http://172.30.33.0:80/api/EA61481485/lights/10/state
2019-01-23 21:58:26 DEBUG (MainThread) [pydeconz.deconzdevice] Kitchen Bulb 1: update bri with 254
2019-01-23 21:58:26 DEBUG (MainThread) [pydeconz.websocket] Websocket data: {"e":"changed","id":"19","r":"lights","state":{"bri":254},"t":"event","uniqueid":"00:0b:57:ff:fe:b2:11:a9-01"}
2019-01-23 21:58:26 DEBUG (MainThread) [pydeconz.utils] HTTP request response: [{'success': {'/lights/10/state/on': True}}, {'success': {'/lights/10/state/bri': 254}}]
2019-01-23 21:58:26 DEBUG (MainThread) [pydeconz.deconzdevice] Kitchen Bulb 3: update bri with 254
2019-01-23 21:58:26 DEBUG (MainThread) [pydeconz.websocket] Websocket data: {"e":"changed","id":"10","r":"lights","state":{"bri":254},"t":"event","uniqueid":"d0:cf:5e:ff:fe:1f:ec:50-01"}
2019-01-23 21:58:26 INFO (MainThread) [homeassistant.helpers.script] Script Kitchen Bright: Executing step delay 0:00:02
2019-01-23 21:58:29 INFO (MainThread) [homeassistant.helpers.script] Script Kitchen Bright: Executing step call service
2019-01-23 21:58:29 DEBUG (MainThread) [pydeconz.utils] Sending {'data': '{"on": true, "ct": 250}'} to http://172.30.33.0:80/api/EA61481485/lights/19/state
2019-01-23 21:58:29 DEBUG (MainThread) [pydeconz.utils] HTTP request response: [{'success': {'/lights/19/state/on': True}}, {'success': {'/lights/19/state/ct': 250}}]
2019-01-23 21:58:29 DEBUG (MainThread) [pydeconz.utils] Sending {'data': '{"on": true, "ct": 250}'} to http://172.30.33.0:80/api/EA61481485/lights/10/state
2019-01-23 21:58:29 DEBUG (MainThread) [pydeconz.deconzdevice] Kitchen Bulb 1: update colormode with xy
2019-01-23 21:58:29 DEBUG (MainThread) [pydeconz.websocket] Websocket data: {"e":"changed","id":"19","r":"lights","state":{"colormode":"xy"},"t":"event","uniqueid":"00:0b:57:ff:fe:b2:11:a9-01"}
2019-01-23 21:58:29 DEBUG (MainThread) [pydeconz.deconzdevice] Kitchen Bulb 1: update colormode with xy
2019-01-23 21:58:29 DEBUG (MainThread) [pydeconz.websocket] Websocket data: {"e":"changed","id":"19","r":"lights","state":{"colormode":"xy"},"t":"event","uniqueid":"00:0b:57:ff:fe:b2:11:a9-01"}
2019-01-23 21:58:29 DEBUG (MainThread) [pydeconz.utils] HTTP request response: [{'success': {'/lights/10/state/on': True}}, {'success': {'/lights/10/state/ct': 250}}]
2019-01-23 21:58:29 DEBUG (MainThread) [pydeconz.deconzdevice] Kitchen Bulb 3: update colormode with xy
2019-01-23 21:58:29 DEBUG (MainThread) [pydeconz.websocket] Websocket data: {"e":"changed","id":"10","r":"lights","state":{"colormode":"xy"},"t":"event","uniqueid":"d0:cf:5e:ff:fe:1f:ec:50-01"}
2019-01-23 21:58:47 INFO (MainThread) [homeassistant.components.http.view] Serving /api/history/period/2019-01-22T21:58:47.166Z to 73.25.9.181 (auth: True)
2019-01-23 21:58:52 DEBUG (MainThread) [pydeconz.deconzdevice] Kitchen Bulb 1: update reachable with False
2019-01-23 21:58:52 DEBUG (MainThread) [pydeconz.websocket] Websocket data: {"e":"changed","id":"19","r":"lights","state":{"reachable":false},"t":"event","uniqueid":"00:0b:57:ff:fe:b2:11:a9-01"}
2019-01-23 21:58:54 DEBUG (MainThread) [pydeconz.deconzdevice] Kitchen Bulb 2: update reachable with True
2019-01-23 21:58:54 DEBUG (MainThread) [pydeconz.websocket] Websocket data: {"e":"changed","id":"1","r":"lights","state":{"reachable":true},"t":"event","uniqueid":"00:0b:57:ff:fe:98:4c:44-01"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment