Refrigerator Device¶
Tip: Use this navigation sections and page links to navigate easier.
Description¶
Refrigerator appliance.
Label | Value |
---|---|
Device Type | cloud.smarthq.device.refrigerator |
Connection Type | cloud.smarthq.connection.wifi |
Icon Type | cloud.smarthq.icon.refrigerator |
Alerts¶
AlertType |
Description |
---|---|
cloud.smarthq.alert.lowflow.pitcher |
There is a potential issue with your refrigerator’s Autofill Water Pitcher that may be caused by low water flow rate or no water flow to the refrigerator. |
cloud.smarthq.alert.leakdetected.pitcher |
There is a potential issue with your refrigerator's Autofill Water Pitcher that may have resulted in a water leak. |
cloud.smarthq.alert.door.alarm.convertiblecompartment |
Alert when convertible compartment door has been left open too long. |
cloud.smarthq.alert.temperature.met.convertibledrawer |
Your convertible drawer has reached the set temperature. |
cloud.smarthq.alert.door.alarm.freshfood |
Alert when fresh food compartment door has been left open too long. |
cloud.smarthq.alert.icemaker.full.freshfood |
Your fresh food icemaker is full! |
cloud.smarthq.alert.temperature.high.freshfood |
Alert when the fresh food cavity temperature is high. |
cloud.smarthq.alert.door.alarm.freezer |
Alert when freezer compartment door has been left open too long. |
cloud.smarthq.alert.icemaker.full.freezer |
Your freezer ice maker is full! |
cloud.smarthq.alert.door.open.freezer |
Your freezer door has been opened. |
cloud.smarthq.alert.temperature.high.freezer |
Alert when the freezer temperature is too high. |
cloud.smarthq.alert.filter.order |
The refrigerator water filter needs to be ordered. |
cloud.smarthq.alert.filter.order.MWFE |
The refrigerator MWFE water filter needs to be ordered. |
cloud.smarthq.alert.filter.order.RPWFE |
The refrigerator RPWFE water filter needs to be ordered. |
cloud.smarthq.alert.filter.order.XWFE |
The refrigerator XWFE water filter needs to be ordered. |
cloud.smarthq.alert.filter.replace |
The refrigerator water filter has expired. |
cloud.smarthq.alert.filter.replace.MWFE |
The refrigerator MWFE water filter has expired. |
cloud.smarthq.alert.filter.replace.RPWFE |
The refrigerator RPWFE water filter has expired. |
cloud.smarthq.alert.filter.replace.XWFE |
The refrigerator XWFE water filter has expired. |
cloud.smarthq.alert.hotwater.preheat |
Your Hot Water is Ready! |
cloud.smarthq.alert.door.alarm |
The refrigerator door has been open for more than a minute! |
cloud.smarthq.alert.expresschill.end |
Express Chill Time is done. |
cloud.smarthq.alert.turbocool.end |
Turbo Cold Time is done. |
cloud.smarthq.alert.leakdetected |
Dispenser stopped due to potential leak. Check unit, if leak found, call service. Code F401 or F503 800-GE-CARES |
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 |
---|---|
Refrigerator Freezer Setpoint Temperature Service | Freezer temperature setpoint. |
Refrigerator Fresh Food Setpoint Temperature Service | Refrigerator fresh food temperature setpoint. |
Refrigerator Sabbath Toggle Service | Refrigerator sabbath mode. |
Refrigerator Water Filter Mode Service | Refrigerator water filter status. |
Refrigerator Water Meter Integer Service | Service representing the cumulative amount of water dispensed from a refrigerator. |
Common Services List | A list of services common across all SmartHQ devices that this device might support. |
Refrigerator Freezer Setpoint Temperature Service¶
Description: Freezer temperature setpoint.
Tuple: The temperature set point for a freezer cavity of a refrigerator
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.setpoint |
The setpoint |
ServiceDeviceType | cloud.smarthq.device.refrigerator.freezer |
A freezer component of a refrigerator device |
Commands¶
Command | Description |
---|---|
cloud.smarthq.command.temperature.set | Control the freezer temperature setpoint. |
Refrigerator Fresh Food Setpoint Temperature Service¶
Description: Refrigerator fresh food temperature setpoint.
Tuple: The temperature set point for the fresh food cavity of a refrigerator
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.setpoint |
The setpoint |
ServiceDeviceType | cloud.smarthq.device.refrigerator.freshfood |
A fresh food component of a refrigerator device |
Commands¶
Command | Description |
---|---|
cloud.smarthq.command.temperature.set | Control the refrigerator fresh food temperature setpoint. |
Refrigerator Sabbath Toggle Service¶
Description: Refrigerator sabbath mode.
Tuple: Controls sabbath mode on an appliance
Attribute | Value | Description |
---|---|---|
ServiceType | cloud.smarthq.service.toggle | Service to model a binary state that can be read only or remotely controlled |
DomainType | cloud.smarthq.domain.sabbath |
The sabbath |
ServiceDeviceType | cloud.smarthq.device.appliance |
An appliance |
Commands¶
Command | Description |
---|---|
cloud.smarthq.command.toggle.set | Toggle sabbath mode on the refrigerator. |
Refrigerator Water Filter Mode Service¶
Description: Refrigerator water filter status.
Tuple: The state of a dedicated water filter device
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.state |
The state |
ServiceDeviceType | cloud.smarthq.device.waterfilter |
A water filter device |
Refrigerator Water Meter Integer Service¶
Description: Service representing the cumulative amount of water dispensed from a refrigerator.
Tuple: The cumulative water usage in fluid ounces
Attribute | Value | Description |
---|---|---|
ServiceType | cloud.smarthq.service.integer | Service to model a signed 32-bit integer value with associated units. |
DomainType | cloud.smarthq.domain.water |
The water |
ServiceDeviceType | cloud.smarthq.device.meter |
A meter device |