All Collections
Plaato Homebrewing
API
Webhook - Plaato Airlock
Webhook - Plaato Airlock
Kristofer avatar
Written by Kristofer
Updated over a week ago

The Plaato Airlock will send a POST request with a JSON object to the webhook every 5 minutes as long as it is connected to power and WiFi.

To get your Webhook URL, please visit: https://cloud.plaato.io/ and find your device.

The Plaato Airlock sends a JSON object with these values for each request:

Key

Name

Type

Example value

bpm

Bubbles per minute

Integer

42

temp

Temperature

Float

24.797348

sg

Estimated specific gravity in oechsle [g/cm3]

Float

1.0399752

bubbles

Total number of bubbles

Integer

181

og

Original gravity in oechsle [g/cm3]

Float

1.04

abv

Alcohol by volume in percent

Float

0.0036

device_id

Unique identifier*

Integer

12345

device_name

User specified name

String

"Plaato one"

co2_colume

Total volume of Co2

Float

0.1205

batch_volume

Batch volume

Float

24.0

temp_unit

Temperature unit. Either "°C" or "°F"

String

"°C"

volume_unit

Volume unit. Either "L" or "gal"

String

"L"

*The first device that is connected in the app will have ID 0

Did this answer your question?