Get daily water consumption from Tout sur mon eau to Home Assistant as a state. The update occurs every 3 hours.
This project has been inspired by PySuez and Suez Water integration.
The Tout sur mon eau website keeps changing structures and algorithms, which break unofficial libraries to get the data. I reached out to know if there's any plan for an official API, unfortunately they never replied.
https://github.com/sannremy/home-assistant-suez-tout-sur-mon-eau
.Option | Required | Description |
---|---|---|
username |
Yes | The email address to login on Tout sur mon eau. |
password |
Yes | The password to login on Tout sur mon eau. |
meter_id |
Yes | The meter ID to monitor. It can be found by going through: Ma conso, Je suis mes consommations, right-click on Exporter les données, Copy Link. The ID is located at the end of the link. It usually contains numbers. |
cron |
No | Default is every 3 hours: 0 */3 * * * . If set, it will override the time when the job runs. |
Feel free to contribute by submitting issues and pull requests.