Brewer's Friend Docs
New Recipe
Search Recipes
Calculators
Sign Up
Search…
Brewer's Friend Docs
Frequently Asked Questions
Recipe Builder
Brew Session
Inventory and Shopping
Groups
Profile
Devices
API
Brew Sessions
Device Streams
Fermentation
Recipes
Old API
Changelog
Contributing
Contact
Powered By
GitBook
Device Streams
Stream Fermentation data from devices.
post
https://log.brewersfriend.com
/stream/:api_key
Post Device Stream Data
Here is an example of the data to POST.
1
{
2
"name"
:
"BrewBench"
,
3
"temp"
:
22.2
,
4
"temp_unit"
:
"C"
,
5
"gravity"
:
14.1
,
6
"gravity_unit"
:
"P"
,
7
"ph"
:
4.5
,
8
"comment"
:
""
,
9
"beer"
:
""
,
10
"battery"
:
3.588112
,
11
"RSSI"
:
-
57
,
12
"angle"
:
""
13
}
Copied!
Previous
Brew Sessions
Next
Fermentation
Last modified
6mo ago
Copy link