Skip to content

Commit 76368c1

Browse files
add daikin_wrc ir climate
1 parent 9af3e7b commit 76368c1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

components/climate/climate_ir.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ submit a feature request (see FAQ).
2929
+---------------------------------------+---------------------+----------------------+
3030
| :ref:`Daikin BRC<daikin_brc>` | ``daikin_brc`` | yes |
3131
+---------------------------------------+---------------------+----------------------+
32+
| :ref:`Daikin WRC<daikin_wrc>` | ``daikin_wrc`` | yes |
33+
+---------------------------------------+---------------------+----------------------+
3234
| :ref:`Delonghi<delonghi_ir>` | ``delonghi`` | yes |
3335
+---------------------------------------+---------------------+----------------------+
3436
| Emmeti | ``emmeti`` | yes |
@@ -139,6 +141,25 @@ The Daikin BRC remotes are used by the ceiling cassette model of Daikin heatpump
139141
sensor: room_temperature
140142
use_fahrenheit: true
141143
144+
.. _daikin_wrc:
145+
146+
``daikin_wrc`` **Climate**:
147+
148+
The Daikin WRC remotes used by some wall mounted air conditioners of Daikin
149+
150+
- **state_sensor_id** (*Optional*, :ref:`config-id`): Binary sensor ID that provides the on/off state of the air conditioner
151+
152+
.. note::
153+
154+
This protocol doesn't have clear on and off commands, so to reliably determine the device's state, you must use a reed switch or a Hall effect sensor with a small magnet attached to the AC blade
155+
156+
.. code-block:: yaml
157+
158+
# Example configuration entry
159+
climate:
160+
- platform: daikin_wrc
161+
name: "AC"
162+
142163
.. _delonghi_ir:
143164

144165
``delonghi`` **Climate**:

0 commit comments

Comments
 (0)