A mobile app that provides a traffic light (red - amber - green) display representing the current electricity cost in Finland.
1. Clone the repo
git clone https://github.com/maukku/ECTL.git
2. Install NPM packages
npm install
3. Run the Code
cd ECTL
npm start
The data used in this app is retrieved from the ENTSO-E Transparency Platform, which provides electricity data for the European market.
The restful API is a synchronous interface.
https://web-api.tp.entsoe.eu/api? followed by Parameter Name = Parameter Value, where each pair of parameter name and value are separated by &
The user guide is available at https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html
Maximum of 400 requests are accepted per user per minute.
To request access to the Restful API, please register on the Transparency Platform (https://transparency.entsoe.eu/) and send an email to [email protected] with “Restful API access” in the subject line. Indicate the email address you entered during registration in the email body. Once access has been granted, after logging in on Transparency Platform, users will find a button to generate their token under 'My Account Settings' on TP.
This app was developed using a devleoper's private API Key, which will be deleted by the end of 2022. Future developers must follow the above instructions to get their own API key.
Document Type: A44 - Price Document In_Domain: 10YFI-1--------U - Finland Region Out_Domain: 10YFI-1--------U - Finland Region
Data is returned in XML Format.
Color | Hex |
---|---|
Main | ![]() |
Red (high price) | ![]() |
Amber (Average price) | ![]() |
Green (low price) | ![]() |
- Current price of electricity
- Graph showing the price of electricity for the whole day.
- Indicator that displays the time of the best and worst price of the day, on the chart
- Also displayed are yesterday's, today's and tomorrow's high and low prices for better price control.