Entities have been removed and added in v4.0.0. You may have to remove your device from the integrations menu and re-add it.
ecowater_softener
is a custom component for Home Assistant. The integration allows you to pull data from your Ecowater water softener.
- Go to
HACS
- Search for
Ecowater Softener
and add it to HACS - Restart Home Assistant
- Go to
Settings > Devices & Services
- Click
+ Add Integration
- Search for
Ecowater Softener
and follow the configuration instructions
Copy the custom_components/ecowater_softener
folder into the config folder.
To add an Ecowater water softener, go to Configuration > Integrations
in the UI. Then click the +
button and from the list of integrations select Ecowater Softener. You will then be prompted to enter the username and password for your Ecowater account.
After submitting your account login you will either be prompted to pick a device from your Ecowater account as shown below.
Or if you have already added all the devices in your Ecowater account you will recieve this error.
If the device is added successfully it should appear as shown.
This device will then have the entities show below.
To change units select one of the entities and open the more info dialog and click the cog in the top right. This will bring up the settings for the entity. Then select Unit of Measurement
, and a dropdown will appear where you can select the units you want.
- Maxime Princelle - French Translations
- Bastian - German Translations
- @figorr - Updated deprecated constants & Updated to using
await async_forward_entry_setups
& Updated regex - Kyle Johnson - Discovering and documenting the Ecowater API
- Matt Galloway - Sorting manifest.json ordering
- @Tazmanian79 - Updating state class from measurement to total
- Tom Cassady - Grammar fixes
- @rewardone for creating ayla-iot-unofficial which is used to fetch the data
- Jeff Rescignano for creating sharkiq which ayla-iot-unofficial is based on.