Skip to content

Commit

Permalink
feat: add basic co2 emissions (#3)
Browse files Browse the repository at this point in the history
* feat: add basic co2 emissions

* update dashboard

* upgrade dashboard

* more references

* keep secret while helm upgrade

* pie chart mean

* compute co2 rate

* fix sum

* fix sum

* new metrics with co2 summary and exposed constants

* debug error 500

* fix geothermal

* fix sum

* fix sum

* fix sum

* rename bio metrics in eco

* refresh dashboard

* bump chart/app version

---------

Co-authored-by: Frank Kloeker <[email protected]>
  • Loading branch information
y-eight and eumel8 authored Nov 11, 2023
1 parent cb5ec91 commit b5ebb81
Show file tree
Hide file tree
Showing 6 changed files with 771 additions and 222 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ entsoe_generation_fos 0.23437570916352743

Ref: CO2 emissions factor:

https://iinas.org/app/uploads/2023/10/IINAS_2023_KEV_THG_Strom-2022_2030-2050.pdf
- https://iinas.org/app/uploads/2023/10/IINAS_2023_KEV_THG_Strom-2022_2030-2050.pdf
- https://impactful.ninja/the-carbon-footprint-of-biomass-energy/
- https://www.hydropower.org/blog/carbon-emissions-from-hydropower-reservoirs-facts-and-myths
- https://www.rte-france.com/en/eco2mix/co2-emissions
- https://www.geothermal-energy.org/pdf/IGAstandard/WGC/2010/0209.pdf

## Credits

Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ annotations:
catalog.cattle.io/display-name: CaaS Carbon Footprint
name: caas-carbon-footprint
description: A Helm chart for carbon footprint measurement
version: "0.0.4"
appVersion: "0.3"
version: "0.0.5"
appVersion: "0.0.5"
keywords:
- monitoring
dependencies:
Expand Down
Loading

0 comments on commit b5ebb81

Please sign in to comment.