This custom component for Home Assistant adds support for DeLonghi dehumidifier appliances via API.
The easiest way to install this integration is with HACS. First, install HACS if you don't have it yet. In Home Assistant, go to HACS -> Integrations, click on + Explore & Download Repositories, search for DeLonghi Dehumidifier (API), and click download. After download, restart Home Assistant.
Once the integration is installed, you can add it to the Home Assistant by going to Configuration -> Devices & Services, clicking + Add Integration and searching for DeLonghi Dehumidifier (API) or, using My Home Assistant service, you can click on:
- Update Home Assistant to version 2025.2.4 or newer.
- Clone this repository.
- Copy the
custom_components/delonghi_dehumidifier_apifolder into your Home Assistant'scustom_componentsfolder.
- Add
DeLonghi Dehumidifier (API)integration via UI. - Enter DeLonghi language, cloud email and password.
- The integration will discover the appliance and create the devices.
- Tasciugo AriaDry Multi (DDSX220WFA)
Requires account created in DeLonghi cloud.
- Only supports a single device in the cloud account
This custom component creates following entities for the dehumidifier:
| Platform | Description |
|---|---|
humidifier |
Dehumidifier entity. Depending on the model following modes are supported: DEHUMIDIFY, DRY_CLOTHES, PURIFIER, REAL_FEEL. |
sensor |
Sensors for current relative humidity measured by dehumidifier. |
sensor |
Sensors for target humidity set in the dehumidifier. |
sensor |
Sensors for current speed. |
sensor |
Sensors for filter status. |
sensor |
Sensors for room temperature. |
sensor |
Sensors for heat exchanger temperature. |
sensor |
Sensors for dehumidifier mode. |
sensor |
Sensors for dehumidifier status. |
sensor |
Sensors for eco mode. |
sensor |
Sensors for swing mode. |
sensor |
Sensors for filter change alarm. |
sensor |
Sensors for filter life. |
switch |
Switch to enable eco mode. |
switch |
Switch to enable fan swing. |
Debug logging can be activated without going through setup process:
On entry page, paste following content:
service: logger.set_level
data:
custom_components.delonghi_dehumidifier_api: DEBUGIt is possible to activate debug logging on Home Assistent start. To do this, open Home Assistant's configuration.yaml file on your machine, and add following to logger configuration:
logger:
# Begging of lines to add
logs:
custom_components.delonghi_dehumidifier_api: debug
# End of lines to addHome Assistant needs to be restarted after this change.
Select Load Full Home Assistant Log to see all debug mode logs. Please include as much logs as possible if you open an issue.
Following Lovelace cards work well with this integration: