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.
- Host: GitHub
- URL: https://github.com/conectric/ekm-config-tool
- Owner: Conectric
- Created: 2020-02-19T02:57:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T16:43:42.000Z (over 3 years ago)
- Last Synced: 2025-01-24T15:29:34.065Z (over 1 year ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.