Ariston NET remotethermo integration, can it be an official integration?

Hi,

I have prepared an API to control Ariston boiler via HTTPS and a custom component to work with Home Assistant.
API page: https://github.com/chomupashchuk/ariston-remotethermo-api
Home Assistant integration example: https://github.com/chomupashchuk/ariston-remotethermo-home-assistant-v2

Custom component of Home Assistant includes ariston.py from API.

3 Likes

Hi,

thanks for the integration!
just installed on a GENUS EXT and it seems to work at least i have acess to binary sensors
If I add sensors to config yaml I receive an error

One even more stupid question (may be because i’m not an english native):
what CH, DHW means?
or in other words which is for heating and which for water?

Thanks!

dont know what i did but now also sensors are availbel.
Still not clear what each represents… any direction appreciated

Hi,

CH is central heating and DHW is water. I’m also not a naive speaker, so some sensor names were simply matched with names in requests. Supported sensors depend on model and additional equipment (and as result boiler configuration for additional equipment). I have CLAS EVO and it supports only a small portion of sensors some of which actually cause other entities fail due to dependencies.

Regarding errors it is hard to say for sure without details.

By the way, more people discuss integration on the following page:
https://community.home-assistant.io/t/ariston-net-and-aqua-ariston-net-remotethermo-integration

In case of issues a ticket can be created on GitHub.

Hi,

can you please explain how to install this API in Home Assistant?
I tried to find some guides but unfortunately I can’t find anything

Denis