Version: 1.11.0

Overview

The Energy Workbench Trend Displays allow aggregated historical load data from the AMI system to be examined for different parts of the HV and LV networks.

There are three ways to access the trend displays:

  1. Directly via a web site in the corporate environment
  2. Via the GIS
  3. Via the DMS
Browser Support

It is strongly recommended that you install Chrome on your PC and set it as your default browser. The trend displays will generally work in IE, but the performance can be poor for the more complex trend displays, and some functions may not work as described in this user manual.

Configuration

Authentication

Enabling authentication on the application requires configuring the server and setting app related config by creating a config.json file under webroot/config directory. Copy the following content into the file and replace the placeholders with the appropriate value:

{
    clientId: <app_id>,
    useRefreshTokens: <true/false>
}