Skip to content

Lapland-UAS-Tequ/tequ-node-red-entso-e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tequ-node-red-entso-e

Query electricity spot prices from ENTSO-E Transparency Platform.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm Lapland-UAS-Tequ/install tequ-node-red-entso-e

Information

Queries electricity spot prices from ENTSO-E Transparency Platform.

Inputs

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

Outputs

: payload (array) : Spot prices. Array of JSON objects.

Values in JSON object

: ts (string) : Timestamp UTC.

: price (number) : Spot price for timestamp.

Details

For more information about possible parameter values, please look:

ENTSO-E API docs

About

Node-RED node to query electricity spot prices from ENTSO-E Transparency Platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published