vitormhenrique / OctoPrint-Enclosure

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

Outputs not working after intialy working #478

Open Denisp5907 opened 2 years ago

Denisp5907 commented 2 years ago

The plugin worked perfectly after initial installation but then the following day none of the buttons work. They are there on the Nav bar and in the plugin tab but when pressed they don't change the status. image

Octoprint Log:- 2022-02-12 18:02:04,759 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octop2022-02-12 18:02:02,152 - octoprint.plugins.enclosure - WARNING - An exception of type RuntimeError occurred on log_error. Arg$ ('You must setup() the GPIO channel first',) Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_enclosure/init.py", line 953, in update_ui_outputs val = GPIO.input(pin) if not output['active_low'] else (not GPIO.input(pin)) RuntimeError: You must setup() the GPIO channel first 2022-02-12 18:02:02,152 - octoprint.plugins.enclosure - WARNING - An exception of type RuntimeError occurred on log_error. Arguments: ('You must setup() the GPIO channel first',) Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_enclosure/init.py", line 953, in update_ui_outputs val = GPIO.input(pin) if not output['active_low'] else (not GPIO.input(pin)) RuntimeError: You must setup() the GPIO channel first

Denisp5907 commented 2 years ago

Oddly I have this working again. I've disabled OctoPod and uninstalled a SmartFilamentsensor plugin then restarted the raspberry pi.