I just need to know if this is a limitation of what I’m doing, or the hardware I’m using.
After much research and trail and error I’ve managed to get home assistant reading my Lutron Aurora. In fact, I have zero issue getting it to read the dimmer command “Move_to_level_with_on_off”. If I rotate the switch, I have an arg pop up of [(2-255 depending on the rotation of the switch), 2 ]
Now if I press the button instead of rotating it, I get an arg of [(2/255), 7] which i simulating a On/Off toggle of the switch, which is exactly what I want. However, I can only seem to randomly get this to read in zha_events. It will consistently read the 2 (rotation) arg, but only seemingly randomly read the 7 (toggle) arg. When it does read it, I can toggle for a few seconds before it no longer works.
Just need to know if I’m doing something wrong (which to be honest, I don’t believe I am in this case) or if I cannot reliably use this as a toggle switch and will have to rely on reading the rotation state.