Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Light bulb connection error (ble.zigbee) #2

Closed
cob94440 opened this issue Dec 29, 2020 · 25 comments
Closed

Light bulb connection error (ble.zigbee) #2

cob94440 opened this issue Dec 29, 2020 · 25 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cob94440
Copy link

Hello,

I tried to connect my account and i've this in log

Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
resp = await self._request_handler(request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 118, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 18, in request_context_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 72, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 127, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 129, in handle
result = await result
File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 169, in post
return await super().post(request, flow_id)
File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 60, in wrapper
result = await method(view, request, *args, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 106, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 155, in async_configure
result = await self._async_handle_step(flow, cur_step["step_id"], user_input)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 213, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File "/config/custom_components/awox/config_flow.py", line 155, in async_step_awox_connect
'manufacturer': device['vendor'],
KeyError: 'vendor'

@cob94440
Copy link
Author

Dernière version de Home assistant
sous raspberry pi 2

@fsaris
Copy link
Owner

fsaris commented Dec 29, 2020

Is this after you filled in the credentials of AwoX connect? Or how far did you exactly get?

@cob94440
Copy link
Author

Just when i filled my credentials. I tried in a docker ha and same problem

@cob94440
Copy link
Author

I'm sur of the password it has a "_" in it . maybe it s because of that?

@fsaris
Copy link
Owner

fsaris commented Dec 29, 2020

Don't think the password is the issue but the response from AwoX connect API.

Could you try latest version (just pushed a update ea7e6c6). This checks the data from the API and adds some fail-saves + logging

@cob94440
Copy link
Author

Seems better. I had my 4 bulb discovered after logging.
But now they 're unavailable

@cob94440
Copy link
Author

2020-12-29 17:58:08 INFO (MainThread) [custom_components.awox] setup config flow entry {'mesh_name': 'ynW8lNN3', 'mesh_password': 'd8VRZN9p', 'mesh_key': '970addddf6b9d26b', 'devices': [{'mesh_id': 10805, 'name': 'EGLO bulb RGBW', 'mac': 'a4:c1:38:93:2a:35', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 29474, 'name': 'EGLO bulb RGBW 3', 'mac': 'a4:c1:38:15:73:22', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 32094, 'name': 'EGLO bulb RGBW 4', 'mac': 'a4:c1:38:dc:fd:5e', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 427, 'name': 'EGLO bulb RGBW2', 'mac': 'a4:c1:38:0a:01:ab', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}]}
2020-12-29 17:58:09 DEBUG (MainThread) [custom_components.awox.light] entry [{'mesh_id': 10805, 'name': 'EGLO bulb RGBW', 'mac': 'a4:c1:38:93:2a:35', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 29474, 'name': 'EGLO bulb RGBW 3', 'mac': 'a4:c1:38:15:73:22', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 32094, 'name': 'EGLO bulb RGBW 4', 'mac': 'a4:c1:38:dc:fd:5e', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 427, 'name': 'EGLO bulb RGBW2', 'mac': 'a4:c1:38:0a:01:ab', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}]
2020-12-29 17:58:09 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:93:2a:35] 10805
2020-12-29 17:58:09 INFO (MainThread) [custom_components.awox.light] setup entry [10805] EGLO bulb RGBW
2020-12-29 17:58:09 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:15:73:22] 29474
2020-12-29 17:58:09 INFO (MainThread) [custom_components.awox.light] setup entry [29474] EGLO bulb RGBW 3
2020-12-29 17:58:09 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:dc:fd:5e] 32094
2020-12-29 17:58:09 INFO (MainThread) [custom_components.awox.light] setup entry [32094] EGLO bulb RGBW 4
2020-12-29 17:58:09 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:0a:01:ab] 427
2020-12-29 17:58:09 INFO (MainThread) [custom_components.awox.light] setup entry [427] EGLO bulb RGBW2
2020-12-29 17:58:09 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35] Trying to connect
2020-12-29 17:58:13 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35] Connected
2020-12-29 17:58:13 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Read status start
2020-12-29 17:58:14 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][10805] Writing command 218 data b'\x10'
2020-12-29 17:58:14 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][29474] Writing command 218 data b'\x10'
2020-12-29 17:58:20 INFO (SyncWorker_6) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][32094] Writing command 218 data b'\x10'
2020-12-29 17:58:21 INFO (SyncWorker_6) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][427] Writing command 218 data b'\x10'
2020-12-29 17:58:21 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Force status updates
2020-12-29 17:58:22 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Read status done
2020-12-29 17:58:22 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 12.206 seconds

