open-fdd 0.1.4__tar.gz → 0.1.6__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.
Files changed (73) hide show
  1. {open_fdd-0.1.4/open_fdd.egg-info → open_fdd-0.1.6}/PKG-INFO +21 -12
  2. {open_fdd-0.1.4 → open_fdd-0.1.6}/README.md +20 -11
  3. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/faults/__init__.py +301 -301
  4. open_fdd-0.1.6/open_fdd/air_handling_unit/reports/__init__.py +988 -0
  5. open_fdd-0.1.6/open_fdd/air_handling_unit/reports/fault_report.py +42 -0
  6. open_fdd-0.1.6/open_fdd/tests/ahu/test_ahu_fc16.py +190 -0
  7. {open_fdd-0.1.4 → open_fdd-0.1.6/open_fdd.egg-info}/PKG-INFO +21 -12
  8. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd.egg-info/SOURCES.txt +2 -15
  9. {open_fdd-0.1.4 → open_fdd-0.1.6}/setup.py +1 -1
  10. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc1.py +0 -115
  11. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc10.py +0 -126
  12. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc11.py +0 -128
  13. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc12.py +0 -126
  14. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc13.py +0 -126
  15. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc14.py +0 -124
  16. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc15.py +0 -124
  17. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc2.py +0 -119
  18. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc3.py +0 -119
  19. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc4.py +0 -148
  20. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc5.py +0 -132
  21. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc6.py +0 -156
  22. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc7.py +0 -126
  23. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc8.py +0 -118
  24. open_fdd-0.1.4/open_fdd/air_handling_unit/reports/report_fc9.py +0 -120
  25. open_fdd-0.1.4/open_fdd/tests/ahu/__init__.py +0 -0
  26. {open_fdd-0.1.4 → open_fdd-0.1.6}/LICENSE +0 -0
  27. {open_fdd-0.1.4 → open_fdd-0.1.6}/MANIFEST.in +0 -0
  28. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/__init__.py +0 -0
  29. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/__init__.py +0 -0
  30. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/faults/fault_condition.py +0 -0
  31. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/faults/helper_utils.py +0 -0
  32. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/faults/shared_utils.py +0 -0
  33. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/example1.jpg +0 -0
  34. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/example2.jpg +0 -0
  35. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc10_definition.png +0 -0
  36. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc11_definition.png +0 -0
  37. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc12_definition.png +0 -0
  38. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc13_definition.png +0 -0
  39. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc1_definition.png +0 -0
  40. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc1_report_screenshot_all.png +0 -0
  41. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc2_definition.png +0 -0
  42. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc3_definition.png +0 -0
  43. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc4_definition.png +0 -0
  44. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc5_definition.png +0 -0
  45. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc6_definition.png +0 -0
  46. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc7_definition.png +0 -0
  47. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc8_definition.png +0 -0
  48. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc9_definition.png +0 -0
  49. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/latex_generator.py +0 -0
  50. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/params.docx +0 -0
  51. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/params.pdf +0 -0
  52. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/plot_for_repo.png +0 -0
  53. {open_fdd-0.1.4/open_fdd/air_handling_unit/reports → open_fdd-0.1.6/open_fdd/tests}/__init__.py +0 -0
  54. {open_fdd-0.1.4/open_fdd/tests → open_fdd-0.1.6/open_fdd/tests/ahu}/__init__.py +0 -0
  55. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc1.py +0 -0
  56. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc10.py +0 -0
  57. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc11.py +0 -0
  58. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc12.py +0 -0
  59. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc13.py +0 -0
  60. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc14.py +0 -0
  61. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc15.py +0 -0
  62. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc2.py +0 -0
  63. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc3.py +0 -0
  64. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc4.py +0 -0
  65. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc5.py +0 -0
  66. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc6.py +0 -0
  67. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc7.py +0 -0
  68. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc8.py +0 -0
  69. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc9.py +0 -0
  70. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd.egg-info/dependency_links.txt +0 -0
  71. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd.egg-info/requires.txt +0 -0
  72. {open_fdd-0.1.4 → open_fdd-0.1.6}/open_fdd.egg-info/top_level.txt +0 -0
  73. {open_fdd-0.1.4 → open_fdd-0.1.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: open_fdd
3
- Version: 0.1.4
3
+ Version: 0.1.6
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,20 +39,29 @@ 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
- These are some basic project goals to make this into an interactive FDD application.
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? Certainly! As ChatGPT would eagerly say!
42
+ The following are key objectives to enhance this project into a fully interactive Fault Detection and Diagnostics (FDD) application.
52
43
 
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.
53
47
 
54
- ## Contribute
48
+ ### In Progress
49
+ - [ ] Create IPython notebook tutorials showcasing AHU FDD examples, incorporating BRICK metadata integration.
50
+ - [ ] Extend the project to include `central_plant` fault conditions, IPython reports, and example applications for boiler and chiller systems.
51
+
52
+
53
+ ### Upcoming
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.
55
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
+ - [ ] Develop a comprehensive guide on a github.io website (or other?) for defining fault parameters, including error thresholds and other critical settings.
62
+
63
+
64
+ ## Contribute
56
65
  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:
57
66
  * https://www.python.org/downloads/
58
67
 
@@ -22,20 +22,29 @@ 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
- These are some basic project goals to make this into an interactive FDD application.
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? Certainly! As ChatGPT would eagerly say!
25
+ The following are key objectives to enhance this project into a fully interactive Fault Detection and Diagnostics (FDD) application.
35
26
 
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.
36
30
 
37
- ## Contribute
31
+ ### In Progress
32
+ - [ ] Create IPython notebook tutorials showcasing AHU FDD examples, incorporating BRICK metadata integration.
33
+ - [ ] Extend the project to include `central_plant` fault conditions, IPython reports, and example applications for boiler and chiller systems.
34
+
35
+
36
+ ### Upcoming
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.
38
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
+ - [ ] Develop a comprehensive guide on a github.io website (or other?) for defining fault parameters, including error thresholds and other critical settings.
45
+
46
+
47
+ ## Contribute
39
48
  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:
40
49
  * https://www.python.org/downloads/
41
50