question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

thermostat query reports device as 'off'

See original GitHub issue

Hi - querying temp devices works, but always reports the device as ‘off’, even if i hardcode ‘online: true’ & ‘on: true’ code snippet on my response: {"requestId":"7039972611316254476","payload":{"devices":{"473":{"online":true,"on":true,"thermostatMode":"auto","thermostatTemperatureAmbient":0.7} any clues on what i’m doing wrong?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:19 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
chuneaultcommented, Jul 18, 2018

after hours of test… I have a solution

you need to set the same value for setpoint and ambient in QUERY action like this:

“thermostatMode”: “heat”, “thermostatTemperatureSetpoint”: 25, “thermostatTemperatureAmbient”: 25

and after when I ask for the temp, google report only the ambient degre!!!

try it

0reactions
madgenicommented, Jul 18, 2018

Thank you very much!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Alexa.ThermostatController Interface 3 - Amazon Developer
A thermostat is a device that senses temperature, and attempts to keep the temperature at a specified setpoint or within a specified temperature...
Read more >
Smart Home TemperatureSetting Trait Schema
Google reports temperature information using the display unit. ... Thermostat device that supports discrete heating and cooling.
Read more >
Thermostat Issue - INSTEON Communications Issues
It is clear that queries do not generate a value for the idle/cooling/heating state. It appears to be a one off com at...
Read more >
Implementing Report State for your smart home service
Developers can now use the Report State API to report the state of their devices to the home graph proactively, meaning the Google...
Read more >
Queries regarding thermostatController in alexa - Forums
4. Best practice is to always try to use the same scale as what the physical thermostat device is set to. The second-best...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found