Skip to content

Releases: devWaves/SwitchBot-MQTT-BLE-ESP32

v6.4 PlatformIO project added - No functional changes

30 Sep 20:02
2ac5582
Compare
Choose a tag to compare

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

30 Sep 00:52
09a8aa7
Compare
Choose a tag to compare

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

24 Sep 13:18
57f3aee
Compare
Choose a tag to compare

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

22 Sep 02:16
1228b65
Compare
Choose a tag to compare

v6.1 Support for Motion and Contact sensor