Recent Releases of TEASER
TEASER - v1.1.0
What's Changed
- 771 add besmod export by @HvanderStok in https://github.com/RWTH-EBC/TEASER/pull/789
- Update TypeElements_IWU.json by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/790
- update data source docs for maintained_illuminance by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/792
- fixes to let ipbsa example run by @FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/793
New Contributors
- @HvanderStok made their first contribution in https://github.com/RWTH-EBC/TEASER/pull/789
Full Changelog: https://github.com/RWTH-EBC/TEASER/compare/1.0.1...1.1.0
Consumption - Buildings and Heating
- Python
Published by FWuellhorst 4 months ago

TEASER - v1.0.1
Major release with breaking changes
This new TEASER release fixes many bugs and adds several features, mainly new buildings constructed after 2015 based on the KfW standard. This new feature required to change the current archetype parameterization based on usage
, methdo
, and construction_type
to geometry_data
and construction_data
:
- Geometry data is just method and usage, e.g.
geometry_data = f"{method}_{usage}"
. - Construction data is basically the old method associated with a retrofit state, e.g.
tabula_de_standard
oriwu_heavy
. The previousconstruction_type
heavy
odertabula_standard
only worked withiwu
andtabula_de
anyway.
See more here: * Issue745 add kfw archetypes by @jonas0902 in https://github.com/RWTH-EBC/TEASER/pull/757
Also, we now only use the main branch. To update locally:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
What's Changed
- fix typo in e8, bug is already solved in master by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/715
- integrate parameters for dynamic heat load calc in modelica by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/714
- Update modelicainfo.py by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/717
- add missing connection for multizone post process by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/719
- Issue544 retail profiles by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/699
- refactor retrofit wall function by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/725
- hotfix to not insulate when u values are same by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/726
- Added a simple HTML report and a simplified visual representation by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/741
- Improve model report by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/744
- chore: bump aixlib version by @FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/747
- add __Dymola_selection implementation by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/749
- fix outer area calculation for visualization by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/754
- fix freq warning by @FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/752
- Update development with changes from master by @FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/758
- add test for tz_naming again by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/759
- Add post processing block to multizone template again by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/760
- Issue750 read only in dataclass by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/761
- fix freq warning in remaining files by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/765
- Issue745 add kfw archetypes by @jonas0902 in https://github.com/RWTH-EBC/TEASER/pull/757
- 764 added exception by @HoeppJ in https://github.com/RWTH-EBC/TEASER/pull/764
- 753 add illuminance levels and lighting efficiencies in use conditions by @HoeppJ in https://github.com/RWTH-EBC/TEASER/pull/763
- Deleted obsolte use condition parameters by @HoeppJ in https://github.com/RWTH-EBC/TEASER/pull/770
- fix bug with
with_ahu
setter method by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/773 - Issue777 buildingahu input json by @PGorzalka in https://github.com/RWTH-EBC/TEASER/pull/778
- Issue777 buildingahu input json by @DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/779
- 774 retrofit combos by @FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/775
- Update AixLib version by @FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/781
- Development to master by @FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/782
New Contributors
- @jonas0902 made their first contribution in https://github.com/RWTH-EBC/TEASER/pull/757
- @HoeppJ made their first contribution in https://github.com/RWTH-EBC/TEASER/pull/764
Full Changelog: https://github.com/RWTH-EBC/TEASER/compare/0.7.7...v1.0.1
Consumption - Buildings and Heating
- Python
Published by FWuellhorst 5 months ago

TEASER - Compatibility update to match AixLib version
This release introduces the following changes:
- make TEASER master and AixLib master compatible
- TEASER now supports C02 model of the thermal zones
- TEASER now support humidity model of the thermal zones
- bugfixes and enhancements:
- improved boundary conditions (default values, profiles)
- TEASER export now includes weatherfile
- refactoring
The following issues were closed:
#688, #669, #566, #664, #635, #634
Consumption - Buildings and Heating
- Python
Published by MichaMans almost 4 years ago

TEASER - Fix Bug for area calculation in TABULA buildings
Thanks @marcusfuchs who fixed the area calculation for TABULA building in order to consider 2 or more zones for TABULA archetypes.
Consumption - Buildings and Heating
- Python
Published by PRemmen over 4 years ago

TEASER - Fix Bug in ir-emissivity calculation
This release fixes #639 thanks to @PGorzalka for fixing this bug :)
Consumption - Buildings and Heating
- Python
Published by PRemmen almost 5 years ago

TEASER - Fix bug in the assignment of max humidity
Fixes a bug described in #643
Consumption - Buildings and Heating
- Python
Published by PRemmen about 5 years ago

