Query electricity spot prices from ENTSO-E Transparency Platform.
Run the following command in your Node-RED user directory - typically ~/.node-red
npm Lapland-UAS-Tequ/install tequ-node-red-entso-e
Queries electricity spot prices from ENTSO-E Transparency Platform.
msg.payload
is used to override parameters configured in Node dialog.
: payload (object) : JSON object containing one or more query parameters.
Possible parameters in msg.payload
: securityToken (string) : API key
: documentType (string) : Document type, Default is A44
: in_Domain (string) : In Domain, Default is 10YFI-1--------U
: out_Domain (string) : Out Domain, Default is 10YFI-1--------U
: periodStart (string) : Query period start time 202305162100
: periodEnd (string) : Query period end time 202305172100
: payload (array) : Spot prices. Array of JSON objects.
Values in JSON object
: ts (string) : Timestamp UTC.
: price (number) : Spot price for timestamp.
For more information about possible parameter values, please look: