You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides a node for [Node-RED](https://nodered.org/) 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 `contrib`.
4
+
5
+
# Installation
6
+
7
+
```
8
+
npm i @vrilcode/node-red-wnsm
9
+
```
10
+
11
+
# Usage without Node-RED
12
+
13
+
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.
*[Docs for Wiener Netze Smart Meter API](https://api-portal.wienerstadtwerke.at/portal/apis/7f8a1cce-2a7e-4b18-840b-b0387ed9a3fc/apidocumentation) (German)
0 commit comments