A newbie requests some hints for Velux/KLF200 binding with Somfy Rollershutters

Dear all,

as I’m rather new to OH I’m a little bit lost in documentations.

I set up OH3 on Raspi4 which works so far. But I encounter issues trying to move my Rollershutters using the Velux binding, a Velux KLF200 bridge and Somfy IO Rollershutters.
Communication from OH3 to KLF200 seems to work fine, but the actions triggered are not being performed. With a direct link from my mobile phone through Wifi to KLF200 it works, so I think this is somehow related to either a message interpretation issue between OH3 and KLF200 or, as I’m new to this, some stupid failure in setting up the devices correctly in OH3.

What I did so far: After some tries with the 64Bit Openhabian image which were not successful with the Rollershutters (the rest of it worked just fine) I decided for a clean install of the OH3 Openhabian 32bit stable image starting with only the Velux bindig. Discovery of the Bridge, registration and discovery of the devices (3 Shutters, 3 scenes) started with the web interface worked fine so far. Then I set up a page with the rollershutter control and linked it to one of the shutters.
It doesn’t move :(.
Looking at the logfile I see that a command to the KLF200 is issued, new Status is being set, but nothing moves. After a while the Status swiches to “undefined”. Anybody has a hint where I am (or the system is) failing?

Any help is highly appreciated :slight_smile:

Cheers
Peter

Here the log when I try to lower the shutter:
—snip—
2021-01-10 14:35:26.296 [INFO ] [openhab.event.ItemCommandEvent ] - Item ‘RolladenFenster_Position’ received command DOWN

2021-01-10 14:35:26.298 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item ‘RolladenFenster_Position’ predicted to become DOWN

2021-01-10 14:35:26.313 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘RolladenFenster_Position’ changed from UNDEF to 100

2021-01-10 14:35:32.565 [INFO ] [internal.bridge.slip.SlipVeluxBridge] - received message GW_COMMAND_RUN_STATUS_NTF => 07 33 08 02 00 FF FF 00 1D 10 00 00 00

2021-01-10 14:35:32.568 [INFO ] [internal.bridge.slip.SlipVeluxBridge] - received message GW_SESSION_FINISHED_NTF => 07 33

2021-01-10 14:35:42.570 [INFO ] [internal.bridge.slip.SlipVeluxBridge] - sending command GW_GET_NODE_INFORMATION_REQ

2021-01-10 14:35:42.723 [INFO ] [internal.bridge.slip.SlipVeluxBridge] - received message GW_GET_NODE_INFORMATION_CFM => 00 02

2021-01-10 14:35:42.734 [INFO ] [internal.bridge.slip.SlipVeluxBridge] - received message GW_GET_NODE_INFORMATION_NTF => 02 00 02 00 52 6F 6C 6C 61 64 65 6E 20 46 65 6E 73 74 65 72 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 FF F7 FF F7 FF F7 FF F7 FF F7 FF F7 FF 00 00 4F 02 FC 94 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

2021-01-10 14:35:42.740 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘RolladenFenster_Position’ changed from 100 to UNDEF
—snapp ----

solved it myself, thanks for the answers…
Cheers
Peter