You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I use uhubctl to disable power on the internal USB hub of my Raspberry Pi 3B, so that my Ender's board isn't powered from the Raspberry Pi if the PSU of the printer is off.
That worked like a charm with stock OctoPrint. After installing OctoDash, the USB ports get always get power back enabled when OctoDash is running.
The commands i use to control usb power: uhubctl -a on uhubctl -a off
To Reproduce
Steps to reproduce the behavior:
Run uhubctl -a off to disable usb power
OctoPrint automatically re-enables (powers on) the usb ports.
Expected behavior
After running uhubctl -a off the usb power should stay off.
Screenshots
General Information:
Raspberry Pi 3B
OctoPrint Version 1.5.3
OctoPi Version 0.17.0
OctoDash Version 2.1.2
Additional context
Maybe irrelevat but for better understanding the use case:
I turn on/off my printer via a smart power plug. When the plug turns on or off my smart home system runs the uhubctl -a on or uhubctl -a off command to disable the Raspberry Pi's USB power, so that the board and the printer display doesnt get power from the Pi and everything is turned off. (Except the Pi itself, of course)
If USB power on the Pi is on and the printer PSU is off the screen shows cryptic stuff and the printer board boots half-way and that some state i want to eliminate.
The text was updated successfully, but these errors were encountered:
I found out that the problem wasn't the fault of OctoDash. It was a wireless keyboard receiver plugged in to the USB port that somehow did this. Unplugged it and USB power off works again.
Describe the bug
I use
uhubctl
to disable power on the internal USB hub of my Raspberry Pi 3B, so that my Ender's board isn't powered from the Raspberry Pi if the PSU of the printer is off.That worked like a charm with stock OctoPrint. After installing OctoDash, the USB ports get always get power back enabled when OctoDash is running.
The commands i use to control usb power:
uhubctl -a on
uhubctl -a off
To Reproduce
Steps to reproduce the behavior:
uhubctl -a off
to disable usb powerExpected behavior
After running
uhubctl -a off
the usb power should stay off.Screenshots
General Information:
Additional context
Maybe irrelevat but for better understanding the use case:
I turn on/off my printer via a smart power plug. When the plug turns on or off my smart home system runs the
uhubctl -a on
oruhubctl -a off
command to disable the Raspberry Pi's USB power, so that the board and the printer display doesnt get power from the Pi and everything is turned off. (Except the Pi itself, of course)If USB power on the Pi is on and the printer PSU is off the screen shows cryptic stuff and the printer board boots half-way and that some state i want to eliminate.
The text was updated successfully, but these errors were encountered: