mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-24 11:06:51 +00:00
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
|
title: Suez Water
|
|
description: Instructions on how to integrate Suez Water daily data within Home Assistant.
|
|
ha_release: 0.97
|
|
ha_category:
|
|
- Sensor
|
|
ha_iot_class: Cloud Polling
|
|
ha_config_flow: true
|
|
ha_codeowners:
|
|
- '@ooii'
|
|
ha_domain: suez_water
|
|
ha_platforms:
|
|
- sensor
|
|
ha_integration_type: integration
|
|
---
|
|
|
|
The Suez Water integration fetches your last day consumption of water from the French water provider [Tout Sur Mon Eau](https://www.toutsurmoneau.fr) website.
|
|
|
|
It also gets the following data:
|
|
|
|
- Daily consumption for the current month
|
|
- Daily consumption for the previous month
|
|
- Monthly consumption for the last 26 months
|
|
- Highest monthly consumption
|
|
- Last year total consumption
|
|
- Current year total consumption
|
|
|
|
{% include integrations/config_flow.md %}
|
|
|
|
`counter_id` is the water counter id. It can be found on your _Tout Sur Mon Eau_ [user account](https://www.toutsurmoneau.fr/mon-compte-en-ligne/historique-de-consommation-tr). Look in the source code of the page for something similar to `url: '/mon-compte-en-ligne/statMData' + '/123456789'`. The `counter_id` in this case is `123456789`.
|