Releases: devWaves/SwitchBot-MQTT-BLE-ESP32
Releases · devWaves/SwitchBot-MQTT-BLE-ESP32
v6.4 PlatformIO project added - No functional changes
v6.4 PlatformIO project added - No functional changes
You can now easily use either the Arduino IDE or Visual Studio Code PlatformIO
v6.3 curtain HA cover discovery stat_stopped:PAUSE fix
v6.3 curtain HA cover discovery stat_stopped:PAUSE fix
PAUSE was not associated to the stopped state in the HA discovery message. This would generate a warning in HA
v6.2 - fix for curtain auto discovery cover message
In v6 and v6.1 I made changes to save on memory. I didn't test with cover entity and it wasn't enough space.
set mqtt_packet_size to 1024
static const uint16_t mqtt_packet_size = 1024;
v6.1 Support for Motion and Contact sensor
v6.1 Support for Motion and Contact sensor