fsaris / home-assistant-awox

AwoX mesh light integration for Home Assistant
MIT License
84 stars 23 forks source link

Add ble.zigbee support - part1 logging #6

Closed fsaris closed 3 years ago

fsaris commented 3 years ago

Related #2

fsaris commented 3 years ago

@cob94440 could you try this branch and provide some logs? I'm especially interested in the Failed to decrypt package [key... lines

cob94440 commented 3 years ago

Do i have to just update or anything else. I tried update but i can't login still because of https://github.com/fsaris/home-assistant-awox/commit/46b4501401c999bf5fcbe5804a3fb64ff0203d55

cob94440 commented 3 years ago

i commented the 3 lines and i'm able to login

cob94440 commented 3 years ago

1st log:

Logger: custom_components.awox.config_flow Source: custom_components/awox/config_flow.py:152 Integration: AwoX MESH control (documentation, issues) First occurred: 20:32:13 (1 occurrences) Last logged: 20:32:13

Skipped device, missing type - {'objectId': '2VjtM0CQGr', 'owner': {'__type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'image': {'type': 'File', 'name': '24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg', 'url': 'https://parse-files-prod.s3.amazonaws.com/images/24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg'}, 'address': '20990', 'displayName': 'EGLO remote', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '58d74d73-d93d-32b8-a9eb-1061b5bf7ba0', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ERCU-Zm', 'macAddress': 'a4:c1:38:0a:d1:fe', 'hardwareVersion': '4.60', 'syncable': True, 'friendlyName': 'EGLO remote', 'createdAt': '2020-11-24T16:51:37.441Z', 'updatedAt': '2020-11-24T16:52:48.964Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}}

cob94440 commented 3 years ago

Logger: homeassistant.util.async Source: util/async.py:105 First occurred: 20:32:12 (3 occurrences) Last logged: 20:32:13

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for awox doing I/O at custom_components/awox/awox_connect.py, line 36: response = requests.request("POST", AWOX_CONNECT_URL + 'login', headers=headers, data=payload) Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for awox doing I/O at custom_components/awox/awox_connect.py, line 58: response = requests.request("POST", AWOX_CONNECT_URL + 'classes/' + class_name, headers=headers, data=payload)

cob94440 commented 3 years ago

Logger: custom_components.awox.awox_mesh Source: helpers/update_coordinator.py:166 Integration: AwoX MESH control (documentation, issues) First occurred: 20:32:13 (1 occurrences) Last logged: 20:32:13

Error fetching awox data: No device connected

cob94440 commented 3 years ago

Logger: custom_components.awox.awox_mesh Source: custom_components/awox/awox_mesh.py:83 Integration: AwoX MESH control (documentation, issues) First occurred: 20:32:13 (12 occurrences) Last logged: 20:33:13

[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] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:15:73:22, addr type: public] [a4:c1:38:dc:fd:5e][EGLO bulb RGBW 4] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:dc:fd:5e, addr type: public] [a4:c1:38:0a:01:ab][EGLO bulb RGBW2] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:0a:01:ab, addr type: public]

cob94440 commented 3 years ago

i tried on my rpi:

here are the logs : Logger: custom_components.awox.config_flow Source: custom_components/awox/config_flow.py:152 Integration: AwoX MESH control (documentation, issues) First occurred: 21:06:34 (1 occurrences) Last logged: 21:06:34

Skipped device, missing type - {'objectId': '2VjtM0CQGr', 'owner': {'__type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'image': {'type': 'File', 'name': '24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg', 'url': 'https://parse-files-prod.s3.amazonaws.com/images/24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg'}, 'address': '20990', 'displayName': 'EGLO remote', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '58d74d73-d93d-32b8-a9eb-1061b5bf7ba0', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ERCU-Zm', 'macAddress': 'a4:c1:38:0a:d1:fe', 'hardwareVersion': '4.60', 'syncable': True, 'friendlyName': 'EGLO remote', 'createdAt': '2020-11-24T16:51:37.441Z', 'updatedAt': '2020-11-24T16:52:48.964Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}}

Logger: custom_components.awox.awox_mesh Source: custom_components/awox/awox_mesh.py:83 Integration: AwoX MESH control (documentation, issues) First occurred: 21:06:38 (2 occurrences) Last logged: 21:06:41

[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] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:15:73:22, addr type: public]

Logger: custom_components.awox.awox_mesh Source: custom_components/awox/awox_mesh.py:81 Integration: AwoX MESH control (documentation, issues) First occurred: 21:06:46 (2 occurrences) Last logged: 21:06:51

[a4:c1:38:dc:fd:5e][EGLO bulb RGBW 4] Timeout trying to connect, trying next device [a4:c1:38:0a:01:ab][EGLO bulb RGBW2] Timeout trying to connect, trying next device

Logger: custom_components.awox.awox_mesh Source: helpers/update_coordinator.py:166 Integration: AwoX MESH control (documentation, issues) First occurred: 21:06:51 (1 occurrences) Last logged: 21:06:51

Error fetching awox data: No device connected

cob94440 commented 3 years ago

Hello. And happy new year.

With latest update still have to uncomment the 3 lines to be able to login. Can you modify this so it will be a first step.

Here are the latest logs

Logger: custom_components.awox.config_flow Source: custom_components/awox/config_flow.py:152 Integration: AwoX MESH control (documentation, issues) First occurred: 10:14:22 (1 occurrences) Last logged: 10:14:22

Skipped device, missing type - {'objectId': '2VjtM0CQGr', 'owner': {'__type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'image': {'type': 'File', 'name': '24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg', 'url': 'https://parse-files-prod.s3.amazonaws.com/images/24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg'}, 'address': '20990', 'displayName': 'EGLO remote', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '58d74d73-d93d-32b8-a9eb-1061b5bf7ba0', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ERCU-Zm', 'macAddress': 'a4:c1:38:0a:d1:fe', 'hardwareVersion': '4.60', 'syncable': True, 'friendlyName': 'EGLO remote', 'createdAt': '2020-11-24T16:51:37.441Z', 'updatedAt': '2020-11-24T16:52:48.964Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}}

Logger: custom_components.awox.awox_mesh Source: custom_components/awox/awox_mesh.py:83 Integration: AwoX MESH control (documentation, issues) First occurred: 10:14:23 (2 occurrences) Last logged: 10:14:23

[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] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:15:73:22, addr type: public]

Logger: custom_components.awox.awoxmeshlight Source: custom_components/awox/awoxmeshlight/init.py:456 Integration: AwoX MESH control (documentation, issues) First occurred: 10:15:29 (1 occurrences) Last logged: 10:15:29

Disconnect failed: 'NoneType' object has no attribute 'poll'

Logger: custom_components.awox.awox_mesh Source: helpers/update_coordinator.py:166 Integration: AwoX MESH control (documentation, issues) First occurred: 10:15:29 (1 occurrences) Last logged: 10:15:29

Error fetching awox data: Timeout from MESH:

cob94440 commented 3 years ago

Logger: custom_components.awox.awoxmeshlight Source: custom_components/awox/awoxmeshlight/init.py:93 Integration: AwoX MESH control (documentation, issues) First occurred: 10:22:51 (1 occurrences) Last logged: 10:22:51

Failed to decrypt package

fsaris commented 3 years ago

@cob94440 could you try again with current main branch and check for the Failed to decrypt package... lines. It should hold some additional info now.

I'm already looking into the other errors as I also have them in my setup

cob94440 commented 3 years ago

Logger: custom_components.awox.awox_mesh Source: custom_components/awox/awoxmeshlight/init.py:283 Integration: AwoX MESH control (documentation, issues) First occurred: 11:43:11 (1 occurrences) Last logged: 11:43:11

Unexpected error fetching awox data: 'NoneType' object has no attribute 'poll' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 144, in async_refresh self.data = await self._async_update_data() File "/config/custom_components/awox/awox_mesh.py", line 105, in _async_update_data await self.hass.async_add_executor_job(self._connected_bluetooth_device.requestStatus, 0xffff) File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/config/custom_components/awox/awoxmeshlight/init.py", line 365, in requestStatus self.writeCommand(C_GET_STATUS_SENT, data, dest) File "/config/custom_components/awox/awoxmeshlight/init.py", line 283, in writeCommand self.command_char.write(packet, withResponse=True) File "/usr/local/lib/python3.8/site-packages/bluepy/btle.py", line 200, in write return self.peripheral.writeCharacteristic(self.valHandle, val, withResponse) File "/usr/local/lib/python3.8/site-packages/bluepy/btle.py", line 543, in writeCharacteristic return self._getResp('wr') File "/usr/local/lib/python3.8/site-packages/bluepy/btle.py", line 407, in _getResp resp = self._waitResp(wantType + ['ntfy', 'ind'], timeout) File "/usr/local/lib/python3.8/site-packages/bluepy/btle.py", line 338, in _waitResp if self._helper.poll() is not None: AttributeError: 'NoneType' object has no attribute 'poll'

cob94440 commented 3 years ago

Logger: custom_components.awox.awox_mesh Source: custom_components/awox/awox_mesh.py:131 Integration: AwoX MESH control (documentation, issues) First occurred: 11:43:11 (3 occurrences) Last logged: 11:45:20

readStatus timeout [] disconnect and retry next run

cob94440 commented 3 years ago

Logger: custom_components.awox.awoxmeshlight Source: custom_components/awox/awoxmeshlight/init.py:456 Integration: AwoX MESH control (documentation, issues) First occurred: 11:43:11 (3 occurrences) Last logged: 11:45:20

Disconnect failed: 'NoneType' object has no attribute 'poll'

cob94440 commented 3 years ago

Logger: custom_components.awox.config_flow Source: custom_components/awox/config_flow.py:152 Integration: AwoX MESH control (documentation, issues) First occurred: 11:47:17 (1 occurrences) Last logged: 11:47:17

Skipped device, missing type - {'objectId': '2VjtM0CQGr', 'owner': {'__type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'image': {'type': 'File', 'name': '24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg', 'url': 'https://parse-files-prod.s3.amazonaws.com/images/24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg'}, 'address': '20990', 'displayName': 'EGLO remote', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '58d74d73-d93d-32b8-a9eb-1061b5bf7ba0', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ERCU-Zm', 'macAddress': 'a4:c1:38:0a:d1:fe', 'hardwareVersion': '4.60', 'syncable': True, 'friendlyName': 'EGLO remote', 'createdAt': '2020-11-24T16:51:37.441Z', 'updatedAt': '2020-11-24T16:52:48.964Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}}

cob94440 commented 3 years ago

Maybe this log is better :+1: 2021-01-03 11:41:52 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2021-01-03 11:41:52 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for awox which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2021-01-03 11:42:06 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}]} 2021-01-03 11:42: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}] 2021-01-03 11:42:09 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:93:2a:35] 10805 2021-01-03 11:42:09 INFO (MainThread) [custom_components.awox.light] setup entry [10805] EGLO bulb RGBW 2021-01-03 11:42:09 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:15:73:22] 29474 2021-01-03 11:42:09 INFO (MainThread) [custom_components.awox.light] setup entry [29474] EGLO bulb RGBW 3 2021-01-03 11:42:09 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:dc:fd:5e] 32094 2021-01-03 11:42:09 INFO (MainThread) [custom_components.awox.light] setup entry [32094] EGLO bulb RGBW 4 2021-01-03 11:42:09 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:0a:01:ab] 427 2021-01-03 11:42:09 INFO (MainThread) [custom_components.awox.light] setup entry [427] EGLO bulb RGBW2 2021-01-03 11:42:09 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Trying to connect 2021-01-03 11:42:14 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-03 11:42:14 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Trying to connect 2021-01-03 11:42:17 INFO (Thread-5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22] Started waitForNotifications 2021-01-03 11:42:17 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Connected 2021-01-03 11:42:17 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 11:42:17 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 11:42:18 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 11:42:18 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 11:42:18 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 11:42:18 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 11:42:18 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 11:42:18 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - Unexpected response (wr) 2021-01-03 11:42:39 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 11:42:39 INFO (SyncWorker_6) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 11:42:39 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 11:42:39 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 11:42:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 11:42:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 11:42:40 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 11:42:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 11:42:40 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 11:42:41 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 11:42:41 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 11:42:41 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 32.409 seconds 2021-01-03 11:43:11 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 11:43:11 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - Unexpected response (wr) 2021-01-03 11:43:11 WARNING (MainThread) [custom_components.awox.awox_mesh] readStatus timeout [] disconnect and retry next run 2021-01-03 11:43:11 DEBUG (SyncWorker_6) [custom_components.awox.awoxmeshlight] Disconnecting. 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'stdout' 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 WARNING (SyncWorker_6) [custom_components.awox.awoxmeshlight] Disconnect failed: 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 ERROR (SyncWorker_3) [custom_components.awox.awoxmeshlight] Command failed, device is disconnected: Device disconnected 2021-01-03 11:43:11 DEBUG (Thread-5) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 INFO (Thread-5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22] WaitForNotifications done 2021-01-03 11:43:11 ERROR (MainThread) [custom_components.awox.awox_mesh] Unexpected error fetching awox data: 'NoneType' object has no attribute 'poll' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 144, in async_refresh self.data = await self._async_update_data() File "/config/custom_components/awox/awox_mesh.py", line 105, in _async_update_data await self.hass.async_add_executor_job(self._connected_bluetooth_device.requestStatus, 0xffff) File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/config/custom_components/awox/awoxmeshlight/init.py", line 365, in requestStatus self.writeCommand(C_GET_STATUS_SENT, data, dest) File "/config/custom_components/awox/awoxmeshlight/init.py", line 283, in writeCommand self.command_char.write(packet, withResponse=True) File "/usr/local/lib/python3.8/site-packages/bluepy/btle.py", line 200, in write return self.peripheral.writeCharacteristic(self.valHandle, val, withResponse) File "/usr/local/lib/python3.8/site-packages/bluepy/btle.py", line 543, in writeCharacteristic return self._getResp('wr') File "/usr/local/lib/python3.8/site-packages/bluepy/btle.py", line 407, in _getResp resp = self._waitResp(wantType + ['ntfy', 'ind'], timeout) File "/usr/local/lib/python3.8/site-packages/bluepy/btle.py", line 338, in _waitResp if self._helper.poll() is not None: AttributeError: 'NoneType' object has no attribute 'poll' 2021-01-03 11:43:11 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 0.326 seconds 2021-01-03 11:43:11 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 32.328 seconds 2021-01-03 11:43:30 ERROR (MainThread) [custom_components.hacs] custom-components/sensor.rpi_power - Repository is archived. 2021-01-03 11:43:42 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Trying to connect 2021-01-03 11:43:45 INFO (Thread-7) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35] Started waitForNotifications 2021-01-03 11:43:45 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Connected 2021-01-03 11:43:45 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 11:43:46 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][65535] Writing command 218 data b'\x10' 2021-01-03 11:43:46 DEBUG (Thread-7) [custom_components.awox.awoxmeshlight] waitForNotifications error - Unexpected response (wr) 2021-01-03 11:44:15 WARNING (MainThread) [custom_components.awox.awox_mesh] readStatus timeout [] disconnect and retry next run 2021-01-03 11:44:15 DEBUG (SyncWorker_3) [custom_components.awox.awoxmeshlight] Disconnecting. 2021-01-03 11:44:15 WARNING (SyncWorker_3) [custom_components.awox.awoxmeshlight] Disconnect failed: 'NoneType' object has no attribute 'poll' 2021-01-03 11:44:15 ERROR (SyncWorker_0) [custom_components.awox.awoxmeshlight] Command failed, device is disconnected: Device disconnected 2021-01-03 11:44:15 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 32.955 seconds 2021-01-03 11:44:20 INFO (Thread-7) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35] WaitForNotifications done 2021-01-03 11:44:45 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Trying to connect 2021-01-03 11:44:47 INFO (Thread-8) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35] Started waitForNotifications 2021-01-03 11:44:47 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Connected 2021-01-03 11:44:47 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 11:44:47 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][65535] Writing command 218 data b'\x10' 2021-01-03 11:44:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 11:44:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 11:44:48 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][10805] Writing command 218 data b'\x10' 2021-01-03 11:44:49 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 11:44:49 INFO (SyncWorker_6) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][29474] Writing command 218 data b'\x10' 2021-01-03 11:44:49 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 11:44:49 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][32094] Writing command 218 data b'\x10' 2021-01-03 11:44:50 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 11:44:50 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][427] Writing command 218 data b'\x10' 2021-01-03 11:44:50 DEBUG (Thread-8) [custom_components.awox.awoxmeshlight] waitForNotifications error - Unexpected response (wr) 2021-01-03 11:45:20 WARNING (MainThread) [custom_components.awox.awox_mesh] readStatus timeout [] disconnect and retry next run 2021-01-03 11:45:20 DEBUG (SyncWorker_6) [custom_components.awox.awoxmeshlight] Disconnecting. 2021-01-03 11:45:20 WARNING (SyncWorker_6) [custom_components.awox.awoxmeshlight] Disconnect failed: 'NoneType' object has no attribute 'poll' 2021-01-03 11:45:20 DEBUG (Thread-8) [custom_components.awox.awoxmeshlight] waitForNotifications error - 'NoneType' object has no attribute 'stdout' 2021-01-03 11:45:20 INFO (Thread-8) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35] WaitForNotifications done 2021-01-03 11:45:20 ERROR (SyncWorker_0) [custom_components.awox.awoxmeshlight] Command failed, device is disconnected: Device disconnected 2021-01-03 11:45:20 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 35.299 seconds 2021-01-03 11:45:50 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Trying to connect 2021-01-03 11:45:52 INFO (Thread-9) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35] Started waitForNotifications 2021-01-03 11:45:52 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Connected 2021-01-03 11:45:52 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 11:45:52 INFO (SyncWorker_6) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][65535] Writing command 218 data b'\x10' 2021-01-03 11:45:53 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 11:45:53 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 11:45:53 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][10805] Writing command 218 data b'\x10' 2021-01-03 11:45:53 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 11:45:53 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][29474] Writing command 218 data b'\x10' 2021-01-03 11:45:54 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 11:45:54 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][32094] Writing command 218 data b'\x10' 2021-01-03 11:45:54 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 11:45:54 INFO (SyncWorker_6) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][427] Writing command 218 data b'\x10' 2021-01-03 11:45:55 DEBUG (Thread-9) [custom_components.awox.awoxmeshlight] waitForNotifications error - Unexpected response (wr) 2021-01-03 11:46:24 WARNING (MainThread) [custom_components.awox.awox_mesh] readStatus timeout [] disconnect and retry next run 2021-01-03 11:46:24 DEBUG (SyncWorker_3) [custom_components.awox.awoxmeshlight] Disconnecting. 2021-01-03 11:46:25 ERROR (SyncWorker_6) [custom_components.awox.awoxmeshlight] Command failed, device is disconnected: Device disconnected 2021-01-03 11:46:25 WARNING (SyncWorker_3) [custom_components.awox.awoxmeshlight] Disconnect failed: 'NoneType' object has no attribute 'poll' 2021-01-03 11:46:25 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 35.017 seconds 2021-01-03 11:46:30 INFO (Thread-9) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35] WaitForNotifications done 2021-01-03 11:46:53 INFO (MainThread) [custom_components.awox.awox_mesh] Shutdown mesh 2021-01-03 11:47:17 DEBUG (MainThread) [custom_components.awox.config_flow] Processing device - {'objectId': 'KYNNoRC3yU', 'owner': {'type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'address': '10805', 'displayName': 'EGLO bulb RGBW', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '3d6daba3-fe8f-357a-b6c5-10cf1978e270', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ESMLzm-c13g', 'macAddress': 'a4:c1:38:93:2a:35', 'hardwareVersion': '4.62', 'syncable': True, 'friendlyName': 'EGLO bulb RGBW', 'provider': 'BLELight', 'vendor': 'AwoxByEglo', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'createdAt': '2020-11-05T18:40:19.311Z', 'updatedAt': '2020-11-24T16:52:46.501Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-03 11:47:17 DEBUG (MainThread) [custom_components.awox.config_flow] Processing device - {'objectId': 'UJ1JeEVeU0', 'owner': {'type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'modelName': 'ESMLzm-c13g', 'macAddress': 'a4:c1:38:15:73:22', 'address': '29474', 'displayName': 'EGLO bulb RGBW 3', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'syncable': True, 'uuid': 'ad7c37df-1d2a-3c77-9fbf-cb5c4996a33a', 'version': '1.0.192', 'friendlyName': 'EGLO bulb RGBW', 'room': 'Cuisine', 'provider': 'BLELight', 'vendor': 'AwoxByEglo', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'createdAt': '2020-12-17T16:53:49.922Z', 'updatedAt': '2020-12-18T09:16:34.039Z', 'hardwareVersion': '4.62', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-03 11:47:17 DEBUG (MainThread) [custom_components.awox.config_flow] Processing device - {'objectId': 'Q0qg4rq6Hb', 'owner': {'type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'modelName': 'ESMLzm-c13g', 'macAddress': 'a4:c1:38:dc:fd:5e', 'address': '32094', 'displayName': 'EGLO bulb RGBW 4', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'syncable': True, 'uuid': '61f3aa57-c9bf-3afa-a3d3-12d68f381fe1', 'version': '1.0.192', 'friendlyName': 'EGLO bulb RGBW', 'room': 'Cuisine', 'provider': 'BLELight', 'vendor': 'AwoxByEglo', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'createdAt': '2020-12-17T16:55:28.407Z', 'updatedAt': '2020-12-18T09:16:34.448Z', 'hardwareVersion': '4.62', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-03 11:47:17 DEBUG (MainThread) [custom_components.awox.config_flow] Processing device - {'objectId': 'BGd55hg2IT', 'owner': {'type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'modelName': 'ESMLzm-c13g', 'macAddress': 'a4:c1:38:0a:01:ab', 'address': '427', 'displayName': 'EGLO bulb RGBW2', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'syncable': True, 'uuid': '442eb763-7ba1-3e3a-ab7d-5dcd10380923', 'version': '1.0.192', 'friendlyName': 'EGLO bulb RGBW', 'room': 'Cuisine', 'provider': 'BLELight', 'vendor': 'AwoxByEglo', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'createdAt': '2020-11-05T18:24:04.897Z', 'updatedAt': '2020-11-24T16:52:46.041Z', 'hardwareVersion': '4.62', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-03 11:47:17 DEBUG (MainThread) [custom_components.awox.config_flow] Processing device - {'objectId': '2VjtM0CQGr', 'owner': {'type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'image': {'type': 'File', 'name': '24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg', 'url': 'https://parse-files-prod.s3.amazonaws.com/images/24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg'}, 'address': '20990', 'displayName': 'EGLO remote', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '58d74d73-d93d-32b8-a9eb-1061b5bf7ba0', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ERCU-Zm', 'macAddress': 'a4:c1:38:0a:d1:fe', 'hardwareVersion': '4.60', 'syncable': True, 'friendlyName': 'EGLO remote', 'createdAt': '2020-11-24T16:51:37.441Z', 'updatedAt': '2020-11-24T16:52:48.964Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-03 11:47:17 WARNING (MainThread) [custom_components.awox.config_flow] Skipped device, missing type - {'objectId': '2VjtM0CQGr', 'owner': {'__type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'image': {'type': 'File', 'name': '24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg', 'url': 'https://parse-files-prod.s3.amazonaws.com/images/24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg'}, 'address': '20990', 'displayName': 'EGLO remote', 'typedRoom': {'__type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '58d74d73-d93d-32b8-a9eb-1061b5bf7ba0', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ERCU-Zm', 'macAddress': 'a4:c1:38:0a:d1:fe', 'hardwareVersion': '4.60', 'syncable': True, 'friendlyName': 'EGLO remote', 'createdAt': '2020-11-24T16:51:37.441Z', 'updatedAt': '2020-11-24T16:52:48.964Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-03 11:47:17 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.'}, {'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.'}, {'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.'}, {'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.'}]} 2021-01-03 11:47:17 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}] 2021-01-03 11:47:17 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:93:2a:35] 10805 2021-01-03 11:47:17 INFO (MainThread) [custom_components.awox.light] setup entry [10805] EGLO bulb RGBW 2021-01-03 11:47:17 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:15:73:22] 29474 2021-01-03 11:47:17 INFO (MainThread) [custom_components.awox.light] setup entry [29474] EGLO bulb RGBW 3 2021-01-03 11:47:17 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:dc:fd:5e] 32094 2021-01-03 11:47:17 INFO (MainThread) [custom_components.awox.light] setup entry [32094] EGLO bulb RGBW 4 2021-01-03 11:47:17 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:0a:01:ab] 427 2021-01-03 11:47:17 INFO (MainThread) [custom_components.awox.light] setup entry [427] EGLO bulb RGBW2 2021-01-03 11:47:17 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Trying to connect 2021-01-03 11:47:21 INFO (Thread-10) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35] Started waitForNotifications 2021-01-03 11:47:21 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Connected 2021-01-03 11:47:21 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 11:47:22 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][65535] Writing command 218 data b'\x10' 2021-01-03 11:47:22 DEBUG (Thread-10) [custom_components.awox.awoxmeshlight] waitForNotifications error - Unexpected response (wr) 2021-01-03 11:47:47 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 11:47:47 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][65535] Writing command 218 data b'\x10' 2021-01-03 11:47:47 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 11:47:47 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 11:47:47 INFO (SyncWorker_6) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][10805] Writing command 218 data b'\x10' 2021-01-03 11:47:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 11:47:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 11:47:48 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:93:2a:35][10805] Writing command 218 data b'\x10' 2021-01-03 11:47:48 DEBUG (Thread-10) [custom_components.awox.awoxmeshlight] waitForNotifications error - Unexpected response (wr)

