Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

rithviknishad/daeg

Open more actions menu

Repository files navigation

Distributed & Autonomous Energy Grid

A scalable and distributed framework for energy grids.

Abstract

// TODO

Terminologies

  • EP Address (Energy Prosumer Address) is the unique address of a prosumer. This address is scoped using : to signify the network level. For example prosumer of address 1F28:1992:1990:1001 and 1F28:1992:1990:2939 lies in the same microgrid. Whereas, 1F28:1992:1929:1003 and 1F28:1992:F266:1003 lies in another microgrid that is connected directly through one level above (i.e. parent grid of the microgrid).

ECP Energy Contract Protocol

// TODO, Research on existing protocols, or create our own protocol.

Energy Trade Transaction Records (JSON Example)

{
  "<transaction_id>": {
    "producer_ep_addr": "1F28:1992:1999:1000",
    "consumer_ep_addr": "1F28:1992:1999:1002",
    "opening": "<timestamp>",
    "closing": "<timestamp>",
    "units_req": 100,
    "distance": 12,
    "estimated_losses": 1,
    "unit_usage_price": 1,
    "unit_reservation_price": 1,
    "excessive_usage_multiplier": 1.25,
    "units_transferred": 80,
    "transaction_status": "open",
    "total_charges": 200
  }
}

About

DAEG is about Decentralized and Autonomous Energy Grid project to provide a framework to manage clusters of DC microgrid.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.