AWOX SmartLight support, please?

I would be interested too. In Germany, Switzerland and Austria this lamps are sold in many stores. And they have a really wide range of different bulps. The price is also very fair. Actually a must for home assistant!

2 Likes

Indeed, Awox has a lot of nice looking smart home lights reasonably priced. I use 5 different, and also invested in a bunch Smart Pebble wall switches made for Awox, to make the lights more wife-friendly.

But for now, I have made a temporary working solution to turn on and off the Awox lights within Home Assistant, check my post here:

1 Like

anyone heard about any integration plans for awox smart lights? or Eglo connect lightbulbs?

2 Likes

Hi any new feedback on this topic, it would really help!

https://www.eglo.com/international/Products/Main-Collections/Interior-Lighting/CONNECT-PLUG-PLUS/97936
It works, only with this article from Eglo

@Kis_Janos, this was a link to a product page, no article. Can you maybe update?
Thx!!

1 Like

+1, if anyone has a solution, pls help.

I’m currently working on a integration. Have a first prototype running where I can control 2 of my ceiling lights directly from Homeassistent over bluetooth.

It’s based on the work from https://github.com/Leiaz/python-awox-mesh-light

Need to find a solution for the discovery of new lights before it’s ready for the public :smile:

The beta version of a AwoX integration is available here GitHub - fsaris/home-assistant-awox: AwoX mesh light integration for Home Assistant

Currently only supports lights as I don’t have a smart plug myself. So I’m not able to test it :slight_smile:

Integration Eglo Connect / Awox Apk - #10 by minifranske

2 Likes

I am testing your integration and work very fine except Bluetooth mesh stability connection I have to reload integration a few time at day because show as connected but is not.
Great job thx very much I can connect with Siri using hombridge.
Thx you. I hope you can continue improve the integration

Please try latest version it should automatically reconnect when the mesh doesn’t respond

Ohh cool, how I can update??

If you installed it via HASC the new version should show up automatically

Hello,
I can no longer connect to the Awox integration.
I have the message: Unknown error occurred
Yesterday it worked. I removed and reinstalled the integration and today I can no longer sign in.

Logs:

Logger: aiohttp.server
Source: custom_components / awox / config_flow.py: 179
First occurred: 10:03:54 (1 occurrences)
Last logged: 10:03:54
Error handling request

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/security_filter.py", line 56, in security_filter_middleware
    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 179, in async_step_awox_connect
    'mesh_id': int (device ['address']),
ValueError: invalid literal for int () with base 10: ''

This is because the name of my lamp contained a space.
I renamed the bulb and it’s ok.

Hello, I am very happy with your integration but I don’t know if you Can add effect to awox light un home assistant like police, strobe color, disco… I think could be an interesting improvement.

Is it possible to control multiple lights simultaneously? We have 9 Eglo Salobrena-C lights and when i try to control all of them it goes trough one by one with a slight delay.

Currently not, the devices can not pass the commands faster. If the commands would be sent faster not all would be processed.

I’m currently working on a ESPHome version to control the lights and once the basics are working I will look if it’s possible to integrate the “group” option as available in the awox app

4 Likes

I have light based on tlsr8258 that is “connect.z”, but it hardly ever connects to BT and zigbee is even worse.

Is there some project like GitHub - pvvx/ATC_MiThermometer: Custom firmware for the Xiaomi Thermometers and Telink Flasher but for lights, that I just can’t find?

My experience with the eglo/awox zigbee lights is much better than with the BLE connection.

I’m using zigbee2mqtt and the lights react perfectly