We brought together our computer science students from the IT Master program Services Computing with the students from the electrical engineering department at the Reutlingen University. In a 2-day hackathon on July 5/6, 2018 they have implemented a prototype blockchain based P2P transactions for an energy microgrid. See the video below to get an impression on the solution they came up. The teams’ docs: Team 1, Team 2

Video:

Blockchain based P2P transactions in energy microgrid, DEE IoT Hackathon

Background

Prof. Coll-Mayor and Prof. Notholt research energy microgrids. Therein, energy consumers and producers relate their energy haves and needs with each other. Running such a grid without a central authority provides an valuable mode of operation, where participants execute transactions in a P2P manner.

My research focus is the Internet of Things (IoT). Primarily, in the Internet of Things (IoT), Smart Data Services become business relevant first-class resources and enable new business models. As a result, Data Products emerge where products and services embodying data intelligence provide novel value propositions to the user.

Motivation and Goal

By enabling energy producers and consumers to act locally with each other in a microgrid utilizing smart software services running directly on inter-connected things or devices, we are able transform physical resources into first-class business objects.

We believe novel applications will stem from this approach and we want to establish a laboratory environment at the Reutlingen University to study and develop these applications.

Our goal is support research and teaching on IT based physical business objects.

Lecture and Research

Smart Contracts on Blockchain may offer an potential technology to implement P2P transactions in energy microgrids.

Students from both, computer science and electrical engineering departments, worked together to learn about the blockchain approach and apply them in a prototype implementation of a microgrid scenario.

First, they attended the lecture on Distributed Energy Economy given by Prof. Coll-Mayor. They learned about microgrids, the various stakeholders and their business and technical relations with each other. Several lab exercises have taught them the fundamentals in the technical principles of blockchain as well as the programming of Ethereum smart contracts using Solidity.

Hackathon

Hackathon’s objective: to demonstrate the technical feasibility of blockchain based P2P transactions in a energy microgrid use case.

The basic setting provided simulated loads by a photovoltaic system, battery, combined heat and power unit. Raspberry Pi embedded computers made up the IoT part for building a device network executing smart contracts between the network participants.

The students were split into two teams. In both teams computer science students as well as electrical engineering students took part. Using UML modelling diagrams they were quickly able to achieve a common understanding on their envisioned prototype design.

The teams came up with different solutions concepts:

  • P2P transactions between the network participants using a single smart contract. It basically works like a market place.
  • A single smart contracts for each network participant. In this concept several smart contracts interact with each other.

Students working in the hackathon

It was impressive to see how students from different departments worked together - a true cross-educational endeavour.

Resources

My students have compiled a comprehensive documentation available on as gitbook. Check out their material.