TEASER - Update AixLib version
Due to: https://github.com/RWTH-EBC/AixLib/releases/tag/v0.9.1 we need to update version number for TEASER
Consumption - Buildings and Heating
- Python
Published by PRemmen over 5 years ago

TEASER - Hotfix for conflicting versions
Just fixing version numbers for AixLib and editing the deployment to only run once, see #627.
Consumption - Buildings and Heating
- Python
Published by PRemmen over 5 years ago

TEASER - TEASER release v0.7.0
Pre-release status
We want to state, that this release is a pre release and so a (maybe) non stable version with bugs. It is not that havily tested as the other releases. As the enhancements are great we have nevertheless decided to publish this release. So apologies for that.
Non-backwards compatibility
We no longer support python 2.7!
A lot of functions have been deleted in this release (e. g. all XML and GML interactions and old Project() functions for generating archetypes. We highly recommend to use this version.
New classes, parameters and name changes
We deleted the package module boundaryconditions
all parameters moved to the class UseConditions
. In particular if you changed the use conditions settings manually you will experience a lot of changes, among these are renamed parameters and additional parameters.
# Parameters for heating or cooling
with_heating: boolean
Sets if the zone is heated by ideal heater or not.
with_cooling: boolean
Sets if the zone is cooloed by ideal cooler or not.
with_ideal_thresholds: boolean
Sets if the threshold temperatures for ideal heater and cooler should
be used to prevent simultaneous heating from AHU and cooling from
ideal heater and vice versa. This should only be turned on if an AHU
exists.
T_threshold_heating: float [K]
Threshold temperature below ideal heater is used. Default is 15 °C
which corresponds to the value for all buildings that are not built
according to EnEV standard according to DIN EN 18599-5.
T_threshold_cooling: float [K]
Threshold temperature above ideal cooler is used. Default is 22 °C ,
since there are no european standards for cooling degree days this value
is taken from the following paper: "Heating Degree Days, Cooling
Degree Days and Precipitation in Europe—analysis for the
CELECT-project" by Benestad, 2008.
heating_profile : list [K]
Heating setpoint for a day or similar. You can set a list of any
length, TEASER will multiplicate this list for one whole year.
cooling_profile : list [K]
Cooling setpoint for a day or similar. You can set a list of any
length, TEASER will multiplicate this list for one whole year.
# Internal Gains
fixed_heat_flow_rate_persons: float [W/person]
fixed heat flow rate for one person in case of temperature
independent calculation. Default value is 70
W/person and describes
the maximum heat flow rate depending on the schedule.
persons : float [Persons/m2]
Specific number of persons per square area.
Annex: Used for internal gains
internal_gains_moisture_no_people : float [g/(h m²)]
internal moisture production of plants, etc. except from people.
activity_degree_persons : float [met]
default value is 1.2 met
AixLib: used for heat flow rate calculation (internal_gains_mode=1)
or heat flow rate and moisture gains (internal_gains_mode=3). Both
are temperature and activity degree depending, calculation based
on SIA2024.
Annex: not used, heat flow rate is constant value
fixed_heat_flow_rate_persons
ratio_conv_rad_persons: float
describes the ratio between convective and radiative heat transfer
of the persons. Default values are derived from
:cite:`VereinDeutscherIngenieure.2015c`.
AixLib: Used in Zone record for internal gains
Annex: Used for internal gains
persons_profile : list
Relative presence of persons 0-1 (e.g. 0.5 means that 50% of the total
number of persons are currently in the room). Given
for 24h. This value is taken from SIA 2024. You can set a list of any
length, TEASER will multiplicate this list for one whole year.
AixLib: Used for internal gains profile on top-level
Annex: Used for internal gains
machines: float [W/m2]
area specific eletrical load of machines per m2. This value is taken
from SIA 2024 and DIN V 18599-10 for medium occupancy.
AixLib: Used in Zone record for internal gains,
internalGainsMachinesSpecific
Annex: Used for internal gains
ratio_conv_rad_machines: float
describes the ratio between convective and radiative heat transfer
of the machines. Default values are derived from
:cite:`Davies.2004`.
AixLib: Used in Zone record for internal gains
Annex: Not used, all machines are convective (see Annex examples)
machines_profile: list
Relative presence of machines 0-1 (e.g. 0.5 means that 50% of the total
number of machines are currently used in the room). Given
for 24h. This value is taken from SIA 2024. You can set a list of any
length, TEASER will multiplicate this list for one whole year.
AixLib: Used for internal gains profile on top-level
Annex: Used for internal gains
lighting_power: float [W/m2]
spec. electr. Power for lighting. This value is taken from SIA 2024.
AixLib: Used in Zone record for internal gains
Annex: Not used (see Annex examples)
ratio_conv_rad_lighting : float
describes the ratio between convective and radiative heat transfer
of the lighting. Default values are derived from
:cite:`DiLaura.2011`.
AixLib: Used in Zone record for internal gains, lighting
lighting_profil : [float]
Relative presence of lighting 0-1 (e.g. 0.5 means that 50% of the total
lighting power are currently used). Typically given for 24h. This is
aligned to the user profile.
AixLib: Used for internal gains profile on top-level
Annex: Not used (see Annex examples)
New features
- TEASER goes international! :) Thanks to @amaccarini we integrated dansih TABULA archetypes into TEASER
- schedules are now saved as *.txt instead of *.mat
- a lot of fixes and small features 👍
Consumption - Buildings and Heating
- Python
Published by PRemmen over 5 years ago

