Skip to content

H801-mqtt-json-v2.1.0

Latest
Compare
Choose a tag to compare
@starkillerOG starkillerOG released this 23 Feb 21:09
· 1 commit to master since this release
4943d71

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