cob94440 commented 3 years ago

Sorry for the delay i try to watch your answers.

cob94440 commented 3 years ago

with latest version

Logger: custom_components.awox.config_flow Source: custom_components/awox/config_flow.py:152 Integration: AwoX MESH control (documentation, issues) First occurred: 20:21:06 (1 occurrences) Last logged: 20:21:06

Skipped device, missing type - {'objectId': '2VjtM0CQGr', 'owner': {'__type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'image': {'type': 'File', 'name': '24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg', 'url': 'https://parse-files-prod.s3.amazonaws.com/images/24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg'}, 'address': '20990', 'displayName': 'EGLO remote', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '58d74d73-d93d-32b8-a9eb-1061b5bf7ba0', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ERCU-Zm', 'macAddress': 'a4:c1:38:0a:d1:fe', 'hardwareVersion': '4.60', 'syncable': True, 'friendlyName': 'EGLO remote', 'createdAt': '2020-11-24T16:51:37.441Z', 'updatedAt': '2020-11-24T16:52:48.964Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}}

cob94440 commented 3 years ago

Logger: custom_components.awox.awox_mesh Source: custom_components/awox/awox_mesh.py:83 Integration: AwoX MESH control (documentation, issues) First occurred: 20:21:09 (1 occurrences) Last logged: 20:21:09

[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]

cob94440 commented 3 years ago

2021-01-03 20:21:09 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-03 20:21:09 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Trying to connect 2021-01-03 20:21:11 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Connected 2021-01-03 20:21:11 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:21:11 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:21:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:21:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:21:12 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:21:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:21:12 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:21:13 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:21:13 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:21:13 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:21:13 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:21:14 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 6.701 seconds 2021-01-03 20:21:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:21:44 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:21:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:21:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:21:44 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:21:45 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:21:45 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:21:45 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:21:45 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:21:46 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:21:46 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:21:46 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.572 seconds 2021-01-03 20:22:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:22:16 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:22:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:22:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:22:16 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:22:17 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:22:17 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:22:17 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:22:17 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:22:18 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:22:18 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:22:18 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.563 seconds 2021-01-03 20:22:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:22:48 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:22:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:22:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:22:48 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:22:49 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:22:49 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:22:49 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:22:49 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:22:50 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:22:50 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:22:50 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.574 seconds 2021-01-03 20:23:20 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:23:20 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:23:20 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:23:20 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:23:20 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:23:21 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:23:21 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:23:21 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:23:21 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:23:22 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:23:22 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:23:22 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.572 seconds

cob94440 commented 3 years ago

Logger: custom_components.awox.awoxmeshlight Source: custom_components/awox/awoxmeshlight/init.py:93 Integration: AwoX MESH control (documentation, issues) First occurred: 20:23:52 (3 occurrences) Last logged: 20:23:52

Failed to decrypt package [key: %s, data: %s]

cob94440 commented 3 years ago

2021-01-03 20:27:37 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:27:37 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:27:38 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:27:38 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:27:38 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.570 seconds 2021-01-03 20:28:08 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:28:08 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:28:08 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:28:08 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:28:08 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:28:09 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:28:09 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:28:09 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:28:09 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:28:10 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:28:10 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:28:10 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.559 seconds 2021-01-03 20:28:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:28:40 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:28:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:28:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:28:40 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:28:41 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:28:41 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:28:41 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:28:41 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:28:42 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:28:42 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:28:42 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.572 seconds 2021-01-03 20:29:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:29:12 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:29:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:29:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:29:12 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:29:13 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:29:13 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:29:13 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:29:13 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:29:14 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:29:14 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:29:14 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.583 seconds 2021-01-03 20:29:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:29:44 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:29:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:29:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:29:44 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:29:45 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:29:45 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:29:45 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:29:45 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:29:46 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:29:46 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:29:46 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.562 seconds 2021-01-03 20:30:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:30:16 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:30:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:30:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:30:16 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:30:17 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:30:17 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:30:17 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:30:17 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:30:18 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:30:18 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:30:18 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.564 seconds 2021-01-03 20:30:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:30:48 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:30:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:30:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:30:48 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:30:49 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:30:49 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:30:49 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:30:49 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:30:50 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:30:50 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:30:50 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.567 seconds 2021-01-03 20:31:20 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:31:20 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:31:20 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:31:20 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:31:20 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:31:21 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:31:21 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:31:21 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:31:21 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:31:22 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:31:22 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:31:22 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.572 seconds 2021-01-03 20:31:52 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:31:52 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:31:52 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:31:52 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:31:52 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:31:53 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:31:53 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:31:53 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:31:53 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:31:54 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:31:54 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:31:54 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.563 seconds 2021-01-03 20:32:24 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:32:24 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:32:24 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:32:24 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:32:24 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:32:25 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:32:25 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:32:25 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:32:25 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:32:26 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:32:26 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:32:26 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.571 seconds 2021-01-03 20:32:56 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:32:56 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:32:56 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:32:56 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:32:56 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:32:57 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:32:57 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:32:57 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:32:57 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:32:58 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:32:58 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:32:58 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.568 seconds 2021-01-03 20:33:28 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:33:28 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:33:28 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:33:28 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:33:28 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:33:29 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:33:29 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:33:29 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:33:29 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:33:30 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:33:30 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:33:30 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.567 seconds 2021-01-03 20:34:00 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:34:00 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:34:00 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:34:00 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:34:00 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:34:01 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:34:01 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:34:01 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:34:01 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:34:02 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:34:02 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:34:02 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.566 seconds 2021-01-03 20:34:32 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:34:32 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:34:32 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:34:32 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:34:32 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:34:33 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:34:33 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:34:33 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:34:33 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:34:34 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:34:34 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:34:34 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.570 seconds 2021-01-03 20:35:04 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:35:04 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:35:04 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:35:04 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:35:04 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:35:05 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:35:05 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:35:05 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:35:05 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:35:06 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:35:06 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:35:06 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.570 seconds 2021-01-03 20:35:36 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:35:36 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:35:36 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:35:36 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:35:36 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:35:37 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:35:37 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:35:37 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:35:37 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:35:38 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:35:38 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:35:38 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.562 seconds 2021-01-03 20:36:08 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:36:08 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:36:08 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:36:08 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:36:08 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:36:09 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:36:09 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:36:09 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:36:09 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:36:10 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:36:10 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:36:10 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.561 seconds 2021-01-03 20:36:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:36:40 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:36:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:36:40 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:36:40 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:36:41 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:36:41 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:36:41 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:36:41 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:36:42 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:36:42 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:36:42 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.560 seconds 2021-01-03 20:37:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:37:12 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:37:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:37:12 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:37:12 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:37:13 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:37:13 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:37:13 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:37:13 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:37:14 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:37:14 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:37:14 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.562 seconds 2021-01-03 20:37:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:37:44 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:37:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:37:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:37:44 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:37:45 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:37:45 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:37:45 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:37:45 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:37:46 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:37:46 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:37:46 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.576 seconds 2021-01-03 20:38:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:38:16 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:38:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:38:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:38:16 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:38:17 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:38:17 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:38:17 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:38:17 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:38:18 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:38:18 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:38:18 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.566 seconds 2021-01-03 20:38:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-03 20:38:48 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][65535] Writing command 218 data b'\x10' 2021-01-03 20:38:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-03 20:38:48 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-03 20:38:48 INFO (SyncWorker_5) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][10805] Writing command 218 data b'\x10' 2021-01-03 20:38:49 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-03 20:38:49 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][29474] Writing command 218 data b'\x10' 2021-01-03 20:38:49 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-03 20:38:49 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][32094] Writing command 218 data b'\x10' 2021-01-03 20:38:50 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-03 20:38:50 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:15:73:22][427] Writing command 218 data b'\x10' 2021-01-03 20:38:50 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.563 seconds

