pyevacalor provides controlling Eva Calor heating devices connected via the IOT Agua platform of Micronova
Project description
pyevacalor
pyevacalor provides controlling Eva Calor heating devices connected via the IOT Agua platform of Micronova.
Example usage
from pyevacalor import evacalor
# 1c3be3cd-360c-4c9f-af15-1f79e9ccbc2a = random UUID
# You can generate one here: https://www.uuidgenerator.net/version4
connection = evacalor("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))
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
pyevacalor-0.0.10.tar.gz
(5.4 kB
view hashes)
Built Distribution
Close
Hashes for pyevacalor-0.0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3bd6613b5aa80c151d1097ff8151edd48a8b4e77ebfe49efeecc850e1e9ce7c |
|
MD5 | 6cdf697e4ee0d1ceff23aa873ea23036 |
|
BLAKE2b-256 | a01d61e9f6ab5fb4a3da67a1acb3eaf5609f8d1d612cc6dd143e8bcfd8848cc6 |