Bridge don't send UDP packets for Entertainment

I have the following setup:

  • HA diyhue addon 2.0.7
  • ESP light (i.e. latest Generic_WS2812_Strip.ino)
  • Philips TV Ambilight + Hue
    All 3 paired sucessfully.

It seems something pretends the TV to send over DTLS to the bridge. That pretents the bridge sending an UDP based EntertainmentStream to the lights but only the HTTP based EventStream, therefore the light stays in lightEngine mode. This causes a lag in the refresh rate of the light strip. It takes ~3s to blend to a new value.

It works very well with the not anymore maintained /maxbec/hassio-diyHue Addon v1.5.0 together with diyHue lights based on older *.ino code. Somewhen last year this addon version stopped working and i changed to the current addon version. Unfortunatly it only supports newer *.ino sketches, with a lot of changes in the code. At least the answer to /detect is totally different, therefore only the lights with this new code will be paired anymore.

Have anyone else such issue? What could have changed since then?

When the TV starts sending only services.eventStreamer appears instead of service.entertainment and only xy data will be sent.

2023-01-13 12:06:10,435 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:06:10] “{“on”:true}GET /api/b6a531b4933111edae4cb827eb232bf2 HTTP/1.1” 405 -
2023-01-13 12:06:13,148 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:06:13] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:06:14,392 - services.stateFetch - INFO - start lights sync
2023-01-13 12:06:14,393 - services.stateFetch - DEBUG - fetch Generic_WS2812_Strip 1
2023-01-13 12:06:14,423 - services.stateFetch - DEBUG - {‘on’: True, ‘bri’: 216, ‘xy’: [0.39320901, 0.299609989], ‘ct’: 200, ‘hue’: 0, ‘sat’: 254, ‘colormode’: ‘xy’}
2023-01-13 12:06:18,159 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:06:18] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:06:23,147 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:06:23] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:06:25,436 - services.stateFetch - INFO - start lights sync
2023-01-13 12:06:25,437 - services.stateFetch - DEBUG - fetch Generic_WS2812_Strip 1
2023-01-13 12:06:25,471 - services.stateFetch - DEBUG - {‘on’: True, ‘bri’: 216, ‘xy’: [0.39320901, 0.299609989], ‘ct’: 200, ‘hue’: 0, ‘sat’: 254, ‘colormode’: ‘xy’}
2023-01-13 12:06:28,146 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:06:28] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:06:30,477 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:06:30] “GET /api/b6a531b4933111edae4cb827eb232bf2 HTTP/1.1” 200 -
2023-01-13 12:06:30,800 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:06:30] “GET /api/b6a531b4933111edae4cb827eb232bf2/groups/1 HTTP/1.1” 200 -
2023-01-13 12:06:30,937 - flaskUI.restful - DEBUG - {‘bri’: 254, ‘transitiontime’: 8, ‘xy’: [0.27823305130004883, 0.28064101934432983]}
2023-01-13 12:06:30,972 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/bri’: 254}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}, {‘success’: {‘/lights/1/state/xy’: [0.27823305130004883, 0.28064101934432983]}}]
2023-01-13 12:06:30,977 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:06:30] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:06:31,020 - services.eventStreamer - DEBUG - {‘creationtime’: ‘2023-01-13T12:06:30Z’, ‘data’: [{‘id’: ‘46261464-065a-5547-a2f6-39c9faa62b6d’, ‘id_v1’: ‘/lights/1’, ‘identify’: {}, ‘metadata’: {‘archetype’: ‘hue_lightstrip’, ‘name’: ‘Generic_WS2812_Strip 1’}, ‘product_data’: {‘certified’: True, ‘manufacturer_name’: ‘Signify Netherlands B.V.’, ‘product_archetype’: ‘hue_lightstrip’, ‘product_name’: ‘Hue lightstrip plus’, ‘software_version’: ‘1.90.1’, ‘model_id’: ‘LST002’}, ‘services’: [{‘rid’: ‘3467f574-49b3-475b-8af1-519c749ef0d0’, ‘rtype’: ‘light’}, {‘rid’: ‘dceeccdc-e670-58db-8bcd-d7decdfbd1c9’, ‘rtype’: ‘zigbee_connectivity’}, {‘rid’: ‘d6216cbc-0968-5fae-8aa0-6078f53117d0’, ‘rtype’: ‘entertainment’}], ‘type’: ‘device’}], ‘id’: ‘6f727ba7-ccd3-4015-9810-340cdd3fb627’, ‘type’: ‘update’}
2023-01-13 12:06:33,145 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:06:33] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:06:38,147 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:06:38] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:06:39,486 - services.stateFetch - INFO - start lights sync
2023-01-13 12:06:39,487 - services.stateFetch - DEBUG - fetch Generic_WS2812_Strip 1
2023-01-13 12:06:39,517 - services.stateFetch - DEBUG - {‘on’: True, ‘bri’: 254, ‘xy’: [0.278233051, 0.280641019], ‘ct’: 200, ‘hue’: 0, ‘sat’: 254, ‘colormode’: ‘xy’}
2023-01-13 12:06:41,255 - flaskUI.restful - DEBUG - {‘on’: True, ‘transitiontime’: 8}
2023-01-13 12:06:41,308 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/on’: True}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}]
2023-01-13 12:06:41,313 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:06:41] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:06:41,369 - flaskUI.restful - DEBUG - {‘bri’: 254, ‘transitiontime’: 8, ‘xy’: [0.27823111414909363, 0.2802695631980896]}
2023-01-13 12:06:41,369 - services.eventStreamer - DEBUG - {‘creationtime’: ‘2023-01-13T12:06:41Z’, ‘data’: [{‘id’: ‘46261464-065a-5547-a2f6-39c9faa62b6d’, ‘id_v1’: ‘/lights/1’, ‘identify’: {}, ‘metadata’: {‘archetype’: ‘hue_lightstrip’, ‘name’: ‘Generic_WS2812_Strip 1’}, ‘product_data’: {‘certified’: True, ‘manufacturer_name’: ‘Signify Netherlands B.V.’, ‘product_archetype’: ‘hue_lightstrip’, ‘product_name’: ‘Hue lightstrip plus’, ‘software_version’: ‘1.90.1’, ‘model_id’: ‘LST002’}, ‘services’: [{‘rid’: ‘3467f574-49b3-475b-8af1-519c749ef0d0’, ‘rtype’: ‘light’}, {‘rid’: ‘dceeccdc-e670-58db-8bcd-d7decdfbd1c9’, ‘rtype’: ‘zigbee_connectivity’}, {‘rid’: ‘d6216cbc-0968-5fae-8aa0-6078f53117d0’, ‘rtype’: ‘entertainment’}], ‘type’: ‘device’}], ‘id’: ‘d0c5fe80-2e18-4f93-8779-66c373f51b06’, ‘type’: ‘update’}
2023-01-13 12:06:41,410 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/bri’: 254}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}, {‘success’: {‘/lights/1/state/xy’: [0.27823111414909363, 0.2802695631980896]}}]
2023-01-13 12:06:41,415 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:06:41] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:06:43,142 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:06:43] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:06:48,152 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:06:48] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:06:50,462 - services.ssdp - DEBUG - Sending M-Search response to 192.168.188.37
2023-01-13 12:06:50,530 - services.stateFetch - INFO - start lights sync
2023-01-13 12:06:50,531 - services.stateFetch - DEBUG - fetch Generic_WS2812_Strip 1
2023-01-13 12:06:50,564 - services.stateFetch - DEBUG - {‘on’: True, ‘bri’: 254, ‘xy’: [0.278231114, 0.280269563], ‘ct’: 200, ‘hue’: 0, ‘sat’: 254, ‘colormode’: ‘xy’}
2023-01-13 12:06:51,168 - services.ssdp - DEBUG - Sending M-Search response to 192.168.188.37
2023-01-13 12:06:51,594 - flaskUI.restful - DEBUG - {‘on’: True, ‘transitiontime’: 8}
2023-01-13 12:06:51,641 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/on’: True}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}]
2023-01-13 12:06:51,647 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:06:51] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:06:51,694 - services.eventStreamer - DEBUG - {‘creationtime’: ‘2023-01-13T12:06:51Z’, ‘data’: [{‘id’: ‘46261464-065a-5547-a2f6-39c9faa62b6d’, ‘id_v1’: ‘/lights/1’, ‘identify’: {}, ‘metadata’: {‘archetype’: ‘hue_lightstrip’, ‘name’: ‘Generic_WS2812_Strip 1’}, ‘product_data’: {‘certified’: True, ‘manufacturer_name’: ‘Signify Netherlands B.V.’, ‘product_archetype’: ‘hue_lightstrip’, ‘product_name’: ‘Hue lightstrip plus’, ‘software_version’: ‘1.90.1’, ‘model_id’: ‘LST002’}, ‘services’: [{‘rid’: ‘3467f574-49b3-475b-8af1-519c749ef0d0’, ‘rtype’: ‘light’}, {‘rid’: ‘dceeccdc-e670-58db-8bcd-d7decdfbd1c9’, ‘rtype’: ‘zigbee_connectivity’}, {‘rid’: ‘d6216cbc-0968-5fae-8aa0-6078f53117d0’, ‘rtype’: ‘entertainment’}], ‘type’: ‘device’}], ‘id’: ‘ed9e807a-2aee-4fa0-b2e0-c86a6078c341’, ‘type’: ‘update’}
2023-01-13 12:06:51,704 - flaskUI.restful - DEBUG - {‘bri’: 254, ‘transitiontime’: 8, ‘xy’: [0.2778569161891937, 0.27993014454841614]}
2023-01-13 12:06:51,752 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/bri’: 254}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}, {‘success’: {‘/lights/1/state/xy’: [0.2778569161891937, 0.27993014454841614]}}]
2023-01-13 12:06:51,756 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:06:51] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:06:51,765 - services.ssdp - DEBUG - Sending M-Search response to 192.168.188.37
2023-01-13 12:06:53,155 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:06:53] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:06:53,387 - services.ssdp - DEBUG - Sending M-Search response to 192.168.188.37
2023-01-13 12:06:58,151 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:06:58] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:07:01,919 - flaskUI.restful - DEBUG - {‘on’: True, ‘transitiontime’: 8}
2023-01-13 12:07:01,971 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/on’: True}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}]
2023-01-13 12:07:01,976 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:07:01] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:07:02,013 - services.eventStreamer - DEBUG - {‘creationtime’: ‘2023-01-13T12:07:01Z’, ‘data’: [{‘id’: ‘46261464-065a-5547-a2f6-39c9faa62b6d’, ‘id_v1’: ‘/lights/1’, ‘identify’: {}, ‘metadata’: {‘archetype’: ‘hue_lightstrip’, ‘name’: ‘Generic_WS2812_Strip 1’}, ‘product_data’: {‘certified’: True, ‘manufacturer_name’: ‘Signify Netherlands B.V.’, ‘product_archetype’: ‘hue_lightstrip’, ‘product_name’: ‘Hue lightstrip plus’, ‘software_version’: ‘1.90.1’, ‘model_id’: ‘LST002’}, ‘services’: [{‘rid’: ‘3467f574-49b3-475b-8af1-519c749ef0d0’, ‘rtype’: ‘light’}, {‘rid’: ‘dceeccdc-e670-58db-8bcd-d7decdfbd1c9’, ‘rtype’: ‘zigbee_connectivity’}, {‘rid’: ‘d6216cbc-0968-5fae-8aa0-6078f53117d0’, ‘rtype’: ‘entertainment’}], ‘type’: ‘device’}], ‘id’: ‘c4cae3fe-86b1-4d80-9cc0-f3573778ba9f’, ‘type’: ‘update’}
2023-01-13 12:07:02,032 - flaskUI.restful - DEBUG - {‘bri’: 254, ‘transitiontime’: 8, ‘xy’: [0.27796223759651184, 0.2797468304634094]}
2023-01-13 12:07:02,088 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/bri’: 254}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}, {‘success’: {‘/lights/1/state/xy’: [0.27796223759651184, 0.2797468304634094]}}]
2023-01-13 12:07:02,093 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:07:02] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:07:03,155 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:07:03] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:07:03,581 - services.stateFetch - INFO - start lights sync
2023-01-13 12:07:03,582 - services.stateFetch - DEBUG - fetch Generic_WS2812_Strip 1
2023-01-13 12:07:03,623 - services.stateFetch - DEBUG - {‘on’: True, ‘bri’: 254, ‘xy’: [0.277962238, 0.27974683], ‘ct’: 200, ‘hue’: 0, ‘sat’: 254, ‘colormode’: ‘xy’}
2023-01-13 12:07:08,149 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:07:08] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:07:12,241 - flaskUI.restful - DEBUG - {‘on’: True, ‘transitiontime’: 8}
2023-01-13 12:07:12,281 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/on’: True}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}]
2023-01-13 12:07:12,287 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:07:12] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:07:12,341 - services.eventStreamer - DEBUG - {‘creationtime’: ‘2023-01-13T12:07:12Z’, ‘data’: [{‘id’: ‘46261464-065a-5547-a2f6-39c9faa62b6d’, ‘id_v1’: ‘/lights/1’, ‘identify’: {}, ‘metadata’: {‘archetype’: ‘hue_lightstrip’, ‘name’: ‘Generic_WS2812_Strip 1’}, ‘product_data’: {‘certified’: True, ‘manufacturer_name’: ‘Signify Netherlands B.V.’, ‘product_archetype’: ‘hue_lightstrip’, ‘product_name’: ‘Hue lightstrip plus’, ‘software_version’: ‘1.90.1’, ‘model_id’: ‘LST002’}, ‘services’: [{‘rid’: ‘3467f574-49b3-475b-8af1-519c749ef0d0’, ‘rtype’: ‘light’}, {‘rid’: ‘dceeccdc-e670-58db-8bcd-d7decdfbd1c9’, ‘rtype’: ‘zigbee_connectivity’}, {‘rid’: ‘d6216cbc-0968-5fae-8aa0-6078f53117d0’, ‘rtype’: ‘entertainment’}], ‘type’: ‘device’}], ‘id’: ‘e8c06be3-e3ab-4856-97c3-d6709979aa8f’, ‘type’: ‘update’}
2023-01-13 12:07:12,340 - flaskUI.restful - DEBUG - {‘bri’: 254, ‘transitiontime’: 8, ‘xy’: [0.2779230773448944, 0.28007972240448]}
2023-01-13 12:07:12,377 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/bri’: 254}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}, {‘success’: {‘/lights/1/state/xy’: [0.2779230773448944, 0.28007972240448]}}]
2023-01-13 12:07:12,383 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:07:12] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:07:13,151 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:07:13] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:07:14,636 - services.stateFetch - INFO - start lights sync
2023-01-13 12:07:14,637 - services.stateFetch - DEBUG - fetch Generic_WS2812_Strip 1
2023-01-13 12:07:14,678 - services.stateFetch - DEBUG - {‘on’: True, ‘bri’: 254, ‘xy’: [0.277923077, 0.280079722], ‘ct’: 200, ‘hue’: 0, ‘sat’: 254, ‘colormode’: ‘xy’}
2023-01-13 12:07:18,150 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:07:18] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:07:22,567 - flaskUI.restful - DEBUG - {‘on’: True, ‘transitiontime’: 8}
2023-01-13 12:07:22,608 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/on’: True}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}]
2023-01-13 12:07:22,614 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:07:22] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:07:22,669 - services.eventStreamer - DEBUG - {‘creationtime’: ‘2023-01-13T12:07:22Z’, ‘data’: [{‘id’: ‘46261464-065a-5547-a2f6-39c9faa62b6d’, ‘id_v1’: ‘/lights/1’, ‘identify’: {}, ‘metadata’: {‘archetype’: ‘hue_lightstrip’, ‘name’: ‘Generic_WS2812_Strip 1’}, ‘product_data’: {‘certified’: True, ‘manufacturer_name’: ‘Signify Netherlands B.V.’, ‘product_archetype’: ‘hue_lightstrip’, ‘product_name’: ‘Hue lightstrip plus’, ‘software_version’: ‘1.90.1’, ‘model_id’: ‘LST002’}, ‘services’: [{‘rid’: ‘3467f574-49b3-475b-8af1-519c749ef0d0’, ‘rtype’: ‘light’}, {‘rid’: ‘dceeccdc-e670-58db-8bcd-d7decdfbd1c9’, ‘rtype’: ‘zigbee_connectivity’}, {‘rid’: ‘d6216cbc-0968-5fae-8aa0-6078f53117d0’, ‘rtype’: ‘entertainment’}], ‘type’: ‘device’}], ‘id’: ‘75cfc733-e82c-4df2-92fb-a26c5cb70835’, ‘type’: ‘update’}
2023-01-13 12:07:22,670 - flaskUI.restful - DEBUG - {‘bri’: 254, ‘transitiontime’: 8, ‘xy’: [0.2783496677875519, 0.2800408899784088]}
2023-01-13 12:07:22,704 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/bri’: 254}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}, {‘success’: {‘/lights/1/state/xy’: [0.2783496677875519, 0.2800408899784088]}}]
2023-01-13 12:07:22,710 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:07:22] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:07:23,148 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:07:23] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:07:25,683 - services.stateFetch - INFO - start lights sync
2023-01-13 12:07:25,684 - services.stateFetch - DEBUG - fetch Generic_WS2812_Strip 1
2023-01-13 12:07:25,713 - services.stateFetch - DEBUG - {‘on’: True, ‘bri’: 254, ‘xy’: [0.278349668, 0.28004089], ‘ct’: 200, ‘hue’: 0, ‘sat’: 254, ‘colormode’: ‘xy’}
2023-01-13 12:07:28,144 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:07:28] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -
2023-01-13 12:07:32,895 - flaskUI.restful - DEBUG - {‘on’: True, ‘transitiontime’: 8}
2023-01-13 12:07:32,960 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/on’: True}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}]
2023-01-13 12:07:32,965 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:07:32] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:07:32,988 - services.eventStreamer - DEBUG - {‘creationtime’: ‘2023-01-13T12:07:32Z’, ‘data’: [{‘id’: ‘46261464-065a-5547-a2f6-39c9faa62b6d’, ‘id_v1’: ‘/lights/1’, ‘identify’: {}, ‘metadata’: {‘archetype’: ‘hue_lightstrip’, ‘name’: ‘Generic_WS2812_Strip 1’}, ‘product_data’: {‘certified’: True, ‘manufacturer_name’: ‘Signify Netherlands B.V.’, ‘product_archetype’: ‘hue_lightstrip’, ‘product_name’: ‘Hue lightstrip plus’, ‘software_version’: ‘1.90.1’, ‘model_id’: ‘LST002’}, ‘services’: [{‘rid’: ‘3467f574-49b3-475b-8af1-519c749ef0d0’, ‘rtype’: ‘light’}, {‘rid’: ‘dceeccdc-e670-58db-8bcd-d7decdfbd1c9’, ‘rtype’: ‘zigbee_connectivity’}, {‘rid’: ‘d6216cbc-0968-5fae-8aa0-6078f53117d0’, ‘rtype’: ‘entertainment’}], ‘type’: ‘device’}], ‘id’: ‘6f519c30-775b-463d-9e54-0978030b3222’, ‘type’: ‘update’}
2023-01-13 12:07:33,021 - flaskUI.restful - DEBUG - {‘bri’: 254, ‘transitiontime’: 8, ‘xy’: [0.277902215719223, 0.28014445304870605]}
2023-01-13 12:07:33,060 - flaskUI.restful - DEBUG - [{‘success’: {‘/lights/1/state/bri’: 254}}, {‘success’: {‘/lights/1/state/transitiontime’: 8}}, {‘success’: {‘/lights/1/state/xy’: [0.277902215719223, 0.28014445304870605]}}]
2023-01-13 12:07:33,065 - werkzeug - INFO - 192.168.188.56 - - [13/Jan/2023 12:07:33] “PUT /api/b6a531b4933111edae4cb827eb232bf2/lights/1/state HTTP/1.1” 200 -
2023-01-13 12:07:33,148 - werkzeug - INFO - 192.168.188.37 - - [13/Jan/2023 12:07:33] “GET /api/d7dc40f292a511edae4cb827eb232bf2/groups/0 HTTP/1.1” 200 -