cancel
Showing results for 
Search instead for 
Did you mean: 
meng
Community Member
since ‎12-20-2021
‎01-21-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I turn off Nest Thermostat by API.The mode of ThermostatMode is OFF.But the status of ThermostatHvac is HEATING.The Nest app shows it as off, but the thermostat is clearly on. It never used to do this and use to work fine.
When I try to close device, using the URLurl = "https://smartdevicemanagement.googleapis.com/v1/enterprises/"+project_id+"/devices/"+device_id+":executeCommand";param = '{"command":"sdm.devices.commands.ThermostatMode.SetMode","params":{"mode":"OFF"}...