adrilight
adrilight copied to clipboard
MQTT integration
possible feature?
Also possibly direct homeassistant integration?
https://www.home-assistant.io/docs/mqtt/discovery/
Yes, MQTT would be really nice!
@murmelbahn can you tell me more about what you would expect from an mqtt integration?
Hi, the best I can imagine is a Home Assistant integration with the same features as WLED. Pick a color, pick an effect and controll brightness.
Oh yes, sounds pretty nice.
Hi, has someone made any progress on this? I was looking for a way to use wireless communication instead of USB. Maybe with a wifi module on the arduino and mqtt communication on the local network. Any hint on where to start in order to add this feature (i'm new to C#). Thanks!
Hi! I this issue is more about integrating adrilight in a smarthome environment and not about controlling the actual leds over wifi.
I had an idea for controlling the leds over wifi since forever but sadly I have too many other things in my life right now. My starting point would be to use an esp with wled firmware on it connected to the leds. Then teach adrilight to talk to wled with some of the faster udp options. Timing is absolutely critically for a good experience. Mqtt is too slow for this. Even this approach needs to be tested if it is fast enough.
Ok thanks, I'll check on that. For mqtt i was thinking to create a topic for each led and thus update the status on each topic independently, but i agree that it may create some latency. I'll try to do some testing on my own and i'll let you know if something works