Hey guys, not sure whether I’m doing something wrong or it’s a bug. Nevertheless the result is that the rule I set up is not working as it’s supposed to work.
The rule is: “if $variable-set.temperature_home > $multi.temperature then turn on heating”
$variable-set.temperature_home is temperature I’m setting by buttons on my dashboard
$multi.temperature is temperature coming from my multi sensor
$variable-set.temperature_home is now 24.99999 C and
$multi.temperature is now 22 C
This clearly fulfill the condition and the heating should be turned on. However the heating still stays turned off. If I move the set temperature to 25.9999 then the heating goes to ON. The triggering value is not always the same, sometimes heating goes on at 26 C, sometime at 23.
I’ve tried to create a rule for 2 variables controlled by buttons and the rule worked just fine. I was thinking that the rule verifying might be triggered by $multi.temperature update so I changed the order of the values in the rule but still the same problem.
Could please anyone help me to solve this problem?
Thanks a lot!
Jan