TEASER - Bugfix and adjustment of library version
With the new release we did a bugfix #572 and we updated the supported modelica library version of the Buildings library to 6.0.0
Consumption - Buildings and Heating
- Python
Published by MichaMans almost 6 years ago

TEASER - Adjusts modelica library versions
This release updates to ideas 2.1 version
Consumption - Buildings and Heating
- Python
Published by MichaMans about 6 years ago

TEASER - Fixed Bug in Internal Gains Export
This fixes Bug #557 :
- The profile of the internal gains wasn't exported in the right length, leading to wrong simulation results
This release fixes it.
Consumption - Buildings and Heating
- Python
Published by MichaMans over 6 years ago

TEASER - Adjusted Version Number of Libraries
AixLib now is on the right export version
Consumption - Buildings and Heating
- Python
Published by MichaMans over 6 years ago

TEASER - Adjusted Version Number of Libraries
Again a new release to adjust and support the right version numbers of the supported modelica libraries.
Consumption - Buildings and Heating
- Python
Published by MichaMans over 6 years ago

TEASER - Adjusted Version Number of Libraries
Now the modelica export should work again with the actual AixLib version
Consumption - Buildings and Heating
- Python
Published by MichaMans over 6 years ago

TEASER - TABULA Windows
There has been a bug in the TypeBuildings XML for TABULA (concerning Windows), this should be fixed now.
Consumption - Buildings and Heating
- Python
Published by PRemmen over 6 years ago

