it would be cool to have an app or specific webpage optimized for the 7" pi touchscreen. Especially as I am moving towards using a brewpi as a mash controller.
Hey @spenceme -
I could probably help with that. How does using the BrewPi for a mash controller differ? Iām still relatively new to the BrewPi, so Iām not sure how to use it to itās full extent. Is there a separate web UI for mash control?
Cheers!
I think an app specifically for mashing would be really useful. Some things that jump to mind are you could have a timer for hop additions and switch to Proportional only control during boil (with power adjustment slider for real time adjustment of power level to set boil rate).
One mashing system with an app I really like the look of is Brew Boss:
http://www.brew-boss.com/default.asp
Some cool features!
Does the BrewPi currently have a UI for controlling the mash?
No it uses the same UI that is used for fermentation.
Iāll need someone to explain to me in detail how this is working.
Thereās a thread here that talks about how to use the current UI/Firmware (originally designed for fermentation control) for mashing:
As previously mentioned the team are working on a total re-design of the script and web UI to be more generic, so mash control will be easier.
I suspect Iād need some hardware in order to do any real dev/testing of this. I setup a second Raspberry Pi running BrewPi (I didnāt want to continue doing dev on my real chamber), but thereās not much I can do with it, without additional hardware.
I agree, you need a dev spark
Letās have a chat how we can align our efforts. I have sent you a slack invite.
Youāve already got my address!
Please let me test this!!!
I would be in for a test too I got 3 BrewPi Sparks up and running, so I could very well test the handling for multiple devices, if the app already supports this.
I would also like to test this. I am receiving my Brewpi Spark shortly and will be using it for mashing.
I would also like to take a look at the app if itās still available for testing
I started a fresh version of an app recently. Currently only supports one BrewPi and one Tilt Hydrometer, but Iāve considered allowing it to support multiple instances of each.
Since @Elco and crew are working on a new version of the software I didnāt put the effort into making this app actually control the BrewPi. So for now, itās read only.
Also havenāt had any luck finding a decent charting library for React Native, so itās also lacking any graphical representation of the data.
Nice start, even without a graphical view. In actual fact your view might be better than a graphical view, I use Chrome RDP to view BrewPi on my phone, and the graph is pretty small. I like the trending fields at the bottom. Also, control is a ānice to haveā, I fire up my laptop and use RDP to change if needed.
Stefan
Thanks!
Iām working on getting it available for Beta testing via Test Flight for iOS.
iOS sorry I will have to wait for an Android clone
Thatās the beauty of React Native. Although I havenāt specifically tested it, it should work out of the box with Android. Itās just a matter of me taking the time to generate the apk. Thereās nothing about this app thatās platform specific.