I haven’t found a way to have RFLink covers. I was wondering if there was any workaround or if it’s planned to be implemented.
I have Somfy blinds and the stop button of the cover component would only have to send “STOP” instead of “ON/OFF”.
Data sent for a switch is “10;rts;xxxxxx;x;off;”.
Yes actually, I made a custom component (rflink2) that includes the cover component. I basically did a copy/paste from the original rflink and added the cover component based on another one.
I don’t know much about HA coding so it might not be good, but it’s working for me.
You only have to download the archive and extract it in your HA configuration folder. You’ll then be able to add cover components this way :
If you could use the homeassistant github to contribute a pullrequest with the changes code and add tests I can have a look. But I don’t have a lot of spare time to spend a lot at HA stuff atm, sorry.
It’s mostly a copy of the original rflink component. For it to work you need to stop using rflink and use mine instead (rflink2).
You only have to replace rflink by rflink2 in your configuration.yaml and download the component to your custom_components folder.