As this is a fairly new device, I can not find any related info about it. Does this mean HA does not support this remote (yet)? Is there any way to fix this? Thanks for pointing me in the right direction.
I have this one also and canât connect it with Conbee 2 stick (Phoscon / deConz). Hope someone can help?
I have not found any source on the internet about this switch. Except how to connect it with Hue, you can connect it to the Zigbee network and then to separate lights. This is working with my test. But iâm not able to integrate it with Home Assistant (not with Conbee 2 and not with Hue bridge).
Indeed Peter, itâs still a problem. I just tried to add both the RC 210 and RC 250 from innr. They both connect but the configuration step does not make all the capabilities of the devices available. Iâm not familiar yes with the development tools but Iâm a developer.
Any pointer on whatâs the right process to make an unsupported devices properly supported?
Where are the logs where one can inspect events (assuming button press generate events)?
One it has been discovered properly where should one share back the results so that others can use them too?
How come the configuration fails in the first place? I thought the point of Zigbee was precisely to have a protocol insuring compatibility.
I just got an RC250 and am finding the same problem. I can trigger on ZHA events though, so not all is lost, itâs just a bit harder in the GUI. If I finish an automation I can maybe adapt a blueprint to make it easier for people.
Thereâs an issue on Github, but it doesnât look like anyone is working on it actively.
Yes, please share back if you get something. Somehow I manage to only get an event once then nothing more. So I toggle another light on once, nothing since.
I had some test automation that worked to switch a light on and off, but Iâm not actively using it in my home yet, so itâs not complete yet, only the on-off button is mapped. Iâll post here when I have something more useful.
Hereâs my automation with all the buttons. Itâs not a blueprint, youâll have to edit it to insert the right idâs for remote and light. The commands are a bit stupid so you need a helper to de-cycle the left and right buttons. Your problem with not seeing events at all anymore probably means you lost contact with the device and need to re-pair it??
I might go ahead and make this into a full blueprint but I first want to figure out the templating because I had to make the code very ugly to make it work, since I couldnât figure out how to use the trigger variable to decide what the command wasâŚ
FWIW I took my own advice into account (sigh) so after pairing/unpairing and reconfiguring, absolutely 0 thinking, I do indeed manage to get all events properly. Itâs a bit of a mess but I can get the on/off main button, increase/decrease brightness and the side buttons too (even though they somehow keep track of a value, not very convenient).
Itâs been a bit tricky but seems to work reliably now!