Method to capture Thermostat Temp


#1

1) Give a description of the problem
I need to know how to poll my Ecobee thermostat current temp.

2) What is the expected behavior?
To retrieve current temp into a variable.

3) What is happening/not happening?
I thought I could use “Capture attributes into a local state variable” but it doesn’t seem to produce the data I need/


#2

set variable = [Thermostatname:temperature]


#3

Thanks