Aqua Ariston NET Remotethermo integration
Project description
Aqua Ariston NET remotethermo API
Thin integration is a side project which works only with 1 zone climate configured. It logs in to Ariston website (https://www.ariston-net.remotethermo.com) and fetches/sets data on that site. You are free to modify and distribute it. It is distributed 'as is' with no liability for possible damage. See also https://pypi.org/project/aquaaristonremotethermo/ . This API is for Aqua Ariston NET, for Ariston NET refer to https://github.com/chomupashchuk/ariston-remotethermo-api .
Donations
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.
API and Home Assistant
API was created in order to be used by Home Assistant. Example of API use for Home Assistant can be found: https://github.com/chomupashchuk/ariston-aqua-remotethermo-home-assistant
API slow nature
API connect to the website, which then connect via gateway to the boiler. The bus has problem handling high bandwidth and thus requests are sent after some specific periods of time. Periods were selected based on tests where not much of interfence was seen when using Ariston Net application or Google Home application or using https://www.ariston-net.remotethermo.com. Still interfences occaionally take place. It is normal to occasionally get connection errors due to devices chain involved.
AquaAristonHandler was tested works with:
- Ariston Velis (NOTE THAT THERE ARE 2 TYPES OF VELIS. FOR VELIS WITH NUMBER OF SHOWERS IN APPLICATION USE TYPE
velis
, WHILE FOR VELIS WITH TEMPERATURE SETTING IN APPLICATION USE TYPElydos
). - Ariston Lydos
- Ariston Lydos Hybrid
Check which version to use
Your boiler works with Aqua Ariston NET
and not Ariston NET
, then potentially it could work.
API use
API import
Install package:
pip install aquaaristonremotethermo
Import class AquaAristonHandler
:
from aquaaristonremotethermo.aristonaqua import AquaAristonHandler
API dependencies
requests
- used for HTTPS requests towards https://www.ariston-net.remotethermo.com.
AquaAristonHandler start communication
from aquaaristonremotethermo.aristonaqua import AquaAristonHandler
ApiInstanceAqua = AquaAristonHandler(
username='username',
password='password'
)
ApiInstanceAqua.start()
See help(AquaAristonHandler)
on how to properly initiate API.
AquaAristonHandler stop communication
ApiInstanceAqua.stop()
API properties
See help(AquaAristonHandler)
.
AquaAristonHandler change of data on remote server
ApiInstanceAqua.set_http_data(parameter1=value1,parameter2=value2,...)
Method sets values for specific parameter names (see property supported_sensors_set_values
from help(AquaAristonHandler)
) on the remote server.
AquaAristonHandler change of data example
ApiInstanceAqua.set_http_data(mode="manual")
Version "1.0.49"
- Update urls
Version "1.0.48"
- Login fix
Version "1.0.46"
- Structure cleanup
Version "1.0.44"
- Split API for Aqua Ariston from
https://pypi.org/project/aristonremotethermo/
;
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aquaaristonremotethermo-1.0.49.tar.gz
.
File metadata
- Download URL: aquaaristonremotethermo-1.0.49.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 623f7d2b69b1e281c242f7afafb258b5a8a2088d0260b95e12dbccff619d7661 |
|
MD5 | a25615be21d553acab889fc220af65be |
|
BLAKE2b-256 | bfa8d4950950350a7835f5eea8e5ea913028fed2c541230f2384fd44282d82e3 |
File details
Details for the file aquaaristonremotethermo-1.0.49-py3-none-any.whl
.
File metadata
- Download URL: aquaaristonremotethermo-1.0.49-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e979e048fa7afa530251eb5ff06eba61eed8ddede463a21d9bd2415bd109f8c |
|
MD5 | dcd76d1dc1f2662229ae9103a6da2f1e |
|
BLAKE2b-256 | 55bbba2fd532d21c749fd5633a7ca3e1bf773cb932baff5f5819655f5eb892a7 |