fsaris commented 3 years ago

Looks like your lights don't send status messages by default. Hope to find some time later this week to go through the AwoX app code to find needed commands

cob94440 commented 3 years ago

No problem If i Can help more tell me Bien cordialement Christophe

Le dim. 3 janv. 2021 à 20:42, Frans Saris notifications@github.com a écrit :

Looks like your lights don't send status messages by default. Hope to find some time later this week to go through the AwoX app code to find needed commands

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fsaris/home-assistant-awox/pull/6#issuecomment-753666664, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO4YD2Z4UNSQ55VBJDBCPFDSYDCCRANCNFSM4VRIDBSA .

cob94440 commented 3 years ago

i updated latest version: here are the logs:

2021-01-06 10:18:20 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2021-01-06 10:18:20 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for awox which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant. 2021-01-06 10:18:39 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}]} 2021-01-06 10:18:49 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}] 2021-01-06 10:18:49 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:93:2a:35] 10805 2021-01-06 10:18:49 INFO (MainThread) [custom_components.awox.light] setup entry [10805] EGLO bulb RGBW 2021-01-06 10:18:49 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:15:73:22] 29474 2021-01-06 10:18:49 INFO (MainThread) [custom_components.awox.light] setup entry [29474] EGLO bulb RGBW 3 2021-01-06 10:18:49 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:dc:fd:5e] 32094 2021-01-06 10:18:49 INFO (MainThread) [custom_components.awox.light] setup entry [32094] EGLO bulb RGBW 4 2021-01-06 10:18:49 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:0a:01:ab] 427 2021-01-06 10:18:49 INFO (MainThread) [custom_components.awox.light] setup entry [427] EGLO bulb RGBW2 2021-01-06 10:18:49 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Trying to connect 2021-01-06 10:18:52 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-06 10:18:52 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Trying to connect 2021-01-06 10:18:52 ERROR (MainThread) [homeassistant.components.light] Error adding entities for domain light with platform awox Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 316, in async_add_entities await asyncio.gather(tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 384, in _async_add_entity device_info = entity.device_info File "/config/custom_components/awox/light.py", line 124, in device_info "model": self.model.replace('', ' '), AttributeError: 'bool' object has no attribute 'replace' 2021-01-06 10:18:57 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:15:73:22, addr type: public] 2021-01-06 10:18:57 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:dc:fd:5e][EGLO bulb RGBW 4] Trying to connect 2021-01-06 10:19:00 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:dc:fd:5e][EGLO bulb RGBW 4] Connected 2021-01-06 10:19:00 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-06 10:19:00 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][65535] Writing command 218 data b'\x10' 2021-01-06 10:19:01 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-06 10:19:01 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-06 10:19:01 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][10805] Writing command 218 data b'\x10' 2021-01-06 10:19:01 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-06 10:19:01 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][29474] Writing command 218 data b'\x10' 2021-01-06 10:19:02 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-06 10:19:02 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][32094] Writing command 218 data b'\x10' 2021-01-06 10:19:02 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-06 10:19:02 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][427] Writing command 218 data b'\x10' 2021-01-06 10:19:03 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 14.352 seconds 2021-01-06 10:19:08 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 316, in async_add_entities await asyncio.gather(tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 384, in _async_add_entity device_info = entity.device_info File "/config/custom_components/awox/light.py", line 124, in device_info "model": self.model.replace('', ' '), AttributeError: 'bool' object has no attribute 'replace' 2021-01-06 10:19:20 ERROR (MainThread) [custom_components.hacs] custom-components/sensor.rpi_power - Repository is archived. 2021-01-06 10:19:32 INFO (MainThread) [custom_components.awox.awox_mesh] Shutdown mesh 2021-01-06 10:19:32 DEBUG (SyncWorker_1) [custom_components.awox.awoxmeshlight] Disconnecting. 2021-01-06 10:20:28 DEBUG (MainThread) [custom_components.awox.config_flow] Processing device - {'objectId': 'KYNNoRC3yU', 'owner': {'type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'address': '10805', 'displayName': 'EGLO bulb RGBW', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '3d6daba3-fe8f-357a-b6c5-10cf1978e270', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ESMLzm-c13g', 'macAddress': 'a4:c1:38:93:2a:35', 'hardwareVersion': '4.62', 'syncable': True, 'friendlyName': 'EGLO bulb RGBW', 'provider': 'BLELight', 'vendor': 'AwoxByEglo', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'createdAt': '2020-11-05T18:40:19.311Z', 'updatedAt': '2020-11-24T16:52:46.501Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-06 10:20:28 DEBUG (MainThread) [custom_components.awox.config_flow] Processing device - {'objectId': 'UJ1JeEVeU0', 'owner': {'type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'modelName': 'ESMLzm-c13g', 'macAddress': 'a4:c1:38:15:73:22', 'address': '29474', 'displayName': 'EGLO bulb RGBW 3', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'syncable': True, 'uuid': 'ad7c37df-1d2a-3c77-9fbf-cb5c4996a33a', 'version': '1.0.192', 'friendlyName': 'EGLO bulb RGBW', 'room': 'Cuisine', 'provider': 'BLELight', 'vendor': 'AwoxByEglo', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'createdAt': '2020-12-17T16:53:49.922Z', 'updatedAt': '2020-12-18T09:16:34.039Z', 'hardwareVersion': '4.62', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-06 10:20:28 DEBUG (MainThread) [custom_components.awox.config_flow] Processing device - {'objectId': 'Q0qg4rq6Hb', 'owner': {'type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'modelName': 'ESMLzm-c13g', 'macAddress': 'a4:c1:38:dc:fd:5e', 'address': '32094', 'displayName': 'EGLO bulb RGBW 4', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'syncable': True, 'uuid': '61f3aa57-c9bf-3afa-a3d3-12d68f381fe1', 'version': '1.0.192', 'friendlyName': 'EGLO bulb RGBW', 'room': 'Cuisine', 'provider': 'BLELight', 'vendor': 'AwoxByEglo', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'createdAt': '2020-12-17T16:55:28.407Z', 'updatedAt': '2020-12-18T09:16:34.448Z', 'hardwareVersion': '4.62', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-06 10:20:28 DEBUG (MainThread) [custom_components.awox.config_flow] Processing device - {'objectId': 'BGd55hg2IT', 'owner': {'type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'modelName': 'ESMLzm-c13g', 'macAddress': 'a4:c1:38:0a:01:ab', 'address': '427', 'displayName': 'EGLO bulb RGBW2', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'syncable': True, 'uuid': '442eb763-7ba1-3e3a-ab7d-5dcd10380923', 'version': '1.0.192', 'friendlyName': 'EGLO bulb RGBW', 'room': 'Cuisine', 'provider': 'BLELight', 'vendor': 'AwoxByEglo', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'createdAt': '2020-11-05T18:24:04.897Z', 'updatedAt': '2020-11-24T16:52:46.041Z', 'hardwareVersion': '4.62', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-06 10:20:28 DEBUG (MainThread) [custom_components.awox.config_flow] Processing device - {'objectId': '2VjtM0CQGr', 'owner': {'type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'image': {'type': 'File', 'name': '24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg', 'url': 'https://parse-files-prod.s3.amazonaws.com/images/24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg'}, 'address': '20990', 'displayName': 'EGLO remote', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '58d74d73-d93d-32b8-a9eb-1061b5bf7ba0', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ERCU-Zm', 'macAddress': 'a4:c1:38:0a:d1:fe', 'hardwareVersion': '4.60', 'syncable': True, 'friendlyName': 'EGLO remote', 'createdAt': '2020-11-24T16:51:37.441Z', 'updatedAt': '2020-11-24T16:52:48.964Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-06 10:20:28 WARNING (MainThread) [custom_components.awox.config_flow] Skipped device, missing type - {'objectId': '2VjtM0CQGr', 'owner': {'__type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'image': {'type': 'File', 'name': '24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg', 'url': 'https://parse-files-prod.s3.amazonaws.com/images/24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg'}, 'address': '20990', 'displayName': 'EGLO remote', 'typedRoom': {'__type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '58d74d73-d93d-32b8-a9eb-1061b5bf7ba0', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ERCU-Zm', 'macAddress': 'a4:c1:38:0a:d1:fe', 'hardwareVersion': '4.60', 'syncable': True, 'friendlyName': 'EGLO remote', 'createdAt': '2020-11-24T16:51:37.441Z', 'updatedAt': '2020-11-24T16:52:48.964Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-06 10:20:29 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.'}, {'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.'}, {'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.'}, {'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.'}]} 2021-01-06 10:20:29 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-06 10:20:29 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:93:2a:35] 10805 2021-01-06 10:20:29 INFO (MainThread) [custom_components.awox.light] setup entry [10805] EGLO bulb RGBW 2021-01-06 10:20:29 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:15:73:22] 29474 2021-01-06 10:20:29 INFO (MainThread) [custom_components.awox.light] setup entry [29474] EGLO bulb RGBW 3 2021-01-06 10:20:29 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:dc:fd:5e] 32094 2021-01-06 10:20:29 INFO (MainThread) [custom_components.awox.light] setup entry [32094] EGLO bulb RGBW 4 2021-01-06 10:20:29 INFO (MainThread) [custom_components.awox.awox_mesh] Registered [a4:c1:38:0a:01:ab] 427 2021-01-06 10:20:29 INFO (MainThread) [custom_components.awox.light] setup entry [427] EGLO bulb RGBW2 2021-01-06 10:20:29 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Trying to connect 2021-01-06 10:20:34 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Timeout trying to connect, trying next device 2021-01-06 10:20:34 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Trying to connect 2021-01-06 10:20:39 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Timeout trying to connect, trying next device 2021-01-06 10:20:39 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:dc:fd:5e][EGLO bulb RGBW 4] Trying to connect 2021-01-06 10:20:42 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:dc:fd:5e][EGLO bulb RGBW 4] Connected 2021-01-06 10:20:42 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-06 10:20:42 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][65535] Writing command 218 data b'\x10' 2021-01-06 10:20:42 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-06 10:20:42 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-06 10:20:43 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][10805] Writing command 218 data b'\x10' 2021-01-06 10:20:43 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-06 10:20:43 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][29474] Writing command 218 data b'\x10' 2021-01-06 10:20:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-06 10:20:44 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][32094] Writing command 218 data b'\x10' 2021-01-06 10:20:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-06 10:20:44 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][427] Writing command 218 data b'\x10' 2021-01-06 10:20:45 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 15.932 seconds

cob94440 commented 3 years ago

Capture

cob94440 commented 3 years ago

This is how integration see them. I think it s better from this side

cob94440 commented 3 years ago

Capture

cob94440 commented 3 years ago

but still unavailable

cob94440 commented 3 years ago

2021-01-06 10:18:52 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-06 10:18:52 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Trying to connect 2021-01-06 10:18:52 ERROR (MainThread) [homeassistant.components.light] Error adding entities for domain light with platform awox Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 316, in async_add_entities await asyncio.gather(*tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 384, in _async_add_entity device_info = entity.device_info File "/config/custom_components/awox/light.py", line 124, in device_info "model": self.model.replace('', ' '), AttributeError: 'bool' object has no attribute 'replace' 2021-01-06 10:18:57 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:15:73:22, addr type: public]

cob94440 commented 3 years ago

2021-01-06 10:19:01 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-06 10:19:01 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-06 10:19:01 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][10805] Writing command 218 data b'\x10' 2021-01-06 10:19:01 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-06 10:19:01 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][29474] Writing command 218 data b'\x10' 2021-01-06 10:19:02 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-06 10:19:02 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][32094] Writing command 218 data b'\x10' 2021-01-06 10:19:02 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-06 10:19:02 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][427] Writing command 218 data b'\x10' 2021-01-06 10:19:03 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 14.352 seconds 2021-01-06 10:19:08 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 316, in async_add_entities await asyncio.gather(*tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 384, in _async_add_entity device_info = entity.device_info File "/config/custom_components/awox/light.py", line 124, in device_info "model": self.model.replace('', ' '), AttributeError: 'bool' object has no attribute 'replace'

cob94440 commented 3 years ago

2021-01-06 10:20:28 WARNING (MainThread) [custom_components.awox.config_flow] Skipped device, missing type - {'objectId': '2VjtM0CQGr', 'owner': {'__type': 'Pointer', 'className': '_User', 'objectId': 'ynW8lNN35l'}, 'image': {'type': 'File', 'name': '24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg', 'url': 'https://parse-files-prod.s3.amazonaws.com/images/24e036c42ed0a01971e8a9491bd09b63_1606236688774.jpg'}, 'address': '20990', 'displayName': 'EGLO remote', 'typedRoom': {'type': 'Pointer', 'className': 'Room', 'objectId': '1G0NW3zvek'}, 'uuid': '58d74d73-d93d-32b8-a9eb-1061b5bf7ba0', 'version': '1.0.192', 'room': 'Cuisine', 'modelName': 'ERCU-Zm', 'macAddress': 'a4:c1:38:0a:d1:fe', 'hardwareVersion': '4.60', 'syncable': True, 'friendlyName': 'EGLO remote', 'createdAt': '2020-11-24T16:51:37.441Z', 'updatedAt': '2020-11-24T16:52:48.964Z', 'ACL': {'ynW8lNN35l': {'read': True, 'write': True}}} 2021-01-06 10:20:29 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.'}, {'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.'}, {'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.'}, {'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.'}]} 2021-01-06 10:20:29 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':

cob94440 commented 3 years ago

2021-01-06 10:20:34 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:93:2a:35][EGLO bulb RGBW] Timeout trying to connect, trying next device 2021-01-06 10:20:34 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Trying to connect 2021-01-06 10:20:39 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:15:73:22][EGLO bulb RGBW 3] Timeout trying to connect, trying next device 2021-01-06 10:20:39 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:dc:fd:5e][EGLO bulb RGBW 4] Trying to connect 2021-01-06 10:20:42 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:dc:fd:5e][EGLO bulb RGBW 4] Connected 2021-01-06 10:20:42 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-06 10:20:42 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][65535] Writing command 218 data b'\x10' 2021-01-06 10:20:42 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-06 10:20:42 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-06 10:20:43 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][10805] Writing command 218 data b'\x10' 2021-01-06 10:20:43 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-06 10:20:43 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][29474] Writing command 218 data b'\x10' 2021-01-06 10:20:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-06 10:20:44 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][32094] Writing command 218 data b'\x10' 2021-01-06 10:20:44 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-06 10:20:44 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][427] Writing command 218 data b'\x10' 2021-01-06 10:20:45 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 15.932 seconds 2021-01-06 10:21:15 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status 2021-01-06 10:21:15 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][65535] Writing command 218 data b'\x10' 2021-01-06 10:21:15 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-06 10:21:15 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-06 10:21:15 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][10805] Writing command 218 data b'\x10' 2021-01-06 10:21:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-06 10:21:16 INFO (SyncWorker_3) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][29474] Writing command 218 data b'\x10' 2021-01-06 10:21:16 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-06 10:21:16 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][32094] Writing command 218 data b'\x10' 2021-01-06 10:21:17 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-06 10:21:17 INFO (SyncWorker_1) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][427] Writing command 218 data b'\x10' 2021-01-06 10:21:17 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.567 seconds 2021-01-06 10:21:47 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status

