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.2.tar.gz
(16.1 kB
view hashes)
Built Distribution
Close
Hashes for moehlenhoff_alpha2-1.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 136c26b9b79e45d7617013607c06f2387eef87da937fa0ba633ad05d938e3e0a |
|
MD5 | b253ca08198c72a3cfce0364b17e597b |
|
BLAKE2b-256 | 25b42d4b3b409ae6b508187e6e670fabe187cbf2386ebb81300b4619bf88f939 |