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.3.tar.gz
(16.5 kB
view hashes)
Built Distribution
Close
Hashes for moehlenhoff_alpha2-1.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 828d72da0af25de4eccd447f00acd551b8853e3c9b4b2a897715d5d457781c65 |
|
MD5 | 408bf75095ade8e7a39fc7baf28ca537 |
|
BLAKE2b-256 | 1a72a2ee4ab5a1c02faa0c3c4516bed6f7a429f6b8590edc7fb7bfbc1f97e989 |