Skip to content

Can not retrieve Thermostat values #175

@TeslaOwnerTips

Description

@TeslaOwnerTips

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}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions