-
Notifications
You must be signed in to change notification settings - Fork 675
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
spontaneous reboots #370
Comments
Hi, |
Hi, |
Here is an image and log: |
a few minutes later: |
You must avoid reflections, I can clearly see those at the digits.... |
Did you modify the software or which software version are you using? The content of the json content in the MQTT-protocoll is looking different compared to my current version: Your logfile:
My software:
|
I'll correct reflections but in fact the main issue is that Raw value normally shows proper value but Value/Previous value are higher from it, for some reasons. Yes, you are right. As you proposed in #344 I did small changes and hard-coded Domoticz MQTT format (ClassFlowMQTT.cpp). |
Well, out of the log file I cannot get informations. You could add the raw value etc. to follow the internal logic. |
Sure. |
Yes, indeed - it's very hard to find even a moment when these bad values are occur. I also analysed values and that spontaneous reboots was my idea :) |
The major postprocessing routine is in: https://github.com/jomjol/AI-on-the-edge-device/blob/master/code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp It is the function |
Please reopen in case of questions |
Hi @janumix please, can you share your ClassFlowMQTT.cpp which is compatible with domoticz MQTT ? Thank in advance. |
Hi
I observe reboots that results with incorrect readings.
A few lines from log:
2021-10-17T01:51:22: task_autodoFlow - next round - Round #51 2021-10-17T01:51:22: FlowControll.doFlow - ClassFlowMakeImage 2021-10-17T01:51:38: Time zone set to CET-1CEST,M3.5.0,M10.5.0/3 2021-10-17T01:51:38: ============================================================================================= .... 2021-10-17T08:16:43: task_autodoFlow - next round - Round #78 2021-10-17T08:16:43: FlowControll.doFlow - ClassFlowMakeImage 2021-10-17T08:17:00: Time zone set to CET-1CEST,M3.5.0,M10.5.0/3 2021-10-17T08:17:00: ============================================================================================= ... 2021-10-17T08:27:04: task_autodoFlow - next round - Round #3 2021-10-17T08:27:04: FlowControll.doFlow - ClassFlowMakeImage 2021-10-17T08:27:22: Time zone set to CET-1CEST,M3.5.0,M10.5.0/3 2021-10-17T08:27:22: ============================================================================================= ... 2021-10-17T21:22:49: task_autodoFlow - next round - Round #67 2021-10-17T21:22:49: FlowControll.doFlow - ClassFlowMakeImage 2021-10-17T21:22:57: FlowControll.doFlow - ClassFlowAlignment 2021-10-17T21:23:23: FlowControll.doFlow - ClassFlowCNNGeneral 2021-10-17T21:23:51: Time zone set to CET-1CEST,M3.5.0,M10.5.0/3 2021-10-17T21:23:51: =============================================================================================
Incorrect readings looks like:
Value: 10206190
Previous value: 10206190
Raw value: 10205190
Raw value is correct (as on image) but for unknown reasons all further values sent to MQTT are higher by 1000 (sometimes 1100). It seems that this behavior is related to spontaneous reboot.
Info:
master - v8.5.0 - 2021-10-07
MaxRateValue=1000
BR
The text was updated successfully, but these errors were encountered: