Skip to content

Commit 8b5ed22

Browse files
committed
Merge branch 'master' into issue719_scenarioConfigField
2 parents be80b75 + 18031ba commit 8b5ed22

File tree

3 files changed

+968
-2
lines changed

3 files changed

+968
-2
lines changed

bacnet/create_ttl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
baseurl = 'http://127.0.0.1:80'
1919

2020
# Instatiate test case
21-
test_case_name = 'singlezone_commercial_hydronic'
21+
test_case_name = 'multizone_office_simple_hydronic'
2222
testid = requests.post("{0}/testcases/{1}/select".format(baseurl, test_case_name)).json()["testid"]
2323

2424
# Write the file prefix

releasenotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Released on xx/xx/xxxx.
66

77
**The following changes are backwards compatible and do not significantly change benchmark results:**
88

9-
- Update heat pump documentation to BESTEST Hydronic Heat Pump testcase. This is for [#704](https://github.com/ibpsa/project1-boptest/issues/704)
9+
- Update heat pump documentation to BESTEST Hydronic Heat Pump testcase. This is for [#704](https://github.com/ibpsa/project1-boptest/issues/704).
10+
- Enable BACnet interface to work with test case ``multizone_hydronic_simple_hydronic`` by creating the ``bacnet.ttl``. This is for [#735](https://github.com/ibpsa/project1-boptest/issues/735).
1011
- Remove the ``scenario`` field from the test case ``config.json``. This is for [#719](https://github.com/ibpsa/project1-boptest/issues/719).
1112

1213
**The following changes are not backwards-compatible and significantly change benchmark results:**

0 commit comments

Comments
 (0)