Hy everybody!
I bought a RF based remote controller for a LED Strip, and I want to integrate it to HA.
So it’s working an interesting way, it has 11 button and every button sending an ON command with a different switch number, like:
Power: ‘id’: ‘ev1527_01f020_01’, ‘command’: ‘on’
100%: ‘id’: ‘ev1527_01f020_07’, ‘command’: ‘on’
50%: ‘id’: ‘ev1527_01f020_08’, ‘command’: ‘on’
25%: ‘id’: ‘ev1527_01f020_09’, ‘command’: ‘on’
etcetc…
I want to use this dimmer options too, so how can I achive that? The on/off working like a charm, with rflink light toogle mode.
Thanks a lot for help!