@fsaris
Copy link
Owner

fsaris commented Dec 29, 2020

Looks like you have zigbee lights? 😕 the code currently only supports Bluethoot mesh

What model lights are you using?

@fsaris
Copy link
Owner

fsaris commented Dec 29, 2020

Is at least one line in bluetooth range of your HA system?

@cob94440
Copy link
Author

you deleted my logs or do i made a mistake in posting?
My lights are bluetooth.
Maybe they needs to be added as type?

@fsaris
Copy link
Owner

fsaris commented Jan 1, 2021

I didn't delete logs. Could you post them"again"? Wanted to give this another look today/tomorrow.

Do you see any debug message with Status callback and/or Received notification In your logs?

Looks like your pi isn't strong/fast enough to proceed the bluetooth. Can you maybe give it a try on a different system? So we know for sure it's the component or hour system that doesn't play nice 🙂

@fsaris
Copy link
Owner

fsaris commented Jan 1, 2021

you deleted my logs or do i made a mistake in posting?

ah, parts of your logs are here 46b4501

@cob94440
Copy link
Author

cob94440 commented Jan 1, 2021

I tried on another system. A vm debian with hassio.
With latest version i can't log. It says no device found.
That's because of the mods you made :
+1: if 'tlmesh' not in device['type']:
_LOGGER.warning('Skipped device (currently not supported), does not support BLE mesh - %s', device)
continue

@fsaris
Copy link
Owner

fsaris commented Jan 2, 2021

Found that there are 2 different chipsets used with a slightly different communication protocol. The one that already working use Telink. And then the once you have with the zigbee part in type.

Will give it a try later today if I can correctly decrypt the bluetooth messages but probably need some extra logging from you 😃

Will add some additional logging for the needed info

@cob94440
Copy link
Author

cob94440 commented Jan 2, 2021

No problem if i can help i will

@cob94440
Copy link
Author

Hello. Did you find something. How can i help?

@fsaris
Copy link
Owner

fsaris commented Jan 13, 2021

sorry, didn't find time yet to dive deeper into this. First want to have it stable/reliable at my own home 😃

@fsaris fsaris changed the title connection error Light bulb connection error (ble.zigbee) Jan 16, 2021
@cob94440
Copy link
Author

cob94440 commented Jan 16, 2021 via email

@cob94440
Copy link
Author

