-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
PSU control does not work on GPIO14 (Raspberry) using PSU Control (1.0.6)
I can make it work by toggling the pin manually from the command line. The toolbar icon on octopring also changes the state. This uses GPIO14 as Float
# driving the pin low to turn my relay off
pinctrl set 14 op dl
# driving the pin low to turn my relay on
pinctrl set 14 op dhHowever, when setting the GPIO14 to Pull-down or Pull-up, the pin changes to input, and nothing changes - the relay does not change the state.
14: ip -- | lo // GPIO14 = input
My settings:
I am running Octoprint 1.11.1 on a fresh Raspbian 12.
Am I doing something wrong, or is this a bug?
Metadata
Metadata
Assignees
Labels
No labels
