Allow Temperature alarm to run script / printer action #289
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
I'd like to get a text on my mobile if a temperature alarm is reached. I can do this through signal-cli or by pausing the printer (which will trigger the signal plugin).
Yet, there seems to no way do anything but setting an IO upon a temperature alarm.
Describe the solution you'd like
It would be best if one could set the action type under Output->Temperature Alarm. So giving the option of Controlling IO, Running Script, Printer action.
Describe alternatives you've considered
Tried setting a "dummy IO" which would trigger as input and in turn causing another output to trigger. Bad hack, no luck.
+1 on this, very much needed for my scenario of shutting down a wireless plug when the temperature exceeds a certain threshold https://github.com/jneilliii/OctoPrint-TPLinkSmartplug/issues/158
@vitormhenrique in case you don't plan to include this feature, could you please point me in the right direction on how to bypass that? I have the shell script for the TPlink, but I'm missing the trigger part. Many thanks in advance