2021-01-17 12:26:54 INFO (MainThread) [custom_components.awox] setup config flow entry {'mesh_name': 'ynW8lNN3', 'mesh_password': 'd8VRZN9p', 'mesh_key': '970addddf6b9d26b', 'devices': [{'mesh_id': 10805, 'name': 'EGLO bulb RGBW', 'mac': 'a4:c1:38:93:2a:35', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 29474, 'name': 'EGLO bulb RGBW 3', 'mac': 'a4:c1:38:15:73:22', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 32094, 'name': 'EGLO bulb RGBW 4', 'mac': 'a4:c1:38:dc:fd:5e', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 427, 'name': 'EGLO bulb RGBW2', 'mac': 'a4:c1:38:0a:01:ab', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}]}
2021-01-17 12:26:57 DEBUG (MainThread) [custom_components.awox.light] entry [{'mesh_id': 10805, 'name': 'EGLO bulb RGBW', 'mac': 'a4:c1:38:93:2a:35', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 29474, 'name': 'EGLO bulb RGBW 3', 'mac': 'a4:c1:38:15:73:22', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 32094, 'name': 'EGLO bulb RGBW 4', 'mac': 'a4:c1:38:dc:fd:5e', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 427, 'name': 'EGLO bulb RGBW2', 'mac': 'a4:c1:38:0a:01:ab', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}]
2021-01-17 12:26:57 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:93:2a:35] 10805
2021-01-17 12:26:57 INFO (MainThread) [custom_components.awox.light] setup entry [10805] EGLO bulb RGBW
2021-01-17 12:26:57 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:15:73:22] 29474
2021-01-17 12:26:57 INFO (MainThread) [custom_components.awox.light] setup entry [29474] EGLO bulb RGBW 3
2021-01-17 12:26:57 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:dc:fd:5e] 32094
2021-01-17 12:26:57 INFO (MainThread) [custom_components.awox.light] setup entry [32094] EGLO bulb RGBW 4
2021-01-17 12:26:57 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:0a:01:ab] 427
2021-01-17 12:26:57 INFO (MainThread) [custom_components.awox.light] setup entry [427] EGLO bulb RGBW2
2021-01-17 12:26:57 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Trying to connect
2021-01-17 12:27:01 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:93:2a:35, addr type: public]
2021-01-17 12:27:01 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Trying to connect
2021-01-17 12:27:03 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Connected
2021-01-17 12:27:03 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:27:03 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:27:04 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:27:04 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:27:04 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:27:04 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:27:04 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:27:05 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:27:05 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:27:05 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:27:05 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:27:06 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 8.652 seconds
2021-01-17 12:27:36 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:27:36 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:27:36 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:27:36 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:27:36 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:27:37 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:27:37 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:27:37 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:27:37 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:27:38 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:27:38 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:27:38 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.608 seconds
2021-01-17 12:28:08 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:28:08 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:28:08 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:28:08 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:28:08 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:28:09 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:28:09 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:28:09 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:28:09 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:28:10 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:28:10 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:28:10 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.568 seconds
2021-01-17 12:28:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:28:40 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:28:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:28:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:28:40 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:28:41 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:28:41 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:28:41 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:28:41 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:28:42 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:28:42 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:28:42 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.573 seconds
2021-01-17 12:29:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:29:12 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:29:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:29:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:29:12 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:29:13 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:29:13 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:29:13 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:29:13 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:29:14 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:29:14 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:29:14 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.570 seconds
2021-01-17 12:29:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:29:44 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:29:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:29:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:29:44 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:29:45 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:29:45 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:29:45 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:29:45 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:29:46 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:29:46 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:29:46 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.569 seconds
2021-01-17 12:30:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:30:16 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:30:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:30:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:30:16 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:30:17 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:30:17 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:30:17 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:30:17 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:30:18 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:30:18 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:30:18 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.577 seconds
2021-01-17 12:30:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:30:48 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:30:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:30:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:30:48 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:30:49 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:30:49 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:30:49 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:30:49 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:30:50 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:30:50 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:30:50 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.577 seconds
2021-01-17 12:31:20 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:31:20 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:31:20 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:31:20 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:31:20 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:31:21 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:31:21 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:31:21 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:31:21 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:31:22 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:31:22 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:31:22 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.576 seconds
2021-01-17 12:31:52 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:31:52 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:31:52 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:31:52 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:31:52 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:31:53 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:31:53 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:31:53 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:31:53 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:31:54 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:31:54 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:31:54 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.568 seconds
2021-01-17 12:32:26 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:32:26 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:32:29 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:32:29 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:32:29 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:32:31 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:32:31 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:32:32 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:32:32 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:32:32 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:32:32 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:32:33 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 6.787 seconds
2021-01-17 12:33:03 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:33:03 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:33:03 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:33:03 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:33:03 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:33:04 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:33:04 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:33:04 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:33:04 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:33:05 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:33:05 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:33:05 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.586 seconds
2021-01-17 12:33:35 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:33:35 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:33:35 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:33:35 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:33:35 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:33:36 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:33:36 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:33:36 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:33:36 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:33:37 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:33:37 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:33:37 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.591 seconds
2021-01-17 12:34:07 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:34:07 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:34:07 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:34:07 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:34:07 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:34:08 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:34:08 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:34:08 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:34:08 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:34:09 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:34:09 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:34:09 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.572 seconds
2021-01-17 12:34:39 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:34:39 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:34:39 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:34:39 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:34:39 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:34:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:34:40 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:34:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:34:40 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:34:41 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:34:41 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:34:41 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.582 seconds
2021-01-17 12:35:11 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:35:11 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:35:11 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:35:11 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:35:11 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:35:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:35:12 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:35:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:35:12 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:35:13 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:35:13 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:35:13 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.579 seconds
2021-01-17 12:35:43 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:35:43 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:35:43 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:35:43 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:35:43 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:35:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:35:44 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:35:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:35:44 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:35:45 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:35:45 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:35:45 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.584 seconds
2021-01-17 12:36:15 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:36:15 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:36:15 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:36:15 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:36:15 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:36:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:36:16 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:36:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:36:16 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:36:17 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:36:17 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:36:17 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.577 seconds
2021-01-17 12:36:47 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:36:47 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:36:47 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:36:47 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:36:47 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:36:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:36:48 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:36:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:36:48 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:36:49 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:36:49 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:36:49 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.573 seconds
2021-01-17 12:37:19 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:37:19 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:37:19 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:37:19 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:37:19 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:37:20 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:37:20 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:37:20 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:37:20 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:37:21 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:37:21 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:37:21 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.576 seconds
2021-01-17 12:37:51 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:37:51 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:37:51 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:37:51 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:37:51 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:37:52 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:37:52 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:37:52 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:37:52 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:37:53 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:37:53 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:37:53 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.561 seconds
2021-01-17 12:38:23 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status
2021-01-17 12:38:23 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10'
2021-01-17 12:38:23 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status
2021-01-17 12:38:23 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW
2021-01-17 12:38:23 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10'
2021-01-17 12:38:24 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3
2021-01-17 12:38:24 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10'
2021-01-17 12:38:24 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4
2021-01-17 12:38:24 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10'
2021-01-17 12:38:25 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2
2021-01-17 12:38:25 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10'
2021-01-17 12:38:25 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.601 seconds

