email thermostat value problem
Posted: Monday 28 August 2017 10:18
i am trying to send an email whenever the thermostat changes state, i use the following:
the email is sent ok but all i get is:
My new setpoint is {{utilitydevice[245]}} degrees
and not the actual value.. the idx is correct
i also tried
but no luck either
Code: Select all
commandArray[1]={['SendEmail']='Thermostat_value_has_changed# My new setpoint is {{utilitydevice[245]}} degrees #[email protected]'}
My new setpoint is {{utilitydevice[245]}} degrees
and not the actual value.. the idx is correct
i also tried
Code: Select all
{{temperaturedevice[245]}}