Electricity maps
The Electricity Maps app provides Eliona with real-time data on the power grid from Electricity Maps, including CO₂ intensity and share of renewable energy for various geographic zones
Was this helpful?
The Electricity Maps app provides Eliona with real-time data on the power grid from Electricity Maps, including CO₂ intensity and share of renewable energy for various geographic zones

Install the Electricity Maps app via the Eliona App Store.
Create an account at Electricity Maps
Subscribe to the appropriate API plan (free version available for basic use in one region)
Generate an API key in your account settings and save it for the Eliona configuration
Configurations can be created in Eliona under Settings > Apps > Electricity Maps which opens the app interface. Generic Frontend Use the configuration endpoint with the PUT method.
The configuration requires the following data:
apiKey
Electricity Maps API key from the previous step
Yes
enable
Flag to enable/disable this configuration
Yes
refreshInterval
Interval in seconds for data synchronization (at least 300 recommended)
Yes
requestTimeout
API query timeout in seconds
No (default: 120)
projectIDs
List of Eliona project IDs for data collection
Yes
Example configuration JSON:
After configuration, the app creates an asset type Electricity Zone. You can create multiple assets of this type, each representing a geographic zone to be monitored.
Create a new asset of type Electricity Zone
Click the asset's edit button
In the "More information" section, set the zone identifier (e.g. "CH" or "Switzerland" for Switzerland, "DE" or "Germany" for Germany)
Save the asset configuration
Refresh the page to check whether the app has correctly identified the zone
The asset will then be populated with grid data:
carbon_intensity
CO₂ intensity of electricity consumption
gCO₂eq/kWh
renewable_percentage
Share of renewable energy in electricity consumption
%
fossil_free_percentage
Share of fossil-free energy in electricity consumption
%
The app creates a root asset called "Electricity Maps Root", which provides information about the app's status:
Asset status: Active/Inactive indicates whether the app is running
Status attribute: Shows the current operating status. If the app status is not "OK", this indicates that the app may not be functioning properly. If the error condition persists, let us know by submitting a bug report.
The Electricity Maps app enables:
Real-time monitoring of the grid's CO₂ intensity
Tracking the share of renewable energy
Optimization of energy procurement
ESG reporting and sustainability tracking
Load management strategies based on grid composition
CO₂-aware load shifting
Was this helpful?
Was this helpful?
{
"apiKey": "your-api-key",
"enable": true,
"refreshInterval": 900,
"requestTimeout": 120,
"projectIDs": [
"10"
]
}