I was really glad that there is this binding, thanks so much for creating it!
Got my KLF 200 today. I’m using version 2.5.11 of this binding. My two rollershutters seemed to work initially but suddenly stopped working. I hope, you can help me fixing it!
I’m getting these log messages:
2021-12-04 15:28:29.030 [INFO ] [nternal.bridge.slip.io.SSLconnection] - Starting velux bridge connection.
2021-12-04 15:28:34.681 [INFO ] [g.velux.internal.bridge.slip.SClogin] - velux bridge connection successfully established (login succeeded).
2021-12-04 15:29:18.214 [WARN ] [lux.internal.bridge.slip.SCgetScenes] - Gateway response GW_GET_NETWORK_SETUP_CFM (0xe1) cannot be handled at this point of interaction.
2021-12-04 15:29:32.736 [WARN ] [rnal.bridge.slip.SCrunProductCommand] - Gateway response GW_GET_NETWORK_SETUP_CFM (0xe1) cannot be handled at this point of interaction.
2021-12-04 15:29:42.894 [WARN ] [rnal.bridge.slip.SCrunProductCommand] - Gateway response GW_GET_SCENE_LIST_CFM (0x40d) cannot be handled at this point of interaction.
2021-12-04 15:29:51.104 [WARN ] [rnal.bridge.slip.SCrunProductCommand] - Gateway query for SessionID 3364 received unexpected response of SessionID 3366.
2021-12-04 15:29:58.359 [WARN ] [rnal.bridge.slip.SCrunProductCommand] - Gateway query for SessionID 3365 received unexpected response of SessionID 3367.
2021-12-04 15:30:06.832 [WARN ] [rnal.bridge.slip.SCrunProductCommand] - Gateway query for SessionID 3366 received unexpected response of SessionID 3368.
2021-12-04 15:30:09.389 [WARN ] [ux.internal.bridge.slip.SCgetProduct] - Gateway response GW_COMMAND_SEND_CFM (0x301) cannot be handled at this point of interaction.
2021-12-04 15:30:09.411 [WARN ] [ux.internal.bridge.slip.SCgetProduct] - Gateway response GW_COMMAND_SEND_CFM (0x301) cannot be handled at this point of interaction.
2021-12-04 15:31:12.716 [INFO ] [internal.bridge.slip.SlipVeluxBridge] - bridgeDirectCommunicate() on 192.168.0.36: received GW_ACTIVATION_LOG_UPDATED_NTF.
2021-12-04 15:31:13.718 [INFO ] [x.internal.bridge.slip.io.Connection] - io() on 192.168.0.36: Exception occurred during I/O: read timeout.
2021-12-04 15:31:14.720 [INFO ] [nternal.bridge.slip.io.SSLconnection] - Starting velux bridge connection.
2021-12-04 15:31:20.288 [INFO ] [x.internal.bridge.slip.io.Connection] - io() on 192.168.0.36: Exception occurred during I/O: read timeout.
2021-12-04 15:31:22.290 [INFO ] [nternal.bridge.slip.io.SSLconnection] - Starting velux bridge connection.
2021-12-04 15:31:22.294 [INFO ] [x.internal.bridge.slip.io.Connection] - io() on 192.168.0.36: Exception occurred during I/O: raised a non-recoverable error during connection setup: Connection refused (Connection refused).
2021-12-04 15:31:26.298 [INFO ] [nternal.bridge.slip.io.SSLconnection] - Starting velux bridge connection.
2021-12-04 15:31:26.302 [INFO ] [x.internal.bridge.slip.io.Connection] - io() on 192.168.0.36: Exception occurred during I/O: raised a non-recoverable error during connection setup: Connection refused (Connection refused).
After that “non-recoverable” error, there’s no way to get it working again. Restarting openHAB did not help, I somehow had to re-install the binding.
Here’s my thing configuration:
Bridge velux:klf200:we "Velux KLF200 Hub" @ "SF" [ipAddress="192.168.0.36", password="***", timeoutMsecs="1000", retries="5", refreshMsecs="10000", isSequentialEnforced="no", isProtocolTraceEnabled="no", isBulkRetrievalEnabled="yes"] {
}
I added the things for my roller shutters via PaperUI. In my things files I have:
Rollershutter IdeviceSfWrRollerShutter_Position "SfWR Position" {channel="velux:rollershutter:we:Arbeitszimmer:position"}
Rollershutter IdeviceSfWrRollerShutter_LimitMinimum "SfWR Minimum Position" {channel="velux:rollershutter:we:Arbeitszimmer:limitMinimum"}
Rollershutter IdeviceSfWrRollerShutter_LimitMaximum "SfWR Maximum Position" {channel="velux:rollershutter:we:Arbeitszimmer:limitMaximum"}
Rollershutter IdeviceSfBarRollerShutter_Position "SfBar Position" {channel="velux:rollershutter:we:Bad:position"}
Rollershutter IdeviceSfBarRollerShutter_LimitMinimum "SfBar Minimum Position" {channel="velux:rollershutter:we:Bad:limitMinimum"}
Rollershutter IdeviceSfBarRollerShutter_LimitMaximum "SfBar Maximum Position" {channel="velux:rollershutter:we:Bad:limitMaximum"}
In my sitemap I’ve the following:
Switch item=IdeviceSfWrRollerShutter_Position label="Rollo"
Slider item=IdeviceSfWrRollerShutter_Position label="Rollo Position"
...
Switch item=IdeviceSfBarRollerShutter_Position label="Rollo"
Slider item=IdeviceSfBarRollerShutter_Position label="Rollo Position"
I doesn’t make much difference whether I use the switch or slider, after a couple of operations, I get these connections problems.
Can you support me fixing these issues?
Best regards,
ceedee