EspHome-AwoX-BLE-mesh-hub
EspHome-AwoX-BLE-mesh-hub copied to clipboard
One lamp does not properly get set up
I have three EFueva_300s lamps. I have had one for years, that one works perfectly fine. Then I bought an old one, that one also started working after connecting it. Now I have bought another new lamp of the series, but this one does not properly get recognised. It finds three devices, but says that only two are currently known and fully recognised.
Logs:
[03:15:20][D][awox.mesh:230]: Available device A4:C1:38:A3:2D:72 [11634] => rssi: -90
[03:15:20][D][awox.mesh:230]: Available device A4:C1:38:BD:CA:93 [0] => rssi: -9999
[03:15:20][D][awox.mesh:230]: Available device A4:C1:38:81:0B:5F [2911] => rssi: -9999
[03:15:20][D][awox.mesh:255]: Currently 1 mesh devices reachable through active connections (2 currently known and 2 fully recognized)
[03:15:20][D][awox.mesh:129]: No devices found to connect to
[03:15:21][D][awox.mesh:088]: Found Awox device - A4:C1:38:A3:2D:72. RSSI: -90 dB (total devices: 3)
[03:15:24][D][awox.mesh:088]: Found Awox device - A4:C1:38:A3:2D:72. RSSI: -89 dB (total devices: 3)
[03:15:25][D][awox.mesh:088]: Found Awox device - A4:C1:38:A3:2D:72. RSSI: -89 dB (total devices: 3)
My script:
esphome:
name: esp32-board
friendly_name: ESP32 board
esp32:
board: esp32dev
framework:
type: esp-idf
# Enable logging
logger:
mqtt:
broker: 192.168.0.XXX
username: mqtt
password: !secret mqtt_password
ota:
- platform: esphome
id: ota_pass
password: "xxx"
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Esp32-Board Fallback Hotspot"
password: "xxx"
external_components:
- source:
type: git
url: https://github.com/fsaris/EspHome-AwoX-BLE-mesh-hub
ref: main
esp32_ble_tracker:
scan_parameters:
active: false
awox_mesh:
mesh_name: !secret mesh_name
mesh_password: !secret mesh_password
device_info:
- product_id: 0x42
device_type: RGB
name: EGLO Surface square
model: EFueva_300s
manufacturer: EGLO
icon: mdi:lightbulb
- product_id: 0x42
device_type: RGB
name: EGLO Surface square
model: EFueva_300s
manufacturer: EGLO
icon: mdi:lightbulb
- product_id: 0x42
device_type: RGB
name: EGLO Surface square
model: EFueva_300s
manufacturer: EGLO
icon: mdi:lightbulb
Entities from MQTT:
I have tried deleting MQTT+Moquitto broker and reinstalling them, but that did not help. I reflashed the esp board multiple times, that did not help either. I updated ESPHome and deleted the .esphome build folder as well and tried again. Didn't help either. I don't really know what to do, I don't get what the problem is.