This is a Home Assistant custom integration that provides sensor entities for a Ducobox Connectivity Board. It uses the ducopy
library (version 16) to communicate with your DucoBox ventilation system and exposes relevant data to Home Assistant sensors.
- Fetch real-time data from your DucoBox ventilation unit
- Expose temperature, humidity, CO₂, pressure, fan speeds, and more as Home Assistant sensors
- Includes support for multiple node types (e.g., BOX, UCCO2, BSRH, etc.)
- In Home Assistant, navigate to HACS > Integrations.
- Click the three-dot menu in the top-right corner and select Custom repositories.
- In the Add custom repository dialog:
- Repository:
[https://github.com/Sikerdebaard/hacs-ducobox-connector](https://github.com/Sikerdebaard/hacs-ducobox-connector)
- Category:
Integration
- Repository:
- Click Add to save.
- After adding the custom repository, search for Ducobox Connectivity Board in HACS.
- Click Download and follow the prompts to install.
- Restart Home Assistant when prompted.
- Download or clone this repository.
- Copy the
ducobox_connectivity_board
folder into your Home Assistantconfig/custom_components
directory, so that you end up with:custom_components └── ducobox_connectivity_board ├── __init__.py ├── sensor.py ├── manifest.json └── ...
- Restart Home Assistant.
Often, the Ducobox Connectivity Board add-on can detect your DucoBox automatically. If so, Home Assistant will display a “New Device Discovered” notification or you’ll see Ducobox Connectivity Board under Settings > Devices & Services awaiting configuration. In that case, simply follow the on-screen steps to finish setup.
If auto-detection does not occur or you prefer to do it manually, follow these steps:
- After installing and restarting Home Assistant, go to Settings > Devices & Services > Integrations.
- Click Add Integration and search for Ducobox Connectivity Board.
- Follow the on-screen instructions to provide necessary connection details (e.g., IP address, credentials).
- Once configured, your Ducobox sensors will appear in Home Assistant under the newly created integration.
- Contributions, pull requests, and suggestions are always welcome!
- Feel free to open an issue or submit a PR for improvements.
This project is licensed under the MIT License. See the LICENSE file for details.
Enjoy your better-connected DucoBox ventilation system in Home Assistant!