diff --git a/components/climate/climate_ir.rst b/components/climate/climate_ir.rst index 694f2fb7b5..8d3723b9ff 100644 --- a/components/climate/climate_ir.rst +++ b/components/climate/climate_ir.rst @@ -242,11 +242,12 @@ These air conditioners support two protocols: Midea and Coolix. Therefore, when ``toshiba`` **Climate**: -- **model** (*Optional*, string): There are two valid models +- **model** (*Optional*, string): There are four valid models - ``GENERIC``: Temperature range is from 17 to 30 (default) - ``RAC-PT1411HWRU-C``: Temperature range is from 16 to 30; unit displays temperature in degrees Celsius - ``RAC-PT1411HWRU-F``: Temperature range is from 16 to 30; unit displays temperature in degrees Fahrenheit + - ``RAS-2819T``: Temperature range is from 18 to 30; supports two-packet IR protocol .. note:: @@ -263,9 +264,22 @@ These air conditioners support two protocols: Midea and Coolix. Therefore, when internal temperature sensor; a value of 30 seconds seems to work well. See :doc:`/components/sensor/index` for more information. + - The ``RAS-2819T`` model uses a two-packet IR protocol where most commands send a primary packet (containing + temperature, mode, and fan speed) followed by a secondary packet (containing fan speed confirmation and + mode-specific data). Single-packet commands are used for power-off and swing toggle operations. + - This climate IR component is also known to work with Midea model MAP14HS1TBL and may work with other similar models, as well. (Midea acquired Toshiba's product line and re-branded it.) +.. code-block:: yaml + + # Example configuration entry for RAS-2819T + climate: + - platform: toshiba + name: "Toshiba AC" + model: RAS-2819T + sensor: room_temperature + .. _whirlpool: ``whirlpool`` **Climate**: