The Report page generates a CSV-exportable report of every value your sensors have reported into the account over a chosen range. The column layout follows the Sensorbee Smart City template — a fixed schema that covers installation metadata, GPS, all particulates and gases, weather, device health, and vibration.
For single-device reports, use the Report tab on that device.
Filters
Filters.
Filter
Description
Installations
Pick one or several devices.
Date From / Date To
Datetime pickers for a custom range.
Range Picker
Quick-pick common ranges.
Granularity / Aggregate
Raw (per-posting interval), Hourly (averaged), Daily (averaged).
Result
Report grid.
The grid is paginated at 1,000 rows per page. Columns follow the Smart City template — every column exists, but only the columns matching sensors fitted to the device are populated. The rest are blank.
Smart City template
The Smart City template is the fixed schema used across Sensorbee reports and integrations — it presents every parameter relevant to air-quality and environmental monitoring in a predictable order. New columns are only ever added to the right of existing ones, so consumers of the CSV don't break when we add support for new sensors.
Parameter reference
Installation and base-unit metadata
Field
Type
Description
installation_id
string
Installation ID assigned to the device.
installation_name
string
Installation name assigned to the device.
installation_site
string
Installation site. Not yet configurable from the portal.
bu_serial
string
Base-unit serial number.
bu_endpoint
string
Endpoint name of the device in the LwM2M server.
gps_mode
number
GPS mode active on the device. Not yet configurable from the portal.
polling_interval
number
Polling interval from the device's settings.
posting_interval
number
Posting interval from the device's settings. Not yet configurable from the portal.
Sensor and health data — general
Field
Type
Description
dataset_id
number
Unique identifier assigned to each payload — useful for tracing data gaps. Not yet available.
timestamp
number
Timestamp of the sensor reading.
battery
number
Battery percentage.
signal_strength
number
RSRP (dBm) on the current network bearer.
GPS
Field
Type
Description
gps_duration_fix
number
How long a GPS fix was held.
gps_latitude
number
Latitude.
gps_longitude
number
Longitude.
gps_speed
number
Speed of the unit (if moving, e.g. mobile deployments).
gps_accuracy
number
Accuracy of the fix, as a percentage.
Particulate matter — mass (µg/m³)
Field
Description
pm0_1
PM0.1
pm0_3
PM0.3
pm0_5
PM0.5
pm1_0
PM1.0
pm2_5
PM2.5
pm4_0
PM4.0
pm5_0
PM5.0
pm10_0
PM10.0
Particulate matter — count (#/cm³)
Field
Description
pc0_1
PC0.1
pc0_3
PC0.3
pc0_5
PC0.5
pc1_0
PC1.0
pc2_5
PC2.5
pc4_0
PC4.0
pc5_0
PC5.0
pc10_0
PC10.0
particle_size
Particle size (µg).
Environmental (Air Quality sensor)
Field
Unit
Description
temp_aq
°C
Temperature.
humidity_aq
% RH
Relative humidity.
pressure_aq
hPa
Atmospheric pressure.
noise_aq
dBA
Ambient noise.
voc_aq
—
VOC index.
nox_aq
—
NOx index.
ambient_light
lx
Ambient light.
Gases
Gas values are in ppm on Air Lite, ppb on Air Pro 2.