nr-strompreis
v1.0.0
Published
NodeRed Node to retrieve electricity price in Germany (local and national)
Downloads
20
Maintainers
Readme
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)"
}