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

Can not retrieve Thermostat values #175

Open
TeslaOwnerTips opened this issue Feb 21, 2023 · 3 comments
Open

Can not retrieve Thermostat values #175

TeslaOwnerTips opened this issue Feb 21, 2023 · 3 comments

Comments

@TeslaOwnerTips
Copy link
Contributor

In the example below I first retrieve the state of a switch (Garageleft).

However when doing the same for a thermostat (wake_heat) no state values are returned.

How do I get the targeted temperature from a thermostat using a url request?

$ id=Garageleft
$ curl "http://localhost:51828/?accessoryId=$id"
{"success":true,"state":false}

$ id=wake_heat
$ curl "http://localhost:51828/?accessoryId=$id"
{"success":true}
@benzman81
Copy link
Owner

This isnt supported for all accessories yet. Feel free to contribute.

@TeslaOwnerTips
Copy link
Contributor Author

Could you point me to an implementation as a starting point? An accessor's code where it is implemented.

@benzman81
Copy link
Owner

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

No branches or pull requests

2 participants