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
530 stars 66 forks source link

New Curtain user at firmware 6.0 - can't control but receives illuminance, battery, etc. #129

Open ChrisCarde opened 1 year ago

ChrisCarde commented 1 year ago

Just unpacked my fancy new Switchbot Curtain devices (using two in a pair) and the Switchbot setup flow included an OTA to firmware v6.0. Only now did I find this project as I'm working to integrate with HA -- and it seems that something's broken on the control side in the latest firmware.

I'm able to see battery level, illuminance in HA:

Screenshot 2023-06-11 at 2 33 26 PM

However, no commands work. The ESP32 goes into CONTROLLING state for a while, but nothing happens.

Can I help debug further?