Chris Mullins
Chris Mullins
Hey @furahivszuri, I was already in the code updating the web UI and had a place where I wanted a batch update endpoint anyway. It's added in [1.13.0-beta2](https://github.com/sidoh/esp8266_milight_hub/releases/tag/1.13.0-beta2). Documentation is...
probably the same issue as this one https://github.com/sidoh/esp8266_milight_hub/issues/827 @markg85, state is the correct topic. HomeAssistant expects to receive the full state. The issue is HomeAssistant keeps messing with the schema...
Sweet! I think you're looking in the right place. HomeAssistant supports a bunch of abbreviations ([reference](https://www.home-assistant.io/integrations/mqtt/)), which helps keep the MQTT messages from getting too enormous. > light.mqtt has no...
It's here: https://github.com/sidoh/esp8266_milight_hub/blob/master/lib/MQTT/BulbStateUpdater.cpp#L39 I'd check serial logs if it's still happening.
Should be fixed in the [1.12.0-beta1](https://github.com/sidoh/esp8266_milight_hub/releases/tag/1.12.0-beta1) build. Can I get some folks who were having trouble with this to try it out?
Hey - sorry for the late reply here. The "pairing" protocol for almost all of the more recent Milight devices is just the "ON" packet sent a couple of times,...
I don't think you need the whole MQTT forwarder setup. Pair the bulb to the remote and use the same ID as the remote in the hub. As long as...
The 404s I know about and should be fixed when I finally get around to taking 1.13 out of beta. Shouldn't cause any problems other than the first page load...