Results 378 comments of Stéphane Lenclud

Yeah I can't use the Harmony remote more than a few times in a row after that I don't get any response anymore. Also somehow it queues the actions that...

> Will have a look if I can build a filter or something on queue to prevent double equal command to get queued up. In my use case it does...

Enabled the logs, restarted HA and got that: ``` Failed to start scan: Timeout exceeded. command: /usr/bin/bluetoothctl args: [b'/usr/bin/bluetoothctl'] buffer (last 100 chars): '\x1b[0m\x02] Device 48:B0:2D:5D:C3:61 RSSI: -76\r\n[\x01\x1b[0;93m\x02CHG\x01\x1b[0m\x02] Device 48:B0:2D:5D:C3:61...

> Restart HA or only the Awox integration Is that the Reload option from the integration menu? HA noob here 😁

Here it is, it looks like the Living room brightness goes from 69 to 1 at some point. All I did was switch off that Living room light from Logitech...

Here is a more focused section of the above logs. I reckon that's where the we can see the Living room light was first turned off and then turned on...

Yeah that was my guess too that's why I already reported that issue to Emulated Hue. Let's see if they can do something about it.

Though sometimes it works. I'm wonder how Emulated Hue decides which brightness to set. Is it relying on what this integration is reporting as brightness before hand?

Could we have an option to not set the brightness when turning on a device? It looks like the brightness setting is part of the turn on device command. Could...

I commented out the code that sets the brightness in `async_turn_on` from `light.py` and after restarting HA it seems to have fixed the issue. Having this as an option should...