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.0.tar.gz
(16.6 kB
view hashes)
Built Distribution
Close
Hashes for moehlenhoff_alpha2-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 447cbd641256445e9a4cc48c1478433cd0154e2003051555943f6173943ab39f |
|
MD5 | 74fd7302f6796dd12772ddbb22211495 |
|
BLAKE2b-256 | a678a473dd4745bb63d0832cda115b8fac4a56781f74efdf4ec9aaeba40fb986 |