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
My octoprint install is running inside a docker container and recently I've built a relay into my psu to switch it on and off but when typing kn the correct gpio pin it doesn't do anything, homebridge inside a docker container works without any problems and can switch the relay
The text was updated successfully, but these errors were encountered:
Giving docker container access to GPIO pins by mounting '/dev/gpiomem' device similar to example $ docker run --device /dev/gpiomem -d whatever (from https://stackoverflow.com/a/48234752)
Setting PSU control to use RPi-GPIO plugin
Setting RPi-GPIO plugin to control correct pin on raspberry pi3
And I highly recommend to follow your octoprint container logs while debuging.
My octoprint install is running inside a docker container and recently I've built a relay into my psu to switch it on and off but when typing kn the correct gpio pin it doesn't do anything, homebridge inside a docker container works without any problems and can switch the relay
The text was updated successfully, but these errors were encountered: