KNX Binding QUestions: Old 1.8.x Openhab user - Now installed OH4 - Issues with Syntax and Item Definition

Hi,
i am using OH since V1.6, and stopped updating for “never change a running system” at 1.8.x.

Now my system got srcrewed up and i thought might be a good idea to start looing into most recent OH Version.
Environment:

  • RPi
  • KNX Installation with 200+ adressable items in the house
  • Some WEMO WiFi Plugs
  • Pioneer AV

I have been able to load / create light switches via KNX Binding and have them funtioning in a page environment.

But I am struggeling with the setup of Rollershutters:

Old itemsetup:

Rollershutter Shutter_EG_Ki_S “Küche Jalousie " (EG_Kitchen) {knx=” 7/1/15, 6/1/15 "}

This worked fine for: Up/ Down/ Stop

Now i am not clear how to transfer the same to chhannel setup in OH4. I can have it running up and down by having 7/1/15 in the address field. but i am lost on the rest.

Anyone being able to assist here please?

thanks
Karsten

should do the trick:

...
        Type rollershutter : demoRollershutter "Shade"       [ upDown="4/3/50+4/3/51", stopMove="4/3/52+4/3/53", position="4/3/54+<4/3/55" ]
...

i know you’re keen on text-configuration from the thread lately. I was, too!
But since I switched to UI-configuration, which is waaaaaaay better. Ok, it’s more copy/paste, but(!) it’s less copy/paste with forgetting to adjust to new things/items configuration.

Give it a try, and it keeps a loooot of work from you.

My issue is i only have recived the two addresses mentioned and used in my original items. Nothing else been provided from my electrician.

Cheers Karsten

uuhh. that’s bad, really. You should at least be given the ETS-project by your electrician, which should document the GAs used. Without that, it’s nearly impossible to change the parameters of your actuators.
But you should be able to use 7/1/15 as upDown and 6/1/15 as stop, if it worked with those GA in OH1:

       Type rollershutter : demoRollershutter "Shade"       [ upDown="7/1/15", stopMove="6/1/15" ]