Ariston NET and Aqua Ariston NET remotethermo integration

If you’re using this integration: GitHub - fustom/ariston-remotethermo-home-assistant-v3: Ariston NET remotethermo integration for Home Assistant based on API then there was a similar issue that is supposedly fixed if you update the integration to the latest version: The new release of HA 2023.5 broke this integration · Issue #115 · fustom/ariston-remotethermo-home-assistant-v3 · GitHub

Has anyone was able to get readings from the energy consumption of a Lydos Hybrid? I only get zero values…

image

Does the integration at GitHub - fustom/ariston-remotethermo-home-assistant-v3: Ariston NET remotethermo integration for Home Assistant based on API actually need internet access? - Home Assistant lists it as needing it, but according to the readme it doesn’t use Ariston’s website?

Yes it’s required internet access.
It using python-ariston-api to obtain information from Ariston’s website, using account credentials.

Am using GitHub - chomupashchuk/ariston-aqua-remotethermo-home-assistant: Aqua Ariston NET Remotethermo for Home Assistant

however the entities are not linked to a device. am i doing anything wrong? they are only appearing in Entities…

aquaariston:
    - name: Caramel
      username: !secret ariston_username
      password: !secret ariston_password
      type: "lydos"
      switches:
        - eco                             # switches ECO mode
        - power                           # switches power
      binary_sensors:
        - antilegionella                  # indicates antilegionella status
        - changing_data                   # indicates ongoing configuration on server by the API
        - eco                             # indicates ECO mode status
        - heating                         # indicates ongoing heating
        - online                          # indicates API online status
        - power                           # indicates power status
        - update                          # indicates API update
      sensors:
        - antilegionella_set_temperature  # antilegionella temperature
        - current_temperature             # current temperature
        - energy_use_in_day               # energy use in last day
        - energy_use_in_month             # energy use in last week
        - energy_use_in_week              # energy use in last month
        - energy_use_in_year              # energy use in last year
        - errors                          # errors
        - mode                            # manual or time program mode
        - remaining_time                  # remaining time for heating
        - required_showers                # required amount of showers (might not work on all models)
        - required_temperature            # required temperature (simulated by API itself for some models)
        - showers                         # estimated amount of average showers
        - temperature_mode                # indicates if required temeparture is based on required temperature or required showers
        - time_program                    # time program schedule
      selector:
        - mode                            # boiler mode selector

This post about:
Ariston NET remotethermo integration for Home Assistant
Owner of Integration you using stating on github.com: " DROPPING SUPPORT OF THIS INTEGRATION"

who managed to activate this hybrid selector? Auto pdc or boiler?

Hi all, since yesterday, my ariston integration is not available. From link to https://www.ariston-net.remotethermo.com/ I see a 403 Forbidden error. Maybe something went wrong on server side?

Hi all and thank you very much for this awesome integration.
I’m using it for a Chaffoteux PDC (Ariston group) and it works very well.
I’d like to know if it possible to add flow/return temperature sensor (nb: not “flow set point”)
thanks to all
Mau

Hi.

Sorry to ask but where did you define all this? In which file?
Thanks

It’s simply in /homeassistant/configuration.yaml
Credentials are in /homeassistant/secrets.yaml

1 Like

I think this is expected. That is how mine is setup too.


The entities still work fine, sample:

Have anyone tried this fork?

It is being updated.

Great integration, thanks for your work.
Just a comment if you allow me, it would be very interesting to change the color of the icon because now it is black and when using the dark version of HA it is barely visible :slight_smile:

hi , it’s possibile to integrate air condition ariston into home assistant?

I have fustom integration. How to get present temperature entity ? I have Lydos Hybrid.

image

i have followed the steps of the original one and the latest fork. The custom integration is found but when i add it to the configuration.yaml i keep getting errors that the integration can’t be found. has anyone else experienced this issue?

any good news?

I did test that fork and unfortunately it didn’t quite work either.

I did however merge those changes into my own fork and now Aqua Ariston NET works again. Will see if I can add support for frontend configuration later too.

1 Like

Hi guys, I installed this integration a few weeks ago. It worked well for a short time, but then my Ariston boiler started to go online and offline intermittently. The strange thing is that even when accessing the Ariston app, the boiler began to malfunction, occasionally failing to connect.

I contacted Ariston support, and they told me that using Home Assistant is against their terms and conditions.

Has anyone experienced similar issues? How can I connect and use it with Home Assistant?