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

Flash an Smartsocket #18

Closed cpeuschel closed 3 years ago

cpeuschel commented 3 years ago

Hi,

is it possible to flash an socket with your firmware (e.g. Smartplug) to power up the ESP and use the socket as normal?

devWaves commented 3 years ago

no probably not

most esp that comes with sockets are not esp32. ESP32 is required for bluetooth

if the socket had ESP32 you could technically load this code on it, but u will lose plug functionality. modifications to the code would be needed for plug functionality and I don't plan on making those kinds of changes