HiSim
HiSim copied to clipboard
HiSim - House Infrastructure Simulator
additional ems strategy to split surplus parallel to components if they have the same source weight.
EMS Controller create automatically outputs for battery, advanced hp, modular hp, even components are not in system setup. When using more advanced hp, ems controller test failed, due to incorrect...
compute_kpis.py is very long. maybe it would make sense to make several modules out of it?
extension of hydrogen storage: - stand by losses - energy consumption for hydrogen compression (dependent on hydrogen mass flow)
- [ ] Remove `possibly-used-before-assignment` from ignored rules in `pylintrc-critical-only` - [ ] Solve the linting errors below ```bash Run pylint --rcfile pylintrc-critical-only $(git ls-files '*.py') pylint --rcfile pylintrc-critical-only $(git...
- new version of hisim for pypi 1.2.0 - make sure hisim system setup works for workshop
- slight changes on household_cluster for optimization with building sizer - use similar classes as modular_household - separate KPI generation and opex and capex cost calculation from report generation to...
Hello, I have tried the sample example provided in the readme, and I do get this error: ``` File "hisim/venv/lib/python3.12/site-packages/hisim/component.py", line 21, in from hisim.postprocessing.kpi_computation.kpi_structure import KpiEntry ModuleNotFoundError: No module...