Fermentation
get
https://api.brewersfriend.com
/v1/fermentation/:brew_session_id
Get Fermentation Data
post
https://api.brewersfriend.com
/v1/fermentation/:brew_session_id/import
Import Fermentation Data
Post an array of reading objects, the same format you will get from exporting data from a fermentation in the Brew Session Fermentation tab or the same you would post to in the Stream API.
[{
"name": "BrewBench",
"temp": 22.2,
"temp_unit": "C",
"gravity": 14.1,
"gravity_unit": "P",
"ph": 4.5,
"comment": "",
"beer": "",
"battery": 3.588112,
"RSSI": -57,
"angle": "",
"created_at": "2019-12-10T14:31:18+00:00"
}]
gravity, gravity_unit, temp, temp_unit, ph, bpm, created_at, source, name, annotation, comment
14.1, "P", 22.2, "C", 4.5, ,"2019-12-10T14:31:18+00:00", , , ,
Last modified 3yr ago