Log Foobot air quality readings to Google Sheets
This Trigger fires when a new air quality reading is available.
Developer info
- API endpoint slug
- foobot.newDatapointAvailable
Trigger fields
Device Dropdown list
- Label
- Which Foobot?
- Slug
- device_id
- Required
- true
- Can have default value
- false
Ingredients
Reading time Date & time of reading.
- Slug
- created_at
- Filter code
- Foobot.newDatapointAvailable.ReadingTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Device name The name of the Foobot.
- Slug
- device_name
- Filter code
- Foobot.newDatapointAvailable.DeviceName
- Type
- String
- Example
- HappyBot
Global pollution The global pollution index.
- Slug
- global_index
- Filter code
- Foobot.newDatapointAvailable.GlobalPollution
- Type
- String
- Example
- 13.37
Pm value PM sensor value in µg/m³.
- Slug
- pm_value
- Filter code
- Foobot.newDatapointAvailable.PmValue
- Type
- String
- Example
- 2.2
Voc value VOC sensor value in ppb.
- Slug
- voc_value
- Filter code
- Foobot.newDatapointAvailable.VocValue
- Type
- String
- Example
- 187
Co2 value CO2 sensor value in ppm.
- Slug
- co2_value
- Filter code
- Foobot.newDatapointAvailable.Co2Value
- Type
- String
- Example
- 502
Tmp value Temperature sensor value in °C or °F.
- Slug
- tmp_value
- Filter code
- Foobot.newDatapointAvailable.TmpValue
- Type
- String
- Example
- 21.7
Hum value Relative humidity value in %.
- Slug
- hum_value
- Filter code
- Foobot.newDatapointAvailable.HumValue
- Type
- String
- Example
- 55.3