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()
ha = list(base.heatareas)[0]
t_target = ha["T_TARGET"] + 0.2
await base.update_heatarea(ha["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.0.4.tar.gz
(15.6 kB
view hashes)
Built Distribution
Close
Hashes for moehlenhoff_alpha2-1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47fee123f62bb74c33352438b3977567ceea510de0281f7572957574d2ae4fb3 |
|
MD5 | 91d7af3c5b083522635fc667cb7839ac |
|
BLAKE2b-256 | babd450ede2a3cdb9fc5c493dac7c3e07a465a19e05bc3e276c2819d05792963 |