Open minimalistlux opened 6 years ago
Try following the directions here. https://cbpi.mricesolutions.com/viewtopic.php?f=3&p=18
Danke
On Apr 13, 2018 2:25 PM, "HooTsBrooklyn" notifications@github.com wrote:
Try following the directions here. https://cbpi.mricesolutions. com/viewtopic.php?f=3&p=18
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Manuel83/craftbeerpi3/issues/184#issuecomment-381119131, or mute the thread https://github.com/notifications/unsubscribe-auth/AkeFqDrFo-9seFRZBVpj92uALYELFYhJks5toJkogaJpZM4TTHe0 .
ty hoots I figure it out I placed cbp3 in the cbp2 directory and that's why it wouldn't start
but does craftbeerpi always need to be connected to a network? or can I just brew without connecting to the ip
It never needs to be connected to a network, you can run the UI off of the local machine with a screen connected to the raspberry pi, and in that case you'd never be connected to the Raspberry Pi external IP, you'd actually just be going to localhost:5000 on the device's browser itself.
If your question is if CBPi will run when you're not connected to it via the network, yes it will run. It does whatever you've programmed it to do as long as you've configured it properly--but to configure it properly you'll need access to its interface in some way.
I do connect through localhost:5000 but when I turn off my wifi or disconnect the Ethernet cable the ui doesn't work anymore. where can I find help on how to configure to use the cbpi attached to a computer screen without a network. Is that kiosk mode? thank you by the way jonrhall
Try setting a static ip address for the pi. Kiosk mode basically starts the browser full screen and disables the right click function.
I think i'm confused. so I did a static ip. but I guess I still need a local network to connect to cbpi. I thought I could use this software without any wifi or Ethernet cable but that's not the case because everytime I disconnect the Ethernet and try to launch cbpi it won't connect. am I missing something. Right now i'm using my raspberry pi connected through hdmi with keyboard and mouse.
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 directly, then you would need network access.
localhost and 127.0.0.1 are both loopback addresses
Loopback address is a special IP number (127.0.0.1) that is designated for the software loopback interface of a machine. The loopback interface has no hardware associated with it, and it is not physically connected to a network.
ok got it to work thank you so much for your help hootsbrooklyn
tried to login in with chromium browser but it won't let me connect any help is greatly appreciated