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

Web UI for adding/remove devices? #72

Closed fabiosoft closed 2 years ago

fabiosoft commented 2 years ago

Any plan to add a new device from a web gui?

Something to avoid always connect esp32 to my computer and recompile the binary everytime I buy a new switchbot device

PS: Amazing work,

devWaves commented 2 years ago

Hey, I wasn't really planning on adding the option to add devices from a web GUI . I would have to change how variables are stored etc

but the options to update OTA is already there so you don't have to plug the esp32 into the PC everytime, just the first time. Just upload the compiled .bin file using the esp32 ip address in a web browser