Homebridge module for Ariston Aqua Water Heater
Homebridge plugin gets the current temperature from Ariston Aqua Water Heaters, like Velis and Velis Tech Dry. The plugin uses the data from https://www.ariston-net.remotethermo.com/ so you need to have a account there, is the same as the Ariston mobile app. Put the account data on the plugin configuration (see below), the plandID for you device is the ID you see on the URL once you log in into the wesite.
npm install -g homebridge
npm install -g homebridge-aristonaquawh
If you do not wish to install from npm (e.g, because you are using a fork), you
may also clone the git repository into some directory like
/usr/local/homebridge/plugins/homebridge-aristonaquawh
and then specify the
plugin directory as an option (-P /usr/local/homebridge/plugins
, typically
using HOMEBRIDGE_OPTS
in /etc/default/homebridge
).
Example accessory config (needs to be added to the Homebridge config.json
):
"accessories": [
{
"accessory": "AristonAquaWH",
"name": "Water Heater",
"username": "email@email.com",
"password": "passss",
"plantID": "XXXX",
"model": "VELIS Tech Dry",
"serial_number": "123456789"
}
]
Increase or decrease the temperature via plugin.