Homematic binding - variable sync

I just updated to Openhab2.1 and now the variable sync from CCU2 to openhab (on raspi 3) no longer works.
Before the update i had a rule like this to update them every 5 minutes:

rule "Variablen Update aus CCU2 - con"
	when
		Time cron "0 */5 * ? * *"
	then
        sendCommand(Var_Reload, ON)
end

with the item:

Switch Var_Reload { channel="homematic:GATEWAY-EXTRAS-F64261AB:f64261ab:GWE00000000:0#RELOAD_ALL_FROM_GATEWAY"}

but now it doesn’ work. I also tried commands like

        sendCommand(ch_anwesend, RefreshType.REFRESH)

in the rule.

This is a known bug: https://github.com/openhab/openhab2-addons/issues/2333

1 Like