innoTUgrid / frontend

1 stars 0 forks source link

Data ingestion for Energy Flow page #144

Open Tobiasloch opened 6 months ago

Tobiasloch commented 6 months ago

Uses the same data as the energy consumption diagram, so have a look there.

gretamaltsenko commented 5 months ago

We need data from the backend, as according to 2nd requirements workshop differentiation between electricity and heating should happen

Tobiasloch commented 5 months ago

left: energy mix (from consumption endpoint) middle: 0.7 heating vs 0.3 electricity (hard coded) right: per consumer (use /v1/ts and get identifier from /v1/meta)

Tobiasloch commented 5 months ago

Filter the consumer in the meta page by the consumer field equals true. The meta id can be used to filer the data points of the time series table

Tobiasloch commented 5 months ago

the current version has some problems with aggregating the data correctly. This will be fixed after the backend implemented further features