Skip to content

Releases: starkillerOG/h801-mqtt-json

H801-mqtt-json-v2.0.3

08 Jul 21:01
Compare
Choose a tag to compare

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

04 Apr 22:00
Compare
Choose a tag to compare

Follow the latest HomeAssistant discovery standards.

H801-mqtt-json-v2.0.1

18 Jan 08:29
Compare
Choose a tag to compare

Follow the latest HomeAssistant discovery standards.

H801-mqtt-json-v2.0.0

03 Jan 22:29
d968547
Compare
Choose a tag to compare

Major new release of H801-mqtt-json:

  • add HomeAssistant discovery
  • fix supported_color_modes options for HomeAssistant

H801-mqtt-json-v1.0.1

27 Apr 16:31
562b863
Compare
Choose a tag to compare

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

09 Apr 20:51
2a3f748
Compare
Choose a tag to compare

Major update of the H801-mqtt-json firmware.
This includes:

  • Add UDP/HDMI stream support
  • small bug fixes

H801-mqtt-json-v0.1.0

13 Oct 11:06
b0de8dc
Compare
Choose a tag to compare

Initial release of the H801-mqtt-json firmware.
This includes:

  • improved transitions
  • working OTA update process.
  • LED mixing for color balancing