An open API service indexing awesome lists of open source software.

https://github.com/conectric/ekm-config-tool

Configuration tool for EKM OmniMeters when used with Conectric RS485 solution.
https://github.com/conectric/ekm-config-tool

Last synced: about 1 year ago
JSON representation

Configuration tool for EKM OmniMeters when used with Conectric RS485 solution.

Awesome Lists containing this project

README

          

### Conectric EKM Configuration Tool

This tool allows you to configure properties of EKM meters that are connected to a Conectric mesh network using Conectric's RS-485 devices.

At the moment the following functionality is supported:

* Set CT Ratio.

### Setup

This tool requires Node.js 8.9.4 or newer. To install dependencies:

```
$ npm install
```

### Configuration File

This tool reads a JSON file to configure meters. When using this tool with Conectric's gateway, you should setup the meter configurations that you require in the gateway's `meters.json` file ([read documentation](https://github.com/Conectric/node-gateway)).

### Configuring Meter CT Ratios

Once you have configured the `meters.json` file, run the tool to set the meter CT ratios as follows (if you are using this tool on the Conectric Gateway then you will need to stop the gateway service first):

```
$ npm run setct /meters.json
```

The tool will loop over each meter that has a CT ratio set in the `meters.json` file, and send the appropriate configuration commands to the meter.

If you are using this tool on the Conectric Gateway then you will need to restart the gateway service now.