This Article Applies From:
DeMeter 2.1  


Introduction

The following article explains how to access the DeMeter configurator.


Contents

1  Accessing the DeMeter Configurator

1.1  Supported Browsers  

1.2  Connecting to the Configurator

1.3  Unlocking the Configurator


Accessing the DeMeter Configurator 


Supported Browsers 

Before using the DeMeter platform, ensure you have installed and are planning on using a compatible browser software and version. The following browsers are supported for both the DeMeter Configurator and DeMeter dashboards.


Chrome 45 +Firefox 38 +Edge 12 +Opera 30 +Internet Explorer Not Supported


Connecting to the Configurator 

The DeMeter Platform consist of a set of services hosted on a suitable server. The DeMeter Configurator is a client application used to configure the platform/how the services interact. It is made available by the Desoutter DeMeter Service. To access it: 

  • Open your browser software
  • In the address bar, type the following:
http://[ServerAddress]/configurator
  • For example:
http://192.168.67.232/configurator

You should see a screen like below appear.


Unlocking the Configurator 

To unlock the DeMeter Configurator, click the padlock icon in the top-right corner to open a password property. Enter the required password to unlock the DeMeter Configurator menu for 24 Hours or until it is manually locked again.


Default password:

DeMeterPwd


To change the default password, alter the password field found inside of appsettings.json found at:

C:\ProgramData\Desoutter\DeMeter\API


If you find that appsettings.json doesn't exist at the above address then please create it by using the attached file or the contents seen here:

{
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Information"
    },
    "Debug": {
      "LogLevel": {
        "Default": "Information"
      }
    },
    "Console": {
      "LogLevel": {
        "Default": "Information"
      }
    }
  },
  "FMServiceSharpPort": "1980",
  "DeMeterDataDirectory": "C:\\ProgramData\\Desoutter\\DeMeter\\Api\\Data",
  "DeMeterDBAddress": "127.0.0.1",
  "DeMeterDBPort": 8666,
  "DeMeterBIURI": "http://localhost:1664",
  "MQTTPort": 1883,
  "ApiPort": 80,
  "Password": "DeMeterPwd"
}



json
(576 Bytes)