Closed Caedael closed 1 year ago
Happens on my side too
Hey, try to delete the home assistant db file in the configs folder! I migrated from another system, that fixed the issue above
Give it a try the db gets created when started
2022-11-11 22:13:10.936 INFO (MainThread) [custom_components.awox.awox_mesh] Search for AwoX devices to find closest (best RSSI value) device 2022-11-11 22:13:12.396 INFO (MainThread) [custom_components.awox.scanner] Scanning 20 seconds for AwoX bluetooth mesh devices! 2022-11-11 22:13:32.526 INFO (SyncWorker_3) [custom_components.awox.bluetoothctl] found: {'xxxxxx': {'mac': 'xxxxx', 'name': 'xxxxx', 'rssi': None}, 'xxxx': {'mac': 'xxxx', 'name': 'xxxx', 'rssi': None}} 2022-11-11 22:13:32.528 DEBUG (MainThread) [custom_components.awox.scanner] Found devices: {} 2022-11-11 22:13:32.808 DEBUG (MainThread) [custom_components.awox.awox_mesh] Scan result: {}
Make sure the Bluetooth dongle is in range of one of the devices. Enable debug logging (https://github.com/fsaris/home-assistant-awox/#troubleshooting) and check the RSSI values that are reported to validate the devices are in reach (check also https://www.home-assistant.io/integrations/bluetooth/#bluetooth-interference-with-other-devices)
pairing and connect via Bluetoothctl inside the homeassistent container works and pybluez was installed via apk add.
Compose volumes and devices:
Log:
EDIT: Log after deleting db file: