simap / pixelblaze

Files related to Pixelblaze
https://www.bhencke.com/pixelblaze
225 stars 29 forks source link

MQTT support #10

Open davyhollevoet opened 4 years ago

davyhollevoet commented 4 years ago

Have you considered adding support for controlling pixelblaze over MQTT?

My use-case is connecting it to Home Assistant, which supports controlling lights over MQTT. Right now I'm using a small python bridge between MQTT and the pixelblaze websocket: pixelblaze_mqtt_bridge (shameless plug)

simap commented 4 years ago

I've given it a shot, but the libraries I used hogged CPU and resources and kind of ruined the whole smooth LED thing so I dropped it and focused on other things. I'll give it another try at some point for sure. Thanks for the bridge, that could help a lot of folks in the meantime!