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.7k stars 3.16k forks source link

ZigBee integration #1700

Open b3-4r opened 3 years ago

b3-4r commented 3 years ago

With ZigBee-based colour changing bulbs becoming cheaper and cheaper (like IKEA's Trådfri, Lidl recently started their own line of smart bulbs, etc.), I've been thinking it would be super useful to be able to sync general room moodlighting to WLED-based features to be able to include background lighting in scenes. This should be relatively easily doable using a home automation system, but to set one up just for lighting control seems a bit overkill when one extra ESP would do the trick. Same goes for using official (online account requiring, nonfree) gateways.

Would this be easily achievable?

neckyaan commented 3 years ago

Bind zig device to mqtt service through zig2mqtt, it should be controllable

AskAlice commented 1 year ago

The TTGO T-Zigbee board has an ESP32-C3 and a TLSR8258, which when flashed with the proper firmware provided by ttgo, can be communicated with from the ESP32 to accept and receive zigbee messages. This should create an interface where WLED could acquire zigbee support. The whole point of zigbee is to create a meshnet that is unaffected by wifi interference, so while I understand why you'd suggest using zigbee2mqtt, the implementation that I've suggested would enable wled to work regardless of the shitty wifi antennas on far too many ESP32/8266 boards.

See also: https://github.com/Xinyuan-LilyGO/T-ZigBee