2024-03-04 22:54:04 +01:00
|
|
|
Haier Climate Binary Sensors
|
|
|
|
============================
|
|
|
|
|
|
|
|
.. seo::
|
|
|
|
:description: Instructions for setting up additional binary sensors for Haier climate devices.
|
|
|
|
:image: haier.svg
|
|
|
|
|
|
|
|
Additional sensors for Haier Climate device. **These sensors are supported only by the hOn protocol**.
|
|
|
|
|
|
|
|
|
|
|
|
.. figure:: images/haier-climate.jpg
|
|
|
|
:align: center
|
|
|
|
:width: 50.0%
|
|
|
|
|
|
|
|
.. code-block:: yaml
|
|
|
|
|
|
|
|
# Example configuration entry
|
|
|
|
uart:
|
|
|
|
baud_rate: 9600
|
2024-05-07 07:40:12 +02:00
|
|
|
tx_pin: GPIOXX
|
|
|
|
rx_pin: GPIOXX
|
2024-03-04 22:54:04 +01:00
|
|
|
id: ac_port
|
2024-05-07 07:40:12 +02:00
|
|
|
|
2024-03-04 22:54:04 +01:00
|
|
|
climate:
|
|
|
|
- platform: haier
|
|
|
|
id: haier_ac
|
|
|
|
protocol: hOn
|
|
|
|
name: Haier AC
|
|
|
|
uart_id: ac_port
|
2024-05-07 07:40:12 +02:00
|
|
|
|
2024-03-04 22:54:04 +01:00
|
|
|
binary_sensor:
|
|
|
|
- platform: haier
|
|
|
|
haier_id: haier_ac
|
|
|
|
compressor_status:
|
|
|
|
name: Haier Outdoor Compressor Status
|
|
|
|
defrost_status:
|
|
|
|
name: Haier Defrost Status
|
|
|
|
four_way_valve_status:
|
|
|
|
name: Haier Four Way Valve Status
|
|
|
|
indoor_electric_heating_status:
|
|
|
|
name: Haier Indoor Electric Heating Status
|
|
|
|
indoor_fan_status:
|
|
|
|
name: Haier Indoor Fan Status
|
|
|
|
outdoor_fan_status:
|
|
|
|
name: Haier Outdoor Fan Status
|
|
|
|
|
|
|
|
Configuration variables:
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
- **haier_id** (**Required**, :ref:`config-id`): The id of haier climate component
|
|
|
|
- **compressor_status** (*Optional*): A binary sensor that indicates Haier climate compressor activity.
|
|
|
|
All options from :ref:`Binary Sensor <config-binary_sensor>`.
|
|
|
|
- **defrost_status** (*Optional*): A binary sensor that indicates defrost procedure activity.
|
|
|
|
All options from :ref:`Binary Sensor <config-binary_sensor>`.
|
|
|
|
- **four_way_valve_status** (*Optional*): A binary sensor that indicates four way valve status.
|
|
|
|
All options from :ref:`Binary Sensor <config-binary_sensor>`.
|
|
|
|
- **indoor_electric_heating_status** (*Optional*): A binary sensor that indicates electrical heating system activity.
|
|
|
|
All options from :ref:`Binary Sensor <config-binary_sensor>`.
|
2024-05-07 07:40:12 +02:00
|
|
|
- **indoor_fan_status** (*Optional*): A binary sensor that indicates indoor fan activity.
|
2024-03-04 22:54:04 +01:00
|
|
|
All options from :ref:`Binary Sensor <config-binary_sensor>`.
|
2024-05-07 07:40:12 +02:00
|
|
|
- **outdoor_fan_status** (*Optional*): A binary sensor that indicates outdoor fan activity.
|
2024-03-04 22:54:04 +01:00
|
|
|
All options from :ref:`Binary Sensor <config-binary_sensor>`.
|
|
|
|
|
|
|
|
See Also
|
|
|
|
--------
|
|
|
|
|
|
|
|
- :doc:`Haier Climate </components/climate/haier>`
|
|
|
|
- :ghedit:`Edit`
|