Skip to content

Releases: sidoh/esp8266_milight_hub

1.12.0-beta1

13 Jul 08:46
1.12.0-beta1
f320677
Compare
Choose a tag to compare
1.12.0-beta1 Pre-release
Pre-release

New Features

  • ESP32 support (huge thanks to @Flaykz!). An esp32 build is included in the attached assets

Bug fixes

  • Fix homeassistant discovery client #827 #823

1.11.2

26 Nov 00:24
1.11.2
ead1d87
Compare
Choose a tag to compare

Improvements

  • (#814) 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)

Bug Fixes

  • (#816) Save wifi settings even when connection is unsuccessful

1.11.2-beta3

25 Nov 18:08
1.11.2-beta3
ead1d87
Compare
Choose a tag to compare
1.11.2-beta3 Pre-release
Pre-release

Improvements

  • (#816) Save wifi settings even when connection is unsuccessful

1.11.2-beta2

19 Nov 22:56
1.11.2-beta2
a6869e6
Compare
Choose a tag to compare
1.11.2-beta2 Pre-release
Pre-release
  • Improve edit behavior -- don't clear value from alias input box when editing

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