KeypadLinc 9 buttons in HA? #490
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is the current expected behavior (although I'm working on some improvements in this area). This code supports both 6- and 6-button KeypadLinc devices, and those devices can be configured in 'detached load' mode (where the built-in dimmer or relay is not controlled by the built-in buttons, but controlled independently). As a result the code provides 9 entities, which covers the maximum number that might be available. As you've noted, on a 6-button unit buttons 3-6 map to A-D; button 1 is for the built-in dimmer (or relay) "ON" button, as is button 2 if I remember correctly. I don't know how the remaining button ("OFF") is mapped, nor how they are mapped on an 8-button unit as I don't have any of those. If you'd like to change the HA discovery mappings to make them map more closely to your 6-button device, you can use the information at this link. |
Beta Was this translation helpful? Give feedback.
This is the current expected behavior (although I'm working on some improvements in this area).
This code supports both 6- and 6-button KeypadLinc devices, and those devices can be configured in 'detached load' mode (where the built-in dimmer or relay is not controlled by the built-in buttons, but controlled independently). As a result the code provides 9 entities, which covers the maximum number that might be available.
As you've noted, on a 6-button unit buttons 3-6 map to A-D; button 1 is for the built-in dimmer (or relay) "ON" button, as is button 2 if I remember correctly. I don't know how the remaining button ("OFF") is mapped, nor how they are mapped on an 8-button unit as I don't …