for an improved cooling of my Ultimaker2+ I use a PC water-cooling system.
Now I would make the cooling fluid flow visible in the Octopi temperature graph.
Here I use the PlotlyTempGraph PlugIn. I'm able to make an additional value visible in the temperature graph and after the restart the value will be shown, but I'm not able to update the value on a regular base.
To generate a change of the value, I added also a button to increment the value.
You might need to create your own plugin, that can send data to the temperatures received hook. Here's an example of a single file, you need to inject your additional data here:
You can then upload the file to OctoPrint's plugin manager.
Yeah, you don't need to modify my plugin, but add an additional plugin to utilize it's ability to graph the additional data. The example above is showing fan speed based on retrieved gcode responses. The below example is just a simple random data being injected into the temperature graph.