Skip to content

Commit

Permalink
Suez_water: describe devices
Browse files Browse the repository at this point in the history
  • Loading branch information
jb101010-2 committed Jan 11, 2025
1 parent 2b6c9b7 commit 50c4042
Showing 1 changed file with 29 additions and 8 deletions.
37 changes: 29 additions & 8 deletions source/_integrations/suez_water.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,7 @@ The **Suez Water** {% term integration %} fetches your water consumption data fr
- 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](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`."
{% endconfiguration_basic %}

## Extra attributes
### Extra attributes

Extra attributes of `Water usage yesterday` sensor:

Expand All @@ -40,6 +33,34 @@ Extra attributes of `Water usage yesterday` sensor:
- Last year total consumption
- Current year total consumption

{% include integrations/config_flow.md %}

{% configuration_basic %}
Username:
description: "The username used to connect on your _Tout Sur Mon Eau_ [user account](https://www.toutsurmoneau.fr/mon-compte-en-ligne)."
Password:
description: "The password used to connect on your _Tout Sur Mon Eau_ [user account](https://www.toutsurmoneau.fr/mon-compte-en-ligne) with the above username."
{% endconfiguration_basic %}

## Devices

The integration will automatically use the meter provided by _Tout Sur Mon Eau_ website and create a {% term device %} representing the meter.

### Supported meters

All **connected meters** provided by Suez are supported.

For the integration to work you **need to have** a Suez connected meter installed, to know if your meter is compatible you can check if consumption data is available on _Tout sur mon eau_ [consumption page](https://www.toutsurmoneau.fr/mon-compte-en-ligne/historique-de-consommation-tr).

If your meter change, the integration will automatically create a new device representing the new meter.

### Unsupported meters

Currently this integration does not support the following meters:

- Not connected meters
- Connected meters provided by other brands than Suez

## Remove integration

This integration can be removed by following these steps:
Expand Down

0 comments on commit 50c4042

Please sign in to comment.