Skip to content

Releases: sidoh/esp8266_milight_hub

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

1.10.7

25 Nov 02:23
1.10.7
83cc3ae
Compare
Choose a tag to compare

Bug fixes

  • The hub will now respond to brightness_up and brightness_down commands. It previously only responded to level_up and level_down, which caused problems with passthrough setups. (Thanks, @PaulSzymanski!)
  • Add a setting to disable retained MQTT messages

Misc Improvements

  • Upgrade web build to gulp 4, improving build compatibility with more recent versions of node.
  • Fix travis build
  • Fix .get_version.py script, which was failing the build when git wasn't installed.

1.10.6

18 Apr 21:10
1.10.6
27a1a6a
Compare
Choose a tag to compare

Improvements

  • ( #617 ) Add a setting to debounce MQTT updates. Thanks @annego15!

1.10.5

17 Nov 01:19
1.10.5
964250a
Compare
Choose a tag to compare

Bug fixes

  • ( #551 ) Fix incorrect documentation on RESTful /transition routes. Documentation is now accurate.

Improvements

  • Always respond with state when GETing a bulb. Previously, the blockOnQueue query parameter had to be provided and set to true.