-
Notifications
You must be signed in to change notification settings - Fork 54
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
Number of fixes to the Metervalue implementation for 2.0.1 #448
Conversation
marcemmers
commented
Feb 5, 2024
- Configurable rounding of clock aligned timestamps
- Filtering of tx ended meter values after the transaction has ended
- Correctly aligning the sampled data to the start of the transaction
- Clearing of accumulated metervalues before starting a transaction to clear out the idle metervalues
- Fix edge case where transaction start time is before an interval and code is run after an interval
} | ||
], | ||
"description": "If enabled the metervalues configured with the AlignedDataCtrlr will be rounded to the exact time intervals", | ||
"default": "0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"default": "0", | |
"default": true, |
I just noticed that this is an issue at several other places
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep that's what made me unsure if this was right. Shall I change those as well?
Also, I thought to leave it off by default or would you rather have it enabled?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, would be great if you can change all of them, thanks 👍 . Leave it off by default is fine for me
…s where applicable Signed-off-by: Marc Emmers <[email protected]>
Signed-off-by: Marc Emmers <[email protected]>
… data: start from the transaction start date/time. Also include the clock aligned metervalue if it the timestamp is the same as the started timestamp Signed-off-by: Maaike Zijderveld, Alfen <[email protected]>
Signed-off-by: Marc Emmers <[email protected]>
Signed-off-by: Marc Emmers <[email protected]>
Signed-off-by: Marc Emmers <[email protected]>
Signed-off-by: Marc Emmers <[email protected]>
8ba99fd
to
7653123
Compare