devWaves / SwitchBot-MQTT-BLE-ESP32

Allows for multiple SwitchBot bots and curtains to be controlled via MQTT sent to ESP32. ESP32 will send BLE commands to switchbots and return MQTT responses to the broker. Also supports Temperature, Motion, Contact sensors
MIT License
549 stars 68 forks source link

Last will #3

Closed sungla55guy closed 3 years ago

sungla55guy commented 3 years ago

Possible to add last will message to be able to monitor MQTT connectivity?

devWaves commented 3 years ago

last will is already there. It is just not in the standard configuration values. If you want to change the lastwill message, search the code for "lastwill". Cheers