Skip to content

Commit c9be48f

Browse files
committed
update pipfile lock
1 parent 08306d4 commit c9be48f

28 files changed

+432
-465
lines changed

Pipfile.lock

Lines changed: 417 additions & 461 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dflexlibs.egg-info/PKG-INFO

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,18 @@ Classifier: Programming Language :: Python :: 3.10
1616
Classifier: Programming Language :: Python :: 3.11
1717
Requires-Python: >=3.7
1818
Description-Content-Type: text/markdown
19-
License-File: License.txt
19+
Requires-Dist: rdflib
20+
Requires-Dist: pandas
21+
Requires-Dist: numpy
22+
Requires-Dist: matplotlib
23+
Requires-Dist: pyyaml
24+
Requires-Dist: requests
25+
Requires-Dist: typing
26+
Requires-Dist: notebook
27+
Requires-Dist: ipykernel
28+
Requires-Dist: pipenv
29+
Requires-Dist: pyshacl
30+
Requires-Dist: python-dotenv
2031

2132
# Demand Flexibility Controls Library using Semantics (DFLEXLIBS)
2233

@@ -113,7 +124,7 @@ The strategy works as follows
113124
- **Function object** based on the DRControlFunctions protocol
114125
- **Control object** based on the DRControlStrategy protocol
115126

116-
* Call SPARQL query to instantiate the test cases’ control points (case-agnostic/control-specific routine)
127+
* Call SPARQL query to instantiate the test cases’ control points (case-agnostic/control-specific routine)
117128
- **TZonPoint**: identifier for the temperature measurement point per zone
118129
- **TSetHeaZonPoint**: identifier for the heating temperature setpoint per zone
119130
- **TSetCooZonPoint**: identifier for the cooling temperature setpoint per zone
@@ -122,7 +133,7 @@ The strategy works as follows
122133
- **TSetMaxPoint**: identifier for the maximum temperature setpoint per zone (baseline)
123134
- **occSensorPoint**: identifier for the occupancy sensor per zone (baseline)
124135

125-
The query can capture TSetZon as an alternative when there aren’t Heat and Cool setpoints, and then logic inside controller_agent defines if it corresponds to heating or cooling according to HVAC operation mode.
136+
The query can capture TSetZon as an alternative when there aren’t Heat and Cool setpoints, and then logic inside controller_agent defines if it corresponds to heating or cooling according to HVAC operation mode.
126137

127138
* Compute the control strategy (case-agnostic/control-specific routine)
128139

@@ -181,5 +192,5 @@ DFLEXLIBS is available under the following open-source [license](https://github.
181192

182193
Paul, Lazlo; De Andrade Pereira, Flavia; Ham, Sang woo;Pritoni, Marco; Brown, Rich; Feng, Jingjuan Dove. Open Building Operating System: an Open-Source Grid Responsive Control Platform for Buildings (2023). ASHRAE Annual Conference 2023.
183194

184-
de Andrade Pereira, Flavia; Pritoni, Marco; Martín-Toral, Susana; Finn, Donal; O’Donnell, James. A semantics-driven framework for scalable demand flexibility control applications (2023). Proceedings of the 2023 European Conference on Computing in Construction and the 40th International CIB W78 Conference.
195+
de Andrade Pereira, Flavia; Pritoni, Marco; Martín-Toral, Susana; Finn, Donal; O’Donnell, James. A semantics-driven framework for scalable demand flexibility control applications (2023). Proceedings of the 2023 European Conference on Computing in Construction and the 40th International CIB W78 Conference.
185196
http://www.doi.org/10.35490/EC3.2023.341
136 Bytes
Binary file not shown.
141 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)