Skip to content

[Bug] Wrong unit in simulation output for optimized_add_cap in energy_production #973

Description

@SimonAtWattscout

Optimized_add_cap in energy_production is in the unit kWh, should be kW or kWp instead of kWh

Simplified example output:

{
   ...
     "energy_production": [
        {...
        "optimized_add_cap": {
             "unit": "kWh",  <--- Wring unit
             "value": 850
         },
      ...}],
...} 

Running on Linux with MVS version 1.1.0
Steps to reproduce issue:

  • Create a scenario like in the image below
  • Set optimized capacity to true in Energy Production PV
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions