Releases: starkillerOG/h801-mqtt-json
Releases · starkillerOG/h801-mqtt-json
H801-mqtt-json-v2.1.0
NOTE:
you need to add the following to your config file when updating to this version:
#define MQTT_JSON_LIGHT_WHITE_SINGLE_1_STATE_TOPIC Mqtt_Base_Topic "/white_single/json_status"
#define MQTT_JSON_LIGHT_WHITE_SINGLE_1_COMMAND_TOPIC Mqtt_Base_Topic "/white_single/json_set"
#define MQTT_JSON_LIGHT_WHITE_SINGLE_2_STATE_TOPIC Mqtt_Base_Topic "/white_single_2/json_status"
#define MQTT_JSON_LIGHT_WHITE_SINGLE_2_COMMAND_TOPIC Mqtt_Base_Topic "/white_single_2/json_set"
You can safely remove this line from your config file when updating to this version:
#define MQTT_JSON_LIGHT_WHITE_SINGLE_COMMAND_TOPIC Mqtt_Base_Topic "/white_single/json_set"
Additions:
- Add White single 2 light entity
- Add RSSI to settings
Bugfixes:
- Improve state publish after cmd
Full Changelog: v2.0.4...v2.1.0
H801-mqtt-json-v2.0.4
Bugfixes:
- Improve MQTT reconnect logic
- Randomize MQTT client_id
- Publish MQTT online every 1 minute
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