RESET Energy Plugin
The RESET Energy plugin allows a RESET Data Provider to submit energy consumption data — both electric and gas — 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 elec.meter or
mech.gas_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 Electric | label |
type |
elec.meter | |
manufacturer |
Schneider | monitor_brand |
model |
PM5560 | monitor_sku |
serial_number |
SN-987 | monitor_serial_id |
reset_connection_id |
EM-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.
Electric Meters
(elec.meter)
| Point | Type | Example Unit |
|---|---|---|
| Energy | elec_energy_sensor |
kWh |
Gas Meters
(mech.gas_meter)
| Point | Type | Example Unit |
|---|---|---|
| Energy | gas_energy_sensor |
kWh |
| Volume | gas_flow_sensor |
m³ |
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.