Skip to main content

Ariston NET Remotethermo integration

Project description

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.

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-remotethermo-home-assistant-v2 and 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.

AristonHandler was tested on and works with:

  • Ariston Clas Evo
  • Ariston Genus One with Ariston BCH cylinder
  • Ariston Nimbus Flex
  • Ariston Alteas One

AquaAristonHandler was tested works with:

  • Ariston Velis
  • Ariston Lydos
  • Ariston Lydos Hybrid

Check which version to use

You may check possible support of your boiler by logging into https://www.ariston-net.remotethermo.com and if climate and water heater parts (like temperatures) are available on the home page, then the integration should potentially work with AristonHandler.

API use

API import

Install package:

pip install aristonremotethermo

Import class AristonHandler:

from aristonremotethermo.ariston import AristonHandler

Import class AquaAristonHandler:

from aristonremotethermo.aristonaqua import AquaAristonHandler

API dependencies

AristonHandler start communication

from aristonremotethermo.ariston import AristonHandler

ApiInstance = AristonHandler(
            username='username',
            password='password'
        )

ApiInstance.start()

See help(AristonHandler) on how to properly initiate API.

AquaAristonHandler start communication

from aristonremotethermo.aristonaqua import AquaAristonHandler

ApiInstanceAqua = AquaAristonHandler(
            username='username',
            password='password'
        )

ApiInstanceAqua.start()

See help(AquaAristonHandler) on how to properly initiate API.

AristonHandler stop communication

ApiInstance.stop()

AquaAristonHandler stop communication

ApiInstanceAqua.stop()

API properties

See help(AristonHandler) and help(AquaAristonHandler).

AristonHandler change of data on remote server

ApiInstance.set_http_data(parameter1=value1,parameter2=value2,...)

Method sets values for specific parameter names (see property supported_sensors_set_values from help(AristonHandler)) on the remote server.

AristonHandler change of data example

ApiInstance.set_http_data(mode="winter",ch_mode="scheduled")

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.26

  • Fix error parsing for AristonHandler;

Version 1.0.25

  • Fix units of measurement setting;

Version 1.0.24

  • Availability handling update;

Version 1.0.23

  • Availability handling update;

Version 1.0.22

  • Night mode added;

Version 1.0.21

  • Fixing interation with Alteas One;
  • CRITICAL: manual identification of Aqua Ariston boiler is required due to problem with automated identification;

Version 1.0.20

  • Lydos Hybrid included;

Version 1.0.19

  • Ariston added cooling pump statistics;

Version 1.0.18

  • Aqua Ariston fix issue with no sensors being provided;

Version 1.0.17

  • Storing of files fixed;
  • New handling of required temperatures for Velis wifi;

Version 1.0.16

  • Setting of temperature modified for Velis Wifi;

Version 1.0.15

  • Setting of data fixed for AquaAristonHandler;

Version 1.0.14

  • Code cleanup;

Version 1.0.13

  • Code cleanup;
  • Additional class for handling Velis is introduced;

Version 1.0.12

  • DHW and CH availability status update;

Version 1.0.11

  • Code cleanup;

Version 1.0.10

  • Folder creation handling for data store is updated;

Version 1.0.9

  • Change the way changed temperature is visualized;

Version 1.0.8

  • Change the way floats are compared in all places;
  • More flexible data types are allowed in set_http_data method;

Version 1.0.7

  • Help annotations update;

Version 1.0.6

  • Changed algorithm to visualize temperatures when changing their values;

Version 1.0.5

  • Help update;

Version 1.0.4

  • Initial release;

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aristonremotethermo-1.0.26.tar.gz (41.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aristonremotethermo-1.0.26-py3-none-any.whl (40.5 kB view details)

Uploaded Python 3

File details

Details for the file aristonremotethermo-1.0.26.tar.gz.

File metadata

  • Download URL: aristonremotethermo-1.0.26.tar.gz
  • Upload date:
  • Size: 41.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for aristonremotethermo-1.0.26.tar.gz
Algorithm Hash digest
SHA256 7d72e93aa8a95e13c22d2ffdceba3bf2566f9fc53256f85bc08caa09d5084b3c
MD5 1b3b577b8c32a142677b74d059743668
BLAKE2b-256 ff71794a544476fa6bc7bad675f8c1077705b0f67793f1fe96f8b8b71bf2db3f

See more details on using hashes here.

File details

Details for the file aristonremotethermo-1.0.26-py3-none-any.whl.

File metadata

  • Download URL: aristonremotethermo-1.0.26-py3-none-any.whl
  • Upload date:
  • Size: 40.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for aristonremotethermo-1.0.26-py3-none-any.whl
Algorithm Hash digest
SHA256 d00c3a353c1bad3f9297231b0311115194160e212fbf9096e67510c5c241dd22
MD5 797ae545c2de9ec19f345d9890099405
BLAKE2b-256 b81f5b7e29aa3f31caab4bc1d66b3ebc5f14660e687152bc0a05f36d75cbdcfc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page