Skip to content

Commit c96dbca

Browse files
committed
adding blueprint for DAB EsyBox: Water pressure booster system
1 parent 476b047 commit c96dbca

7 files changed

Lines changed: 1146 additions & 0 deletions

File tree

β€Ž.marketplace/devices/devices.ymlβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,3 +997,15 @@
997997
blueprint_options:
998998
- blueprint: climate_sensors/wiren_board_wb-m1w2_v.3
999999
verification_level: verified
1000+
1001+
- id: dab-esybox
1002+
display_name: DAB EsyBox
1003+
description: >
1004+
DAB EsyBox intelligent pump system with real-time pressure, flow, energy
1005+
monitoring, and pump control via the DConnect cloud API.
1006+
icon: water-drop
1007+
vendor: dab
1008+
category: pumps
1009+
blueprint_options:
1010+
- blueprint: pumps/dab_esybox
1011+
verification_level: ready_for_testing
55.5 KB
Loading

β€Ž.marketplace/vendors/vendors.ymlβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@
298298
icon_url: https://raw.githubusercontent.com/Enapter/marketplace/main/.marketplace/vendors/icons/microart.png
299299
website: https://microart.ru
300300

301+
- id: dab
302+
display_name: DAB Pumps
303+
icon_url: https://raw.githubusercontent.com/Enapter/marketplace/main/.marketplace/vendors/icons/dab.png
304+
website: https://www.dabpumps.com
305+
301306
- id: ubiquiti
302307
display_name: Ubiquiti
303308
icon_url: https://raw.githubusercontent.com/Enapter/marketplace/main/.marketplace/vendors/icons/ubiquiti.png

β€Žpumps/README.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Pumps
2+
3+
Pumps are devices used to move fluids (liquids or gases) by mechanical action. This category includes water pumps, circulation pumps, and intelligent pump systems that can be monitored and controlled via Enapter.

β€Žpumps/dab_esybox/README.mdβ€Ž

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# DAB EsyBox Pump
2+
3+
This blueprint integrates with DAB EsyBox intelligent pump systems through the [DConnect](https://internetofpumps.com) cloud service, providing real-time telemetry and pump control.
4+
5+
Beyond basic monitoring, it enables preventive diagnostics for cold and hot water systems. The built-in pressure alerts help identify:
6+
7+
- **Low water pressure** β€” potential leaks in the plumbing system
8+
- **High pressure spikes** β€” problems with the bladder tank or safety relief valve
9+
10+
Early detection of these conditions helps avoid flooding and premature wear of the water system.
11+
12+
All telemetry is stored locally on the Enapter Gateway and synced to Enapter Cloud, building a complete operational history of the pump β€” energy consumption, run hours, flow volumes, and pressure trends. This data is available for on-demand analytics and reporting, supporting maintenance planning and system performance audits.
13+
14+
## Supported Devices
15+
16+
- DAB EsyBox
17+
- DAB EsyBox Mini / Mini 3
18+
- DAB EsyBox Max
19+
- DAB EsyBox Diver
20+
21+
## Requirements
22+
23+
- Enapter Virtual UCM (ENP-VIRTUAL)
24+
- DAB EsyBox pump with internet connectivity (built-in WiFi or DConnect Box)
25+
- Active [DConnect](https://internetofpumps.com) account
26+
27+
## Monitored Data
28+
29+
| Telemetry | Description | Unit |
30+
|-----------|-------------|------|
31+
| Flow Rate | Current water flow rate | L/min |
32+
| Pressure | Current water pressure | bar |
33+
| Pressure Setpoint | Target pressure setpoint | bar |
34+
| Total Delivered Flow | Accumulated water flow | m3 |
35+
| Heatsink Temperature | Pump heatsink temperature | C |
36+
| Water Temperature | Water temperature | C |
37+
| Power | Current power consumption | W |
38+
| Energy Consumption | Total energy consumed | kWh |
39+
| Power On Hours | Total hours powered on | hours |
40+
| Run Hours | Total hours running | hours |
41+
| Start Count | Total number of pump starts | - |
42+
| Pump Running | Whether pump is currently running | boolean |
43+
| Alarm Active | Whether any alarm is active | boolean |
44+
| Status | Operating status (idle, running, alarm, standby, disabled) | - |
45+
46+
## Commands
47+
48+
| Command | Description |
49+
|---------|-------------|
50+
| Start Pump | Enable pump operation |
51+
| Stop Pump | Disable pump operation |
52+
| Configure | Set DConnect credentials and device selection |
53+
54+
Control commands require a **Professional/Installer** role account in DConnect.
55+
56+
## Setup
57+
58+
1. Create a DConnect account at [internetofpumps.com](https://internetofpumps.com)
59+
2. Ensure your pump is connected and visible in DConnect
60+
3. Add a Virtual UCM in Enapter Cloud and select this blueprint
61+
4. Run the **Configure** command with your DConnect email and password
62+
5. Leave Installation ID and Device Serial empty for auto-discovery, or specify them manually
63+
64+
**Tip:** Create a separate DConnect account for Enapter to avoid conflicts with mobile app sessions.
65+
66+
## References
67+
68+
- [DAB Pumps Official Website](https://www.dabpumps.com)
69+
- [Internet of Pumps - DConnect](https://internetofpumps.com)
70+
- [Home Assistant DAB Pumps Integration](https://github.com/ankohanse/hass-dab-pumps)
71+
- [Enapter Developer Documentation](https://developers.enapter.com)
72+
73+
## Support
74+
75+
For issues with:
76+
- **Enapter Blueprint:** Contact Enapter support at support@enapter.com

0 commit comments

Comments
Β (0)