A development toolkit for simulating energy systems
Project description
Illuminator
The Illuminator is an easy-to-use Energy System Integration Development kit to demystify energy system's operation, illustrate challenges that arise due to the energy transition and test state-of-the-art energy management concepts. The kit utilises Raspberry Pi's as individual components of an energy system emulator, and the simulation engine is based on Mosaik.
Installation
Requirements
- The toolkit requires a RaspberryPi cluster with at least two nodes. But Illuminator can alos be installed in a PC.
- Miniconda (optional)
Using Conda
The environment.yml
provides all dependecies to create a conda environment called Ecosystem.
conda env create -f environment.yml
conda activate Ecosystem
Raspberry Pi Setup
The setup for the Illuminator requires one master Raspberry Pi and several clients Raspberry Pi's. Raspberry Pi's must be connected and configured as a local network, and the master must be configured to have permissions to access and control the clients through Secure Shell Protocol (SSH).
During simulation, the master engage with the clients to run the simulations defined in the simulation configuration, and
information is exchanged between Rasberry Pi's using network sockets.
The master provides a Dashboard to viazulize the results, and saves them to a .csv
files for later analysis.
Set up a Raspberry Pi cluster
-
Set an static IP addresse for each Raspberry Pi. Use the following command on the terminal to open the
dhcpcd.conf
file:sudo nano /etc/dhcpcd.conf
In the
dhcpcd.conf
file, find the information to change the IP address as static as following:interface etho static ip_address=192.168.0.1/24 # change the IP address as you want
Finally, reboot the Raspberry Pi suing
sudo reboot
on the terminal. -
Configure SSH connections so that the master can connect to the clients without a password.
-
Install the following Python packages.
pandas tk python-csv datetime python-math numpy scipy arrow mosaik mosaik_api mosaik.util wandb matplotlib itertools
-
Send the Illuminator package [TODO: What is the illuminator package?] to all clients. Use the following command on the master's terminal to check the connection between master and the clients
ssh illuminator@ip #ip represent your follower IP address
[TODO: This suggest that all Pi's need a user with the name 'illuminator']
-
Run the
buildcilentremoterun.py
file on each client and give all users execute permission to all the documents inrunshfile/
in order to make sure the leader can access the client model.chmod -R a+X *dir*
More detialed instructions are given in the user guide document and the model build up document.
PC Setup
To install the Illuminator in one regular PC:
- Clone this repository.
git clone https://github.com/Illuminator-team/Illuminator.git
- Create a conda environement using the YAML file in the root of the repository, as follows:
conda env create -f environment.yml
conda activate Ecosystem
- Refer to the documenation for an explanation on how to set up and run a simulation.
Contributing Guidelines
The Illuminator team accepts contributions to the Illuminator source, test files, documentation, and other materials distributed with the program. To contribute read our guidelines
License
Illuminator is available under a GNU Lesser General Public License (LGPL). The Illuminator team does not take responsibility for any damage or loss derive from using this sourcecode.
Citation
Please cite this software as follows:
A. Fu, R. Saini, R. Koornneef, A. van der Meer, P. Palensky and M. Cvetković, "The Illuminator: An Open Source Energy System Integration Development Kit," 2023 IEEE Belgrade PowerTech, Belgrade, Serbia, 2023, pp. 01-05, doi: 10.1109/PowerTech55446.2023.10202816.
Contributors
Many people have contributed to the development of Illuminator, we list their names and contributions below:
Role | Contributor |
---|---|
Conceptualization | A. Fu, A. Neagu, M. Cvetkovic, M. Garcia Alvarez, M. Rom |
Funding acquisition | A. Fu, M. Cvetkovic, P. Palensky |
Project management | A. Neagu, M. Cvetkovic |
Research | A. Fu, M. Cvetkovic, N. Balassi, R. Saini, S.K. Trichy Siva Raman |
Resources | R. Koornneef |
Software | A. Fu, J. Grguric, J. Pijpker, M. Garcia Alvarez, M. Rom. |
Supervision | A. Neagu, M. Cvetkovic |
Acknowledgements
The Illuminator team extends its sincere gratitude for the invaluable support and contributions from our dedicated members:
- Aihui Fu, who played a pivotal role as the main developer for both Versions 1.0 and 2.0.
- Remko Koornneef, whose expertise in hardware development has been instrumental.
- Siva Kaviya, for her significant contributions to the development of the initial version.
- Raghav Saini, for his substantial involvement in developing the models for Version 1.0.
- Niki Balassi, for his crucial role in advancing the multi-energy system models in Version 2.0.
Each of these individuals has been essential in shaping the success and evolution of our project. We are profoundly thankful for their dedication and expertise.
- The Illuminator project is supported by TU Delft PowerWeb and Stichting 3E.
- The development of the Illuminator was supported by the Digital Competence Centre, Delft University of Technology.
Contact and Support
For more comprehensive support, please contact us at illuminator@tudelft.nl. Additionally, you can reach out to the main contributors for specific inquiries:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file illuminator-3.0.0a1.tar.gz
.
File metadata
- Download URL: illuminator-3.0.0a1.tar.gz
- Upload date:
- Size: 39.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a19be708e8323528856485e54c6a13a7ecf0f7b802a44f9d45d2cd1bde5814a |
|
MD5 | 3d5cb9133aa3e86e103a8d8debc36bb9 |
|
BLAKE2b-256 | 413b9506a23bb60a1796c18957b3ebfa3678b66394b0828fa6b1af9fa964f0b7 |
File details
Details for the file illuminator-3.0.0a1-py3-none-any.whl
.
File metadata
- Download URL: illuminator-3.0.0a1-py3-none-any.whl
- Upload date:
- Size: 11.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22bbf409b56cfc0237e0225bf6c41e2bf6735ad67d4750963c75bf3ab9c67c3b |
|
MD5 | 6ea5312639d5b2d1e2249f35b124b995 |
|
BLAKE2b-256 | 2f64a17b8dbce9be2560837154f404085d680bf1977bd539c10edc78f3a0d7fb |