Skip to content

Releases: sidoh/esp8266_milight_hub

1.9.0-dev3

13 Jan 23:05
1.9.0-dev3
2740ccd
Compare
Choose a tag to compare
1.9.0-dev3 Pre-release
Pre-release

New Features

  • ( #146 ) Add ability to remove entered Device IDs from UI
  • ( #282 ) Auto-save Device IDs entered from UI

1.9.0-dev2

13 Jan 21:08
1.9.0-dev2
9cffbaa
Compare
Choose a tag to compare
1.9.0-dev2 Pre-release
Pre-release

Improvements

  • ( #375 ) Add support for controlling colors via commands like {"color":"255,0,0"}.

1.9.0-dev1

12 Jan 21:42
1.9.0-dev1
0a17b58
Compare
Choose a tag to compare
1.9.0-dev1 Pre-release
Pre-release

New Features

  • ( #375 ) Add oh_color field, which adds support for OpenHAB's colorRGB channel type

1.8.7

06 Jan 00:09
1.8.7
2a7ff6d
Compare
Choose a tag to compare

Bug fixes

  • ( #372 ) Rename /radio_configs -> /remote_configs and list all remote types

1.8.6

04 Jan 19:54
1.8.6
Compare
Choose a tag to compare

Improvements

  • ( #371 ) Change default CE pin from D0/GPIO16 to D2/GPIO4. This matches external guides, and GPIO4 is a slightly better I/O pin, as it isn't low on boot.

1.8.5

25 Oct 01:07
1.8.5
b25bff1
Compare
Choose a tag to compare

Bug fixes

  • ( #337 ) Fix bug where group 0 commands caused crashes

1.8.4

21 Oct 04:37
1.8.4
8ce5bf8
Compare
Choose a tag to compare

Bug fixes

  • ( #337 ) Fix bug where group 0 commands caused crashes

1.8.3

15 Sep 18:31
1.8.3
d101bb8
Compare
Choose a tag to compare
  • (#338) Fix bug when changing status LED pin (thanks, @amelchio!)

1.8.2

09 Sep 23:36
1.8.2
089257b
Compare
Choose a tag to compare

Bug Fixes

  • ( #319 ) Correct offset for RGB+CCT in V6 UDP (thanks, @amelchio!)
  • Fix broken build for newest pio platform. See #334.
  • ( #327, #328 (?) ) Fix bug where sniffing group 0 packet caused crashes or inconsistent behavior.

1.8.1

05 Aug 18:46
1.8.1
ea619b3
Compare
Choose a tag to compare

Bug Fixes

  • ( #312 ) Fix bug where HTTP/MQTT commands with multiple components didn't work