jneilliii / OctoPrint-PlotlyTempGraph

23 stars 7 forks source link

How to add a target temperature #21

Closed littlezaphod closed 2 years ago

littlezaphod commented 2 years ago

Hi! First of all congrats to that awesome plugin! I got all my temp sensors showing in the plot:

image

However I am struggling to also get the chamber target temperature to show. I am missing something with the name mapping, can you give me a clue? image image

This is my name mapping:

image

cheers Pat

jneilliii commented 2 years ago

Are you using the enclosure plugin or another approach for getting the temperature data? My assumption is that the enclosure plugin doesn't report the target temp, so therefore isn't available in the data I'm reacting to for generating the graph possibly.

littlezaphod commented 2 years ago

I am using the enclosure plugin fork: Enclosure Plugin with Support for Custom Graphs

jneilliii commented 2 years ago

Yeah, it doesn't report target temps.

https://github.com/Dak0r/OctoPrint-Enclosure-with-Custom-Graphs/blob/75ac72cf9b26f2e585b7d7ca036daf0f6983663d/octoprint_enclosure/__init__.py#L1961

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had activity in 14 days. It will be closed if no further activity occurs in 7 days