From 9d21d0ce5966d2781f9653b086893964758ab439 Mon Sep 17 00:00:00 2001 From: jb101010-2 <168106462+jb101010-2@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:54:42 +0100 Subject: [PATCH] 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> --- source/_integrations/suez_water.markdown | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/source/_integrations/suez_water.markdown b/source/_integrations/suez_water.markdown index 52b54a7765c..6b54ef11f49 100644 --- a/source/_integrations/suez_water.markdown +++ b/source/_integrations/suez_water.markdown @@ -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