Hi, Im a new member to this forum but I really appreciate all your help you have given me setting up Home Assistant - thank you for all great posts! Im halfway done building my smart home with HA and more than 40 bulbs, plugs and devices.
The only problem is that my AWOX devices seems not to be compatible with HA And I wonder if there is any chance you can add support for it? Google Home already has support for AWOX, but I would love to have all my 5 AWOX ceiling lamps working with HA as well…
AWOX has a big range of smart lights, bulbs, ceiling lamps made for example by Eglo here in Sweden. The lamps/bulbs are Bluetooth but together with a AWOX Wifi Smart Plug Plus bridge (awbridge), they operate with Wifi through the plug.
Is there any chance you could have a look at the AWOX Android app and make it compatible, just like Tuya and many others? Or maybe at least make the devices possible to add manually in the configuration?
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!
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:
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.
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
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: ''
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