Results 115 comments of Shawn Bruce

If you haven't already be sure to check any GPIO related settings and ensure pin numbering is using BCM and not BOARD.

Just curious, how is your environment set up with PSUControl? I only ask because idle power off doesn't really work if printing from SD and may actually shut off mid...

Ah right it is checking if printing (DOH!). Makes sense to add it then. Surprised you're the first to request it.

This occurred because you have "Automatically turn PSU On" enabled which turns on based on the trigger commands below it. Since your sensing method was inaccessible it assumed it's off...

> @kantlivelong this issue has been on my mind lately. The state is now off (False) if it cannot be retrieved. Could it be an option to start with an...

Internal sensing should really just be called None. This is why I don't want to touch initial state as it's completely dependant on the hardware configuration used. Use GPIO or...

Basically if you want it to **NOT** be reliable use Internal.

That can be done by using command sensing and switching. Make a simple script to send a pulse over the GPIO and on the other end of the pin set...

Something that supports that could be implemented as it can be hardware independant. - Option for GPIO based command to send a pulse. Not sure how I’d feel about implementing...