open-fdd 0.1.5__tar.gz → 0.1.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {open_fdd-0.1.5/open_fdd.egg-info → open_fdd-0.1.7}/PKG-INFO +4 -3
- {open_fdd-0.1.5 → open_fdd-0.1.7}/README.md +3 -2
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/faults/__init__.py +331 -300
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/faults/helper_utils.py +3 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/faults/shared_utils.py +16 -1
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/reports/__init__.py +107 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/reports/fault_report.py +1 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc1.py +1 -0
- open_fdd-0.1.7/open_fdd/tests/ahu/test_ahu_fc16.py +205 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7/open_fdd.egg-info}/PKG-INFO +4 -3
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd.egg-info/SOURCES.txt +1 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/setup.py +1 -1
- {open_fdd-0.1.5 → open_fdd-0.1.7}/LICENSE +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/MANIFEST.in +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/__init__.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/__init__.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/faults/fault_condition.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/example1.jpg +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/example2.jpg +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc10_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc11_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc12_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc13_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc1_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc1_report_screenshot_all.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc2_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc3_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc4_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc5_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc6_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc7_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc8_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/fc9_definition.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/latex_generator.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/params.docx +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/params.pdf +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/air_handling_unit/images/plot_for_repo.png +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/__init__.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/__init__.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc10.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc11.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc12.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc13.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc14.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc15.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc2.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc3.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc4.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc5.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc6.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc7.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc8.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd/tests/ahu/test_ahu_fc9.py +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd.egg-info/dependency_links.txt +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd.egg-info/requires.txt +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/open_fdd.egg-info/top_level.txt +0 -0
- {open_fdd-0.1.5 → open_fdd-0.1.7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: open_fdd
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.7
|
4
4
|
Summary: A package for fault detection and diagnosis in HVAC systems
|
5
5
|
Home-page: https://github.com/bbartling/open-fdd
|
6
6
|
Author: Ben Bartling
|
@@ -47,10 +47,10 @@ The following are key objectives to enhance this project into a fully interactiv
|
|
47
47
|
|
48
48
|
### In Progress
|
49
49
|
- [ ] Create IPython notebook tutorials showcasing AHU FDD examples, incorporating BRICK metadata integration.
|
50
|
-
- [ ]
|
50
|
+
- [ ] Extend the project to include `central_plant` fault conditions, IPython reports, and example applications for boiler and chiller systems.
|
51
|
+
|
51
52
|
|
52
53
|
### Upcoming
|
53
|
-
- [ ] Extend the project to include `central_plant` fault conditions, IPython reports, and example applications.
|
54
54
|
- [ ] Design `energy_efficiency` fault detection modules, including IPython reports and examples focused on optimizing energy consumption.
|
55
55
|
- [ ] Develop `metering` fault conditions, along with IPython reports and examples, potentially modeling utility metering data.
|
56
56
|
- [ ] Implement SQL integration examples for reading data from a time series database, writing back to SQL, and visualizing faults in Grafana.
|
@@ -58,6 +58,7 @@ The following are key objectives to enhance this project into a fully interactiv
|
|
58
58
|
### Future Considerations
|
59
59
|
Explore additional features and enhancements as the project evolves.
|
60
60
|
- [ ] Explore additional features and enhancements as the project evolves.
|
61
|
+
- [ ] Develop a comprehensive guide on a github.io website (or other?) for defining fault parameters, including error thresholds and other critical settings.
|
61
62
|
|
62
63
|
|
63
64
|
## Contribute
|
@@ -30,10 +30,10 @@ The following are key objectives to enhance this project into a fully interactiv
|
|
30
30
|
|
31
31
|
### In Progress
|
32
32
|
- [ ] Create IPython notebook tutorials showcasing AHU FDD examples, incorporating BRICK metadata integration.
|
33
|
-
- [ ]
|
33
|
+
- [ ] Extend the project to include `central_plant` fault conditions, IPython reports, and example applications for boiler and chiller systems.
|
34
|
+
|
34
35
|
|
35
36
|
### Upcoming
|
36
|
-
- [ ] Extend the project to include `central_plant` fault conditions, IPython reports, and example applications.
|
37
37
|
- [ ] Design `energy_efficiency` fault detection modules, including IPython reports and examples focused on optimizing energy consumption.
|
38
38
|
- [ ] Develop `metering` fault conditions, along with IPython reports and examples, potentially modeling utility metering data.
|
39
39
|
- [ ] Implement SQL integration examples for reading data from a time series database, writing back to SQL, and visualizing faults in Grafana.
|
@@ -41,6 +41,7 @@ The following are key objectives to enhance this project into a fully interactiv
|
|
41
41
|
### Future Considerations
|
42
42
|
Explore additional features and enhancements as the project evolves.
|
43
43
|
- [ ] Explore additional features and enhancements as the project evolves.
|
44
|
+
- [ ] Develop a comprehensive guide on a github.io website (or other?) for defining fault parameters, including error thresholds and other critical settings.
|
44
45
|
|
45
46
|
|
46
47
|
## Contribute
|