Skip to main content

py-agua-iot provides controlling heating devices connected via the IOT Agua platform of Micronova

Reason this release was yanked:

This version is not stable, please use the latest version

Project description

py-agua-iot

py-agua-iot provides controlling heating devices connected via the IOT Agua platform of Micronova.

Warning: this module is not tested with multiple devices, there is no guarantee that it will work with your heating device.

Example usage

from py_agua_iot import agua_iot

# https://evastampaggi.agua-iot.com = Agua IOT API URL for Eva Calor
# 635987 = customer code of Eva Calor
# 1c3be3cd-360c-4c9f-af15-1f79e9ccbc2a = random UUID (you can generate one here: https://www.uuidgenerator.net/version4)
connection = agua_iot("https://evastampaggi.agua-iot.com", "635987", "john.smith@gmail.com", "mysecretpassword", "1c3be3cd-360c-4c9f-af15-1f79e9ccbc2a")

# Print the current air temperature for each device
for device in connection.devices:
  print(device.name + ": " + str(device.air_temperature))

Other examples

Home Assistant

See examples/home-assistant/README.md

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

py-agua-iot-0.0.1.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

py_agua_iot-0.0.1-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

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