Skip to content

Releases: sidoh/esp8266_milight_hub

1.11.2-beta1

13 Nov 18:03
1.11.2-beta1
5547907
Compare
Choose a tag to compare
1.11.2-beta1 Pre-release
Pre-release

Improvements

  • Add (very sloppy) support for editing an alias that already exists:
    • Select the alias you want to rename
    • Open the dropdown and click on the edit icon
    • Type the new name and add it
    • (Note that this is really just deleting the alias and then allowing you to re-add it)

1.11.1

05 Oct 07:05
1.11.1
45c1431
Compare
Choose a tag to compare

Bug Fixes

  • HomeAssistant discovery was broken for new setups (which sort of means entirely because that's when it's useful). Should be fixed now. Thanks for the thorough reports in #804!

1.11.1-beta1

04 Oct 23:24
1.11.1-beta1
d979ea3
Compare
Choose a tag to compare
1.11.1-beta1 Pre-release
Pre-release

fix homeassistant discovery payload

1.11.0

01 Oct 02:19
1.11.0
6b1cbd9
Compare
Choose a tag to compare

⚠️ This release changes where aliases are saved. Aliases from an old install should be ported seamlessly.
⚠️ The format of the backup has been changed from a flat JSON to binary. You can still restore a JSON backup by submitting it via a POST to /settings.

Improvements

  • (#801) Aliases have been split out of the main settings file to allow for them to scale separately. Aliases from the old settings file should be ported seamlessly. You should now be able to have as many aliases as fit in memory (on the order of dozens is definitely safe).
  • New backup/restore routes (and integration w/ UI) enables backing up both settings and aliases
  • Versions of upstream libraries have been upgraded
  • Version of core Arduino SDK has been upgraded
  • Various compile warnings fixed
  • Added wifi mode as a setting to wifi setup
  • Small tweaks to HomeAssistant MQTT discovery payloads
  • Move more strings into progmem to save flash

1.11.0-beta5

27 Sep 23:43
1.11.0-beta5
83c35ca
Compare
Choose a tag to compare
1.11.0-beta5 Pre-release
Pre-release

Improvements

  • merge in changes from v1.10.10-beta:
  • add color_mode field to improve compatibility with HomeAssistant
  • increase size of MQTT json state buffer from 200 bytes to 1KiB

1.10.10-beta2

27 Sep 18:44
1.10.10-beta2
2b2ebf2
Compare
Choose a tag to compare
1.10.10-beta2 Pre-release
Pre-release

Improvements

  • Increase json MQTT buffer

1.11.0-beta4

26 Sep 00:29
1.11.0-beta4
bd1246c
Compare
Choose a tag to compare
1.11.0-beta4 Pre-release
Pre-release

Improvements

  • (#801) Aliases have been split out of the main settings file to allow for them to scale separately. Aliases from the old settings file should be ported seamlessly. You should now be able to have as many aliases as fit in memory (on the order of dozens is definitely safe).
  • New backup/restore routes (and integration w/ UI) enables backing up both settings and aliases
  • Versions of upstream libraries have been upgraded
  • Version of core Arduino SDK has been upgraded
  • Various compile warnings fixed
  • Added wifi mode as a setting to wifi setup
  • Small tweaks to HomeAssistant MQTT discovery payloads
  • Move more strings into progmem to save flash

1.10.10-beta1

08 Sep 03:16
1.10.10-beta1
6116d1b
Compare
Choose a tag to compare
1.10.10-beta1 Pre-release
Pre-release

Improvements

  • Add support for color_mode state field

1.10.9

07 Sep 18:29
1.10.9
6543f60
Compare
Choose a tag to compare

Improvements

  • Various fixes to HomeAssistant discovery MQTT messages. Should result in the device showing up as expected.
  • Github Actions instead of Travis

1.10.8

02 Nov 19:20
9df17f4
Compare
Choose a tag to compare

Improvements

  • (#236) report min/max mireds to homeassistant in MQTT discovery payload
  • fix travis CI build