1.0.0 • Published 2 years ago

nr-strompreis v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

nr-strompreis

NodeRed Node to retrieve electricity price in Germany (local and national)

Introduction

Retrieves and provides data by public service for Marktdaten-Strompreis.

Input

Uses either msg.payload or msg.payload.zip as zipcode (Postleitzahl) to calculate local prices. Overwrites Postal Code given in node configuration.

Outputs

Latest electricits price for Germany as msg.payload:

Sample Output

{
      "start_timestamp": 1669314600000,
      "end_timestamp": 1669318200000,
      "marketprice": 285.5,
      "unit": "Eur/MWh",
      "localprice": 269.51,
      "localcell": "Wiesloch(69168)"
}

Maintainer / Imprint

LICENSE

Apache-2.0