Temperature sensed 'state ID'

SMUSEBY
Posts: 638
Joined: Wed Sep 16, 2009 9:38 pm
Location: California

Temperature sensed 'state ID'

Post by SMUSEBY »

What is the state ID to access the value of the temperature sensed by the thermostat. (temperature, Temperature, temperatures do not work).
I need the term to use with Better Email that specifies the format %%d:123456:someStateID%%.
Thank you.
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Temperature sensed 'state ID'

Post by FlyingDiver »

Excerpt from indigo.server.log(unicode(indigo.devices[860569872]))

Code: Select all

states : States : (dict)
     autoAway : no (yes/no bool)
     autoHome : no (yes/no bool)
     climate : home (string)
     device_type : athenaSmart (string)
     equipmentStatus :  (string)
     fanMinOnTime : 0 (integer)
     humidityInput1 : 50 (real)
     humidityInputsAll : 50 (string)
     hvacCoolerIsOn : off (on/off bool)
     hvacDehumidifierIsOn : off (on/off bool)
     hvacFanIsOn : off (on/off bool)
     hvacFanMode : 0 (integer)
     hvacFanMode.ui : auto on (string)
     hvacFanModeIsAlwaysOn : false (bool)
     hvacFanModeIsAuto : true (bool)
     hvacHeaterIsOn : off (on/off bool)
     hvacHumidifierIsOn : off (on/off bool)
     hvacOperationMode : 2 (integer)
     hvacOperationMode.ui : cool on (string)
     hvacOperationModeIsAuto : false (bool)
     hvacOperationModeIsCool : true (bool)
     hvacOperationModeIsHeat : false (bool)
     hvacOperationModeIsOff : false (bool)
     hvacOperationModeIsProgramAuto : false (bool)
     hvacOperationModeIsProgramCool : false (bool)
     hvacOperationModeIsProgramHeat : false (bool)
     occupied : no (yes/no bool)
     setpointCool : 77.5 (real)
     setpointCool.ui : 77.5°F (string)
     setpointHeat : 71.5 (real)
     setpointHeat.ui : 71.5°F (string)
     temperatureInput1 : 76.4 (real)
     temperatureInput1.ui : 76.4°F (string)
     temperatureInput2 : 77.4 (real)
     temperatureInput2.ui : 77.4°F (string)
     temperatureInputsAll : 76.4, 77.4 (string)
Looks like you want temperatureInput1 or temperatureInput2.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
SMUSEBY
Posts: 638
Joined: Wed Sep 16, 2009 9:38 pm
Location: California

Re: Temperature sensed 'state ID'

Post by SMUSEBY »

temperatureInput1 works.
Thank you.
Post Reply

Return to “Ecobee”