@vrilcode/node-red-wnsm-b2b
v1.2.1
Published
Wiener Netze Smart Meter B2B API node for Node-RED
Downloads
8
Maintainers
Readme
Wiener Netze Smart Meter B2B API node for Node-RED
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). Be aware that the B2B API is not yet an official production version and can therefore change spontaneously. It is therefore advisable to check whether the requested data has been received.
Installation
npm i @vrilcode/node-red-wnsm-b2b
References
- 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)