Heating regulator (H1)¶
This documentation was generated from: h1.json
| Attribute | Value |
|---|---|
| status | Gold |
| product | Heating regulator (H1) |
| modelid | H1 |
| manufacturername | ubisys |
1. ZHAThermostat¶
Endpoint: /sensors
Top level attributes¶
| Attribute | Datatype | Description | Access |
|---|---|---|---|
| lastannounced | ISO 8601 timestamp | Timestamp of the last power-cyle or rejoin. | R |
| lastseen | ISO 8601 timestamp | Timestamp of the last communication. | R |
| manufacturername | String | "ubisys" | R |
| modelid | String | "H1" | R |
| name | String | Name of the resource. | RW |
| swversion | String | Firmware version of the device. | R |
| type | String | "ZHAThermostat" | R |
| uniqueid | String | Unique identifier of the resource. | R |
Config attributes¶
| Attribute | Datatype | Description | Access |
|---|---|---|---|
| battery | UInt8 | The current device battery level in 0–100 %. Default: 0 |
R |
| group | String | comma seperated list of groups which a device controls. Default: auto |
RW |
| heatsetpoint | Int16 | Target temperature of a thermostat. Default: 0 |
RW |
| mode | String | Mode of the device. Default: heat |
RW |
| offset | Int16 | Relative offset to the main measured value. Default: 0 |
RW |
| on | Bool | When true the sensor is enabled in rules. Default: true |
RW |
| reachable | Bool | When true the device is assumed to be operational. | R |
| schedule | String | On-device heating schedules. | RW |
| schedule_on | Bool | Determines if on-device schedules for setting the heatsetpoint are currently used or if the thermostat is operated manually. Default: false |
RW |
| unoccupiedheatsetpoint | Int16 | Target temperature of a thermostat when local is unoccupied. Default: 1600 |
RW |
State attributes¶
| Attribute | Datatype | Description | Access |
|---|---|---|---|
| lastupdated | ISO 8601 timestamp | Timestamp when state was last updated. | R |
| on | Bool | True when device is on; false when off. | RW |
| temperature | Int16 | The current temperature in °C × 100. Default: 0 |
R |
| utc | ISO 8601 timestamp | Current timestamp in UTC set on the device. | RW |
| valve | UInt8 | The open percentage of the thermostat valve. Default: 0 |
R |