-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Causes Printer Hangups When Misconfigured #243
Comments
I have this exact issue though not from misconfiguration. I restarted my HomeAssistant instance while a print was going and all of a sudden it slowed to a few commands a seconds with the same error on the Octoprint console
My HomeAssistant is now back up again but the printer has not recovered to normal operation. The print is 90% done so I'm going to leave it and see what happens. It's not limited to HomeAssistant though, I used to use OpenHab and I had the same problem when it was down and I started a new print. |
This seems to be the culprit, it looks like it's spamming HA with "Turn On" commands even though it is on:
|
I'm experiencing the same issue, using the Home-Assistant integration... It seems that an "easy fix" might be to check whether Octoprint has an active Serial Connection, and skip any "Power On and Wait for Printer to be ready". I have not had a look at the code though... |
Same with fritzplug installation within Homebridge. |
What were you doing?
What did you expect to happen?
I expected Octoprint to work normally, without PSU functionality working.
What happened instead?
Continuous printer hangups. The following message was repeated in the log when the printer was hanging up.
This was fixed when I uninstalled both plugins (PSU Control & The Home Assistant Plugin).
I understand that I misconfigured it by moving the smart plug, but I also don't think it should render octoprint effectively inoperable when misconfigured.
Version of OctoPrint-PSUControl
I uninstalled it, but latest stable version. Updating was part of my triage.
Operating System running OctoPrint
OctoPrint 1.8.1 Python 3.7.3 OctoPi 0.18.0
Printer model & used firmware incl. version
Ender 5 Pro, Marlin 2.0.x
Link to octoprint.log with octoprnt.plugins.psucontrol set to DEBUG
octoprint.log
serial.log
I believe the following snipped is the culprit. This happened when the printing halted, perhaps this is a blocking operation?
The text was updated successfully, but these errors were encountered: