eGauge Cloud Integrations - SolarNetwork/solarnetwork GitHub Wiki

eGauge Cloud Integrations

This page descirbes the Cloud Integrations support for eGauge.

👉 eGauge integration works at the meter level, because the eGauge API is actually just a proxy service that forwards all communication to the physical eGague device for handling all queries. Becauase of this you will find that settings like credentials must be configured on Cloud Datum Stream entities, rather than Cloud Integration entities.

eGauge Integration service

The eGauge integration service identifier is s10k.c2c.i9n.egauge. The following service properties are supported:

Property Description
baseUrl An optional alternate URL to use to access the cloud service

eGauge Datum Stream services

The eGauge integration supports the following Cloud Datum Stream Service implementations:

Service Identifier Description
eGauge s10k.c2c.ds.egauge Polling datum stream using the eGauge API.

eGauge Datum Stream Service

The eGauge datum stream service identifier is s10k.c2c.ds.egauge. The following service properties are supported:

Property Description
deviceId The eGauge device ID to capture as a datum stream
username The eGauge device user login name to use for authentication
password The eGauge device user login password to use for authentication
granularity The desired resolution of the data, as a number seconds, or example 60 to request minute-level data

⚠️ As the credentials required are specific to each eGauge device, each Cloud Datum Stream can only include data from a single eGauge device.

A deviceId value reference placeholder is supported, taken directly from the deviceId service property.

The following Data Filters are supported:

Filter Key Description
datumStreamId The ID of the Cloud Datum Stream; required

⚠️ As a datumStreamId filter is required (to provide the credentials necessary for communicating with an eGauge device), a Cloud Datum Stream entity must be configured before the Data Values API can be used. That means a Cloud Datum Stream Mapping entity must also be configured, but it can be devoid of any associated Cloud Datum Stream Mapping Property entities.

Datum Import support

This service supports the Cloud Datum Stream import service. Note that the eGague device may not have high resolution historical data available, as it automatically aggregates older data, discarding the raw data afterwards, to conserve resources.

⚠️ **GitHub.com Fallback** ⚠️