Thin integration is Aqua Ariston NET. You are free to modify and distribute it. It is distributed 'as is' with no liability for possible damage.
If you like this app, please consider donating some sum to your local charity organizations or global organization like Red Cross. I don't mind receiving donations myself (you may conact me for more details if you want to), but please consider charity at first.
- Ariston Lydos Wifi
- Ariston Velis Wifi
In /config
folder create custom_components
folder and copy folder aquaariston
with its contents in it. In configuration.yaml
include:
aquaariston:
username: !secret ariston_username
password: !secret ariston_password
aquaariston:
username: !secret ariston_username
password: !secret ariston_password
store_config_files: true # indicates if to store API data in a folder
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
aquaariston.aqua_set_data
- Sets the requested data.
entity_id
- mandatory entity of Ariston water heater. For the rest of attributes please see Developer Tools tab Services within Home Assistant and selectaquaariston.aqua_set_data
. You may also directly read services.yaml within theaquaariston
folder. Note that changingrequired_showers
changestemperature_mode
toshowers
and changingrequired_temperature
changestemperature_mode
to temperature on models that use shower mode (temperature mode is being simulated for some models like Velis wifi).
service: aquaariston.aqua_set_data
data:
entity_id: 'water_heater.aqua_ariston'
antilegionella_set_temperature: 75