cob94440 commented 3 years ago

2021-01-06 16:13:21 WARNING (SyncWorker_4) [custom_components.awox.awoxmeshlight] Failed to decrypt package [key: %s, data: %s] 2021-01-06 16:13:21 WARNING (SyncWorker_4) [custom_components.awox.awoxmeshlight] Failed to decrypt package [key: %s, data: %s] 2021-01-06 16:13:21 WARNING (SyncWorker_4) [custom_components.awox.awoxmeshlight] Failed to decrypt package [key: %s, data: %s] 2021-01-06 16:13:21 WARNING (SyncWorker_4) [custom_components.awox.awoxmeshlight] Failed to decrypt package [key: %s, data: %s] 2021-01-06 16:13:21 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status 2021-01-06 16:13:21 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [10805] EGLO bulb RGBW 2021-01-06 16:13:21 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][10805] Writing command 218 data b'\x10' 2021-01-06 16:13:22 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [29474] EGLO bulb RGBW 3 2021-01-06 16:13:22 INFO (SyncWorker_0) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][29474] Writing command 218 data b'\x10' 2021-01-06 16:13:22 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 2021-01-06 16:13:22 INFO (SyncWorker_4) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][32094] Writing command 218 data b'\x10' 2021-01-06 16:13:23 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [427] EGLO bulb RGBW2 2021-01-06 16:13:23 INFO (SyncWorker_2) [custom_components.awox.awoxmeshlight] [a4:c1:38:dc:fd:5e][427] Writing command 218 data b'\x10' 2021-01-06 16:13:23 DEBUG (MainThread) [custom_components.awox.awox_mesh] Finished fetching awox data in 2.609 seconds 2021-01-06 16:13:53 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Request status

cob94440 commented 3 years ago

Still no go on latest update