Releases: starkillerOG/h801-mqtt-json
Releases · starkillerOG/h801-mqtt-json
H801-mqtt-json-v2.0.3
NOTE:
you need to add #define MQTT_JSON_LIGHT_WHITE_SINGLE_COMMAND_TOPIC Mqtt_Base_Topic "/white_single/json_set"
to your config file when updating to this version
Bugfixes:
- Fix bug in which color_temp could change unintentionally after transition
- Fix wrong convert_color_temp
- Use setBufferSize for the MQTT client
H801-mqtt-json-v2.0.2
Follow the latest HomeAssistant discovery standards.
H801-mqtt-json-v2.0.1
Follow the latest HomeAssistant discovery standards.
H801-mqtt-json-v2.0.0
Major new release of H801-mqtt-json:
- add HomeAssistant discovery
- fix supported_color_modes options for HomeAssistant
H801-mqtt-json-v1.0.1
Small bug fix
- if the color state is (r=0, g=0, b=0), you get stuck since the turn_on command turns the LEDs on to a color of 0 and therefore it will recognise it as off -> you cannot turn it on again withouth using a combined turn_on and color command. This fixes that issue.
H801-mqtt-json-v1.0.0
Major update of the H801-mqtt-json firmware.
This includes:
- Add UDP/HDMI stream support
- small bug fixes
H801-mqtt-json-v0.1.0
Initial release of the H801-mqtt-json firmware.
This includes:
- improved transitions
- working OTA update process.
- LED mixing for color balancing