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
549 stars 68 forks source link

Create Unlimited timers #124

Closed michaelseza closed 1 year ago

michaelseza commented 1 year ago

Is this possible using esp32?

devWaves commented 1 year ago

timers are stored in the switchbot itself, not the esp32. You would create the timers in the switchbot app. Cheers