@Coldness00 @Djavdet @lefgrter
I’ve got a first version of a proper HA integration for DAB Pumps (via DConnect) available for testing. Shows all available properties as individual sensors (read-only, no changing of settings of the pump).
Am awaiting for it to be added to the HACS integrations. Meanwhile you can add it manually:
Option 1, via HACS as custom repository
- Open the HACS page in HA
- Click on the three dots on the top right and select ‘Custom repositories’
- Add “https://github.com/ankohanse/hass-dab-pumps” (with the quotes!) and set category to ‘integration’. Press ‘Add’
- Continue with the steps shared by options 1 and 2
Option 2, manually copy all files:
- Under the homeassistant folder, create a subfolder ‘custom_components’ with inside it another subfolder ‘dabpumps’
- Copy the entire file structure from https://github.com/ankohanse/hass-dab-pumps/tree/main/custom_components/dabpumps
Then, for both options 1 and 2:
- Restart HA
- Browse to Settings → integrations and choose ‘Add Integration’
- Search for ‘DAB Pumps’, likely to be at bottom of list
- Follow the steps of the configuration UI
Note that the DAB Pumps DConnect Website/App is not happy with multiple simultaneous logins from the same account. See my comments about this in the readme in https://github.com/ankohanse/hass-dab-pumps