Integration Eglo Connect / Awox Apk

Hi, I’m also very interested in this integration. Do you need beta tester :slight_smile:

Hope to get a first beta online during the next lockdown weeks

2 Likes

How many devices do you have? A single one or multiple (that use the mesh)

Hi, I have two devices (EGLO Ceiling Giron 60 and EGLO RGB TW) using mesh as well as the remote control.

Hi.

Im really looking forward to any result here.
Im using 3 x led Rgbww led strips and 2 x ceiling lights and for sure want hem in HA.

Thanks
Christian

Just released a first beta version https://github.com/fsaris/home-assistant-awox

Currently only rgbw light support

2 Likes

Thanks. Will definitely give it a test

Hi minifranske.

I added everything to custom_components/awox - did a restart but still not able to find Awox as integration…Ideas?

Thanks
Christian

Do you see anything in the logs?

After another start of HA it´s showing up now.
Also able to login to Awox yaccoutn and see all light.
No connection yet and get this error when try to move slider

Can you send me the logs? See you already deleted them here :slight_smile:

Lights stays unavailable until it could connect to the first light over bluetooth. So one on the lights should be in bluetooth range of HA.

ups.

Ive started deeper logging. Seems I need to move my Raspberry as it tells not able to connect.
Let me do more testing.

2020-12-23 12:55:55 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:5b:c4:21] Trying to connect
2020-12-23 12:56:17 DEBUG (MainThread) [custom_components.awox.awox_mesh] async_update: No connected device
2020-12-23 12:56:36 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:5b:c4:21] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:5b:c4:21, addr type: public]
2020-12-23 12:56:36 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:68:ce:97] Trying to connect
2020-12-23 12:56:47 DEBUG (MainThread) [custom_components.awox.awox_mesh] async_update: No connected device
2020-12-23 12:57:17 DEBUG (MainThread) [custom_components.awox.awox_mesh] async_update: No connected device
2020-12-23 12:57:17 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:68:ce:97] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:68:ce:97, addr type: public]
2020-12-23 12:57:17 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:20:3b:c6] Trying to connect
2020-12-23 12:57:47 DEBUG (MainThread) [custom_components.awox.awox_mesh] async_update: No connected device
2020-12-23 12:57:58 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:20:3b:c6] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:20:3b:c6, addr type: public]
2020-12-23 12:57:58 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:04:b5:d3] Trying to connect
2020-12-23 12:58:17 DEBUG (MainThread) [custom_components.awox.awox_mesh] async_update: No connected device
2020-12-23 12:58:39 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:04:b5:d3] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:04:b5:d3, addr type: public]
2020-12-23 12:58:39 DEBUG (MainThread) [custom_components.awox.awox_mesh] async_update: No connected device
2020-12-23 12:58:39 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:dc:6f:94] Trying to connect
2020-12-23 12:58:47 DEBUG (MainThread) [custom_components.awox.awox_mesh] async_update: No connected device
2020-12-23 12:59:17 DEBUG (MainThread) [custom_components.awox.awox_mesh] async_update: No connected device
2020-12-23 12:59:20 WARNING (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:dc:6f:94] Failed to connect, trying next device [Failed to connect to peripheral a4:c1:38:dc:6f:94, addr type: public]
2020-12-23 12:59:20 INFO (MainThread) [custom_components.awox.awox_mesh] [a4:c1:38:0a:50:15] Trying to connect
Thanks
Christian

After putting my PI close to one of the lamps it worked…for something 10 minutes. Then stopped. Show lamps online but no more action. Even LED strips showing and worked too. Now…not sure. Reboot didn’t helped. Remove and read integration also not.

Hello

With todays update I gave it another test…Yes…For now it´s stable. Ceiling light and all led strips (3 and 5 meters).

@minifranske can you give me a hint how to install pybluez when home assistant is installed with the hassio image? I have ssh access but no apt :slight_smile:

Not neccessary to install pybluez manually when using the hassio image. Seams already to be installed out of the box.

Thank you for your great work! Your integration works very fine with my two lights :slight_smile:

Glad to hear. Could you give me the model and versions of your lights then can I add them to the readme

What kind of hardware is your hardware running on?

My lights:

  • EGLO-RGB-TW (97907 - FRAIOLI-C)
  • EGLO ECeil G60 (97921 - TOTARI-C)

I’m running HA on a Raspberry Pi 4 Modell B with 4 GB RAM

Just found this error in the log:

Logger: custom_components.awox.awox_mesh
Source: custom_components/awox/awox_mesh.py:98
Integration: AwoX MESH control ([documentation](https://github.com/fsaris/home-assistant-awox), [issues](https://github.com/fsaris/home-assistant-awox/issues))
First occurred: 9:49:35 (7 occurrences)
Last logged: 9:53:00

Unexpected error fetching awox data: 'NoneType' object has no attribute 'requestStatus'

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 98, in _async_update_data await self.hass.async_add_executor_job(self._connected_bluetooth_device.requestStatus, mesh_id) AttributeError: 'NoneType' object has no attribute 'requestStatus'

I just set it up, but the light’s unavailable. There is the same error in my log.
Are your lights working anyway?

edit: okay, just received another error: Failed to connect, trying next device [Failed to connect to peripheral
It seems my raspberry doesn’t connect.
Is there maybe anything i need to do to make bluetooth work? No clue if BT is turned on or not…
My Raspberry is 2 meters in plain sight from the lamp.