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

Add support for Ecobee Switch+ #35

Open
niemyjski opened this issue Dec 31, 2018 · 1 comment
Open

Add support for Ecobee Switch+ #35

niemyjski opened this issue Dec 31, 2018 · 1 comment

Comments

@niemyjski
Copy link

The following shows off how to get access to a list of all switches via polling

https://github.com/SmartThingsCommunity/SmartThingsPublic/blob/master/smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy

I Found that logging into your Ecobee account it makes a request to https://api.ecobee.com/ea/devices/ls?format=json to pull for changes and get a list of all devices with identifiers and full metadata..

Then when you make a state change like turn on or off it makes a PATCH https://api.ecobee.com/ea/devices/ls/ID_HERE?format=json with the state {"state":{"on":true}}.

@niemyjski niemyjski changed the title Add support for switch+ Add support for Ecobee Switch+ Dec 31, 2018
@niemyjski
Copy link
Author

@nkgilley would you be willing to pair on this?

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

1 participant