Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Not consistent data on the DataGraph #3485

Closed
pierafal opened this issue Jan 7, 2025 · 3 comments
Closed

Not consistent data on the DataGraph #3485

pierafal opened this issue Jan 7, 2025 · 3 comments

Comments

@pierafal
Copy link

pierafal commented Jan 7, 2025

The Problem

I'm using -3 decimal shift to have the result in m3 (not litres). My readings are like:
image
4 most significant digits represents m3 and 3 least significant digits are litres.

The Data Graph shows incorrect values for change rate (blue bars) that are not consistent with Value (green line)
In this example ~10:00 the green line show change from 42,743 to 42,747, which is 4 litres, but the change rate shows 0,0008.
image
image

Version

b72d809+

Logfile

no logs

Expected Behavior

No response

Screenshots

No response

Additional Context

No response

@pierafal pierafal added the bug Something isn't working label Jan 7, 2025
@SybexX
Copy link
Collaborator

SybexX commented Jan 7, 2025

the "change rate" is the change in value per minute (m3 / min) >>>> 42,747 m3 - 42,743 m3 = 0,004 m3 >>> 0,004 m3 / 5 minutes = 0,0008 m3 / min

@pierafal
Copy link
Author

pierafal commented Jan 7, 2025

ok, so it's kind of Usage Velocity. The Change description with no unit of measure is misleading.
How is it calculated? What is the time interval?

@SybexX
Copy link
Collaborator

SybexX commented Jan 7, 2025

change rate = (PreValue - Value) / (time - timeStampLastPreValue)

@caco3 caco3 changed the title DatNot consistent data on the DataGraph Not consistent data on the DataGraph Jan 11, 2025
@caco3 caco3 removed the bug Something isn't working label Jan 11, 2025
Repository owner locked and limited conversation to collaborators Jan 11, 2025
@caco3 caco3 converted this issue into discussion #3489 Jan 11, 2025

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants