Docker Image for Python based Automated BBQ Pit Temp Controller running on Raspberry Pi
1.3K
Docker Image for Python based BBQ Pit Temp Controller running on Raspberry Pi using GPIO and Robogaia relay board. https://github.com/justindean/PitmasterPi
Use this command to start the PitmasterPi container. It will automatically install the temp control drivers (needs privilege access to dev/mem/sys/etc), it will initialize the hardware and then start the pitmaster pi with a set temp of 225. You can modify this in the dockerfile that is in the git repo as well.
docker run --device /dev/ttyAMA0:/dev/ttyAMA0 --device /dev/mem:/dev/mem --privileged -ti justin_dean/pitmasterpi
Content type
Image
Digest
Size
162.2 MB
Last updated
about 10 years ago
docker pull jdean/pitmasterpi