open-fdd 0.1.5__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 (57) hide show
  1. {open_fdd-0.1.5/open_fdd.egg-info → open_fdd-0.1.6}/PKG-INFO +4 -3
  2. {open_fdd-0.1.5 → open_fdd-0.1.6}/README.md +3 -2
  3. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/faults/__init__.py +301 -301
  4. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/reports/__init__.py +94 -0
  5. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/reports/fault_report.py +1 -0
  6. open_fdd-0.1.6/open_fdd/tests/ahu/test_ahu_fc16.py +190 -0
  7. {open_fdd-0.1.5 → open_fdd-0.1.6/open_fdd.egg-info}/PKG-INFO +4 -3
  8. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd.egg-info/SOURCES.txt +1 -0
  9. {open_fdd-0.1.5 → open_fdd-0.1.6}/setup.py +1 -1
  10. {open_fdd-0.1.5 → open_fdd-0.1.6}/LICENSE +0 -0
  11. {open_fdd-0.1.5 → open_fdd-0.1.6}/MANIFEST.in +0 -0
  12. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/__init__.py +0 -0
  13. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/__init__.py +0 -0
  14. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/faults/fault_condition.py +0 -0
  15. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/faults/helper_utils.py +0 -0
  16. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/faults/shared_utils.py +0 -0
  17. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/example1.jpg +0 -0
  18. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/example2.jpg +0 -0
  19. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc10_definition.png +0 -0
  20. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc11_definition.png +0 -0
  21. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc12_definition.png +0 -0
  22. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc13_definition.png +0 -0
  23. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc1_definition.png +0 -0
  24. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc1_report_screenshot_all.png +0 -0
  25. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc2_definition.png +0 -0
  26. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc3_definition.png +0 -0
  27. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc4_definition.png +0 -0
  28. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc5_definition.png +0 -0
  29. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc6_definition.png +0 -0
  30. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc7_definition.png +0 -0
  31. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc8_definition.png +0 -0
  32. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/fc9_definition.png +0 -0
  33. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/latex_generator.py +0 -0
  34. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/params.docx +0 -0
  35. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/params.pdf +0 -0
  36. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/air_handling_unit/images/plot_for_repo.png +0 -0
  37. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/__init__.py +0 -0
  38. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/__init__.py +0 -0
  39. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc1.py +0 -0
  40. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc10.py +0 -0
  41. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc11.py +0 -0
  42. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc12.py +0 -0
  43. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc13.py +0 -0
  44. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc14.py +0 -0
  45. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc15.py +0 -0
  46. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc2.py +0 -0
  47. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc3.py +0 -0
  48. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc4.py +0 -0
  49. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc5.py +0 -0
  50. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc6.py +0 -0
  51. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc7.py +0 -0
  52. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc8.py +0 -0
  53. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd/tests/ahu/test_ahu_fc9.py +0 -0
  54. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd.egg-info/dependency_links.txt +0 -0
  55. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd.egg-info/requires.txt +0 -0
  56. {open_fdd-0.1.5 → open_fdd-0.1.6}/open_fdd.egg-info/top_level.txt +0 -0
  57. {open_fdd-0.1.5 → 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.5
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
@@ -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
- - [ ] Develop a comprehensive guide on a github.io website (or other?) for defining fault parameters, including error thresholds and other critical settings.
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
- - [ ] Develop a comprehensive guide on a github.io website (or other?) for defining fault parameters, including error thresholds and other critical settings.
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