From 312a2ba0bff384d04befa89f7467e08ec2800888 Mon Sep 17 00:00:00 2001 From: Ben Evans <72490292+misterwebs@users.noreply.github.com> Date: Tue, 1 Jul 2025 20:29:12 +0200 Subject: [PATCH] Added Delonghi EX105 to climate_ir.rst Added information on Delonghi EX105 to accompany PR to codebase --- components/climate/climate_ir.rst | 121 ++++++++++++++++++------------ 1 file changed, 73 insertions(+), 48 deletions(-) diff --git a/components/climate/climate_ir.rst b/components/climate/climate_ir.rst index 694f2fb7b5..330a1a7be0 100644 --- a/components/climate/climate_ir.rst +++ b/components/climate/climate_ir.rst @@ -15,54 +15,57 @@ control signal, just as the unit's handheld remote controller would. There is a growing list of compatible units. If your unit is not listed below you should submit a feature request (see FAQ). -+---------------------------------------+---------------------+----------------------+ -| Supported units | Platform name | Supports receiver | -| | | | -+=======================================+=====================+======================+ -| Ballu | ``ballu`` | yes | -+---------------------------------------+---------------------+----------------------+ -| Coolix | ``coolix`` | yes | -+---------------------------------------+---------------------+----------------------+ -| Daikin | ``daikin`` | yes | -+---------------------------------------+---------------------+----------------------+ -| :ref:`Daikin ARC` | ``daikin_arc`` | yes | -+---------------------------------------+---------------------+----------------------+ -| :ref:`Daikin BRC` | ``daikin_brc`` | yes | -+---------------------------------------+---------------------+----------------------+ -| :ref:`Delonghi` | ``delonghi`` | yes | -+---------------------------------------+---------------------+----------------------+ -| Emmeti | ``emmeti`` | yes | -+---------------------------------------+---------------------+----------------------+ -| Fujitsu General | ``fujitsu_general`` | yes | -+---------------------------------------+---------------------+----------------------+ -| :ref:`GREE` | ``gree`` | | -+---------------------------------------+---------------------+----------------------+ -| Hitachi | ``hitachi_ac344``, | yes | -| | ``hitachi_ac424`` | | -+---------------------------------------+---------------------+----------------------+ -| :ref:`LG` | ``climate_ir_lg`` | yes | -+---------------------------------------+---------------------+----------------------+ -| :ref:`Midea` | ``midea_ir`` | yes | -+---------------------------------------+---------------------+----------------------+ -| :ref:`Mitsubishi` | ``mitsubishi`` | yes | -+---------------------------------------+---------------------+----------------------+ -| Noblex | ``noblex`` | yes | -+---------------------------------------+---------------------+----------------------+ -| Electrolux, TCL, Fuego | ``tcl112`` | yes | -+---------------------------------------+---------------------+----------------------+ -| :ref:`Toshiba` | ``toshiba`` | yes | -+---------------------------------------+---------------------+----------------------+ -| :ref:`Whirlpool` | ``whirlpool`` | yes | -+---------------------------------------+---------------------+----------------------+ -| Yashima | ``yashima`` | | -+---------------------------------------+---------------------+----------------------+ -| :ref:`Whynter` | ``whynter`` | yes | -+---------------------------------------+---------------------+----------------------+ -| :ref:`ZH/LT-01` | ``zhlt01`` | yes | -+---------------------------------------+---------------------+----------------------+ -| :ref:`Arduino-HeatpumpIR` | ``heatpumpir`` | | -| library | | | -+---------------------------------------+---------------------+----------------------+ ++-------------------------------------------+---------------------+----------------------+ +| Supported units | Platform name | Supports receiver | ++===========================================+=====================+======================+ +| Ballu | ``ballu`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| Coolix | ``coolix`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| Daikin | ``daikin`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`Daikin ARC` | ``daikin_arc`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`Daikin BRC` | ``daikin_brc`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`Delonghi` | ``delonghi`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`Delonghi EX105` | ``delonghi_ex105`` | no | ++-------------------------------------------+---------------------+----------------------+ +| Emmeti | ``emmeti`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| Fujitsu General | ``fujitsu_general`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`GREE` | ``gree`` | | ++-------------------------------------------+---------------------+----------------------+ +| Hitachi | ``hitachi_ac344``, | yes | +| | ``hitachi_ac424`` | | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`LG` | ``climate_ir_lg`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`Midea` | ``midea_ir`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`Mitsubishi` | ``mitsubishi`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| Noblex | ``noblex`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| Electrolux, TCL, Fuego | ``tcl112`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`Toshiba` | ``toshiba`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`Whirlpool` | ``whirlpool`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| Yashima | ``yashima`` | | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`Whynter` | ``whynter`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`ZH/LT-01` | ``zhlt01`` | yes | ++-------------------------------------------+---------------------+----------------------+ +| :ref:`Arduino-HeatpumpIR` | ``heatpumpir`` | | +| library | | | ++-------------------------------------------+---------------------+----------------------+ + + This component requires that you have configured a :doc:`/components/remote_transmitter`. @@ -145,6 +148,28 @@ The Daikin BRC remotes are used by the ceiling cassette model of Daikin heatpump The ``delonghi`` climate currently supports the protocol used by some Delonghi portable units, known working with Delonghi PAC WE 120HP. +.. _delonghi_ex105_ir: + +``delonghi_ex105`` **Climate**: + +The ``delonghi_ex105`` climate currently supports the protocol used by some Delonghi portable units with remotes without screens (similar to tv remotes), known for working with the Delonghi EX105. +It supports all functions that the remote does (with exception of the alarm) and integrates them into the existing HomeAssisant Climate Entity. Please use this yaml to get started: + +.. code-block:: yaml + + # Example configuration entry + remote_transmitter: + - id: ir_tx + pin: + number: DX + carrier_duty_percent: 30% + + climate: + - platform: delonghi_ex105 + name: "Delonghi EX105 AC" + transmitter_id: ir_tx + + .. _daikin_arc: ``daikin_arc`` **Climate**: