Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

light no longer connects after last update. #113

Closed
Jinguba opened this issue Feb 8, 2024 · 5 comments
Closed

light no longer connects after last update. #113

Jinguba opened this issue Feb 8, 2024 · 5 comments

Comments

@Jinguba
Copy link

Jinguba commented Feb 8, 2024

I have a Awox Panel (Eglo RGB + TW) that was working fine before the last update.

Now the lights are unavailable, this is what I can see on the Log:

Logger: custom_components.awox.awox_mesh
Source: helpers/update_coordinator.py:345
Integration: AwoX MESH control (documentation, issues)
First occurred: 7 de fevereiro de 2024 às 21:57:13 (2 occurrences)
Last logged: 7 de fevereiro de 2024 às 22:03:59

Error fetching awox data: No device connected

@jekkel
Copy link

jekkel commented Feb 8, 2024

Confirmed, same here. Same log entry. Debug log:

2024-02-08 17:22:03.949 DEBUG (MainThread) [custom_components.awox.awox_mesh] [G0hGF8B0] Scan result: {'A4:C1:38:98:16:AB': {'mac': 'A4:C1:38:98:16:AB', 'name': 'G0hGF8B0', 'rssi': None}, 'A4:C1:38:4D:E6:FD': {'mac': 'A4:C1:38:4D:E6:FD', 'name': 'G0hGF8B0', 'rssi': None}, 'A4:C1:38:F1:E8:CE': {'mac': 'A4:C1:38:F1:E8:CE', 'name': 'G0hGF8B0', 'rssi': None}}
2024-02-08 17:22:03.949 INFO (MainThread) [custom_components.awox.awox_mesh] [G0hGF8B0][EGLO RGB+TW][a4:c1:38:4d:e6:fd] Bluetooth scan returns no RSSI value
2024-02-08 17:22:03.950 INFO (MainThread) [custom_components.awox.awox_mesh] [G0hGF8B0][EGLO RGB+TW][a4:c1:38:98:16:ab] Bluetooth scan returns no RSSI value
2024-02-08 17:22:03.950 INFO (MainThread) [custom_components.awox.awox_mesh] [G0hGF8B0][EGLO RGB+TW][a4:c1:38:f1:e8:ce] Bluetooth scan returns no RSSI value
2024-02-08 17:22:03.951 INFO (MainThread) [custom_components.awox.awox_mesh] [G0hGF8B0] Queue command requestStatus {'dest': 65535, 'withResponse': True}
2024-02-08 17:22:03.952 DEBUG (AwoxMeshCommands-G0hGF8B0) [custom_components.awox.awox_mesh] [G0hGF8B0] process 0/0 - {'command': 'requestStatus', 'params': {'dest': 65535, 'withResponse': True}, 'callback': <function AwoxMesh._async_add_command_to_queue.<locals>.command_executed at 0x7f643822a0>, 'allow_to_fail': False}
2024-02-08 17:22:03.957 WARNING (AwoxMeshCommands-G0hGF8B0) [custom_components.awox.awox_mesh] [G0hGF8B0] Command failed, retry 1
2024-02-08 17:22:03.960 WARNING (AwoxMeshCommands-G0hGF8B0) [custom_components.awox.awox_mesh] [G0hGF8B0] Command failed, retry 2
2024-02-08 17:22:03.962 WARNING (AwoxMeshCommands-G0hGF8B0) [custom_components.awox.awox_mesh] [G0hGF8B0] Command failed, retry 3
2024-02-08 17:22:03.965 DEBUG (AwoxMeshCommands-G0hGF8B0) [custom_components.awox.awox_mesh] [G0hGF8B0] get item from queue
2024-02-08 17:22:03.974 ERROR (MainThread) [custom_components.awox.awox_mesh] Error fetching awox data: No device connected

@OkOtChA666
Copy link

Same

@fsaris
Copy link
Owner

fsaris commented Feb 9, 2024

Please consider to switch to a dedicated ESP32 module with https://github.com/fsaris/EspHome-AwoX-BLE-mesh-hub it's more stable then this HA integration

I'm currently not using and/or developing this integration

@beardeddragon5
Copy link

beardeddragon5 commented Mar 27, 2024

You can fix it by changing this line to:

rssi_search = re.search(r'RSSI: (?:0x[0-9a-f]{8})? \((-[0-9]+)\)$', line)

@fsaris
Copy link
Owner

fsaris commented Apr 13, 2024

@beardeddragon5 tnx for the fix. updated the code

@fsaris fsaris closed this as completed Apr 13, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants