node-red-contrib-smartmeter 0.6.3
Node, that reads and parses values from smartmeter devices
node-red-contrib-smartmeter
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":[]}]