Skip to content

Releases: sidoh/esp8266_milight_hub

1.4.1-dev1

15 Jul 22:26
Compare
Choose a tag to compare
1.4.1-dev1 Pre-release
Pre-release

Bug fixes

  • ( #97 ) add support for mode, mode speed up/down for RGB, RGBW, and RGB+CCT bulb types.
  • ( #98 ) RGBW: fix bug where group ID was ID of last group used. This was a problem for on/off commands.

1.4.0

08 Jul 06:16
Compare
Choose a tag to compare

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

04 Jul 20:29
Compare
Choose a tag to compare
1.4.0-dev3 Pre-release
Pre-release

New features

  • HomeAssistant compatible white temperature scale in updates.

Bug fixes

  • Fix inverted color temperature scales.

1.4.0-dev2

04 Jul 08:28
Compare
Choose a tag to compare
1.4.0-dev2 Pre-release
Pre-release

Improvements

  • Improved compatibility with HomeAssistant

v1.4.0-dev1

02 Jul 22:39
Compare
Choose a tag to compare
v1.4.0-dev1 Pre-release
Pre-release

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

24 Jun 19:53
Compare
Choose a tag to compare

Bug fixes

  • Turn off UDP debugging by default

1.3.0

03 Jun 19:02
Compare
Choose a tag to compare

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.

1.2.4

06 May 03:23
Compare
Choose a tag to compare

Bug fixes

  • ( #65 ) Apply fix for all on/all off commands being swapped for RGBW bulbs in V5 UDP server. Original fix lost with a bad git command or something.

1.2.3

05 May 06:48
Compare
Choose a tag to compare

Bug fixes

  • ( #67 ) Fix several miscellaneous issues with V5 UDP server and CCT bulbs
  • ( #62 ) Fix disco mode command in V5 UDP server with RGBW bulbs
  • Add 250us delay between commands sent by the LT8900. This should improve reliability

1.2.2

29 Apr 05:57
Compare
Choose a tag to compare

Bug fixes

  • Fixed RGBW commands not working before sending command for different bulb type with LT8900 radio. (Fixes #64)