-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just a few questions #258
Comments
There's nothing in the software that "registers" with picobrew_pico - the software relies on having a user redirect traffic from picobrew.com to where ever the server code is running (if you're using a Pi, we have pre-packaged images with all this set up). If you follow the still's wifi setup, you should be able to connect it (if using our Pi image, connect it to the PICOBREW access point). Which devices are you trying to "mass import"? The recipe json files are specific to this server, so unless another user is giving you some, you can't just blindly add recipes from another source. If you are trying import multiple recipes specific to this server, the easiest way is to copy them into the recipe folder (if using a pi, you can access it via the samba shares). |
For the still you need to boot the still in AP mode (should be reference the manual it should talk about how to setup wifi for it) then point it to the PICOBREW wifi as @chiefwigms states above should get you running. We don't care at all about "registration" so don't ever worry about that. |
Thanks for the info... I have her hooked up! Thanks! |
Check out the pdf manuals and screenshots that are in this very server http:///support/picostill |
awesome glad you found the web interface for the PicoStill 👍 |
@bazzly1 any more issues with figuring out how to create or upload recipes to the server? |
No. What I did learn is there is no webif for the picostill. You have to go on the picobrew in order to set it up. |
Well yes and no. The PicoStill still has a web interface to control the fan, pump and view temp sensors. Though the main user interface is the Pico device connected as the "heat source" for the Still. After all the Still is an "accessory" vs a stand alone appliance. |
Strange... I wonder why I cant access the web interface then... I just get a blank white page. I've tried multiple browsers and OS (even XP). Is there a special URL to use? I just used its IP. |
https://youtu.be/qJzYRzCHDnk at the 4:22 mark will show you how to connect to the PicoStill web interface. If you (or a prior owner) have connected the PicoStill already to a Wireless network you may need to set it back up into AP mode. Also if it is connected to the Pi network or any other WiFi you will need to use the ip address the router assigned to it and not the 192.168.4.1 ip address that the Still itself is assigned in AP mode. |
Bummer, thats exactly what I did and there is no gui. just a white page. I'll have to keep trying stuff. Thanks! |
the file name of the picostill troubleshooting doc was not consistent with the expected naming pattern, I've updated that in #260 |
Weird, not sure why there is a white page. You should see something like the images included in that support page -> https://github.com/chiefwigms/picobrew_pico/tree/master/app/static/support/picostill |
I'm just wondering about how to preserve data across an upgrade. |
Copy config.yaml (from the root directory) and the following folders: app/recipes app/sessions |
I know it is more work and you guys are already doing a brilliant job as is but would it be possible to create a backup link on the server main page such that you could direct the backup to a local system/drive of your choosing on the network? |
Yeah.. but really.. why not use the samba shares? |
Not being a programmer I think may limit my contributions on this 🤪and yes i agree there are other items that are definitely higher importance👍... however I can contribute by occasionally coming up with "ideas" that will help keep you occupied on these cold dark winter evenings when you have nothing better to do😁😉 |
Thinking about ideas for improvements; I was thinking that it would be nice to have a 'Notes' capability on the sessions log for each brew session. That way you can note changes to recipe or process in a way that you can go back and examine when something is better... or worst. |
We are limited by the current session file structure, but if say #216 was completed yes this would be in the cards. Meantime most of us out notes into the recipe software we use (BrewFather, BeerSmith, etc). |
Would there be anyway to register devices to picobrew_pico? I currently have a new still I cant use because I never registered it and cant seem to find a way to get it on wifi.
Also, is there anyway to mass import recipes?
Nice work, and thanks for all the efforts that have been made on this project!!
The text was updated successfully, but these errors were encountered: