Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.5k stars 3.1k forks source link

Hue sync may not work correctly with V1 hue bridge (round) #2147

Open Aircoookie opened 3 years ago

Aircoookie commented 3 years ago

It appears as though the packet is split into multiple chunks, which the HTTP client/JSON parser is not written to deal with.

Possible solutions A) Test if partially parsed JSON contains the necessary values (as all important ones seem to be contained in the first chunk) B) Make a buffer for the 1st chunk and parse once 2nd is received

Reported by Rubble on Discord

stale[bot] commented 2 years ago

Hey! This issue has been open for quite some time without any new comments now. It will be closed automatically in a week if no further activity occurs. Thank you for using WLED!