Skip to content
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

MaxRateValue from config not considered #382

Closed
johannesbonn opened this issue Oct 31, 2021 · 6 comments
Closed

MaxRateValue from config not considered #382

johannesbonn opened this issue Oct 31, 2021 · 6 comments

Comments

@johannesbonn
Copy link

johannesbonn commented Oct 31, 2021

Hello,
First of all, thank you very much for your work.
I have the problem that on some days I have a counter change from over 1500 Liter (1.5m3)from my watermeter. That change based on a read out failure. To avoid these errors I have set the MaxRateValue to 0.2. But this is not considered. I have noticed that all numbers in your program are separated with a decimal point but in the config it is written with a comma. When I write it with a point it is changed after saving to a comma. Is this correct or the reason for the not considered max change of the reading.

thank you for your help!

@jomjol
Copy link
Owner

jomjol commented Nov 13, 2021

Hi,
did you observe this error several times? Could you send me the corresponding part of the log file. Currently I don't know, how this can happen.
Thanks in advance,
jomjol

@johannesbonn
Copy link
Author

Hello,
actually everything is fine. I will keep an eye on this and will inform you. What i have to do to log these events. Actually the log files only show me:

2021-11-18T21:35:22: Time zone set to CET-1CEST,M3.5.0,M10.5.0/3 2021-11-18T21:35:23: ============================================================================================= 2021-11-18T21:35:23: =================================== Main Started ============================================ 2021-11-18T21:35:23: ============================================================================================= 2021-11-18T23:06:16: Time zone set to CET-1CEST,M3.5.0,M10.5.0/3 2021-11-18T23:06:16: ============================================================================================= 2021-11-18T23:06:16: =================================== Main Started ============================================ 2021-11-18T23:06:16: =============================================================================================

Thank you for your help!

@friedpa
Copy link

friedpa commented Nov 19, 2021

Switch on Logging in the config.ini

@phlupp
Copy link
Contributor

phlupp commented Jan 8, 2022

Hi,

actually I have the same problem since update to v10.0.2. Before it was running stable. I have switched on the logging now and will come back later with the logs.

What I have realized already is: since the update I have a lot of suddenly reboots.

image

Before it was running over weeks without any reboot.

image

@tunip
Copy link

tunip commented Jan 8, 2022

I also have this issue with version 10.0.2. As I remember version 9.1.1 was fine.

See attached debug logfile (issue occurs in Round #14 12:55:33):
log_2022-01-08.txt

Part of my config:

[PostProcessing]
default.DecimalShift = 0
PreValueUse = true
PreValueAgeStartup = 720
AllowNegativeRates = false
default.MaxRateValue = 0.2
;default.ExtendedResolution = false
;default.IgnoreLeadingNaN = false
ErrorMessage = true
CheckDigitIncreaseConsistency = true

IMG_2200

@jomjol
Copy link
Owner

jomjol commented Jan 9, 2022

There seems to be a misreading of the neural network file, which was not detected as faulty, because it was below the MaxRate of 0.2.
Since version 10 you need to reduce the MaxRate value strongly, as it is now normalized to 1 minute. 0.2 means a water consumption of 200l/minute as maximum. In my house this is even technically not possible, therefore I have reduced it to 0.05 (50l/minute) and even this might be a bit too high.

@jomjol jomjol closed this as completed Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants