homeassistant-ecowater-softener icon indicating copy to clipboard operation
homeassistant-ecowater-softener copied to clipboard

A Homeassistant custom component to integrate Ecowater water softeners

Results 16 homeassistant-ecowater-softener issues
Sort by recently updated
recently updated
newest added

Version 3.3.1 - New "last update" sensor: It retrieves the data and time the integration connects to the Ecowater server. - Some minor changes. OUT OF SALT ON ... now...

I'm getting this warning in logs: ``` 2024-06-07 23:41:49.917 WARNING (ImportExecutor_0) [py.warnings] /config/custom_components/ecowater_softener/coordinator.py:52: SyntaxWarning: invalid escape sequence '\)' nextRecharge_re = "device-info-nextRecharge'\)\.html\('(?P.*)'" ```

Hello, I currently have release 3.0.0, but it seems like a version 3.3.0 is available ? How can we install the latest version ? Many Thanks !

In the previous code there was a "status" sensor that was showing if the device was "online" or "offline" At ecowater.py there was this part of code: ``` def getData(self):...

- Added translation to name sensors and name entities. - Added spanish translation Example: ![Spanish_name_sensors](https://github.com/user-attachments/assets/440fcf9f-00c4-4a55-a55f-59b413b0bb2e) ![Spanish_name_entities](https://github.com/user-attachments/assets/d00ca51b-2b0b-45d3-8093-f8098260f670)

I use the sensor Last Recharge Date to get a notification when the recharge was done. But it seems that every night the date changes without doing a recharge. For...