Python client for the Moehlenhoff Alpha2 underfloor heating system
Project description
python-moehlenhoff-alpha2
Python client for the Moehlenhoff Alpha2 underfloor heating system
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.1.tar.gz
(15.2 kB
view hashes)
Built Distribution
Close
Hashes for moehlenhoff_alpha2-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51f08251f3a456ec64950537469c93099be4a23beae472416c0a14fa18cbeae2 |
|
MD5 | f6050b59418eb9fa02d8881e2921f22f |
|
BLAKE2b-256 | 89b714f7491756662a322b68525e7d5f4fdc93f4cf3429a6e64b0a191818f472 |