Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.4 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.4 KB

node-red-contrib-smartmeter

npm version 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 great 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. An external trigger is only needed by some smartmeters.

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":[]}]