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

Switchbot (finger) not work after Update for Curtain firmware 4.6 #82

Closed chimcanhcut1112 closed 2 years ago

chimcanhcut1112 commented 2 years ago

Hello, after update curtain work fine, but my switchbot not working,, not responding..

devWaves commented 2 years ago

hi @chimcanhcut1112 . You will need to provide more details. Like what does it show in MQTT and/or screenshots from HA etc. What IDE (Arduino or Visual Studio PlatformIO) are you using?

It works for me and the changes were very minimal. If 6.10 worked, 6.11 should also work

fantnhu commented 2 years ago

Hi! I confirm this as well. Switchbot curtain ROD 2, there are 2 of them (+ESP32-WROOM-32U). The device information is received by the HA, but the control does not work. The log says it opens and closes. What information do you need? Thanks! image

devWaves commented 2 years ago

@fantnhu these are separate issues. User @chimcanhcut1112 is saying their curtain works but the bot is not working

@fantnhu the reason your curtain is most likely not working is because the esp32 is too far from the curtain. your linkquality rssi is -97 which is not good. try placing the esp32 closer to your curtain and try again

you are also using an esp32 that requires an antenna. make sure the antenna is attached correctly

chimcanhcut1112 commented 2 years ago

@fantnhu these are separate issues. User @chimcanhcut1112 is saying their curtain works but the bot is not working

@fantnhu the reason your curtain is most likely not working is because the esp32 is too far from the curtain. your linkquality rssi is -97 which is not good. try placing the esp32 closer to your curtain and try again

you are also using an esp32 that requires an antenna. make sure the antenna is attached correctly

i'm sorry for mistake I reinstalled it and it worked fine. (Previously I updated via bin file works only curtain) Thank you

devWaves commented 2 years ago

Just closing this as the initial issue mentioned is resolved