Home Assistant custom component for retrieving sensor information from DAB Pumps devices. This component uses webservices to connect to the DAB Pumps DConnect website and automatically determines which installations and devices are available there.
The custom component was tested with a ESybox 1.5kw combined with a DConnect Box 2. It has also been reported to function correctly for ESybox Mini and ESybox Diver.
This device depends on the backend servers for the DAB Pumps DAB Live app and DConnect app to retrieve the device information from.
-
For ESybox Mini3 pumps:
These are supported on the DAB Live app with a free DAB Live account, or on the DConnect App with a paid account. Follow the steps under either DAB Live or DConnect.
-
For other pumps:
To see whether your pump device is supported via DConnect, browse to internetofpumps.com, select 'Professional Users' and scroll down to the operation diagram. Some pump devices will have integrated connectivity (Esybox MAX and Esybox Mini), others might require a DConnect Box/Box2 device (Esybox and Esybox Diver). A free trial period is available, after that there is a yearly subscription to DAB Pumps DConnect (US$ 20 in 2024). Follow the steps under DConnect.
If you have a pump that is supported for DAB Live then:
- Download the DAB Live app on your phone or tablet
- Open the app and create a new account. When asked between 'Professional' or 'End User' either are good, this has no implications on the app or the Home Assistant Integration.
- Remember the email address and password for the account as these are needed during setup of this Home Assistant integration.
- Follow the steps in the app to register your pump
- Finally, setup the Home Assistant integration via the steps under Installation
If you have a device that is supported for DConnect then:
- Enable your DAB Pumps devices to connect to DConnect. For more information on this, see the manual of your device.
- Install the DConnect app, or open the DConnect website in a browser.
- Setup an account for DConnect, see the remarks under 'DConnect Account' below.
- Remember the email address and password for the account as these are needed during setup of this Home Assistant integration.
- In DConnect, add your installation via the device serial number.
- Finally, setup the Home Assistant integration via the steps under Installation
The DAB Pumps DConnect website and app seem to have a problem with multiple logins from the same account. I.e. when already logged into the app or website, then a subsequent login via this integration may fail.
Therefore it is recommended to create a separate account within DAB Pumps DConnect that is specific for this HA integration.
- Create a fresh email address specifically for Home Assistant at gmail, outlook or another provider.
- Register this email address in the DAB Pumps DConnect website. Go to internetofpumps.com. Select 'Professional Users' and 'Open DConnect', or one of the apps.
- When entering your details and needing to choose between 'Professional' or 'End User' either are good, this has no implications on the website, app or the Home Assistant Integration.
- Then, while logged in into DAB Pumps DConnect using your normal account, go to 'installation settings' and under 'manage permissions' press 'Add member' to invite the newly created email account. Access level 'Installer' is recommended to be able to use all features of the integration.
This custom integration is avalable via HACS (Home Assistant Community Store).
- In the HACS page, search for 'DAB Pumps'.
- Click on the found item to display its readMe (this page).
- At the bottom of the page press 'Download'
- Restart Home Assistant.
- Follow the UI based Configuration
-
Under the
<config directory>/custom_components/
directory create a directory calleddabpumps
. Copying all files in/custom_components/dabpumps/
folder from this repo into the new<config directory>/custom_components/dabpumps/
directory you just created.This is how your custom_components directory should look like:
custom_components ├── dabpumps │ ├── translations │ │ └── en.json │ ├── __init__.py │ ├── api.py │ ├── binary_sensor.py │ ├── config_flow.py │ ├── const.py │ ├── coordinator.py │ ├── diagnostics.py │ ├── entity_base.py │ ├── manifest.json │ ├── number.py │ ├── select.py │ ├── sensor.py │ ├── strings.json │ └── switch.py
-
Restart Home Assistant.
-
Follow the UI based Configuration
To start the setup of this custom integration:
- go to Home Assistant's Integration Dashboard
- Add Integration
- Search for 'DAB Pumps'
- Follow the prompts in the configuration step
The following properties are required to connect to the DAB Live or DConnect service:
- Username: email address as registered for the DAB Live or DConnect service
- Password: password associated with the username
If your account is only assiciated with one DAB Pumps installation then this step is automatically skipped. Otherwise, select the DAB Pumps installation to use in Home Assistant. The other DAB Pumps installations can be added to the integration later on.
After succcessful setup, all devices from the DAB Pumps installation should show up in a list.
On the individual device pages, the hardware related device information is displayed, together with sensors typically grouped into main entity sensors, controls and diagnostics.
Any sensors that you do not need can be manually disabled using the HASS GUI.
Sensors are registered to each device as sensor.{device_name}_{sensor_name}
with an easy to read friendly name of sensor_name
.
Please set your logging for the this custom component to debug during initial setup phase. If everything works well, you are safe to remove the debug logging:
logger:
default: warn
logs:
custom_components.dabpumps: info
Special thanks to the following people for their testing and feedback on the first versions of this custom integration:
- Djavdeteg on ESybox Mini 3
- Coldness00 on ESybox Mini 3
- benjaminmurray on ESybox Mini 3
- nicopret1 on ESybox Mini 3
- Bascht74 on ESybox Diver (with fluid add-on)
- Deshan Pillay on the DAB Live connectivity