Mesh #118
Replies: 4 comments 7 replies
-
What are the next log lines? Do you see a failing login attempt? |
Beta Was this translation helpful? Give feedback.
-
08:38:06][D][awox.mesh:236]: Total devices: 3 [08:38:08][D][esp-idf:000][BTU_TASK]: W (49152) BT_APPL: gattc_conn_cb: if=3 st=0 id=3 rsn=0x3e [08:38:08][D][esp-idf:000][BTU_TASK]: W (49156) BT_APPL: gattc_conn_cb: if=4 st=0 id=4 rsn=0x3e [08:38:08][D][esp-idf:000][BTU_TASK]: W (49163) BT_APPL: gattc_conn_cb: if=5 st=0 id=5 rsn=0x3e [08:38:08][D][esp-idf:000][BTU_TASK]: W (49168) BT_APPL: gattc_conn_cb: if=6 st=0 id=6 rsn=0x3e [08:38:08][D][esp-idf:000][BTU_TASK]: W (49177) BT_APPL: gattc_conn_cb: if=7 st=0 id=7 rsn=0x3e [08:38:08][D][esp-idf:000][BTU_TASK]: W (49189) BT_HCI: hcif disc complete: hdl 0x0, rsn 0x3e |
Beta Was this translation helpful? Give feedback.
-
Did a clean install and here are the logs |
Beta Was this translation helpful? Give feedback.
-
Got different boards. Now when i install (wired) it works. I can control the lights. After I unplug and plug again the board, i get: |
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.
-
Hello,
The hub is seeing the bulb, but does not find a mesh to connect. Log:
[09:24:05][D][awox.mesh:119]: scan end
[09:24:06][D][awox.mesh:236]: Total devices: 1
[09:24:06][D][awox.mesh:238]: Available device A4:C1:38:E5:5B:28 [0] => rssi: -62
[09:24:06][D][awox.mesh:261]: Currently 0 mesh devices reachable through active connections (0 currently known and 0 fully recognized)
[09:24:06][D][awox.mesh:270]: Try to connecty to device A4:C1:38:E5:5B:28 no mesh id known yet
My config:
esphome:
name: awox-ble-mesh-hub-etaj
friendly_name: "AwoX BLE mesh hub etaj"
esp32:
board: esp32dev
framework:
type: esp-idf
status_led:
Match this with the board your using
pin: GPIO2
Enable logging
logger:
#level: VERY_VERBOSE
mqtt:
broker: "homeassistant.local"
username: ""
password: ""
Disable retained discovery messages until you are got the config correct
discovery_retain: True
Disable Home Assistant API to prevent frequent MQTT disconnections
#api:
ota:
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
manual_ip:
static_ip: ***
gateway: ***
subnet: 255.255.255.0
external_components:
type: git
url: https://github.com/fsaris/EspHome-AwoX-BLE-mesh-hub
ref: main
ref: dev
- source:
type: local
path: components
esp32_ble_tracker:
scan_parameters:
interval: 1100ms
window: 1100ms
active: true
Enable Home Assistant API
#api:
#bluetooth_proxy:
active: False
awox_mesh:
mesh_name: !secret mesh_name
mesh_password: !secret mesh_password
device_info:
# Example device type, see device info in HomeAssistant or MQTT message to find the 'product_id'
- product_id: 0x96
device_type: RGB
name: EGLO RGB+TW
model: EGLO-RBB-TW
manufacturer: EGLO
icon: mdi:wall-sconce-flat
Beta Was this translation helpful? Give feedback.
All reactions