Introduction
General information about MQTT from Airthings
This feature is deprecated as of March 26th 2026. Please see MQTT Publisher for our new MQTT service.
Existing MQTT clients will continue to work until end of September 2026. For any concerns or questions contact [email protected]
Integrate with MQTT to automate your building using your Airthings devices' data. The Airthings MQTT broker publishes data from devices in real-time.
Quality of Service (QoS) level 0 is supported for MQTT connections. QoS level 0 means the message will be published to subscribing client once, so if you'd like to retrieve potentially lost data because of connection issues, we recommend using the API as an addition to the MQTT connection.
- See Getting Started to setup your first MQTT connection
- See Topics to read more about available data
Updated 19 days ago