GET value
Kristofer avatar
Written by Kristofer
Updated over a week ago

The GET value function is used to get the current value of a variable/pin. You can see all the available pins if you go to the "Pins" menu.

Function

GET http://plaato.blynk.cc/auth_token/get/pin

Parameters

Parameter

Description

Type

Example value

auth_token

Authentification token

String

4ae3851817194e2596cf1b7103603ef8

pin

The pin you want to read. See the "Pins" menu.

String

v102

Response

Response

Headers

Body

Example

200

Content-Type:application/json

[value]

[42]

Pins available for this function

Plaato Airlock

Pin

Name

Description

Value type

Example Value

v102

bpm

Bubbles per minute

Number

42

v103

temperature

Ambient temperature

String


"22.144149780273438"

v104

volume

Batch volume

String

"24.0"

v105

original gravity

Original gravity of batch. In Oechsle [g/cm3]

String

"1.04"

v106

specific gravity

Estimated specific gravity of batch. In Oechsle [g/cm3]

String

"1.0199115"

v107

abv

Alcohol by volume in percent [%]

String

"2.6709838"

v108

temperature_unit

Temperature unit. Either °C or °F

String

"°C"

v109

volume_unit

Volume unit. Either L or gal

String

"L"

v110

bubbles

Total number of bubbles counted for the current batch

String

"170752"

v119

co2

The total volume of evolved CO2 for the current batch.

String

"113.52909851074219"

Plaato Keg

Pin

Name

Description

Value type

Example value

v47

last pour unit

Last pour volume with unit type

String

"0.51L"

v48

percent beer left

Percent of beer left

Number

22.55

v49

pouring

Tells you if there is pouring

String

"0" or "255"

v51

beer left

Amount of beer left based on the unit chosen

String

"12.40"

v56

raw temperature

Temperature of the device without unit

String

"30.125"

v59

last pour

Last pour volume

String

"0.784"

v62

empty keg weight

Return the empty keg weight

String

"4.500"

v64

beer Style

Name of the beer given in the app

String

"Stout"

v65

original Gravity

OG set in the app

String

"1062"

v66

final Gravity

FG set in the app

String

"1010"

v67

keg Date

Keg date set in the app

String

"10/09/19"

v68

abv

Calulated ABV% based on OG and FG

String

"5.644"

v69

temperature with unit

Temperature with unit

String

"30.37°C"

v71

unit type

Returns a number for the chosen unit type

String

"1" Metric, "2" US

v73

mass unit

Mass unit based on the chosen unit type

String

"lbs"

v74

beer left unit

Returns the unit based on the chosen unit type and measurement unit

String

"kg"

v75

measure unit

Returns a number for the chosen measurement type

String

"1" Weight, "2" Volume

v76

max keg volume

Max keg volume

String

"20.000"

v81

wifi strength

WiFi Strength

String

"94"

v82

volume unit

Volume unit based on the chosen unit type

String

"litre"

v83

leak detected

Returns 0 if leak not detected, 1 if leak detected

String

"1"

v86

min temperature

Minimum temperature set in the app

String

"-10"

v87

max temperature

Maximum tempature set in the app

String

"35"

v88

beer/co2 Mode

Returns a number based on the mode the app is in

String

"1" Beer, "2" Co2

v89

scale sensitivity

Returns a number based on the scale sensitivity

String

"1" Low, "2" Medium, "3" High

v92

device core temperature

Core temperature of the device

String

"59.44°C"

v93

firmware version

Firmware version of the device

String

"2.0.8"

Did this answer your question?