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

Negative rate - raw value does not match recognized value #3254

Closed
p0macs opened this issue Sep 26, 2024 · 0 comments
Closed

Negative rate - raw value does not match recognized value #3254

p0macs opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@p0macs
Copy link

p0macs commented Sep 26, 2024

The Problem

On my watermeter, I often have readings like this:

`2024-09-26T09:22:11+0200,main,569.5726,,579.6653,,0.0000,Neg. Rate - Read: - Raw: 569.5726 - Pre: 579.6653 ,4.9,7.4,9.7,6.2,7.3,2.5,6.0

2024-09-26T09:27:11+0200,main,579.5728,,579.6653,,0.0000,Neg. Rate - Read: - Raw: 579.5728 - Pre: 579.6653 ,4.9,7.4,9.6,6.1,7.3,2.7,8.1`

Can you explain why the raw value is 569.5726 - while the recognized values are:
4.9 -> 5
7.4 -> 6 (????)
9.7 -> 9
6.2 -> 5 (????)
7.3 -> 7
2.5 -> 2
6.0 -> 6

And again, why the raw value is 579.5728 - while the recognized values are:
4.9 -> 5
7.4 -> 7
9.6 -> 9
6.1 -> 5 (????)
7.3 -> 7
2.7 -> 2
8.1 -> 8

Version

Release: v15.7.0 (Commit: 0d0b018+)

Logfile

[0d20h46m28s] 2024-09-26T09:58:01 <ERR> [POSTPROC] main: Raw: 579.5728, Value: , Status: Neg. Rate - Read: - Raw: 579.5728 - Pre: 579.6653
[0d20h51m29s] 2024-09-26T10:03:02 <ERR> [POSTPROC] main: Raw: 579.5728, Value: , Status: Neg. Rate - Read: - Raw: 579.5728 - Pre: 579.6653
[0d20h56m28s] 2024-09-26T10:08:01 <ERR> [POSTPROC] main: Raw: 579.5728, Value: , Status: Neg. Rate - Read: - Raw: 579.5728 - Pre: 579.6653
[0d21h01m28s] 2024-09-26T10:13:01 <ERR> [POSTPROC] main: Raw: 579.5727, Value: , Status: Neg. Rate - Read: - Raw: 579.5727 - Pre: 579.6653

Expected Behavior

I would expect the raw value for '6.1' not to be 5 - but 6.

Screenshots

image

Additional Context

No response

@p0macs p0macs added the bug Something isn't working label Sep 26, 2024
Repository owner locked and limited conversation to collaborators Sep 29, 2024
@caco3 caco3 converted this issue into discussion #3265 Sep 29, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant