Releases: sidoh/esp8266_milight_hub
Releases · sidoh/esp8266_milight_hub
1.4.1-dev1
1.4.0
New features
- Passive listening mode. This allows the ESP to capture and react to Milight packets during normal operation.
- Remove the need to sniff for a particular packet type in the UI. Can simultaneously sniff for all types. (requires an update of the UI). The REST route
GET /gateway_traffic
will return when a captured packet of any type is intercepted. - Add support to push updates received from locally sent and captured Milight packets to MQTT. (documentation)
- Add indicator for white temperature in UI (requires an update of the UI).
Bug fixes
- Fix inverted white temperature scales.
1.4.0-dev3
New features
- HomeAssistant compatible white temperature scale in updates.
Bug fixes
- Fix inverted color temperature scales.
1.4.0-dev2
Improvements
- Improved compatibility with HomeAssistant
v1.4.0-dev1
New Features
- Passive listening. By default, ESP will now capture all supported Milight packets.
- MQTT updates. Publish captured packet data to MQTT.
1.3.1
1.3.0
New features
- ( #71 ) Adds support for multicast discovery protocol on port 48899 used by many home automation platforms.
- ( #78 ) Changes priority of on/off commands. "on" is interpreted before all other settings, "off" is interpreted after all other settings. This makes it easier to set bulb settings in one go.
- ( #79 ) Add API / UI features to enable importing/exporting settings.