-
This issue is to fix Lines [466](https://github.com/ibpsa/project1-boptest/blob/master/data/data_generator.py#L466) and [468](https://github.com/ibpsa/project1-boptest/blob/master/data/data_generator.…
-
Issue overview
--------------
Hi Team, I'm finding the autosizing routine for the cooling case for LowTemperatureRadiant objects drastically under estimate the total hydronic tubing length.
So fo…
-
This is to add a simple example of the Bestest hydronic case with a HP to test the BOPTEST service and to use it in the BOPTEST workshop.
-
The images used for documenting the bestest_hydronic_heat_pump case are not visible in `doc/index.html` when using Chrome.
Removing the last `\` in the `src` argument for their import has proven to …
-
Nice work on reverse engineering. I have two WF and this has been on my list of things to look into for a while. Great way to take some load off the symphony.mywaterfurnace.com servers. I have been…
-
I'd like to address BOPTEST issues https://github.com/ibpsa/project1-boptest/issues/303 and https://github.com/ibpsa/project1-boptest/issues/301 as applied to the BESTEST hydronic and hydronic heat pu…
-
There is a typo in https://github.com/ibpsa/project1-boptest/blob/master/testing/utilities.py#L555, where the control signal name is out of date and needs to be corrected to a valid control signal.
…
-
@JavierArroyoBastida I noticed in the ``bestest_hydronic`` test case that there is an offset given to the zone heating set point. I think this is similar to what was done in the ``bestest_hydronic_he…
-
Besides the following minor bug (python 3.8), the example for testcase1 works fine:
Line:
`points = measurements.keys() + inputs.keys()`
should be
`points = list(measurements.keys()) + list(inpu…
-
Looks like in https://github.com/ibpsa/project1-boptest/pull/323 I did not update the wrapped fmus of the hydronic cases with the right data that was fixed in https://github.com/ibpsa/project1-boptest…