mode2k / node-red-contrib-smartmeter

Node to provide data from smartmeters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-contrib-smartmeter

npm version Dependency Status license

Node-RED Node, that reads and parses the data from smartmeter devices. Supports for example Hager eHz Energy Meter, EMH Energy Meter, EFR SmartGridHub, Siemens 2WR5, Elster AS1440, Iskraemeco MT174, Itron EM214 Typ 720.

This work depends on the smartmeter Module (smartmeter@github and smartmeter@npm).

Install

Just run

    npm install node-red-contrib-smartmeter

How to use

Connect your reader and configure the smartmeter node.

Example

[{"id":"55761f32.81b66","type":"smartmeter","z":"58f83f17.8d781","name":"","ip":"192.168.0.20","port":"8888","x":460,"y":400,"wires":[["294e49ea.47ce96"]]},{"id":"2be68b81.81e9a4","type":"inject","z":"58f83f17.8d781","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":260,"y":400,"wires":[["55761f32.81b66"]]},{"id":"294e49ea.47ce96","type":"debug","z":"58f83f17.8d781","name":"","active":true,"console":"false","complete":"false","x":670,"y":400,"wires":[]}]

About

Node to provide data from smartmeters

License:MIT License


Languages

Language:HTML 86.1%Language:JavaScript 13.9%