OpenEnergyDashboard / OED

Open Energy Dashboard (OED)
Mozilla Public License 2.0
75 stars 263 forks source link

avoid file write/read in test data #1131

Closed huss closed 4 months ago

huss commented 7 months ago

Is your feature request related to a problem? Please describe.

Currently OED creates data, writes to a file and then reads from the file to associate the readings with the meter. It would be good to avoid the file write/read for the test data for developers and the website.

Describe the solution you'd like

See above.

Describe alternatives you've considered

Use the current, slower process.

Additional context

None

kramosss commented 7 months ago

Hi, I would like to work on this issue.

huss commented 4 months ago

PR #1233 listed this as partly addressed. It clearly fixed for developer data. The same holds for the website but that is mostly read from data files that cannot be removed. Thus, this is considered closed since done.