Closed ogitmb closed 11 months ago
Do you have the correct board type configured for the device your using?
esp32:
# Match this with the board your using
board: nodemcu-32s
The devices are recognized, but connection fails
Also try to enable verbose logging maybe it tells you more about why it fails to connect
thank you so much for taking the time to look over it - I am happy to have someone working on the awox integration
The board was actually one of the issues, after i changed it (and also created a new awox account, did a factory reset on the lights and added them to the new awox account) it did kind of work for a moment. It connected to one of the lights and I was able to see it in the mqtt integration and added it to home assistant and could turn on/off. After a few minutes the connection to that light was lost but in that moment the other one connected and i could add and control it as well.
Log: logs_awox_logs_2200_connected with One,then dropped it and connected to the other one.txt
But after that i had the lights turned off and also had the esp32 restarted (as i unplugged it from the pc to connect it directly to a power plug). i could not get it to connect again at all. I recompiled the yaml with very_verboose logging to see the details but i'm not really identifying the underlying issue :-/ It does always find both lights but the conenctions keeps failing logs_awox_logs_2328_verboosenotworkinganymore.txt
Any sugggestions?
It looks to be out of range to make a connection. The esp sees the BLE devices (you gat a rssi value for each device) but it's not enough to connect. Most esphome antennes aren't that great 😬
Try moving it nearer to one of the devices
Hi I am trying and trying but can't get it to work... No new devices are showing up in Home Assistant. Any clue on what i could try or check based on my log-files?
Any ideas welcome :-)
I should have two lights within range:
YAML yaml.txt
LOGFILE ESP32-Device logs_awox_logs (4).txt
I