-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Graph doesn't display properly for the Cooling Fan predefined sensor #97
Comments
Note that the M106 messages in my gcode all seem well formed:
|
I'm a bit confused you wrote CPU sensor, the graphs shows cooling fan speed. |
Sorry for confusion. I meant Fan Speed. Corrected in title and in first post |
Basically its because when the fan gets to final speed no more M106 commands are sent at that basically makes the data old. I will investigate a bit |
The behavior here seems similar to what happens when a sensor returns no data #93 |
No its not the same behavior - what is happening here is that you want a graph that is 24 hours long on the x-axis but there is only data for the two first minutes. There is no easy fix for this |
Couldn't you do something like if no new data, then assume fan speed unchanged and write the old fan speed as the current fan speed?
|
First, thanks for all the great progress in stamping out bugs!!!
Second, I noticed that the graph defined by the fan sensor predefined value is not right:
Note that despite the wrong graph, the min=0 and max=30 values are probably right (though not sure about the average)
Note that my configs for the sensor are as follows:
Note that all my other sensors seem to be working fine whether built-ins whether custom shell commands or whether based on custom gcode regex.
Sorry for all the issues but hopefully this will help make your AWESOME plugin even better! Thanks!
The text was updated successfully, but these errors were encountered: