TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
295 stars 63 forks source link

Tuya Lighting Integration #192

Closed 42Willow closed 1 year ago

42Willow commented 1 year ago

Possible option to add Tuya smart lights? I think most if not all of them are not individually addressable though.

Teraskull commented 1 year ago

Hi,

Unfortunately, we do not have plans to add any kind of integration, because it will add a lot of complexity, and there is no one to maintain it all. There are multiple different LED lights, like Tuya, Wiz, Philips, Wyze, and each of them has a different control method (bridge, UDP, Matter). This is why we have an API and documentation for MLSC if someone would like to, for example, control regular addressable LED strips through Google Assistant or Alexa. You can then use IFTTT to make API calls.

Thanks!