@cob94440
Copy link
Author

Hello here is latest log.
It managed to connect and to write command i guess but still no go. I don't think it's far from being ok.
I wrote a note to awox support to have more information.
I'll post update if they come to me

@fsaris
Copy link
Owner

fsaris commented Jan 17, 2021

I already found that the encryption of the messages is different compared to the ble.tlmesh

So I guess that would be a next step to get that in

@scama032000
Copy link

I'm interested in ble.zigbee support. Is there any news? I tried anything, but I can't send command to the light but through the official app, which can't be integrated in HA. I don't know if it can be useful, but there is a new Awox app calle Home Control, that support only new devices (zigbee). I tried analysing the apk, but I'm not so skilled and I didn't find a way to send command

@fsaris
Copy link
Owner

fsaris commented Oct 15, 2022

For support of the ZigBee devices see https://www.zigbee2mqtt.io/supported-devices/#v=EGLO,Eglo,AwoX

@fsaris fsaris closed this as completed Oct 15, 2022
@Nokkie075
Copy link

I just added the latest Crosslink.Z LED RGB + CCT bulb (itemnr 113087) to Home Assistant with the Sonoff ZBBridge and it works out of the box.

I only miss the colorwheel. But I just installed it and haven really spend much time on it. So maybe you can use this info for the integration.

@fsaris
Copy link
Owner

fsaris commented Nov 20, 2022

For devices that support ZigBee I would recommend to use ZigBee. It's more stable then BLE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants