Very nice!
I currently use OpenHAB with a websocket connection to the PB. It’s working, but has a few drawbacks. I also have a separate MQTT broker running so this solution is attractive. A few questions.
How do I install the MQTT features on the PB? It doesn’t say in the repo.
Is this a Websocket wrapper, so I could just stick with my websocket solution?
The websocket implementation in PB doesn’t support brightness feedback. I can set brightness through Websocket, but if it’s changed from somewhere else (e.g the web interface), I can’t see this change unless I initiate a status request (and I don’t want to do that all the time).
@Zugarelli,
This connects to Pixelblaze using the websocket, and to another MQTT service to act as a bridge. If you have stuff working with websockets already I think that will give you more control.