So far, we like how quick start wizards simplify the setup process. We intend to have a wizard for all commonly used setups. Feel free to make a request if you have or want a specific setup!
This release, we added two new wizards:
RIMS Brew-in-a-Bag uses a single kettle and a RIMS tube.
Glycol Fermentation generates a fermentation setup where cooling is done by pumping glycol through a coil.
Added RIMS Brew-in-a-Bag and Glycol Fermentation quick start wizards.
You can now export graph data to CSV from the Graph widget actions.
This will use the currently displayed time span, but always choose high precision data.
You can now save and load stored profiles in Setpoint Profile.
Profiles are stored globally, and can be used in all your Setpoint Profiles.
When loading a saved profile, the Setpoint Profile keeps its current target.
Profile points are relative to the start time. When loading a profile you can choose to set start time to now.
Fixed a bug that significantly increased the UI size. Page load should now be noticeably faster.
brewblox-ctl update now asks to prune docker images to clean up disk space.
Added builder parts:
Gravity tube (simulates height differences in your layout by increasing flow speed).
RIMS tube
PWM display part (shows the same values as the Heating Element part)
The liquid level in Kettles is now editable. This is a cosmetic change: flow calculations treat every kettle as completely full.
Settings in quickstart wizards are now remembered if you go back in the wizard.
Setpoint displays in the builder can now be placed inline in tubes.
Hi Bob,
I was thinking of a widget for the tilt, that is part of the fermenter dashboard. So the wizard would ask if you have a tilt, if so what colour and then give a running graph. After which you would return to dashboard and change settings, including hydrometer to the brew on the go.
Presently, my understanding is that everything is configured in the yml, which for a non computer person is out of my comfort zone.
Cheers
Warren
While we can make the process easier, the Tilt remains an external service. @j616s has expressed interest in making a dedicated dashboard widget, but this is his hobby, and he has limited time.
The Tilt service is indeed added in the yml file. After you’ve done so, you can use the UI to show its graphs.
I took a look at the install instructions for the Tilt service. If the yml is a problem, I could write a small script to automate most of the required actions.
Hi Bob
I ran that but now when I try and brewblox-ctl up, I getCreating brewblox_tilt_1 … error
ERROR: for brewblox_tilt_1 Cannot create container for service tilt: invalid restart policy ‘unless_stopped’
ERROR: for tilt Cannot create container for service tilt: invalid restart policy ‘unless_stopped’
ERROR: Encountered errors while bringing up the project.
Command ‘docker-compose up -d --remove-orphans’ returned non-zero exit status 1
Can you let me know what command I need to run to stop the service, before running up?
Thanks