vitormhenrique / OctoPrint-Enclosure

OctoPrint Enclosure Plugin
GNU General Public License v3.0
395 stars 201 forks source link

Wait for second temperature value before toggling outputs #481

Open Julesprintsit opened 2 years ago

Julesprintsit commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

...the print stops because the temp sensor gives one wrong value after working reliable for hours.

Describe the solution you'd like A clear and concise description of what you want to happen.

It would be awesome if the plugin could wait for another measurement, when the current value exceeds its allowed bandwith.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

I can't really imagine another way to handle single wrong temp values, that control gcodes, shell scripts or relays.

Thanks in advance!