Skip to content

PSU control does not work on GPIO14 (Raspberry) #277

@leoheck

Description

@leoheck

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:

Image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions