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.2.1.tar.gz
(16.6 kB
view hashes)
Built Distribution
Close
Hashes for moehlenhoff_alpha2-1.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb13547866202a850acc4d18df5bae60219e6bb9519d08f44b02da6a66047ebf |
|
MD5 | df99e7c014b5e286349ccf386e8418b8 |
|
BLAKE2b-256 | 62a99d0ec0c1dcff6b1199975c571a82e414f74591a493216f6e762935fd6fcd |