Hello,
I just noticed that the EDF Tempo integration seems to be down:
Is this an issue on EDF’s side?
Thanks ![]()
Hello,
I just noticed that the EDF Tempo integration seems to be down:
Is this an issue on EDF’s side?
Thanks ![]()
Indeed, the EDF Tempo API is down ![]()
The API URL is:
https://particulier.edf.fr/services/rest/referentiel/searchTempoStore?dateRelevant=2024-08-29
And currently it returns :
RESTEASY003210: Could not find resource for full path: https://particulier.edf.fr/services/rest/referentiel/searchTempoStore?dateRelevant=2024-08-29
Oops ![]()
Can we check with their support or not?
The API has obviously changed — there’s no choice: we have to rewrite this integration using another API!
There’s one at RTE
Did you see it, or that it’s changed? ![]()
Isn’t it possible to adapt the change in Gladys?
I read it on other forums / Discord ![]()
This API was kind of a « hack » because we were going through the API used by the site, I think. It wasn’t a documented thing, but it was used by the whole home automation community.
The move to the RTE API might be the time to switch to a maintained and documented API
Ok thanks for the feedback ![]()
I worked on this today!
Migration to the RTE API.
As this API is not open to the public and requires a developer account, I used the same method as for the Ecowatt API: I provide this API free of charge via the Gladys Plus servers to all Gladys users, the data streams being really very light (we’re talking about a single tiny JSON that’s the same for everyone :p)
The goal is to keep the same ease of use as currently, namely: no configuration required.
The PR is here:
For the user, it doesn’t change anything.
This will be included in the next version of Gladys ![]()
Edit: Merged!
A big thank you ![]()
In the Node-RED flow I had made for Gladys I was using the RTE API.
We’ll see, but for my use case I encountered quite a few bugs with the API while using it. It returned XML from time to time even though the request asked for JSON!
Thanks in any case for this integration which can save hundreds of euros every year.
PS: I kept part of my Node-RED code to calculate the number of red, white, and blue days and to make a « psychological » graph of past red days
This new API is available in Gladys Assistant 4.45.1!
For me, everything’s working again like before ![]()