HooTsBrooklyn
HooTsBrooklyn
Try following the directions here. https://cbpi.mricesolutions.com/viewtopic.php?f=3&p=18
Try setting a static ip address for the pi. Kiosk mode basically starts the browser full screen and disables the right click function.
The service runs on the Pi and does not need network/internet access. You can try using localhost:5000 or 127.0.0.1:5000 on the pi directly. If you are not on the pi...
I use a kuman 5 inch Resistive Touch Screen (https://smile.amazon.com/gp/product/B01F3EKJIA) on my fermentation chamber. I have it plugged into the HDMI for video, USB for power, and I had to...
you should be able to access the pi from another computer using the pi's IP followed by :5000. The install script does not pull the pi's IP. If you are...
The install may have missed a few pip dependencies... This has a nice install guide that helps correct a lot of the troubles. https://techdout.dev/2019/09/24/installing-craftbeerpi/
You don't need VNC if you are on the same network. Simply open a browser window on another device and use the IP address of the Pi followed by port...
His issue is that cbpi is written for python 2.7, and he trying to use python 3. You could try this solution of the shebang.. https://stackoverflow.com/a/11171058
You're missing pip dependencies, this guide will help. https://techdout.dev/2019/09/24/installing-craftbeerpi/
I'd be interested in this as well. Using a UPS is not a solution as I don't want to run my keezer / fermentation chamber on a UPS for ANY...