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
.
npm i @vrilcode/node-red-wnsm
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.
- Wiener Netze Smart Meter-Portale (German)
- Wiener Stadtwerke Developer-Portal (German)
- Docs for Wiener Netze Smart Meter API (German)