How can be done this:
“when “$thermo_e.temperature” < “$e_heat.result” + 1 then switch button_heat_e on”
how need to be use the “+ 1” expression?
thank you
Mathematical function in Cronotherm plugin rule
How can be done this:
“when “$thermo_e.temperature” < “$e_heat.result” + 1 then switch button_heat_e on”
how need to be use the “+ 1” expression?
thank you
@zoltán
Come on guys, there can be easy
Hi, i assume the "$thermo_e.temperature” < “$e_heat.result” + 1 expression is not working.
The syntax should be $thermo_e.temperature < $e_heat.result + 1 (without the " around the variables)