
Awair sensors provide indoor air quality sensor data, such as Co2 levels, particulate matter levels, and humidity.
Potential use cases include:
This connector requires the following credentials:
| Credential | Description |
|---|---|
| OrgID | The OrgID assigned to you from Awair |
| API Key | The API Key provided by Awair |
| Connector Concept | Mapped Type |
|---|---|
| Location | Building, Floor, Space |
| Device | Air_Quality_Sensing_Device |
| Device Data | CO2_Level_Sensor, TVOC_Level_Sensor, PM_2_5_Level_Sensor, Relative_Humidity_Sensor, Sound_Pressure_Level_Sensor, Illuminance_Sensor, Temperature_Sensor |
Here's an example showing how to access the air quality data from a particular sensor:
Request ResponseCopy1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18{ things(filter: {id: {eq: "THGJUUe8Ghw5RkUTQn3T9ABcd"}}) { id name exactType points { id name exactType series(latest: true) { timestamp value { float64Value } } } } }