-
Notifications
You must be signed in to change notification settings - Fork 134
Generic HTTP Logging
The format
field in log setup page is like the format in printf
but uses the following specifiers:
Specifier | output |
---|---|
%b | Beer temperature |
%B | Beer setting |
%f | fridge temperature |
%F | fridge setting |
%r | room temperature |
%g | gravity |
%p | Plato |
%t | tilt value from iSpindel |
%a | auxiliary temperature |
%v | external device voltage |
%u | UNIX timestamp of last gravity update |
For example, let beer setting be 20.0
and beer temperature be 18.3
, if the format
is api_key=TheRealApiKeyHere&field1=%B&field2=%b
,
the data will be api_key=TheRealApiKeyHere&field1=20.0&field2=18.3
.
If the method is GET
, the data will append to the url with additional ?
, so the result will be
http://api.thingspeak.com/update?api_key=TheRealApiKeyHere&field1=20.0&field2=18.3
.
(GET is usually not recommended.)
The Data Type
field is used as "Content-Type" in HTTP protocol. When it is left blank, the default value of application/x-www-form-urlencoded
will be used. The default type is good for content like A=V1&B=V2
.
Due to the memory limitation, HTTPS is not supported. Therefore, if you want to send data to a service that supports only HTTPS, an additional proxy is needed.
You can use Generic HTTP format for thingspeak.com and Brewfather to get exact the same result, but you should use ubidots.com specific settings to setup ubidots.com. It is because that ubidots.com will reject all values if one of them are "null".
Wiki is deprecated. Check doc directory for latest document. https://github.com/vitotai/BrewPiLess/tree/master/doc
- Hardware Setup
- Localization of web frontend
- Flash layout and New Frontend
- Software Installation
- WiFi Setup
- System Setup
- Device Setup
- Using Buttons & Menu
- Temperature Logging
- Cloud Logging
- Beer Profile
- iSpindel Support
- Manual Gravity Logging
- Use with Glycol
- Auto Capping(Spunding)
- MQTT Remote Control
- Pressure Monitor and Control
-
Other URLs
- Clear WiFi setting
- Format file system
- OTA update
- Overwrite pages
-
JSON Commands
- Temperature Unit
- Sensor Calibration
- FAQ