Python client for the Moehlenhoff Alpha2 underfloor heating system
Project description
python-moehlenhoff-alpha2
Python client for the Moehlenhoff Alpha2 underfloor heating system
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()
ha = list(base.heatareas)[0]
t_target = ha["T_TARGET"] + 0.2
await base.update_heatarea(ha["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.0.tar.gz
(15.1 kB
view hashes)
Built Distribution
Close
Hashes for moehlenhoff_alpha2-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e846fad882d49992832e030759307bd379f090c94b8b0442b46423a593bcb0a6 |
|
MD5 | 07a641280c606c71969b9bf8b13f86d9 |
|
BLAKE2b-256 | 2220d7d1fc4a832c4d43d8de2739d042dc945772b29385a3a2d60cac180413e7 |