Skip to content

Introduction and Goals

This document provides a comprehensive view on the architecture of the EDDIE software system (or EDDIE system hereinafter), following the guidelines of the arc42 template. The EDDIE software system is part of the EDDIE project which aims at addressing the lack of large-scale, uniform, and streamlined access to energy data across European member states, facilitating the establishment of a common European energy data space. The EDDIE system aims at providing an open-source framework for secure and efficient energy data sharing, supporting energy service providers and energy service companies (also referred to as eligible parties hereinafter) as well as final customers and other stakeholders.

The EDDIE software system is defined as a system of systems, consisting of three internal systems:

  1. EDDIE Framework: Focuses on providing historical and (near) real-time energy data to energy services.
  2. AIIDA: This is the Administrative Interface for In-house Data Access (AIIDA) which focuses on accessing real-time energy data from energy metering devices.
  3. Marketplace: Focuses on facilitating the communication between customers and eligible parties.

The main goals of the EDDIE system are the following:

GoalDescription
Enable secure energy data accessImplement a system to securely access historical and near real-time energy data from diverse sources across European member states.
Facilitate in-house energy data sharingDevelop AIIDA to allow customers to share real-time energy data from their metering devices (e.g., smart meters).
Ensure interoperability across systemsSupport standardized data exchange and integration with various national and regional energy data-sharing infrastructures to create a unified European energy data interface.
Empower customers and eligible partiesProvide an interface that enables customers and eligible parties to use the EDDIE system for sharing energy data and for running energy services, e.g., to improve energy efficiency, predictability, and demand response, among others.
Enhance customer control and permission managementImplement customer-controlled permission management, allowing users to grant and revoke access to their energy data in compliance with GDPR.
Build a marketplace for energy data servicesDevelop the Marketplace to connect customers with eligible parties, allowing customers to discover and utilize energy services running over the EDDIE Framework.
Promote open-source and scalabilityEnsure that the EDDIE system remains open-source, modular, and scalable, enabling broad adoption and community improvements.

Requirements Overview

This section aims at providing an overview with the main functional and non-functional requirements of the EDDIE system.

Functional Requirements

IDRequirementDescription
FR1DecentralizedThe system shall operate in a decentralized manner, allowing independent deployment by eligible parties, and allowing the customers to select who can access their data. No central entity shall have access to all the customer data without the explicit permission of customers.
FR2In-house data accessThe system shall enable customers to share energy data from their metering devices at home, such as smart meters, and IoT home automation devices.
FR3Security, privacy, and complianceThe system shall ensure secure data access, respect for personal information, and compliance with GDPR and other relevant regulations, such as the Directive (EU) 2019/944.
FR4InteroperabilityThe system shall support integration with different national and regional energy data-sharing infrastructures, ensuring seamless access to energy data across European member states.
FR5Consent and permission managementThe system shall allow customers to grant, manage, and revoke access permissions for their energy data.
FR6Easy deployment and use by eligible partiesThe system shall provide simple deployment mechanisms that allow eligible parties to easily integrate energy data into their services.
FR7Enables energy service discoveryThe system shall provide a marketplace where customers can connect with eligible parties offering energy services.

Non-Functional Requirements

IDRequirementDescription
NFR1UsabilityThe system shall provide user-friendly interfaces for both customers and eligible parties, ensuring ease of use and intuitive navigation.
NFR2ScalabilityThe system shall support multiple customers without significant performance degradation.
NFR3Open-sourceThe system shall be maintained open-source, aiming to encourage contributions from the energy community.
NFR4Modularity and extensibilityThe system shall be modular, allowing extensions and adaptation without disrupting existing functionality.

Quality Goals

The quality goals of the architecture aim at expressing the system's priorities regarding effectiveness and efficiency.

Primary Quality Goals

IDQuality GoalDescription
QG1InteroperabilityEnsure seamless integration with multiple regional data-sharing infrastructures across European member states.
QG2Security and PrivacyProtect sensitive customer data by adhering to GDPR and ensuring secure data transfer, storage, and processing.
QG3MaintainabilityEnsure the system is made open-source, and is easy to modify, extend, and maintain, encouraging community involvement.

Secondary Quality Goals

IDQuality GoalDescription
QG4ScalabilitySupport the handling of multiple customers and large volumes of data, including real-time data streams from European metering points.
QG5UsabilityDeliver intuitive, user-friendly interfaces for the customers and eligible parties, ensuring smooth navigation and interaction.
QG6ReliabilityProvide a highly reliable system with minimal downtime to ensure uninterrupted access to energy data.
QG7PerformanceEnsure low latency data access for the energy services of the eligible party.
QG8PortabilityEnsure that the system can be deployed on various platforms, including cloud computing, on-premise computing infrastructure, and edge devices.

Stakeholders

The stakeholders of the system's architecture include all roles and organizations that influence/depend on the architecture documentation, i.e., those who need to understand the architecture, interact with the system, or work with the source code. An overview of the key stakeholders is provided below.

RoleStakeholderExpectations
System developersEDDIE framework developers, AIIDA developers, Marketplace developersClear and maintainable documentation that facilitates easy and continuous contributions.
Eligible partiesEnergy service providers, flexibility service providers, balance responsible partiesWell-documented architecture that explains the access to energy data, and the integration with energy services.
CustomersEnd users, energy consumers, prosumersClear customer permission management processes and transparent data-sharing mechanisms.
Energy data-sharing infrastructure operatorsDistribution System Operators (DSOs), Transmission System Operators (TSOs), Meter Data Administrators (MDAs), Consent Administrators (CAs)Well-documented data access processes, compliance with regulatory requirements.
Open-source communitySoftware developers, energy communityWell-documented architecture, clear contribution guidelines, open access to source code.
IT System operatorsHosting providers, IT administrators, DevOps teamsClear deployment documentation.
Architecture decision-makersSystem architects, technical leads, product ownersWell-defined architecture documentation, clear rationale for architectural decisions.
Regulatory and compliance bodiesPolicy makers, regulators, standardization organizationsClear processes ensuring compliance with data protection regulations and energy data access policies.