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