GetThermostatConfiguration

GET

Get Thermostat Configuration

Get the system configuration and version of the current thermostat. Includes information on heating and cooling stages for the device. See Data Definitions for more information.

{
	"systemConfiguration": {
		"coolingStages": 1,
		"coolingSystem": "Gas",
		"heatingStages": 1,
		"heatingSystem": "Gas"

		"enabled": false
	},
	"thermostatVersion": "01.03.08.2A"
}
Field Name/Location Data Type Definition
systemConfiguration Object System Configuration Object, showing heating/cooling stage information
systemConfiguration.coolingStages Integer Number of cooling stages in system
systemConfiguration.coolingSystem String Type of cooling system
systemConfiguration.heatingStages Integer Number of heating stages in system
systemConfiguration.heatingSystem String Type of heating system
thermostatVersion String Version of thermostat

Cooling System Types

  • None
  • EvaporativeCool
  • FreeCoolNoVent
  • FreeCoolWithVent
  • CompressorCool
  • Other

Heating System Types

  • None
  • ForcedAirGasOil
  • FreeHeatNoVent
  • FreeHeatWithVent
  • HeatPump
  • ForcedAirElectric
  • Hydronic
  • ElectricBaseboard
  • Radiant
  • Other
  • Gas
  • CompressorHeat
  • ElectricHeat
  • HydronicHeat
  • InFloorHeat

Resource URL

https://api.honeywell.com/v2 /devices/thermostats/{deviceId}/thermostatconfiguration

Query Parameters


Name Values Description
apikey
(required)

Your API Key

locationId
(required)

LocationID for the requested device


Request Body

deviceId DeviceID for the requested device true

HTTP Basic

OAuth 2.0

API Key

Reset

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Resource Summary

Security

Working...