From fc942188d81098e89a02dbecfcde2f3d424a37da Mon Sep 17 00:00:00 2001 From: Matthew FitzGerald-Chamberlain Date: Wed, 6 Mar 2024 04:30:49 -0600 Subject: [PATCH] Add Aprilaire integration (#27933) Co-authored-by: Franck Nijhof --- source/_integrations/aprilaire.markdown | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 source/_integrations/aprilaire.markdown diff --git a/source/_integrations/aprilaire.markdown b/source/_integrations/aprilaire.markdown new file mode 100644 index 00000000000..945e29f79be --- /dev/null +++ b/source/_integrations/aprilaire.markdown @@ -0,0 +1,31 @@ +--- +title: Aprilaire +description: Instructions on how to integrate Aprilaire devices into Home Assistant. +ha_category: + - Climate +ha_iot_class: Local Push +ha_release: 2024.3 +ha_domain: aprilaire +ha_codeowners: + - '@chamberlain2007' +ha_config_flow: true +ha_platforms: + - climate +ha_integration_type: integration +--- + +The Aprilaire integration allows you to control an Aprilaire thermostat. + +## Supported Models + +This integration supports Aprilaire [8800-series Home Automation Wi-Fi Thermostats](https://www.aprilaire.com/whole-house-products/thermostats/home-automation) and [6000-series Wi-Fi Zone Control devices](https://www.aprilaire.com/whole-house-products/zone-control) which support setting the thermostat to automation mode. It is known that there are some models which are marketed as home automation capable that do not support automation mode, and are therefore not supported. + +## Prerequisites + +In order to connect to the thermostat, you will need to enable automation mode. This involves going into the Contractor Menu on your thermostat and changing the Connection Type to Automation. As the specific instructions can vary per model, consult the manual for your specific model. + +{% include integrations/config_flow.md %} + +## Caution regarding device limitations + +Due to limitations of the thermostats, only one automation connection to a device is permitted at one time (the Aprilaire app is not included in this limitation as it uses a separate protocol). Attempting to connect multiple times to the same thermostat simultaneously can cause various issues, including the thermostat becoming unresponsive and shutting down. If this does occur, power cycling the thermostat should restore functionality.