org.openhab.binding.rflink icon indicating copy to clipboard operation
org.openhab.binding.rflink copied to clipboard

RTS Status value is inverted compared to Openhab practices

Open rgabo74 opened this issue 4 years ago • 2 comments

In Openhab the status value of the Rollershutter item is 0 when bind is open (up) and 100 when blind is closed (down). Rollershutter sitemap controller, icon states working based on this.

In Rflink binding the RTS integration is working invertes. After UP command received the rollershutter rflink binding sets the state to 100 (closed) state. So the state is always inverted.

I could not find a workaround for this. I think this should be fixed in the binding.

rgabo74 avatar Feb 16 '21 08:02 rgabo74

I believe there is a RTSINVERT command for RFLink but I don't know if it would help.

obones avatar Jul 08 '21 12:07 obones

Hi @rgabo74

Did you find a solution / workaround for this issue ? If the RTSINVERT refers to isCommandReversed then I do not think this will work because it will invert the command and not the numeric status value.

kennetn avatar Jul 21 '23 22:07 kennetn