Facades that can be expandable have an attribute capacity_potential, which means the maximal possible capacity. It is missing in facade_attrs.
How to fix that? Have a look at the files in oemoflex/model/facade_attrs/. Each file describes the attributes that the respective facade has. Have a look at oemof.tabular.facades to see which facade classes have the attribute capacity_potentialand if they do, add a line in the respective file in oemoflex/model/facade_attrs/<file_name.csv>.
Facades that can be expandable have an attribute capacity_potential, which means the maximal possible capacity. It is missing in facade_attrs.
How to fix that? Have a look at the files in
oemoflex/model/facade_attrs/
. Each file describes the attributes that the respective facade has. Have a look at oemof.tabular.facades to see which facade classes have the attributecapacity_potential
and if they do, add a line in the respective file inoemoflex/model/facade_attrs/<file_name.csv>
.