open-fdd 0.1.3__tar.gz → 0.1.5__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.3/open_fdd.egg-info → open_fdd-0.1.5}/PKG-INFO +21 -14
- {open_fdd-0.1.3 → open_fdd-0.1.5}/README.md +20 -13
- open_fdd-0.1.5/open_fdd/air_handling_unit/faults/__init__.py +2253 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/faults/fault_condition.py +12 -10
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/faults/helper_utils.py +1 -29
- open_fdd-0.1.5/open_fdd/air_handling_unit/reports/__init__.py +894 -0
- open_fdd-0.1.5/open_fdd/air_handling_unit/reports/fault_report.py +41 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc1.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc10.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc11.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc12.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc13.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc14.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc15.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc2.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc3.py +1 -1
- open_fdd-0.1.5/open_fdd/tests/ahu/test_ahu_fc4.py +200 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc5.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc6.py +2 -2
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc7.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc8.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/tests/ahu/test_ahu_fc9.py +1 -1
- {open_fdd-0.1.3 → open_fdd-0.1.5/open_fdd.egg-info}/PKG-INFO +21 -14
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd.egg-info/SOURCES.txt +1 -30
- {open_fdd-0.1.3 → open_fdd-0.1.5}/setup.py +1 -1
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_eight.py +0 -91
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_eleven.py +0 -90
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_fifteen.py +0 -116
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_five.py +0 -87
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_four.py +0 -136
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_fourteen.py +0 -107
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_nine.py +0 -92
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_one.py +0 -81
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_seven.py +0 -78
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_six.py +0 -144
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_ten.py +0 -87
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_thirteen.py +0 -91
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_three.py +0 -83
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_twelve.py +0 -95
- open_fdd-0.1.3/open_fdd/air_handling_unit/faults/fault_condition_two.py +0 -83
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc1.py +0 -115
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc10.py +0 -126
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc11.py +0 -128
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc12.py +0 -126
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc13.py +0 -126
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc14.py +0 -124
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc15.py +0 -124
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc2.py +0 -119
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc3.py +0 -119
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc4.py +0 -148
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc5.py +0 -132
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc6.py +0 -156
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc7.py +0 -126
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc8.py +0 -118
- open_fdd-0.1.3/open_fdd/air_handling_unit/reports/report_fc9.py +0 -120
- open_fdd-0.1.3/open_fdd/tests/__init__.py +0 -0
- open_fdd-0.1.3/open_fdd/tests/ahu/__init__.py +0 -0
- open_fdd-0.1.3/open_fdd/tests/ahu/test_ahu_fc4.py +0 -128
- {open_fdd-0.1.3 → open_fdd-0.1.5}/LICENSE +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/MANIFEST.in +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/__init__.py +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/__init__.py +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/faults/shared_utils.py +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/example1.jpg +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/example2.jpg +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc10_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc11_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc12_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc13_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc1_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc1_report_screenshot_all.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc2_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc3_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc4_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc5_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc6_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc7_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc8_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/fc9_definition.png +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/latex_generator.py +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/params.docx +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/params.pdf +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd/air_handling_unit/images/plot_for_repo.png +0 -0
- {open_fdd-0.1.3/open_fdd/air_handling_unit/faults → open_fdd-0.1.5/open_fdd/tests}/__init__.py +0 -0
- {open_fdd-0.1.3/open_fdd/air_handling_unit/reports → open_fdd-0.1.5/open_fdd/tests/ahu}/__init__.py +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd.egg-info/dependency_links.txt +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd.egg-info/requires.txt +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/open_fdd.egg-info/top_level.txt +0 -0
- {open_fdd-0.1.3 → open_fdd-0.1.5}/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.5
|
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
|
@@ -39,21 +39,28 @@ pip install open-fdd
|
|
39
39
|
For running Jupyter notebooks, I recommend using Visual Studio Code with the Jupyter notebook extension installed, which offers a seamless experience directly within the editor. Be sure to explore the `examples` directory for Jupyter notebook tutorials. If you have your own FDD experiences to share, feel free to contribute by creating a notebook (`.ipynb`). You’re welcome to reach out to me directly, and I can push your example to GitHub on your behalf, which might be a simpler process than submitting a pull request (PR), especially if you're just sharing an example rather than developing `open-fdd`.
|
40
40
|
|
41
41
|
## Project goals
|
42
|
-
|
43
|
-
- [x] finish `air_handling_unit` faults and reports based on ASHRAE and NIST
|
44
|
-
- [x] publish to PyPI as Python library
|
45
|
-
- [ ] make a few IPython notebook tutorials AHU FDD examples with `BRICK` meta data integration.
|
46
|
-
- [ ] make a guide for fault `parameters` like error thresholds, etc.
|
47
|
-
- [ ] make `central_plant` faults, IPython reports, and examples.
|
48
|
-
- [ ] make `energy_efficiency` faults, IPython reports, and examples to `optimize` in reducing energy consumption.
|
49
|
-
- [ ] make `metering`, faults, IPython reports, and examples to possibly model utility metering data.
|
50
|
-
- [ ] create SQL example to read data from time series db and write back to SQL to then read faults in Grafana.
|
51
|
-
- [ ] other?
|
52
|
-
|
53
|
-
Certainly! Here's a revised version of your contribution guidelines:
|
42
|
+
The following are key objectives to enhance this project into a fully interactive Fault Detection and Diagnostics (FDD) application.
|
54
43
|
|
55
|
-
|
44
|
+
### Completed
|
45
|
+
- [x] Develop and finalize `air_handling_unit` fault conditions and reports, aligning with ASHRAE and NIST standards.
|
46
|
+
- [x] Publish the project as a Python library on PyPI.
|
47
|
+
|
48
|
+
### In Progress
|
49
|
+
- [ ] Create IPython notebook tutorials showcasing AHU FDD examples, incorporating BRICK metadata integration.
|
50
|
+
- [ ] Develop a comprehensive guide on a github.io website (or other?) for defining fault parameters, including error thresholds and other critical settings.
|
51
|
+
|
52
|
+
### Upcoming
|
53
|
+
- [ ] Extend the project to include `central_plant` fault conditions, IPython reports, and example applications.
|
54
|
+
- [ ] Design `energy_efficiency` fault detection modules, including IPython reports and examples focused on optimizing energy consumption.
|
55
|
+
- [ ] Develop `metering` fault conditions, along with IPython reports and examples, potentially modeling utility metering data.
|
56
|
+
- [ ] Implement SQL integration examples for reading data from a time series database, writing back to SQL, and visualizing faults in Grafana.
|
56
57
|
|
58
|
+
### Future Considerations
|
59
|
+
Explore additional features and enhancements as the project evolves.
|
60
|
+
- [ ] Explore additional features and enhancements as the project evolves.
|
61
|
+
|
62
|
+
|
63
|
+
## Contribute
|
57
64
|
If you have suggestions for improving developer best practices or solutions, please feel free to reach out to me directly using my contact information or Git issue/discussion. I primarily work on Windows with multiple versions of Python installed, with Python 3.12.x as my default version. You can download the latest version of Python here:
|
58
65
|
* https://www.python.org/downloads/
|
59
66
|
|
@@ -22,21 +22,28 @@ pip install open-fdd
|
|
22
22
|
For running Jupyter notebooks, I recommend using Visual Studio Code with the Jupyter notebook extension installed, which offers a seamless experience directly within the editor. Be sure to explore the `examples` directory for Jupyter notebook tutorials. If you have your own FDD experiences to share, feel free to contribute by creating a notebook (`.ipynb`). You’re welcome to reach out to me directly, and I can push your example to GitHub on your behalf, which might be a simpler process than submitting a pull request (PR), especially if you're just sharing an example rather than developing `open-fdd`.
|
23
23
|
|
24
24
|
## Project goals
|
25
|
-
|
26
|
-
- [x] finish `air_handling_unit` faults and reports based on ASHRAE and NIST
|
27
|
-
- [x] publish to PyPI as Python library
|
28
|
-
- [ ] make a few IPython notebook tutorials AHU FDD examples with `BRICK` meta data integration.
|
29
|
-
- [ ] make a guide for fault `parameters` like error thresholds, etc.
|
30
|
-
- [ ] make `central_plant` faults, IPython reports, and examples.
|
31
|
-
- [ ] make `energy_efficiency` faults, IPython reports, and examples to `optimize` in reducing energy consumption.
|
32
|
-
- [ ] make `metering`, faults, IPython reports, and examples to possibly model utility metering data.
|
33
|
-
- [ ] create SQL example to read data from time series db and write back to SQL to then read faults in Grafana.
|
34
|
-
- [ ] other?
|
35
|
-
|
36
|
-
Certainly! Here's a revised version of your contribution guidelines:
|
25
|
+
The following are key objectives to enhance this project into a fully interactive Fault Detection and Diagnostics (FDD) application.
|
37
26
|
|
38
|
-
|
27
|
+
### Completed
|
28
|
+
- [x] Develop and finalize `air_handling_unit` fault conditions and reports, aligning with ASHRAE and NIST standards.
|
29
|
+
- [x] Publish the project as a Python library on PyPI.
|
30
|
+
|
31
|
+
### In Progress
|
32
|
+
- [ ] Create IPython notebook tutorials showcasing AHU FDD examples, incorporating BRICK metadata integration.
|
33
|
+
- [ ] Develop a comprehensive guide on a github.io website (or other?) for defining fault parameters, including error thresholds and other critical settings.
|
34
|
+
|
35
|
+
### Upcoming
|
36
|
+
- [ ] Extend the project to include `central_plant` fault conditions, IPython reports, and example applications.
|
37
|
+
- [ ] Design `energy_efficiency` fault detection modules, including IPython reports and examples focused on optimizing energy consumption.
|
38
|
+
- [ ] Develop `metering` fault conditions, along with IPython reports and examples, potentially modeling utility metering data.
|
39
|
+
- [ ] Implement SQL integration examples for reading data from a time series database, writing back to SQL, and visualizing faults in Grafana.
|
39
40
|
|
41
|
+
### Future Considerations
|
42
|
+
Explore additional features and enhancements as the project evolves.
|
43
|
+
- [ ] Explore additional features and enhancements as the project evolves.
|
44
|
+
|
45
|
+
|
46
|
+
## Contribute
|
40
47
|
If you have suggestions for improving developer best practices or solutions, please feel free to reach out to me directly using my contact information or Git issue/discussion. I primarily work on Windows with multiple versions of Python installed, with Python 3.12.x as my default version. You can download the latest version of Python here:
|
41
48
|
* https://www.python.org/downloads/
|
42
49
|
|