Custom Stream

{
"name": "YourDeviceName", // Required field, this will be the ID in Brewfather
"temp": 20.32,
"aux_temp": 15.61, // Fridge Temp
"ext_temp": 6.51, // Room Temp
"temp_unit": "C", // C, F, K
"gravity": 1.042,
"gravity_unit": "G", // G, P
"pressure": 10,
"pressure_unit": "PSI", // PSI, BAR, KPA
"ph": 4.12,
"bpm": 123, // Bubbles Per Minute
"comment": "Hello World",
"beer": "Pale Ale"
}Last updated
Was this helpful?