Skip to content

Adapter for Ariston Water Heaters via Ariston-NET API

License

Notifications You must be signed in to change notification settings

hb9tvk/ioBroker.ariston-remotethermo

Repository files navigation

Logo

ioBroker.ariston-remotethermo

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

ariston-remotethermo adapter for ioBroker

Adapter for Ariston Water Heaters (https://www.ariston.com/en-uk/) via Ariston-NET API.

In Switzerland, the devices are sold under the brand name 'domotec' (https://domotec.ch/produkte/warmwasser-waermepumpen-nuos-stand/)

To use the API, a cloud account on Ariston-NET is required, and the water heater needs to be connected to WiFi and registered on Ariston-NET. (https://www.ariston-net.remotethermo.com/).

Upon configuration of the adapter, the email address and password for the Ariston-NET needs to be supplied.

Known working models

  • Domotec NUOS-III (probably same as Ariston NUOS PLUS WIFI)

Polling interval: There is a rate limit on the API so it should not be polled too often. Currently the interval is hardcoded to 5min (300 sec) which seems to be ok. Might become configurable in a future release.

Changelog

0.0.5 (2024-06-16)

  • fixing lint and build tests
  • updated devenv to node 20.14.0

0.0.4 (2024-06-16)

  • fixing npm dependencies

0.0.3 (2024-06-16)

  • fixed deployment

0.0.2 (2024-06-16)

  • First published version

0.0.1

  • In development stage

License

MIT License

Copyright (c) 2024 hb9tvk peter@kohler.name

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.