Skip to content

Docs for new Toshiba AC IR #5098

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion components/climate/climate_ir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand All @@ -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**:
Expand Down