I have updated from 3.2 to 4.3.15.
Now my Velbus is working except the VMBGPOD channels in the rules are doing notting
I see that they have FF witch means disabled… How to enable them?
only linked channel is the 33 temperature
Switch Weg "Weg" <motion> {channel="velbus:vmbgpod:0321e171:40:CH9", autoupdate="false"}
rule "Alarm modus - Weg - dummy"
when
Channel 'velbus:vmbgpod:0321e171:40:input#CH9' triggered PRESSED
or Item Weg received command ON
then
logInfo("Alarm", "Weg-modus geactiveerd test")
end
Bridge velbus:bridge:0321e171 [ port="COM4", timeUpdateInterval="360", reconnectionInterval="15"] {
Thing vmbmeteo 08 [ address="08" ]
Thing vmbmeteo 09 [ address="09" ]
Thing vmbgpod 40 [ address="40" ]
Thing vmbgpod 44 [ address="44" ]
Thing vmbgpod 48 [ address="48" ]
Thing vmbgpod 4C [ address="4C" ]
Thing vmbpiro 70 [ address="70" ]
Thing vmbpiro 71 [ address="71" ]
Thing vmbpiro 72 [ address="72" ]
Thing vmbpiro 73 [ address="73" ]
Thing vmb2ble B1 [ address="B1" ]
Thing vmb2ble B2 [ address="B2" ]
}
I did a manual scan, but the vmbgpod 40, 44, 48, 4C are not in the list…