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
Describe the bug
When using interpolated_delta during DST for DE , an error is received:
The error only occurs if the parameter "interval" is >= '1 day', so '2 day', '1 month' ... does not work.
The error does NOT occur if "interval" is < '1 day', i.e. '15 min', '1 hour' even '24 hour' or '48 hour' works.
The error only occurs if the entire time series runs over a period, in which the changeover from winter time -> summer time takes place (in spring).
The error does NOT occur during the transition from summer time -> winter time (in the fall).
Relevant system information:
Describe the bug
When using interpolated_delta during DST for DE , an error is received:
The error only occurs if the parameter "interval" is >= '1 day', so '2 day', '1 month' ... does not work.
The error does NOT occur if "interval" is < '1 day', i.e. '15 min', '1 hour' even '24 hour' or '48 hour' works.
The error only occurs if the entire time series runs over a period, in which the changeover from winter time -> summer time takes place (in spring).
The error does NOT occur during the transition from summer time -> winter time (in the fall).
To Reproduce
My test script:
test_code.txt
My table definition:
table_definition_counters.txt
Some test-data
counter_data.csv
Expected behavior
Should return result instead of an error.
All intervals should be possible, even with any change of time changeover (DST).
Actual behavior
Error is received:
ERROR: unable to add final interpolated point: OrderError
Screenshots
N/A
Additional context
I used the following example:
https://www.timescale.com/forum/t/dear-eon-measuring-deltas-correctly-for-smart-energy-meters/1266/3
Maybe the same/similar to this:
Error when using interpolated_average during DST
#788
The text was updated successfully, but these errors were encountered: