Skip to content

Consumption forecast

Matthias Strubel edited this page Mar 1, 2025 · 15 revisions

under construction

Currently available consumption forecast providers:

  • csv

Configuration since 0.5.0

consumption_forecast:
  type: csv
  csv:
    annual_consumption: 4500 # total consumption in kWh p.a. the load profile
    load_profile: load_profile.csv #name of the load profile file within the config folder

Before 0.5.0:

consumption_forecast:
    annual_consumption: 4500 # total consumption in kWh p.a. the load profile
    load_profile: load_profile.csv #name of the load profile file within the config folder

CSV

csv needs to be in config folder

2025-03-01 18:43:35 INFO [FC Cons] The annual consumption of the applied load profile is 3225.2876977966316 kWh 2025-03-01 18:43:35 INFO [FC Cons] the hourly values from the load profile are scaled with a factor of 1.40 to match the annual consumption of 4500 kWh

fields: month,weekday,hour,energy (energy in Wh)

month(1..12), weekday(0..6, 0-Monday), hour(0..24) and Energy in Wh

Clone this wiki locally