-
Notifications
You must be signed in to change notification settings - Fork 4
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
Consumption dates delayed #147
Comments
Hey @speedstercamaro, Thank you for sharing this information, 4 days difference is a lot. I need to investigate, I need some extra steps/fields when i do the KP125M requests. |
Hi @tnmendes so I did another experiment looks like my first note of being 4 days behind just happened to match what my usage was 14 days prior. I used my plug for 24hrs on 12/15/24 then had it off for a while. My usage for 12/15/24 then appeared on the graph and data on 12/29/24. So it actually looks like it is two weeks delayed. |
Hey, In the last few days, I have been finishing developing a new version of Watt (which is already available 6.0.0). I don't have device KP125M (is not available in Europe, but I think it should work like other devices that I have) POST: https://euw1-app-server.iot.i.tplinknbu.com/v1/things/*deviceID*/usage Response: start_timestamp 1730422800 = Friday, November 1, 2024 1:00:00 [GMT+00:00] -> 2 months ago (the value "12" is the consumption of yesterday January 12, and the consumption "1" is from today Jan 13) I notice that they are using the region field when making the request start_timestamp and end_timestamp example: Probably gonna need to make extra requests for each device to the region field, so then I can calculate the correct start and end time. GET https://euw1-app-server.iot.i.tplinknbu.com/v1/things/*DeviceID*/settings |
Looks like on the graphs and in the download CSV file the consumption is delayed by 4 days. The consumption lines up with dates 7, 8, 9, 10, 11, 12 and 13. But instead it shows on 11, 12, 13, 14, 15, 16 and 17.
The text was updated successfully, but these errors were encountered: