
* Suez_water: describe new way to find meter * tiny style tweak * Update source/_integrations/suez_water.markdown * fix markdown I broke previously * Update source/_integrations/suez_water.markdown --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2.1 KiB
title | description | ha_release | ha_category | ha_iot_class | ha_config_flow | ha_codeowners | ha_domain | ha_platforms | ha_integration_type | ha_quality_scale | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Suez Water | Instructions on how to integrate Suez Water daily data within Home Assistant. | 0.97 |
|
Cloud Polling | true |
|
suez_water |
|
integration | bronze |
The Suez Water {% term integration %} fetches your water consumption data from the French water provider Tout Sur Mon Eau website.
Sensors
- The Water usage yesterday sensor shows yesterday's water consumption data if that data is available.
- The Water price sensor shows the current water price in euros per cubic meter (€/m3).
{% include integrations/config_flow.md %}
{% configuration_basic %} Counter ID: description: "The water counter ID. It should be found automatically during setup. If it was not found, the ID can be found on your Tout Sur Mon Eau user account. You need to be authenticated to access the page above.
Follow these steps to find your counter ID:
-
Open the browser's developer tools (usually F12 or right-click > Inspect).
-
Open the Network tab in the developer tools.
-
Navigate to the page or reload it if already open.
-
In the Network tab, search for
https://www.toutsurmoneau.fr/public-api/cel-consumption/meters-list
. -
Select the request and open the Preview tab.
-
Expand the
content > clientCompteursPro > list > compteursPro > list
path. -
Look for the
id_PDS
field - this value is your counter ID.
"
{% endconfiguration_basic %}
Extra attributes
Extra attributes of Water usage yesterday
sensor:
- 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
Remove integration
This integration can be removed by following these steps:
{% include integrations/remove_device_service.md %}