eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
862 stars 787 forks source link

[Homematic] Updating a variable reloades all variables #5789

Open mdicke2s opened 6 years ago

mdicke2s commented 6 years ago

From @Xento on January 2, 2018 19:14

Expected Behavior

I have one rule to trigger a variable update of three items rule "CCU Variablen aktualisieren" when Item CUxDTaster_3_PressShort received update ON then sendCommand(GATEWAYEXTRAS_CCU_SV_Tabletseite, RefreshType.REFRESH) sendCommand(GATEWAYEXTRAS_CCU_SV_Briefkasten, RefreshType.REFRESH) sendCommand(GATEWAYEXTRAS_CCU_SV_Text2Speech, RefreshType.REFRESH) end

As described openhab should only update the values of these variables but it updates all variables.

Your Environment

CCU2 and Openhab 2.2 Release

Copied from original issue: openhab/openhab2-addons#3068

mdicke2s commented 6 years ago

From @gerrieg on June 11, 2018 13:58

from the docs: To reload all variable values, send a REFRESH command to any variable. So it always update all variables