Python client for Komfovent C6 ventilation units
Project description
pykomfovent
Async Python client for Komfovent C6 ventilation units.
Installation
pip install pykomfovent
Quick Start
import asyncio
from pykomfovent import KomfoventClient
async def main():
async with KomfoventClient("192.168.1.100", "user", "password") as client:
state = await client.get_state()
print(f"Mode: {state.mode}")
print(f"Supply temp: {state.supply_temp}°C")
print(f"Outdoor temp: {state.outdoor_temp}°C")
asyncio.run(main())
Features
Control
await client.set_mode("intensive") # away, normal, intensive, boost
await client.set_supply_temp(22.5) # 10-35°C
Schedule Management
schedule = await client.get_schedule()
await client.set_schedule({"key": value})
Device Discovery
from pykomfovent import KomfoventDiscovery
discovery = KomfoventDiscovery()
devices = await discovery.discover()
for device in devices:
print(f"{device.host} - {device.name}")
Available Data
The KomfoventState object provides:
| Property | Description |
|---|---|
mode |
Operating mode |
supply_temp |
Supply air temperature (°C) |
extract_temp |
Extract air temperature (°C) |
outdoor_temp |
Outdoor temperature (°C) |
supply_fan_percent |
Supply fan speed (%) |
extract_fan_percent |
Extract fan speed (%) |
filter_contamination |
Filter contamination level (%) |
heat_exchanger_efficiency |
Heat exchanger efficiency (%) |
power_consumption |
Power consumption (W) |
heating_power |
Heating power (W) |
energy_consumed_daily/monthly/total |
Energy consumption (kWh) |
energy_recovered_daily/monthly/total |
Energy recovered (kWh) |
air_quality |
Air quality (%) |
humidity |
Humidity (%) |
Computed Properties
is_on- True if unit is runningheating_active- True if heater is activeeco_mode- True if ECO mode is enabled
Requirements
- Python 3.11+
- Komfovent C6 ventilation unit with web interface
License
MIT
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 pykomfovent-1.0.1.tar.gz.
File metadata
- Download URL: pykomfovent-1.0.1.tar.gz
- Upload date:
- Size: 78.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
336cd19fcd72258cda10f6c0354d07dd9a4f57cd81ebab791d07316abfea9583
|
|
| MD5 |
ff179be3ed16bdf3a227ae2e1db33ff0
|
|
| BLAKE2b-256 |
4bf322a98aa5fadd0ac50b4638d9bb2987d2051459542a5bfbbbe89f88592abf
|
Provenance
The following attestation bundles were made for pykomfovent-1.0.1.tar.gz:
Publisher:
ci.yml on mostaszewski/pykomfovent
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pykomfovent-1.0.1.tar.gz -
Subject digest:
336cd19fcd72258cda10f6c0354d07dd9a4f57cd81ebab791d07316abfea9583 - Sigstore transparency entry: 843883171
- Sigstore integration time:
-
Permalink:
mostaszewski/pykomfovent@b991fc863a8fe90cc02dfb715f7e3bbbfa4dea22 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/mostaszewski
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@b991fc863a8fe90cc02dfb715f7e3bbbfa4dea22 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pykomfovent-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pykomfovent-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fee8ac6c75b68e32935bfbaf7f29fa5a28abd6758ca3ccdc3e7d69549dac245
|
|
| MD5 |
b9ef69af1f23996bdf904a1e64dbfe8c
|
|
| BLAKE2b-256 |
16c71feec1a1cd95c7431dac9e6e3b1fe650957e98529c4c694c344cf25b3123
|
Provenance
The following attestation bundles were made for pykomfovent-1.0.1-py3-none-any.whl:
Publisher:
ci.yml on mostaszewski/pykomfovent
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pykomfovent-1.0.1-py3-none-any.whl -
Subject digest:
2fee8ac6c75b68e32935bfbaf7f29fa5a28abd6758ca3ccdc3e7d69549dac245 - Sigstore transparency entry: 843883172
- Sigstore integration time:
-
Permalink:
mostaszewski/pykomfovent@b991fc863a8fe90cc02dfb715f7e3bbbfa4dea22 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/mostaszewski
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@b991fc863a8fe90cc02dfb715f7e3bbbfa4dea22 -
Trigger Event:
release
-
Statement type: