First time here? Check out the Help page!
1 | initial version |
Store your computed value or set another EMS:Sensor on thermostat value.
On each iteration, check one of the built-in variables such as IF TimeStepNum == 1
or IF Minute == 60
, if so, calculate and set your new value, otherwise use the stored value.