-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[linky] Full history of data returned by the requests #17070
Comments
Just by enabling DEBUG logs, I can unfortunately confirm that even daily requests are impacted, that means each request returns a full history. I guess the dates we provide are probably wrong, maybe the format has changed ? |
Here is the date format used when building the GET URL: And here is the URL used with parameters dateDebut and dateFin: @clinique: could you please check if parameters are still dateDebut and dateFin and that the used format is still valid ? |
@clinique : any chance you take a look ? Such a fix could be a candidate for 4.2.x. |
Morning @lolodomo . I've made the check in the browser. |
What do you suggest to do ? |
I don't know what I can do. The API does not take care of date filtering |
Is there official documentation for this api? |
No, it has be retro-engineered from the website. Final solution should come from #16355 |
Nothing doable on Linky binding side. |
In case we have the full history systematically, we have to redesign the report console command. |
Related to openhab#17070 Signed-off-by: Laurent Garnier <[email protected]>
…le (#17824) Related to #17070 Signed-off-by: Laurent Garnier <[email protected]>
…le (openhab#17824) Related to openhab#17070 Signed-off-by: Laurent Garnier <[email protected]>
…le (openhab#17824) Related to openhab#17070 Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Ciprian Pascu <[email protected]>
Start and end dates in the console command are ignored. Even default dates are ignored. Looks like around 3 years of data are systematically returned.
Maybe something has changed in the API with the handling of dates ?
If only thie "report" console command is affected, that is not dramatic. In case all daily requests are affected, that would be more annoying.
I will investigate.
@clinique for information
The text was updated successfully, but these errors were encountered: