Is there a plugin that will add the standard temperature graph to the left side of the OctoPrint screen ( say between Connection and State ) ?
I like to have the visual of the webcam, but if I was not watching the graph earlier today when an extruder heater failed, I would not have been able to react so quickly.
Or maybe... (if you're willing to compromise), a combo of plugins: that one plus the Themeify plugin, as configured with customized CSS which moves the temp data from the nav bar onto the Control tab.
OK. Looks like this is not available ( yet ). Anyone with the expertise to create a plugin ?
requirements :
Add a panel ( collapsable like the connection / status / files list panels ) that contains a copy of the temp graph ?
Does not have to display the axis labels, as long as the graph lines are there.
Purpose is to be able to see, at a glance, if there are any sudden changes in the temperatures.
Yeah, I had actually made a WebcamTempGraph plugin that did that, but it can be difficult seeing the graph lines sometimes, based on what the camera sees.
Here's the quickly put together, probably has bugs side bar temp graph plugin. Install using the following URL in Plugin Manager.
Does this need Themify active to see the graph ?
I do not yet have Themify installed. I have installed the plugin ( appears in the list of installed plugins ) but no left panel for the temp visible yet.
I'll probably clean up a bunch of the unneeded code that came across from the temperature tab view model that I copied from @foosel source since this plugin doesn't control the temperature, just displays the graph. Once I clean it up I'll push an update and then publish to the Plugin Repository.