devWaves
devWaves
hey @h2zero thanks for looking into this. Since the issue isnt directly related to your code, feel free to close the issue. Might be good to keep open for other...
Hi Everyone, I wrote the ESP32 MQTT code https://github.com/devWaves/SwitchBot-MQTT-BLE-ESP32 If people have questions I am also on the HA forums. if people are working on an ESPHome switchbot integration that's...
hey. there is no documentation for the lock yet and I believe it uses encryption which isnt currently used by the other devices. also I don't own one so its...
the current request for documentation is here https://github.com/OpenWonderLabs/SwitchBotAPI-BLE/issues/5
@Jacksonbm1 my guess is they are talking about the API that requires to go through the switchbot hub. What we would require is the BLE API which might take some...
are u using the bot or plug mini? the bot currently waits 2 seconds between every command sent to it using this value ```defaultBotWaitTime = 2``` . You can set...
20-60 seconds would be a connection issue. how close is the bot to the esp32? if u place it real close does it have the same issue? what is the...
I am unable to reproduce the issue. One thing to try if you haven't is to use an MQTT user/pass specific for the ESP32 alone, don't use the generic HA...
do u specifically need the POE? if no they have esp32s with external antenna also that are cheap as for the support of ethernet, you would want to check out...
no the code doesn't work with an ethernet cable. The library (espmqttclient) doesn't support non-wifi yet