-
-
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
Light bulb connection error (ble.zigbee
)
#2
Comments
Dernière version de Home assistant |
Is this after you filled in the credentials of AwoX connect? Or how far did you exactly get? |
Just when i filled my credentials. I tried in a docker ha and same problem |
I'm sur of the password it has a "_" in it . maybe it s because of that? |
Don't think the password is the issue but the response from AwoX connect API. Could you try latest version (just pushed a update ea7e6c6). This checks the data from the API and adds some fail-saves + logging |
Seems better. I had my 4 bulb discovered after logging. |
2020-12-29 17:58:08 INFO (MainThread) [custom_components.awox] setup config flow entry {'mesh_name': 'ynW8lNN3', 'mesh_password': 'd8VRZN9p', 'mesh_key': '970addddf6b9d26b', 'devices': [{'mesh_id': 10805, 'name': 'EGLO bulb RGBW', 'mac': 'a4:c1:38:93:2a:35', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 29474, 'name': 'EGLO bulb RGBW 3', 'mac': 'a4:c1:38:15:73:22', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 32094, 'name': 'EGLO bulb RGBW 4', 'mac': 'a4:c1:38:dc:fd:5e', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 427, 'name': 'EGLO bulb RGBW2', 'mac': 'a4:c1:38:0a:01:ab', 'model': True, 'manufacturer': True, 'firmware': True, 'hardware': True, 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}]} |
Looks like you have zigbee lights? 😕 the code currently only supports Bluethoot mesh What model lights are you using? |
Is at least one line in bluetooth range of your HA system? |
you deleted my logs or do i made a mistake in posting? |
I didn't delete logs. Could you post them"again"? Wanted to give this another look today/tomorrow. Do you see any debug message with Looks like your pi isn't strong/fast enough to proceed the bluetooth. Can you maybe give it a try on a different system? So we know for sure it's the component or hour system that doesn't play nice 🙂 |
ah, parts of your logs are here 46b4501 |
I tried on another system. A vm debian with hassio. |
Found that there are 2 different chipsets used with a slightly different communication protocol. The one that already working use Telink. And then the once you have with the Will give it a try later today if I can correctly decrypt the bluetooth messages but probably need some extra logging from you 😃 Will add some additional logging for the needed info |
No problem if i can help i will |
Hello. Did you find something. How can i help? |
sorry, didn't find time yet to dive deeper into this. First want to have it stable/reliable at my own home 😃 |
I understand no problem. Hope you ll manage to fix this.
Bien cordialement
Christophe
Le mer. 13 janv. 2021 à 20:32, Frans Saris <notifications@github.com> a
écrit :
… sorry, didn't find time yet to dive deeper into this. First want to have
it stable/reliable at my own home 😃
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO4YD2ZHT7BSGWIA4IXHBULSZXYNJANCNFSM4VNK5QZQ>
.
|
2021-01-17 12:26:54 INFO (MainThread) [custom_components.awox] setup config flow entry {'mesh_name': 'ynW8lNN3', 'mesh_password': 'd8VRZN9p', 'mesh_key': '970addddf6b9d26b', 'devices': [{'mesh_id': 10805, 'name': 'EGLO bulb RGBW', 'mac': 'a4:c1:38:93:2a:35', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 29474, 'name': 'EGLO bulb RGBW 3', 'mac': 'a4:c1:38:15:73:22', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 32094, 'name': 'EGLO bulb RGBW 4', 'mac': 'a4:c1:38:dc:fd:5e', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}, {'mesh_id': 427, 'name': 'EGLO bulb RGBW2', 'mac': 'a4:c1:38:0a:01:ab', 'model': 'ESMLzm-c13g', 'manufacturer': 'AwoxByEglo', 'firmware': '1.0.192', 'hardware': '4.62', 'type': '.ble.zigbee.light.switch.white.dimming.temperature.color.', 'supported_features': 19}]} |
Hello here is latest log. |
I already found that the encryption of the messages is different compared to the So I guess that would be a next step to get that in |
I'm interested in ble.zigbee support. Is there any news? I tried anything, but I can't send command to the light but through the official app, which can't be integrated in HA. I don't know if it can be useful, but there is a new Awox app calle Home Control, that support only new devices (zigbee). I tried analysing the apk, but I'm not so skilled and I didn't find a way to send command |
For support of the ZigBee devices see https://www.zigbee2mqtt.io/supported-devices/#v=EGLO,Eglo,AwoX |
I just added the latest Crosslink.Z LED RGB + CCT bulb (itemnr 113087) to Home Assistant with the Sonoff ZBBridge and it works out of the box. I only miss the colorwheel. But I just installed it and haven really spend much time on it. So maybe you can use this info for the integration. |
For devices that support ZigBee I would recommend to use ZigBee. It's more stable then BLE |
Hello,
I tried to connect my account and i've this in log
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
resp = await self._request_handler(request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 118, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 18, in request_context_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 72, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 127, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 129, in handle
result = await result
File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 169, in post
return await super().post(request, flow_id)
File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 60, in wrapper
result = await method(view, request, *args, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 106, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 155, in async_configure
result = await self._async_handle_step(flow, cur_step["step_id"], user_input)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 213, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File "/config/custom_components/awox/config_flow.py", line 155, in async_step_awox_connect
'manufacturer': device['vendor'],
KeyError: 'vendor'
The text was updated successfully, but these errors were encountered: