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.0.tar.gz
(16.1 kB
view hashes)
Built Distribution
Close
Hashes for moehlenhoff_alpha2-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3987756a3967aa89b3076f051df320e81a039af2dc9474ac911f54ca1ba2fcae |
|
MD5 | a29f22586d49570c40a7a7b8189ae7e9 |
|
BLAKE2b-256 | 860750e3ab6fb73bb310f5fc2ac9b6c35682a6d012260d1ed09f4912d0ffaa9d |