Replies: 5 comments 2 replies
-
Do you have the correct board type configured for the device your using?
The devices are recognized, but connection fails |
Beta Was this translation helpful? Give feedback.
-
Also try to enable verbose logging maybe it tells you more about why it fails to connect |
Beta Was this translation helpful? Give feedback.
-
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. Log: 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. Any sugggestions? |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
For what it's worth, I had the same problem using a generic ESP32-WROOM board and a generic ESP32-C3-SuperMini. I got it to detect my lights once, but they became unavailable afterwards and nothing I tried got them back. I bought a NodeMCU-ESP-32S-Kit from AZ-Delivery, changed the board im my yaml to nodemcu-32s and now it works. Lets hope it stays that way :). So yeah, maybe there are some compatibility problems with some ESP32 variants? Thanks for the great work @fsaris by the way. Took some time to get it running but seems to work well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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:
- product_id: 0x41
device_type: RGB
name: EGLO Surface round
model: EFueva_300r
manufacturer: EGLO
- product_id: 0x3F
device_type: RGB
name: EGLO Surface round
model: EFueva_225r
manufacturer: EGLO
YAML
yaml.txt
LOGFILE ESP32-Device
logs_awox_logs (4).txt
I
Beta Was this translation helpful? Give feedback.
All reactions