Air Conditioner Device¶
Tip: Use this navigation sections and page links to navigate easier.
Description¶
Air Conditioner appliance.
Label | Value |
---|---|
Device Type | cloud.smarthq.device.airconditioner |
Connection Type | cloud.smarthq.connection.wifi |
Alerts¶
AlertType |
Description |
---|---|
Common Alerts List | A list of alerts common across all SmartHQ devices that this device might support. |
Services¶
This device may not support each service listed. What is listed is all the possible services for this device. Learn more
Services |
Description |
---|---|
Air Conditioner Ambient Inside Temperature Service | Indoor ambient temperature. |
Air Conditioner Compressor Runtime Integer Service | Cumulative time the compressor has run for |
Air Conditioner Cumulative Energy Integer Service | Cumulative time the compressor has run for |
Air Conditioner Cumulative kWh Service | Implementation for measuring cumulative KWh of an air conditioner |
Air Conditioner Demand Response Mode Service | Air conditioner demand-response settings. |
Air Conditioner Matter Commisioning Service | Air Conditioner Matter Service |
Air Conditioner Thermostat V1 Service | Air conditioner thermostat settings. |
Common Services List | A list of services common across all SmartHQ devices that this device might support. |
Air Conditioner Ambient Inside Temperature Service¶
Description: Indoor ambient temperature.
Tuple: The ambient inside temperature as determined by an air conditioner
Attribute | Value | Description |
---|---|---|
ServiceType | cloud.smarthq.service.temperature | Service to model a temperature that can be read only or remotely controlled. Both Celsius and Fahrenheit are supported and automatically converted using calculated properties. |
DomainType | cloud.smarthq.domain.indoor.ambient |
The indoor ambient |
ServiceDeviceType | cloud.smarthq.device.airconditioner |
An air conditioner device |
Air Conditioner Compressor Runtime Integer Service¶
Description: Cumulative time the compressor has run for
Tuple: Cumulative time the compressor has run for
Attribute | Value | Description |
---|---|---|
ServiceType | cloud.smarthq.service.integer | Service to model a signed 32-bit integer value with associated units. |
DomainType | cloud.smarthq.domain.runtime.compressor |
The runtime compressor |
ServiceDeviceType | cloud.smarthq.device.meter |
A meter device |
Air Conditioner Cumulative Energy Integer Service¶
Description: Cumulative time the compressor has run for
Tuple: The cumulative energy usage in KWH
Attribute | Value | Description |
---|---|---|
ServiceType | cloud.smarthq.service.integer | Service to model a signed 32-bit integer value with associated units. |
DomainType | cloud.smarthq.domain.energy |
The energy |
ServiceDeviceType | cloud.smarthq.device.meter |
A meter device |
Air Conditioner Cumulative kWh Service¶
Description: Implementation for measuring cumulative KWh of an air conditioner
Tuple: energy meter
Attribute | Value | Description |
---|---|---|
ServiceType | cloud.smarthq.service.meter | Service that represents the state of a meter within an appliance. |
DomainType | cloud.smarthq.domain.energy |
The energy |
ServiceDeviceType | cloud.smarthq.device.meter |
A meter device |
Air Conditioner Demand Response Mode Service¶
Description: Air conditioner demand-response settings.
Tuple: The demand response setting for an air conditioner
Attribute | Value | Description |
---|---|---|
ServiceType | cloud.smarthq.service.mode | Service to model a mode that represents a selection from a pre-defined list of options. The available options are defined by an enumeration and then the service config selects which of those are available. |
DomainType | cloud.smarthq.domain.demandresponse |
The demand response |
ServiceDeviceType | cloud.smarthq.device.airconditioner |
An air conditioner device |
Commands¶
Command | Description |
---|---|
cloud.smarthq.command.mode.set | Set the demand-response mode. |
Air Conditioner Matter Commisioning Service¶
Description: Air Conditioner Matter Service
Tuple: Open/Close Matter Air Conditioner commissioning window
Attribute | Value | Description |
---|---|---|
ServiceType | cloud.smarthq.service.matter.v1 | Service for allow Matter communication |
DomainType | cloud.smarthq.domain.matter.v1 |
Matter domain |
ServiceDeviceType | cloud.smarthq.device.airconditioner |
An air conditioner device |
Commands¶
Command | Description |
---|---|
cloud.smarthq.command.matter.v1.commisioning.open | Open Matter Commissioning for Air Conditioner |
Air Conditioner Thermostat V1 Service¶
Description: Air conditioner thermostat settings.
Tuple: The thermostat control for an air conditioner
Attribute | Value | Description |
---|---|---|
ServiceType | cloud.smarthq.service.thermostat.v1 | Service for controlling a thermostat. This is a complex service with multiple config and state parameters to accurately model the control of an air conditioner or heater. |
DomainType | cloud.smarthq.domain.thermostat |
The thermostat |
ServiceDeviceType | cloud.smarthq.device.airconditioner |
An air conditioner device |
Commands¶
Command | Description |
---|---|
cloud.smarthq.command.thermostat.v1.set | Control the air conditioner thermostat settings. |
Behaviors¶
Behavior | Description |
---|---|
cloud.smarthq.behavior.fanonlynoauto |
When in fan only mode the auto fanSpeed does not work |