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()
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.3.tar.gz
(15.5 kB
view hashes)
Built Distribution
Close
Hashes for moehlenhoff_alpha2-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df39db32d2f7b8b85e284477c1a5f47429a16620e2efd2bb7218146fe4c0f134 |
|
MD5 | 92be457f6a2b571379c949a0e94a5426 |
|
BLAKE2b-256 | d1d81206b4e0e4092d301b382dea266a5318b63cf7c479ab12ecd6e21b1de679 |