Copyright (c) 2017-2022, Battelle Memorial Institute
Documentation: http://tesp.readthedocs.io
License: https://github.com/pnnl/tesp/blob/main/LICENSE
TESP provides a set of simulation tools and example implementations of transactive systems to provide a means of more easily developing and evaluating transactive systems. TESP utilizes the HELICS co-simulation framework to enable coordination between a number of simulation tools: GridLAB-D, EnergyPlus v9.3, AMES/PSST, PYPOWER and ns-3 (optimized build with logging enabled). TESP comes with several test cases, including the NIST TE Challenge 2, the SGIP use case 1, and an 8-bus test system for ERCOT. There are examples of the double-auction real-time market in real-time and day-ahead modes, and a transactive consensus mechanism for large buildings. The intended use case for TESP is to focus on the development and testing of transactive control agents, without having to build up a large system simulation infrastructure. There are sample agents provided in Python 3.6+, Java 11+, and C/C++.
TESP runs natively on Linux and can be installed by following a simple process detailed in the documentation. The rest of the documentation can be found at TESP's ReadTheDocs site.
Change log:
- v0.1.2 Patch for tape shield / concentric neutral cables with separate neutral conductor.
- v0.3.0 Refactored agent classes for DSO+T study.
- v0.9.5 HELICS, MATPOWER/MOST, ERCOT and E+ 9.3 examples.
- v1.0.0 There are examples of the double-auction real-time market in real-time and day-ahead modes, and a transactive consensus mechanism for large buildings. The intended use case for TESP is to focus on the development and testing of transactive control agents, without having to build up a large system simulation infrastructure. There are sample agents provided in Python 3.6+, Java 11+, and C/C++.
- Version 1.1.1 Updated installation method and documentation. Patches for SGIP1, consensus mechanism, standalone house generator. Updated examples from Helic2.8 to Helics3.0. Added DSO Stub case for agent testing.
- Version 1.1.3 Updated some documentation and build patches.
- Version 1.1.4 Updates to auto testing and minors bug fixes for Comm cases using HELICS3.0.
- Version 1.1.5 Updates to auto testing and minors bug fixes for install and a better loadshed example.
- Version 1.2.0 Updates to auto testing and minors bug fixes. Version changes for HELICS 3.3, GridLABD 5.0. Reorganize enviroment and updated documentation. Add more loadshed N3 examples.