node-red-contrib-energy-meter
Version:
A Node-RED node to read modbus data from Eastron energy meter and present it into Human readable format
41 lines (39 loc) • 1.08 kB
JSON
{
"name": "node-red-contrib-energy-meter",
"version": "0.0.1",
"description": "A Node-RED node to read modbus data from Eastron energy meter and present it into Human readable format",
"main": "energy-meter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"energy-meter": "energy-meter.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/hj91/node-red-contrib-energy-meter.git"
},
"bugs": {
"url": "https://github.com/hj91/node-red-contrib-energy-meter/issues"
},
"homepage": "https://github.com/hj91/node-red-contrib-energy-meter#readme",
"keywords": [
"node-red",
"energy",
"meter",
"Energy Meter",
"Modbus",
"Industry",
"Smart Factory",
"Pune",
"India",
"Eastron"
],
"author": "Harshad Joshi",
"email": "harshad@bufferstack.io",
"url": "https://github.com/hj91",
"license": "GPL-3.0",
"dependencies": {}
}