Suez_water: describe new way to find meter (#36737)

* 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>
This commit is contained in:
jb101010-2 2025-01-07 10:54:42 +01:00 committed by GitHub
parent 933642aa80
commit 9d21d0ce59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,27 @@ The **Suez Water** {% term integration %} fetches your water consumption data fr
{% 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](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`."
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](https://www.toutsurmoneau.fr/mon-compte-en-ligne/historique-de-consommation-tr).
You need to be **authenticated** to access the page above.
Follow these steps to find your counter ID:
1. Open the browser's developer tools (usually F12 or right-click > **Inspect**).
2. Open the **Network** tab in the developer tools.
3. Navigate to the page or reload it if already open.
4. In the **Network** tab, search for `https://www.toutsurmoneau.fr/public-api/cel-consumption/meters-list`.
5. Select the request and open the **Preview** tab.
6. Expand the `content > clientCompteursPro > list > compteursPro > list` path.
7. Look for the `id_PDS` field - this value is your counter ID.
"
{% endconfiguration_basic %}
## Extra attributes