- Joined
- May 9, 2017
- Messages
- 17
- Reaction score
- 11
Tilt, iSpindel, and other electronic hydrometers are now supported!
And to make it even better, use coupon code TILT10 to take 10% off of a Premium Membership!
We now have DIY support for both Tilt and iSpindel
and any custom app / device you want to use.
Integrations
Cloud URL to copy and supported device info
https://brewersfriend.com/homebrew/profile/account
Device Settings
Active devices and device forward URLs
https://brewersfriend.com/homebrew/profile/devicesettings
Brew Session Fermentation Tab
For iSpindel and any custom apps you need to post to the cloud URL to see it available in the dropdown.
iSpindel http://www.ispindel.de/
Will also report battery %
For custom stream apps you will post JSON data to the stream cloud URL
Code:
{
"name": "MyBrewApp",
"temp": "",
"temp_unit": "C", // C, F or K
"gravity": "",
"gravity_unit": "P", // G or P
"ph": "",
"comment": "",
"beer": ""
}
We also added paging in edit readings.
And to make it even better, use coupon code TILT10 to take 10% off of a Premium Membership!
We now have DIY support for both Tilt and iSpindel
and any custom app / device you want to use.
Integrations
Cloud URL to copy and supported device info
https://brewersfriend.com/homebrew/profile/account
Device Settings
Active devices and device forward URLs
https://brewersfriend.com/homebrew/profile/devicesettings
Brew Session Fermentation Tab
For iSpindel and any custom apps you need to post to the cloud URL to see it available in the dropdown.
iSpindel http://www.ispindel.de/
Will also report battery %
For custom stream apps you will post JSON data to the stream cloud URL
Code:
{
"name": "MyBrewApp",
"temp": "",
"temp_unit": "C", // C, F or K
"gravity": "",
"gravity_unit": "P", // G or P
"ph": "",
"comment": "",
"beer": ""
}
We also added paging in edit readings.