Usage
Profiles
Creating brew profiles in the web UI
Introduction
One of Gaggimate’s primary features is its ability to create custom profiles for espresso brewing. Profiles can be created and edited in the web UI on the Profiles page. Additionally, users can export existing profiles as JSON files, share these files online (see for example the profiles channel on the Discord server), and import other users’ profiles onto their own Gaggimate. Once a profile is created or imported, it can be made available on the machine by favoriting it in the web UI.
A profile consists of one or more phases; steps that Gaggimate will execute until it reaches a volumetric target, up to some maximum duration. Once the target weight is met or the maximum duration is exceeded, Gaggimate will continue to the next phase, or, if there are none left, finish the brew. Alternately, if the user wishes to stop a brew early, they can simply terminate it manually, either with the on-screen controls, or, if they wired them up, with the physical brew button.
Volumetric targets work best when a Bluetooth scale is used. If not, Gaggimate will estimate the amount of coffee in the cup based on the pressure curve of the brew up to that point. Volumetric targets can alternatively have a value of zero grams, in which case this target is treated as infinite and the phase simply runs for the maximum duration of that phase.
During a phase, the machine’s pump may be on or off, and the three-way valve may be open or closed. Users of Gaggimate Pro may also configure the pump to run at a specific pressure, to which it is tuned using the pressure transducer. For brew recipes, the three-way valve typically remains closed, but opening it can be useful in certain cases, such as for a profile for backflushing.
A profile currently has a single target temperature across all phases. The ability to set declining temperature targets will be coming with the advanced profiles.
Creating a simple profile
Let’s now create a simple profile using the web UI, and see what the corresponding JSON file looks like. You can also manually write the profiles as JSON files and then import them into Gaggimate if you prefer.
Using the web UI
At the bottom of the “Profiles” page in the web UI, click “Add new” at the bottom of the page, then select “Simple profile”. Advanced profiles featuring temperature gradients and transitions will follow soon. We are then presented with the following blank profile:
This will create a profile that performs a three second fill, then a 5 second pre-infusion, and then brew until 36 grams of coffee has been brewed. The temperature target is 93 °C. Every phase can be given a descriptive name, which will be shown on the machine’s display during the brew.
Save the profile. When we now return to the page with all profiles, the new profile will appear in the list. However, it is not yet available on the machine itself. In order to do so, click the left star icon on the profile to make it available on the machine. You are now ready to brew some coffee.
The JSON format
By exporting the profile we just created and looking at the contents of the JSON file, the structure of these profiles will become apparent:
{
"label": "New Profile",
"type": "standard",
"description": "",
"temperature": 93,
"phases": [
{
"name": "Pump",
"phase": "preinfusion",
"valve": 1,
"duration": 3,
"pump": 100
},
{
"name": "Bloom",
"phase": "preinfusion",
"valve": 1,
"duration": 5,
"pump": 0
},
{
"name": "Pump",
"phase": "brew",
"valve": 1,
"duration": 20,
"pump": 100,
"targets": [
{
"type": "volumetric",
"value": 36
}
]
}
]
}
Sharing profiles
Profiles can be imported and exported on the overview page. The import feature is located on the top right of the page and every profile card will have an export symbol on the right side. Profiles provided on this page or on our Discord server in the #profiles channel will come as a .json file which can then be uploaded to GaggiMate on the Web UI.
Profile recommendations
Cremina Lever by Johnyez
Recommendations:
Roast: Medium-Dark to Very Dark
Grind: 4 on DF64
Texture: Lots of crema, traditional
Time: 40-60s
Ratio: 1:1.5 - 1:2.2
Temperature: 78-90 (increase/decrease it by 1 or 2ºC at a time until your preferred flavor, varies by roast)
Medium 18g 1:2 by alexr1525
This profile is a relatively simple one that starts with a pre-infusion and bloom and then uses a 9 bar pressure phase with a decline at the end.
Backflush profile
This profile can be used to backflush your machine with Cafiza.
Add the cleaner to a blind basket as specified on the product instructions and run the profile. After it’s finished, clean out the blind basket and wipe the group head then run the profile another time to remove any cleaner residue from the machine.
Have questions?
Still have questions? Join the Discord!