This package provides a node for Node-RED to access the (inofficial) Wiener Netze Smart Meter B2B API. So far only querying of Zählpunkte (metering points) metadata and Messwerte/Zählerstände (meter readings) is supported. The currently implemented authentication (via log.wien username and password) is a workaround as long as Wiener Netze is incapable of offering official API access, which has, however, been announced (see portal user settings or official manual, section 7.1).
npm i @vrilcode/node-red-wnsm-b2b
- Wiener Netze Smart Meter B2B portal
- Manual for Wiener Netze Smart Meter B2B portal (German)
- Technical docs for Wiener Netze Smart Meter B2B API (German)
- Home Assistant implementation in Python, which was a starting point for this package (and which in turn was inspired by this Python code)