We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using lcn OH2 binding #7509 and rollershutters that apparently have a non-canonical cabling: up and down are reversed. On OH1 I was using:
Rollershutter lcnJalousieWZWestLinks "Jalousie WZ West links" (gWZ, gEGJalousien, gHausJalousie, gJalousienWest, gEGJalousienWest, gLcn) {lcn="[UP:myHome:RELAYS.0.54.11------], [DOWN:myHome:RELAYS.0.54.10------], [STOP:myHome:RELAYS.0.54.0-------]"}
On OH2 binding this gets:
Rollershutter lcnJalousieWZWestLinks "Jalousie WZ West links" (gWZ, gEGJalousien, gHausJalousie, gJalousienWest, gEGJalousienWest, gLcn) {channel="lcn:module:0242e6e48a96:0C050E1DBD:rollershutterrelay#1"}
With OH2 I have to press the up button to get the shutters down as I can't intervene.
It would be great if the binding was allowing to interchange up and down buttons. Obviously I would not like to change the cabling.
The text was updated successfully, but these errors were encountered:
Please try this:
org.openhab.binding.lcn-2.5.7-SNAPSHOT.jar.zip
The Rollershutter Channels provide a configuration parameter, now to invert Up/Down.
Sorry, something went wrong.
@fwolter: Did this feature get carried over to OH3? I can't find it in the UI .
Yes, click on "Configure Channel" in the Channels tab of the Thing/module:
Thanks so much for the quick turnaround.
Successfully merging a pull request may close this issue.
I am using lcn OH2 binding #7509 and rollershutters that apparently have a non-canonical cabling: up and down are reversed.
On OH1 I was using:
Rollershutter lcnJalousieWZWestLinks "Jalousie WZ West links" (gWZ, gEGJalousien, gHausJalousie, gJalousienWest, gEGJalousienWest, gLcn) {lcn="[UP:myHome:RELAYS.0.54.11------], [DOWN:myHome:RELAYS.0.54.10------], [STOP:myHome:RELAYS.0.54.0-------]"}
On OH2 binding this gets:
Rollershutter lcnJalousieWZWestLinks "Jalousie WZ West links" (gWZ, gEGJalousien, gHausJalousie, gJalousienWest, gEGJalousienWest, gLcn) {channel="lcn:module:0242e6e48a96:0C050E1DBD:rollershutterrelay#1"}
With OH2 I have to press the up button to get the shutters down as I can't intervene.
It would be great if the binding was allowing to interchange up and down buttons.
Obviously I would not like to change the cabling.
Your Environment
The text was updated successfully, but these errors were encountered: