Skip to content

vrilcode/node-red-wnsm

Repository files navigation

Wiener Netze Smart Meter API node for Node-RED

This package provides a node for Node-RED to access the Wiener Netze Smart Meter API (see references). You can retrieve consumption values (Verbrauchsdaten), meter readings (Zählerstände) and metadata of metering points (Zählpunkte). Minimal example flows are included in directory examples.

Installation

npm i @vrilcode/node-red-wnsm

Usage without Node-RED

You can use this package also with your regular JS/TS application without Node-RED. An example code is provided in contrib/wnsm-client.mjs, which can be executed via npm run client, if an according .env file exists.

References