Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Authors
(alphabetic order)

* Amedeo Ceruti
* Benjamin Singh
* Birgit Schachler
* Caroline Möller
* Florian Maurer
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Bug fixes
Other changes
#############

* Documentation improvements.


v0.2.2 (2025-04-09)
+++++++++++++++++++++++++
Expand All @@ -42,7 +44,7 @@ v0.2.0 (2024-06-27)

Bug fixes
#########
* Raise error for non supported shlp_type
* Raise error for non supported shlp_type
in non-commercial buildings

Other changes
Expand Down
4 changes: 3 additions & 1 deletion docs/vdi4655.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ Here's a basic example of how to use the VDI 4655 module::
"Q_Heiz_a": 6000,
"Q_TWW_a": 1500,
"W_a": 5250,
"summer_temperature_limit": 15,
"winter_temperature_limit": 5,
}
]

# Create region
region = vdi.Region(
2017,
try_region=4,
climate=vdi.Climate().from_try_data(try_region=4),
houses=houses,
resample_rule="1h"
)
Expand Down
Loading