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 details)
Built Distribution
File details
Details for the file pyevacalor-0.0.10.tar.gz
.
File metadata
- Download URL: pyevacalor-0.0.10.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c298081e9d589fc59ba034075cf6e3ef06ecc80b14a1a0077d9f058999a6b4ba |
|
MD5 | c176bc2cb8e63a6fe9e13f3ab122a66f |
|
BLAKE2b-256 | 3555c0cf29444beafca40a67ff1ea044d38aac054bef4931bad4d0fb30a75073 |
File details
Details for the file pyevacalor-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: pyevacalor-0.0.10-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3bd6613b5aa80c151d1097ff8151edd48a8b4e77ebfe49efeecc850e1e9ce7c |
|
MD5 | 6cdf697e4ee0d1ceff23aa873ea23036 |
|
BLAKE2b-256 | a01d61e9f6ab5fb4a3da67a1acb3eaf5609f8d1d612cc6dd143e8bcfd8848cc6 |