Skip to content

Commit

Permalink
Fix: detach from metering call for balancing removed to allow tracing…
Browse files Browse the repository at this point in the history
…. (temp)
  • Loading branch information
zoernert committed Jan 27, 2024
1 parent 3886af4 commit a77c0a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[![codecov](https://codecov.io/gh/energychain/STROMDAO_EAFs/graph/badge.svg?token=O04DB3uPAJ)](https://codecov.io/gh/energychain/STROMDAO_EAFs)
![GitHub issues](https://img.shields.io/github/issues/energychain/STROMDAO_EAFs)

# EAFs - Zählerstandsgangmessung für dynamische Stromtarife
**Referenzimplementierung der STROMDAO GmbH**
**Das [STROMDAO Energy Application Framework (EAF)](https://energy.js.org) ist eine Open-Source-Referenzimplementierung für digitale Energieinfrastruktur. Es dient zur Modellierung, Analyse und Entwicklung von Energiesystemen und -anwendungen. Das EAF wird in verschiedenen Kontexten eingesetzt, darunter für die Entwicklung maßgeschneiderter Energieanwendungen für Endnutzer und zur Förderung nachhaltigen Verhaltens. Es handelt sich um ein Werkzeug, das eine offene und interoperable Umgebung für Energieanwendungen schafft. Darüber hinaus ist das EAF Teil eines größeren Vorhabens zur Schaffung eines Referenzrahmens für energiebezogene Anwendungen und Einsparungen.**

Das STROMDAO Energy Application Framework (EAF) adressiert die Aspekte der Implementierung dynamischer Tarife wie folgt:

Expand Down
3 changes: 2 additions & 1 deletion framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
![GitHub issues](https://img.shields.io/github/issues/energychain/STROMDAO_EAFs)

# STROMDAO-EAF
The [STROMDAO Energy Application Framework (EAF)](https://github.com/energychain/STROMDAO_EAFs) provides an innovative platform for electricity providers to implement and offer dynamic, event-variable electricity tariffs.

The [STROMDAO Energy Application Framework (EAF)](https://github.com/energychain/STROMDAO_EAFs) is an open source reference implementation for digital energy infrastructure. It is used to model, analyze and develop energy systems and applications. The EAF is used in various contexts, including the development of customized energy applications for end users and the promotion of sustainable behavior. It is a tool that creates an open and interoperable environment for energy applications. In addition, the EAF is part of a larger project to create a common European reference framework for energy-related applications and savings.

## Demo

Expand Down
2 changes: 1 addition & 1 deletion framework/docs
Submodule docs updated from d20274 to b0ff45
2 changes: 1 addition & 1 deletion framework/services/loadprofile.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module.exports = {
}
// Forward to balancing (asynchronously)
ctx.params.autoseal = 1; // Auto seal for meter readings the previous epoch
ctx.call("balancing.addSettlement",ctx.params);
await ctx.call("balancing.addSettlement",ctx.params);
return;
}
},
Expand Down

0 comments on commit a77c0a9

Please sign in to comment.