-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ble.zigbee support - part1 logging #6
Conversation
@cob94440 could you try this branch and provide some logs? I'm especially interested in the |
Do i have to just update or anything else. |
i commented the 3 lines and i'm able to login |
1st log: Logger: 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}}} |
Logger: homeassistant.util.async_ 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) |
Logger: custom_components.awox.awox_mesh Error fetching awox data: No device connected |
Logger: 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] |
i tried on my rpi: here are the logs : 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 [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] Logger: custom_components.awox.awox_mesh [a4:c1:38:dc:fd:5e][EGLO bulb RGBW 4] Timeout trying to connect, trying next device Logger: custom_components.awox.awox_mesh Error fetching awox data: No device connected |
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 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 [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] Logger: custom_components.awox.awoxmeshlight Disconnect failed: 'NoneType' object has no attribute 'poll' Logger: custom_components.awox.awox_mesh Error fetching awox data: Timeout from MESH: |
Logger: custom_components.awox.awoxmeshlight Failed to decrypt package |
@cob94440 could you try again with current I'm already looking into the other errors as I also have them in my setup |
Logger: custom_components.awox.awox_mesh Unexpected error fetching awox data: 'NoneType' object has no attribute 'poll' |
Logger: custom_components.awox.awox_mesh readStatus timeout [] disconnect and retry next run |
Logger: custom_components.awox.awoxmeshlight Disconnect failed: 'NoneType' object has no attribute 'poll' |
Logger: 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}}} |
Maybe this log is better 👍 |
Sorry for the delay i try to watch your answers. |
with latest version Logger: 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}}} |
Logger: 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 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] |
Logger: custom_components.awox.awoxmeshlight Failed to decrypt package [key: %s, data: %s] |
2021-01-03 20:27:37 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status of [32094] EGLO bulb RGBW 4 |
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 |
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
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO4YD2Z4UNSQ55VBJDBCPFDSYDCCRANCNFSM4VRIDBSA>
.
|
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. |
This is how integration see them. I think it s better from this side |
but still unavailable |
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:19:01 INFO (MainThread) [custom_components.awox.awox_mesh] async_update: Requested status |
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: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 16:13:21 WARNING (SyncWorker_4) [custom_components.awox.awoxmeshlight] Failed to decrypt package [key: %s, data: %s] |
Still no go on latest update |
Related #2