Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Sensors Temps? #5

Open
MattB1981 opened this issue Nov 29, 2022 · 1 comment
Open

Remote Sensors Temps? #5

MattB1981 opened this issue Nov 29, 2022 · 1 comment

Comments

@MattB1981
Copy link

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?

@lildarryl024
Copy link

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants