RESET Plugin
The RESET plugin allows a RESET Data Provider to submit air quality data directly from their Novant project.
Setup
The plugin requires two configuration parameters:
client_id
: The RESET assigned Client ID for the Data Providerclient_secret
: The RESET assigned Client secret for the Data Provider
Additionally, automatic daily sync can be enabled or disabled using
the daily_sync
configuration parameter.
Monitors
The plugin operates by automatically identifying monitors. Where a
monitor is any asset typed asmech.iaq
with a
reset_connection_id
property value.
The table below shows how additional asset properties get mapped to RESET monitor metadata:
Property | Sample Value | RESET Monitor Meta |
---|---|---|
name |
IAQ Sensor 102 | label |
type |
mech.iaq | |
manufacturer |
Tongdy | monitor_brand |
model |
MSD-1818C | monitor_sku |
serial_number |
B100-123 | monitor_serial_id |
reset_connection_id |
MSM-123 | connection_id |
Create
During sync, monitors will be automatically created in RESET.
Points
Each monitor asset must be bound to a source with the following required points. Each point must be typed as specified and must have a unit assigned.
Point | Type | Example Unit |
---|---|---|
Temperature | air_temp_sensor |
°C |
Relative Humidity | air_humidity_sensor |
%RH |
CO2 | co2_sensor |
ppm |
PM2.5 | pm25_sensor |
µg/m³ |
TVOC | tvoc_sensor |
ppb |
Reporting Frequency
Monitor data is reported once daily overnight, where the reporting data contains the last 24 hours of data to upload. Data may also be manually synced using the plugin settings.
If daily_sync
is disabled, overnight data will not be
reported, but manual syncs will still function.