RESET Water Plugin
The RESET Water plugin allows a RESET Data Provider to submit water flow 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.
Meters
The plugin operates by automatically identifying meters. A meter is
any asset typed as mech.water_meter 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 |
Main Water | label |
type |
mech.water_meter | |
manufacturer |
Badger | monitor_brand |
model |
M2000 | monitor_sku |
serial_number |
WM-456 | monitor_serial_id |
reset_connection_id |
WM-123 | connection_id |
Create
During sync, meters will be automatically created in RESET.
Points
Each meter 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 |
|---|---|---|
| Flow | water_flow_sensor |
L |
Reporting Frequency
Meter 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.