Rfxcom Lighting5 Livolo

Hello,
I am looking for some help to setup my Livolo Lighting series switch and I hope that I can find some help here.
I have installed 4 Livolo 1 gang touch switches, 2 Livolo toggle touch switch and 1 Livolo series touch switch in my apartment. After a few starting problems, I managed to configure 6 out of 7 switches correctly. Now I am trying to bind the last missing switch(series touch switch with two Lighting gangs) and it’s making me sick.

On the RfxCom Manager I was able to send the commands correctly.
The command for the first light is “dim+” (Gang 2 Toggle).
The command for the second light is “dim-” (Gang 3 Toggle).

So far so good.

So I manually set up my Items and set the subtype to “Livolo Dimmer or On/Off 1-3” (automatic is not possible with these switches).

After this I tried to bind those commands to items.

Switch  wzLichtGelb "Licht gelb [%d %%]"          <light>              ["Lighting"] {channel="rfxcom:lighting5:42e4296d:command"}

worked for all switches except my 2 gang switch.
I tried different channels and after a while I found out that i can turn off the lights with this command:

Switch  wzLichtGelb "Licht gelb [%d %%]"          <light>              ["Lighting"] {channel="rfxcom:lighting5:42e4296d:dimmingLevel"}

Turning on the lights doesn’t work with this.
So i guess the dimmingLevel:0 is the correct command to switch off the lights. To turn them on I tried different values like dimmingLevel:1 or dimmingLevel:Increase but nothing worked for me. Here is the log of clicking the on / off button of one of the switches. For some reason there is an error due to an mood channel(I don’t use mood channels) but i guess it has nothing to do with my problem, has it? I tested the mood channel a while a go but there is no mood anymore.

2018-02-16 19:22:31.728 [DEBUG] [binding.rfxcom.handler.RFXComHandler] - Received channel: rfxcom:lighting5:42e4296d:dimmingLevel, command: ON

2018-02-16 19:22:31.733 [DEBUG] [g.rfxcom.handler.RFXComBridgeHandler] - Transmitting message 'Raw data = unknown, Packet type = LIGHTING5, Seq number = 0, Sub type = LIVOLO, Device Id = 9744.1, Command = ON, Dim level = 0, Signal level = 0'

2018-02-16 19:22:31.737 [TRACE] [rnal.connector.RFXComSerialConnector] - Send data (len=11): 0A14050000261001010000

2018-02-16 19:22:32.749 [DEBUG] [g.rfxcom.handler.RFXComBridgeHandler] - Message received: Raw data = 0402010000, Packet type = TRANSMITTER_MESSAGE, Seq number = 0, Sub type = RESPONSE, Response = ACK

2018-02-16 19:22:32.753 [DEBUG] [g.rfxcom.handler.RFXComBridgeHandler] - Transmitter response received: Raw data = 0402010000, Packet type = TRANSMITTER_MESSAGE, Seq number = 0, Sub type = RESPONSE, Response = ACK

2018-02-16 19:22:33.606 [DEBUG] [binding.rfxcom.handler.RFXComHandler] - Received channel: rfxcom:lighting5:42e4296d:mood, command: OFF

==> /var/log/openhab2/events.log <==

2018-02-16 19:22:33.601 [ome.event.ItemCommandEvent] - Item 'wzLichtGelb' received command OFF

2018-02-16 19:22:33.630 [vent.ItemStateChangedEvent] - wzLichtGelb changed from ON to OFF

==> /var/log/openhab2/openhab.log <==

2018-02-16 19:22:33.615 [ERROR] [binding.rfxcom.handler.RFXComHandler] - Transmitting error

org.openhab.binding.rfxcom.internal.exceptions.RFXComUnsupportedChannelException: Channel mood is not relevant here

	at org.openhab.binding.rfxcom.internal.messages.RFXComLighting5Message.convertFromState(RFXComLighting5Message.java:342) [214:org.openhab.binding.rfxcom:2.2.0]

	at org.openhab.binding.rfxcom.handler.RFXComHandler.handleCommand(RFXComHandler.java:72) [214:org.openhab.binding.rfxcom:2.2.0]

	at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source) ~[?:?]

	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]

	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:?]

	at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:153) [109:org.eclipse.smarthome.core:0.10.0.b1]

	at org.eclipse.smarthome.core.internal.common.InvocationHandlerSync.invoke(InvocationHandlerSync.java:59) [109:org.eclipse.smarthome.core:0.10.0.b1]

	at com.sun.proxy.$Proxy135.handleCommand(Unknown Source) [214:org.openhab.binding.rfxcom:2.2.0]

	at org.eclipse.smarthome.core.thing.internal.profiles.ProfileCallbackImpl.handleCommand(ProfileCallbackImpl.java:72) [116:org.eclipse.smarthome.core.thing:0.10.0.b1]

	at org.eclipse.smarthome.core.thing.internal.profiles.SystemDefaultProfile.onCommandFromItem(SystemDefaultProfile.java:49) [116:org.eclipse.smarthome.core.thing:0.10.0.b1]

	at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source) ~[?:?]

	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]

	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:?]

	at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:153) [109:org.eclipse.smarthome.core:0.10.0.b1]

	at org.eclipse.smarthome.core.internal.common.Invocation.call(Invocation.java:53) [109:org.eclipse.smarthome.core:0.10.0.b1]

	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]

	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]

	at java.lang.Thread.run(Thread.java:748) [?:?]

2018-02-16 19:22:33.666 [DEBUG] [binding.rfxcom.handler.RFXComHandler] - Received channel: rfxcom:lighting5:42e4296d:dimmingLevel, command: OFF

2018-02-16 19:22:33.673 [DEBUG] [g.rfxcom.handler.RFXComBridgeHandler] - Transmitting message 'Raw data = unknown, Packet type = LIGHTING5, Seq number = 0, Sub type = LIVOLO, Device Id = 9744.1, Command = OFF, Dim level = 0, Signal level = 0'

2018-02-16 19:22:33.677 [TRACE] [rnal.connector.RFXComSerialConnector] - Send data (len=11): 0A14050000261001000000

2018-02-16 19:22:34.634 [DEBUG] [g.rfxcom.handler.RFXComBridgeHandler] - Message received: Raw data = 0402010000, Packet type = TRANSMITTER_MESSAGE, Seq number = 0, Sub type = RESPONSE, Response = ACK

2018-02-16 19:22:34.638 [DEBUG] [g.rfxcom.handler.RFXComBridgeHandler] - Transmitter response received: Raw data = 0402010000, Packet type = TRANSMITTER_MESSAGE, Seq number = 0, Sub type = RESPONSE, Response = ACK

I hope that my english is not to bad and someone can understand it. Haven’t writen and spoken for a while :confounded:

I searched a lot in the internet but found nothing that would help me. Now I hope that there is someone on this community who has an idea to help me to fix this problem. =)

Best wishes
Dennis

No ideas? :neutral_face:

Hi. Livolo not have answer data. it cannot be connected because the protocol is encrypted