Log Airzone zone status to Google Sheets daily
Get device status
Developer info
- API endpoint slug
- airzone.device_status
- Runtime method
- performQuery("airzone.device_status"}
Query fields
Device Dropdown list
- Label
- Device
- Helper text
- Identifier of the zone to get status
- Slug
- device
- Required
- true
- Can have default value
- false
Units Dropdown list
- Label
- Units
- Helper text
- Measurement temperature units
- Slug
- units
- Required
- false
- Can have default value
- true
Ingredients
Setpoint min Device setpoint minimum temperature. Given in measurement unit selected
- Slug
- setpoint_min
- Filter code
- Airzone.deviceStatus.SetpointMin
- Type
- String
- Example
- 18
Setpoint Device desired temperature. Given in measurement unit selected
- Slug
- setpoint
- Filter code
- Airzone.deviceStatus.Setpoint
- Type
- String
- Example
- 23
Connected If device is connected. Possible values: true, false
- Slug
- connected
- Filter code
- Airzone.deviceStatus.Connected
- Type
- String
- Example
- true
Warnings comma separated list of zone warnings.
- Slug
- warnings
- Filter code
- Airzone.deviceStatus.Warnings
- Type
- String
- Example
- presence,antifreeze
Power Device is on. Possible values: on, off
- Slug
- power
- Filter code
- Airzone.deviceStatus.Power
- Type
- String
- Example
- on
Zone name Name of the zone
- Slug
- device_name
- Filter code
- Airzone.deviceStatus.ZoneName
- Type
- String
- Example
- Living room
Fan speed value Current fan speed value, if thermostat support it. Notes: value 0 is Auto fanspeed. From 1 to N corresponds to the unit's fanspeed levels
- Slug
- fan_speed_value
- Filter code
- Airzone.deviceStatus.FanSpeedValue
- Type
- String
- Example
- 2
Air quality Air quality if thermostat support it. Possible values: good, regular, bad
- Slug
- air_quality
- Filter code
- Airzone.deviceStatus.AirQuality
- Type
- String
- Example
- good
On demand If zone is currently on demand for air
- Slug
- on_demand
- Filter code
- Airzone.deviceStatus.OnDemand
- Type
- String
- Example
- true
Errors comma separated list of zone errors
- Slug
- errors
- Filter code
- Airzone.deviceStatus.Errors
- Type
- String
- Example
- ec_comm_error,ac_unit_error
Humidity Device current humidity percentage
- Slug
- humidity
- Filter code
- Airzone.deviceStatus.Humidity
- Type
- String
- Example
- 41
Units Temperature measurement units. Possible values: Celsius, Fahrenheit
- Slug
- units
- Filter code
- Airzone.deviceStatus.Units
- Type
- String
- Example
- Celsius
Setpoint max Device setpoint maximum temperature. Given in measurement unit selected
- Slug
- setpoint_max
- Filter code
- Airzone.deviceStatus.SetpointMax
- Type
- String
- Example
- 32
Units symbol Device measurement units symbol. Possible values: 'C': Celsius; 'F': Fahrenheit
- Slug
- units_symbol
- Filter code
- Airzone.deviceStatus.UnitsSymbol
- Type
- String
- Example
- C
Temperature Device current temperature. Given in measurement unit selected
- Slug
- temperature
- Filter code
- Airzone.deviceStatus.Temperature
- Type
- String
- Example
- 23
Mode Device current operation mode. Possible values: off, heat, cool, fanonly, dryair, emergencyheat, auto
- Slug
- mode
- Filter code
- Airzone.deviceStatus.Mode
- Type
- String
- Example
- cool