Airthings for Business monitors measure radon, CO2, VOC, PM1, PM2.5, PM10, temperature, humidity, pressure, light, and sound in offices, schools, and other buildings. Space Hubs relay the readings to the Airthings cloud, which adds virtual sensors for mold risk, virus risk, occupancy, ventilation rate, and hourly radon. The Dashboard groups devices by account, location, and segment.
Through Fibric, an operator reads the latest samples for a location, watches the webhook or MQTT feed, and proposes the next step: a ventilation check, a work order, or a new webhook for the locations you name. You approve, and the record shows what changed and why.
This is a reference listing. It documents what Fibric would read from Airthings for Business and what it could propose, based on the vendor's published interfaces. Fibric builds it under a managed deployment when you request it; selecting it here installs nothing.
Inputs
Devices by serial number through GET /v1/devices, with deviceType, sensors, location, and segment
Latest samples for one device or a whole location through /v1/devices/{serialNumber}/latest-samples and /v1/locations/{locationId}/latest-samples
Sample history through /v1/devices/{serialNumber}/samples at HOUR, FOUR_HOURS, DAY, THREE_DAYS, or WEEK resolution, up to 5000 per page
Sensor values including radonShortTermAvg, hourlyRadon, co2, voc, pm1, pm25, pm10, temp, humidity, pressure, light, mold, virusRisk, occupants, and airflow
Webhook events such as airthings-webhook-cloudevent-sample-feed and airthings-webhook-cloudevent-hub-meta-data-feed, delivered as CloudEvents JSON
MQTT Publisher messages on a topic built from account_id, location_id, serial_number, and message_type
Segments through GET /v1/segments, which keep their history after a device is removed
Proposed actions
Target capability: propose a webhook through POST /v1/webhooks?accountId= with name, url, locations, eventTypes, and sensorUnits
Target capability: propose registering a webhook with active set to false, so you can send a test event before switching it on in the Dashboard
Proposed actions are target capabilities. Every action runs propose-first and needs a validated deployment and the appropriate permissions.
What you can build
Hold CO2 under your target in each room
co2 samples per segment show which rooms climb through the afternoon. The operator proposes a ventilation change and records the reading before and after.
When a complaint names a room, the operator pulls that segment's latest temp, humidity, co2, and voc, and proposes a reply and a work order if a value is outside the range you set.
hourlyRadon and radonShortTermAvg arrive by webhook. The operator proposes a notice to facilities when a location stays above your threshold for the period you choose.
An Airthings for Business subscription; consumer accounts get a limited read-only consumer API
An API client registered under Dashboard > Integrations > API integration
The Account ID and Location IDs you want to read, both shown in the Dashboard
For webhooks, an HTTPS endpoint; for the MQTT Publisher, a broker reachable from the Airthings cloud with username and password or certificates
Authentication
An OAuth 2.0 client credentials grant at https://accounts-api.airthings.com/v1/token with a client ID and secret created in the Airthings for Business Dashboard, requesting the read:device and write:device scopes.
Limits
5 000 requests per hour per API client, and 2 000 requests per 5 minutes per IP address; the IP limit cannot be raised
Webhooks are fire and forget with no retry, so a missed delivery is filled in by a periodic API call
At most 10 MQTT Publisher configurations per organization
Devices typically report every 5 minutes, which sets the floor for how fresh a sample can be
Access and pricing
Reference listing. Fibric builds the connector under a managed deployment when you request it. Your quote covers the build, capabilities, usage, and support.
Which is better for near-real-time data, the API or webhooks?
Airthings recommends webhooks or the MQTT Publisher for immediate delivery, then a periodic API call to fill gaps, since webhooks are fire and forget with no retry. Polling individual devices counts against the 5 000 requests per hour client limit; locations/{locationId}/latest-samples returns every device in one call.
What does a webhook payload contain?
JSON following the CloudEvents standard. Samples are batched per serial number and carry recorded, sensor values such as temp, humidity, co2, tvoc, pressure, radonShortTermAvg, pm1, pm10, pm25, soundLevelA, light, and batteryPercentage, plus ratings and sensorUnits. Test events use the type sample-manually-triggered-test.
How is an MQTT Publisher secured?
It is configured in the Dashboard with a broker hostname and port. Plain MQTT allows only BASIC_AUTHENTICATION. MQTTS needs a username and password, certificates, or both. Topics follow a template with ${account_id}, ${location_id}, ${serial_number}, and ${message_type}, where message_type is sample or metadata.
Ask about Airthings for Business
Ask about the capabilities and requirements in this listing.
This connector listing is developed, published, and supported by Fibric. It describes integration with Airthings for Business through published interfaces. Third-party names and logos identify the systems an integration connects to; they are the property of their respective owners, who are not affiliated with Fibric and do not sponsor or endorse this listing. Trademark policy