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 dh
However, 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?
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
FloatHowever, 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.
My settings:
I am running Octoprint 1.11.1 on a fresh Raspbian 12.
Am I doing something wrong, or is this a bug?