What I'd like to do is to enhance the printer monitor code so that it would display the enclosure temperature as well as the tool and bed temperatures.
Ideally, I'd like to be able to add it to the results coming back from /api/printer.
I'm just wondering if there's a way to enhance the api, or if there's a way to create a plugin to do that.
Thanks in advance for steering me in the right direction.
Well, Followed the tutorial and stole some code from the enclosure plugin and made my own plugin to grab the enclosure temperature then modified the code for the printer monitor to display it with the bed and tool temps. Easy peasy, and now I know enough to be dangerous with plugins and api calls, lol.
@Brent_Dowell
This is exactly what I've been looking for.
If you are willing, I'd love to have a copy of both your Plugin and modified Printer Monitor Code. Or is it already available?
short question: What kind of source code do you expect/need? What do you want to achieve?
The ESP Microcontroller-Code is located in the mentioned git-repository.
"Well, Followed the tutorial and stole some code from the enclosure plugin and made my own plugin to grab the enclosure temperature then modified the code for the printer monitor to display it with the bed and tool temps."