@vital91/node-red-contrib-ecowatt 0.1.2
A sample node to get RTE EcoWatt forcast
node-red-contrib-ecowatt
Nodered Node to get RTE ecowatt forcast
Description
Make API call to French RTE Site ("Réseau de Transport d'Electricité") in order to retrieve "ecowatt" forcast.
API documentation here : https://data.rte-france.com/documents/20182/224298/FR_GU_API_Ecowatt_v04.00.01.pdf
Installation
npm i node-red-contrib-ecowatt
Setup
- Drag and drop "echowatt" Node into your Nodered project.
- Go to RTE digital site : https://data.rte-france.com/create_account and create new account.
- Login and Search for "ecowatt" application.
- Select "Discover the API"
- Select "Subscribe to API" --> Window "Create an application will open"
- Provide a Name for the application (eg. "NodeRed") Select Type "Web/Server" Click Validate
- Goto "My Applications"
- Select the newly created application
- Press "Copy to base 64" button.
- past the copied string into "Oauth STR" properties of the "ecowatt" Node.
Usage
- It is allowed only one call every 15mn to the API, subsequent calls are blocked until time out occure.
- Option "Use RTE Sandbox URL" allow unlimited calls but the structure returned is always the same (usefull to understand the format).