Aldes Inspirair integration

Anyone can confirm if the Aldes Inpirar integration is working fine? We need the Aldes Connect box? And about modbus?

Hello all,
I worked on @aalmazan and @guix77 integration to propose a merge of all product integration and add EASYHOME PureAir too.
While I started with @aalmazan one, I finally switch to @guix77 which was easier for me to update and maintain.
I push several commits, however @guix77 do not see them I assume. So, if you want to test my integration, look at Fredzxda/homeassistant-aldes, download and copy all custom_components folder and copy it in your config folder. I will be happy to have your feedback and issue as well.
In the following month I will add the following functions to the integration:

  • Ability to choose sensor refresh delay (time between two Aldes cloud requests)
  • Ability to define time for holiday mode
  • Ability to define and modify programs (mode automation)

Hope this will help. Next month, if @guix77 still not merge my work I will propose it as an independent HACS integration.
Thank to @aalmazan and @guix77 for their work. Hope they still want to contribute.

@aerodolphin yes, you need the aldes connect box.

@Fredzxda Thanks, but I’m not merging, explanations on your PR: Take into account EASYHOME PureAir Compact CONNECT by Fredzxda · Pull Request #1 · guix77/homeassistant-aldes · GitHub

Good luck with your integration :slight_smile:

I have been working on an MQTT + ModBus based solution:

Might be helpful check it out at: hass-inspirair

Hi team,
I’m new and the truth is that I don’t have much knowledge and I’m breaking my head. I have the model EASYHOME PureAir Compact CONNECT, I followed the installation steps, it asked me for the username and password, and nothing more, I can’t find the device. where am I making a mistake?
Thanks in advance for your help.

1 Like

Hi Vadim, any pic, video on how to connect the modbus interface to the TTL RS485 board? Thanks

I have checked my machine.

I don’t have modbus interface… :cry::cry:

many thanks for your work, is it possible to use a USB-RS485 FTDI instead of PIzero2w ? (for someone not really experienced) Cheers

Hello! I also have a basic SC240 board with missing modbus port. But, as i see, only a few components are missing, that could be soldered easily.

They should be an rs485 tranceiver (U5), a jumper (J21), maybe a fuse (FU2) and some resistors (R84,R85,R87). Anyone out there that could take a picture of such components or has their names/values?

I’m trying to use your integration with my InspirAIR SC240 and Aldes Connect but i got this error in HASS: “Configurazione non riuscita, riproverà: ‘fmist’” (configuration not finished, retry: ‘f,mist’“. In the registry i see " * Error doing job: Task was destroyed but it is pending! (<Task pending name=‘Task-102003’ coro=<AldesApi.worker() done, defined at /config/custom_components/aldes/api.py:67> wait_for=>)”. I tried with postman with your code and i correctly authenticate with same credentials, and i get products json response, so i cannot figure what’s happening there. Is this integration still working?

Hi,

I’ve just uploaded my Esphome configuration files here :

It uses modbus to control Aldès Inspirair units (Side & Top).
You need to hook up a ESP32 board with a UART to RS485 converter.
Then you access your unit through home assistant locally, no cloud service involved.

Cheers

Antoine

1 Like

Hi there,

I have the same problem than petrificator, any help please ?