TEASER - TEASER release v0.6.0: Integration of German Tabula Buildings
Pre-release status
We want to state, that this release is a pre release and so a (maybe) non stable version with bugs. It is not that havily tested as the other releases. As the enhancements are great we have nevertheless decided to publish this release. So apologies for that.
Release Notes
We are happy to publish the following release notes:
- Tabula Typebuilding integration for Germany
- Deleted the GUI (can't keep up maintenance for that)
- Support of all IBPSA core library extensions (Buildings, IDEAS, BuildingSystems, AixLib)
- Added usefull return statements of the Project class
- PEP8 (thanks to @thorade)
Consumption - Buildings and Heating
- Python
Published by MichaMans over 6 years ago

TEASER - Updates AixLib version
Since AixLib's master is currently on version 0.5.2, this release updates the reference version in TEASER to this version. In this way, Modelica environments don't try to call a conversion script.
Consumption - Buildings and Heating
- Python
Published by mlauster over 7 years ago

TEASER - TEASER release v0.5.3 - Update setup.py
As pyxb released a new version and the created bindings are not backwards compatible, this version adds the specific version of pyxb to the setup.py
Consumption - Buildings and Heating
- Python
Published by PRemmen over 7 years ago

TEASER - TEASER release v0.5.2, Bugfix for v0.5.1
This fixes minor bugs in v0.5.1 to allow variable configurations with no interior walls, no exterior walls, no windows, no rooftops, no ground floors or no elements at all. In all cases, it should now be possible to export models containing all defined parameters.
Consumption - Buildings and Heating
- Python
Published by MichaMans almost 8 years ago

TEASER - Hotfix for release 0.5.0
This release is a hot fix for installing TEASER using pip and PyPI.
- changed setup.py
- added init.py
- changed build status badge in README
Consumption - Buildings and Heating
- Python
Published by PRemmen about 8 years ago

TEASER - TEASER Release v0.5.0
This is release v0.5.0
Before using this release you will need to update PyXB
to version 1.2.5 to do so use python-enabled command line:
pip install -U pyxb
This is a major release cleaning up the calculation for AixLib and modelica IBPSA (former Annex60) models. After there have been major developments in these models, we had the feeling that TEASERs calculation needed some restructering as well. The parameter calculation for different models (one, two, three or four element) is now encapsulated in specific classes and attached as an attribute to each thermal zone. Library specific calculation for buildings is as well moved to specific classes. All mentionend modules are within the package logic.buildingobjects.calculation
.
From this relase on, we do not support all modeling options for AixLib any more, as we had the feeling that they where not used anyway. The only available option for AixLib is a MultiZone model where the number of elements of the zones may be chosen as well as the centralized air handling unit. It will always decouple the resistance for windows, calculate a correction for solar gains of the window and uses internal gains calculation of AixLib. For IBPSA (former Annex 60) model it is still possible to set model options. If you compare old simulation results, please be aware that with this version the night set back for AixLib is by default true (while it was false in other versions). To turn off the night set back please have a look at the module logic.buildingobjects.calculation.aixlib
. In addition we revised solar absorption for all used materials, which may also cause differences in the results.
We also changed API functions for archetype generation, please read the docs and look out for warnings if old API functions are used (the old functions will still work, but will be eleminated within the next releases). Further, examples and documentation have been improved.
If you have any questions regarding this release, please contact us at [email protected].
Improvements in this release:
- continuous integration for Python 2.7, 3.4, 3.5
- restructured and modular calculation for model and library parameters
- revised values for solar absorption for materials
- night set back is always turned on
- new examples
- new API functions
- improved documention
Consumption - Buildings and Heating
- Python
Published by PRemmen about 8 years ago

TEASER - Updates TEASER to be used with AixLib version 0.4.0
Updates Modelica Templates for AixLib to export models for AixLib version 0.4.0 link
In addition some code cleaning with PEP008
Consumption - Buildings and Heating
- Python
Published by PRemmen over 8 years ago

TEASER - Bugfixes for AixLib version 0.3.2
Bugfixes in exported values for models using AixLib v0.3.2
This will be the last version that support AixLib v0.3.2 use this version if you want to use 'old' ROM from AixLib. See also the release notes of AixLib v0.4.0
Consumption - Buildings and Heating
- Python
Published by PRemmen over 8 years ago

TEASER - Bugfixes for model export
Bugfixes for model export:
- AixLib: coefficients for convection on inner side of walls
- Annex: vectors for areas and lumped resistances
Consumption - Buildings and Heating
- Python
Published by PRemmen over 8 years ago

TEASER - Release v0.4.1 (Bugfixes)
This is a Bugfix release solving two issues:
- #335 Where no empty material class could be handled
- #332 Where no errors/warnings where shown in the GUI
Consumption - Buildings and Heating
- Python
Published by MichaMans over 8 years ago

TEASER - TEASER Release v0.4.0
This is release v0.4.0
Some new features are integrated in TEASER:
- All Teaser objects can be pickled now
- We introduced mechanisms to have backwards compatibility for XML files
- improved CityGML import
- improvements and bug fixes in GUI (e.g. new icons)
- improvements in model export for AixLib and Annex60 Modelica library
Pure facts: 258 commits and 46 closed issues
Consumption - Buildings and Heating
- Python
Published by PRemmen over 8 years ago

TEASER - Bugfixes and folder changes
With this release we have solved a few bugs as well as we now use the users home folder on any machine (Linux or Windows) to create the TEASER OutpurData directory. In addition we specified the pyxb version number to 1.2.4, as the release of pyxb 1.2.5 is not backward compatible.
Solved issues: #272 #290 #294 #295
#296 stays open until we proved that the change of the output folder solves the Linux problem
Consumption - Buildings and Heating
- Python
Published by MichaMans over 8 years ago

TEASER - Bugfix in ThermalZone
This release fixes a bug in the ThermalZone class. It occures when calculating a building more than once and leads to wrong inner wall parameters. Now the parameters are set to default in front of every RC parameter calculation in TEASER.
Consumption - Buildings and Heating
- Python
Published by MichaMans over 8 years ago

TEASER - TRY Weather file AixLib
This releases fixes a AixLib template bug. Now you can specify your weather file in the project class and it will be exported to your buildings models.
Consumption - Buildings and Heating
- Python
Published by PRemmen almost 9 years ago

TEASER - Improvements for UNIX and OpenModelica
This release introduces path interactions that should also work under unix like systems. In addition we adjusted the model export in order to open and simulate the models in OpenModelica (central ahu not supported, since it uses state machines)
Solved issues:#260 #259 #255 #254 #214 #190 #181 #252
Consumption - Buildings and Heating
- Python
Published by PRemmen almost 9 years ago

TEASER - TEASER is now available on PyPI and pip
We did some additional changes to the setup.py, now you can use pip install teaser
to use TEASER in your python distribution.
Due to a mistake we needed to skip two version numbers, sorry for that! :-)
Consumption - Buildings and Heating
- Python
Published by PRemmen almost 9 years ago

TEASER - Better Docu, Bugfixes
A new release of TEASER is available.
Notes:
- Better documentation
- bugfixes in the examples
- bugfixes in the project API
Consumption - Buildings and Heating
- Python
Published by MichaMans almost 9 years ago

TEASER - TEASER Release v0.3.0 going open source
With this release we introduced a lot of non-backwards compatible changes, thus we highly recommend you to check your scripts using TEASER. There are probably two things you need to do:
- all modules and packages are renamed to lower case (e.g. change import teaser.Project to teaser.project) to be PEP8 conform
- If calculating simulation parameters, we do not longer support the parameter
calculation method
. If you want to usevdi
please set the following parameters:
project.used_library_calc = 'AixLib'
project.number_of_elements_calc = 2
project.merge_windows_calc = True
If you want to use ebc
project.used_library_calc = 'AixLib'
project.number_of_elements_calc = 2
project.merge_windows_calc = False
Further features of this new release:
- beta release of the gui (it is not pretty, yet only works for AixLib and probably has some bugs, BUT it is a beginning :-) ) If you find any bugs or problems with the gui, please report them to us!
- import of CityGML files
- support of Annex60 model calculation
- lot of smaller features and bugfixes
Hard facts: more than 600 commits and about 80 closed issues.
Please keep in mind, that this is still a pre-release. We are still working on the code and try to maintain it as good as possible. If you find any bugs or run into any problems using TEASER, please report this to us!
Consumption - Buildings and Heating
- Python
Published by PRemmen almost 9 years ago

TEASER - Several Bugfixes
- Bugfix in loading teaser xmls
- Bugfix in the parallel connection calculation
- Bugfix in the calculation method for RC-calculation
Consumption - Buildings and Heating
- Python
Published by MichaMans about 9 years ago

TEASER - Bugfix in export file naming
Bugfix for the export of the file naming of the modelica models. now only alphabetic characters and numbers are allowed. In addtion if a the filename starts with a number, an additional "B" for building is added to fix the error that modelica can not use this files.
Consumption - Buildings and Heating
- Python
Published by MichaMans about 9 years ago

TEASER - Use AixLib version 0.2.5
Consumption - Buildings and Heating
- Python
Published by PRemmen about 9 years ago

TEASER - Bugfix in Melaten Example
Consumption - Buildings and Heating
- Python
Published by PRemmen about 9 years ago

TEASER - Bugfix in Example_TypeBuilding
Bugfix in Example_TypeBuilding #125
Updated version number of required AixLib version
Consumption - Buildings and Heating
- Python
Published by MichaMans about 9 years ago

TEASER - Adding new attributes to TeaserXML loader/saver
Consumption - Buildings and Heating
- Python
Published by PRemmen about 9 years ago

TEASER - v0.2.1 Bugfix in simulation model export
Now the simulation models should work again
fixed issue #106
Consumption - Buildings and Heating
- Python
Published by MichaMans over 9 years ago

TEASER - TEASER Release v0.2.0
Besides several bug fixes and structural improvements this releases provides following features:
- full Python 2.7/3.4 support
- full AixLib Building model export for AixLib version https://github.com/RWTH-EBC/AixLib/releases/tag/v0.2.1
- CityGML and CityGML EnergyADE export
- updated documentation for Archetype Buildings
Consumption - Buildings and Heating
- Python
Published by PRemmen over 9 years ago

TEASER - Bugfix in window resistance calculation
Now issue #95 should be solved
Consumption - Buildings and Heating
- Python
Published by MichaMans over 9 years ago

TEASER - Bugfix in Window and BuildingElement for correct retrofit
This should solve #42
Fix the retrofit of the windows
Consumption - Buildings and Heating
- Python
Published by MichaMans over 9 years ago

TEASER - Bugfix in unit tests
Consumption - Buildings and Heating
- Python
Published by PRemmen over 9 years ago

TEASER -
- Fix bug in type building class Residential, see issue #20
Consumption - Buildings and Heating
- Python
Published by PRemmen over 9 years ago

TEASER - v0.1.0: internal TEASER release
Consumption - Buildings and Heating
- Python
Published by PRemmen over 9 years ago
