WebThingsIO / zigbee-adapter

Zigbee adapter add-on for WebThings Gateway
Mozilla Public License 2.0
46 stars 29 forks source link

Innr RC 110 Buttons #236

Closed mrsteakhouse closed 3 years ago

mrsteakhouse commented 3 years ago

Hello, I purchased a RC 110 from Innr which has 9 buttons in total that can be used. I succesfully paired it with my ConBee 2 dongle and added the remote as thing. Two buttons (plus and minus) control a level property and the only other is a push property populated from the big all of button. I checked with deConz that the remote sends button events for the remaining 6 buttons. Is it possoble to add support for those events? Thank you!

Here is some more details how the remote works: https://github.com/dresden-elektronik/deconz-rest-plugin/issues/635

mrsteakhouse commented 3 years ago

It looks like the 6 numbered buttons send out a different code when the slide switch is set to scene. I can't say if it's on the same register. The on/off button does the same regardless of the numbered buttons. When setting the skide switch to lights, the numbered buttons itself do not send out codes, rather change an internal state which influences the code that the on/off button and the +/- buttons send.

Is there any ppossibility to adapt the classifier to have the full functionality of the remote? I even would adapt things myself, but i don't know where to start. Maybe a whole propritary mapping implementation for this particular case?