RFlink Somfy RTS - inverted cover

Hello.
I have successfully configured RFlink to control (most) of my Somfy covers.

One cover, however is inverted for some reason, up is down and down is up. The physical remote control is fine (up is up).

I was wondering if there is a way to flip it in the configuration, I could not find a way to do it in the RFlink interface itself so I thought that maybe it’s possible in the HASS level.

It looks like someone already wrote a quick fix here: https://github.com/fmartens/home-assistant/commit/1b34ce80cdc024d42c5eb0b56b6f1e474b2e46ee
I was wondering if there is a reason this was not added to the main branch and/or if there are other solutions.

Thanks!

The fix you have found will be released with the next hassio’s version.
You may have it available to install in a couple of days.

Brilliant, thanks!

And here it is:

After update you can configure your sunscreen as inverted:

cover:
  - platform: rflink
    devices:
      YOUR_ACTUAL_DEVICE_ID:
        ... /... 
        type: inverted
1 Like

Yeah! congrats :slight_smile: