Temperature Failsafe Pluggin not working since Octoprint Update 1.3.11

**What is the problem?**Since I've updated to Octoprint 1.3.11 the pluggin "Temperature Failsafe Pluggin" always faults out once I start a print. This problem started as soon as I updated to 1.3.11, been running all of my pluggins for months with no issues.

What did you already try to solve it?
Went back to a backup image on my sd card which was using Octoprint 1.3.10 and issue was not there, back to 1.3.11 and issue returned. My workaround for now is to disable the "Temperature Failsafe Pluggin"

Additional information about your setup (OctoPrint version, OctoPi version, printer, firmware, octoprint.log, serial.log or output on terminal tab, ...)

Using a Creality CR-10s Pro, TinyMachines firmware B6

Sounds like your CR10S Pro doesn't have an enclosure but your profile thinks it does (guessing here). It's trying to get the temperature of the enclosure and interpreting None as a number which is less than 15 degrees Celsius.

It's possible that your printer's profile needs to be adjusted to indicate that it doesn't have an enclosure or if it does, perhaps the thermistor or similar is disconnected.

Post your octoprint.log.

So, how do I tell octoprint that I don't have an enclosure temperature? This seems to be something new that is happening with the latest version 1.3.11. Is there now a setting that I can tell octoprint that there is no enclosure? Thanks so much in advance!

octoprint.log (28.4 KB)

I cleared out the old log and so it just has the current run with the error, if you need the old log file, I can send that too

Thanks for clearing out the log and running it. The error is in there, and it's certainly at an aggravating time- after you start a print.

2019-05-18 02:45:02,991 - octoprint.plugins.excluderegion - INFO - Event received: event=PrinterStateChanged payload={'state_string': 'Printing', 'state_id': 'PRINTING'}
2019-05-18 02:45:05,080 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly
2019-05-18 02:45:05,396 - octoprint.plugins.TemperatureFailsafe - ERROR - TemperatureFailSafe violation, heater: chamber: NoneC < 15C
2019-05-18 02:45:05,403 - octoprint.plugins.TemperatureFailsafe - ERROR - Canceling print

~ccing foosel;~

I don't know why it's getting None instead of ignoring the chamber, there isn't enough info for a full bug report but there's definitely a problem. That plugin has been stale for two years; I submitted an issue you'll probably need disable the plugin.

(edit- oops, I thought that was the built-in safetycheck. This isn't foosel's problem.)

1 Like

Well, I'm sure it could be resolved by the maker of the pluggin, but the problem started with the Octoprint Update so I thought that might be a good place to start! Thanks!

Hi, I also chose OctoPrint because of the plugin "Temperature Failsafe". Unfortunately this one does not work. I had installed the 1.3.12 with Octopi and it didn't work. Then I installed the 1.4.0rc3 on Raspbian, with Python3, and then "Temperature Failsafe" via the URL. There were no errors in the log, or I can't find any that refer to "Temperature Failsafe", but no "Temperature Failsafe" is displayed. I also installed the "PSU-Control" plugin like this and it works fine.

Can anyone help me?

Please visit the repository and open an Issue v1.3.12 breaks this plugin which is similar to the earlier one.

Make sure to indicate that it didn't work on...

  • Py2 + 1.3.12
  • Py3 + 1.4.0rc3

So it's two issues, essentially. For this to work in a Py3 environment, they'd need to adjust their setup.py file as well as actually test this in that environment. For this to work in 1.3.12 presumably they need to fix whatever is broken.

Thanks,

I have done (Issue #13). I hope that I can help to fix the problem.

1 Like

hi ive installed the plugin and set the bed temp low to test , im getting this when over temperature ,

Not sending "M141 S0", printer profile has no heated chamber. Either configure a heated chamber or remove chamber commands from your GCODE.
bit confused.