You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just got mine working with Remote sensor temps and occupancy status
Trick is drop in a debug node right after get thermostat request. this will give you a tree where you can expand and find all your data.
For example my temp value remote sensor 0 can be read by then storing this msg and multiplying it by 0.1 is the you need to move the decimal place to the left by 1
msg.payload.thermostatList.0.remoteSensors.0.capability.0.value
I got stuck a few times but worked my way through setup but what I don't understand is how to return data from other Ecobee Sensors?
The text was updated successfully, but these errors were encountered: