Python client for the Moehlenhoff Alpha2 underfloor heating system
Project description
python-moehlenhoff-alpha2
Python client for the Moehlenhoff Alpha2 underfloor heating system
Vendor documentation
Installation
Moehlenhoff Alpha2 can be installed from PyPI using pip
or your package manager of choice:
pip install moehlenhoff-alpha2
Usage example
import asyncio
from moehlenhoff_alpha2 import Alpha2Base
async def main():
base = Alpha2Base("192.168.1.1")
await base.update_data()
heat_area = list(base.heat_areas)[0]
t_target = heat_area["T_TARGET"] + 0.2
await base.update_heat_area(heat_area["ID"], {"T_TARGET": t_target})
asyncio.run(main())
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
moehlenhoff-alpha2-1.1.1.tar.gz
(16.1 kB
view hashes)
Built Distribution
Close
Hashes for moehlenhoff_alpha2-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 488db57ab626028781c94837e3fe2dfe2530128a68b62444398ea00e90b56de8 |
|
MD5 | 6d62ec178dadedf8cd65d39347828cea |
|
BLAKE2b-256 | cd4a948a2226f444913997af4fdcabaf1e3523d98bc6fd55d84d98e79ba7b8b5 |