Python scripts for controlling Daikin Altherma heat pump using BRP069A62 LAN adapter.
Project description
pyaltherma
Python library to control Daikin Altherma heat pump Tested only with BRP069A62
Usage
async with aiohttp.ClientSession() as session:
conn = DaikinWSConnection(session, 'IP_ADDRESS')
device = AlthermaController(conn)
await device.discover_units()
tank = device.hot_water_tank
climate = device.climate_control
print(f'Tank / Target temperature: {await tank.tank_temperature} / {await tank.target_temperature}')
print(f"Indoor/outdoor temperature: {await climate.indoor_temperature}/{await climate.outdoor_temperature}")
await climate.turn_off()
await climate.turn_on()
await conn.close()
see example.py for more details.
Status
Currently, the implementation is in early stage. At the moment it does not support schedules.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyaltherma-0.0.21.tar.gz.
File metadata
- Download URL: pyaltherma-0.0.21.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.9.7 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
019b0fe79c50798d99afe8f00c756f819d99f9533ee78a2653ae68c420263d3e
|
|
| MD5 |
a95064b758ff726a1b363905f80bb3e3
|
|
| BLAKE2b-256 |
f522b9c49ae7ca04deec59e5cd53108c5aff50ac8d5819c68c1990b393849cd4
|
File details
Details for the file pyaltherma-0.0.21-py3-none-any.whl.
File metadata
- Download URL: pyaltherma-0.0.21-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.9.7 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae49d588b61659c3f53cbeb20413c00698c2f721b07f358264a59860c837b955
|
|
| MD5 |
a9a0579ed675e45fe4f9467859a6c27b
|
|
| BLAKE2b-256 |
6b57ba98a3927775eaf5af083c8bce270ba735308504770cd09333bf36f22789
|