You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We try v5 first and fallback to v4 if we receive a 403.
There is apparently no way to know if an api key has been generated for
v5 or v4 but they are incompatible. Only way to know is to test.
Fix#68Fix#67
Copy file name to clipboardExpand all lines: README.en.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Use [hacs](https://hacs.xyz/).
14
14
### Get api access for RTE APIs
15
15
16
16
- Create an account on [RTE API website](https://data.rte-france.com/web/guest)
17
-
- Register to the [Ecowatt API](https://data.rte-france.com/catalog/-/api/consumption/Ecowatt/v4.0) and click on "Abonnez-vous à l'API", create a new application
17
+
- Register to the [Ecowatt API](https://data.rte-france.com/catalog/-/api/consumption/Ecowatt/v5.0) and click on "Abonnez-vous à l'API", create a new application
18
18
- get the `client_id` and `client_secret` (uuid in both cases)
- Créer un compte sur [site API RTE](https://data.rte-france.com/web/guest)
18
-
- Inscrivez-vous à l'[API Ecowatt](https://data.rte-france.com/catalog/-/api/consumption/Ecowatt/v4.0) et cliquez sur "Abonnez-vous à l'API", créez un nouvelle application
18
+
- Inscrivez-vous à l'[API Ecowatt](https://data.rte-france.com/catalog/-/api/consumption/Ecowatt/v5.0) et cliquez sur "Abonnez-vous à l'API", créez un nouvelle application
19
19
- obtenir le `client_id` et `client_secret` (uuid dans les deux cas)
0 commit comments