python-pooldose 0.6.5__tar.gz → 0.6.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 (35) hide show
  1. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/PKG-INFO +3 -5
  2. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/README.md +2 -4
  3. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/__init__.py +1 -1
  4. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/mappings/model_PDPR1H1HAR1V0_FW539224.json +34 -26
  5. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/PKG-INFO +3 -5
  6. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/LICENSE +0 -0
  7. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/pyproject.toml +0 -0
  8. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/setup.cfg +0 -0
  9. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/__main__.py +0 -0
  10. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/client.py +0 -0
  11. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/constants.py +0 -0
  12. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/device_analyzer.py +0 -0
  13. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/mappings/__init__.py +0 -0
  14. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/mappings/mapping_info.py +0 -0
  15. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/mappings/model_PDPR1H1HAW100_FW539187.json +0 -0
  16. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/mock_client.py +0 -0
  17. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/py.typed +0 -0
  18. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/request_handler.py +0 -0
  19. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/request_status.py +0 -0
  20. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/values/__init__.py +0 -0
  21. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/values/instant_values.py +0 -0
  22. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/values/static_values.py +0 -0
  23. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/SOURCES.txt +0 -0
  24. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/dependency_links.txt +0 -0
  25. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/entry_points.txt +0 -0
  26. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/requires.txt +0 -0
  27. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/top_level.txt +0 -0
  28. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_client.py +0 -0
  29. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_device_analyzer.py +0 -0
  30. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_device_analyzer_integration.py +0 -0
  31. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_instant_values.py +0 -0
  32. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_mapping_info.py +0 -0
  33. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_request_handler.py +0 -0
  34. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_ssl_support.py +0 -0
  35. {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_static_values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-pooldose
3
- Version: 0.6.5
3
+ Version: 0.6.6
4
4
  Summary: Unoffical async Python client for SEKO PoolDose devices
5
5
  Author-email: Lukas Maertin <pypi@lukas-maertin.de>
6
6
  License-Expression: MIT
@@ -942,8 +942,6 @@ Data Classification:
942
942
 
943
943
  For detailed release notes and version history, please see [CHANGELOG.md](CHANGELOG.md).
944
944
 
945
- ### Latest Release (0.6.5)
945
+ ### Latest Release (0.6.6)
946
946
 
947
- - **Device Analyzer**: New CLI command `--analyze` for comprehensive device analysis and support discovery
948
- - **Code Quality**: Perfect Pylint 10.00/10 score with complete PEP-561 compliance
949
- - **Enhanced Documentation**: Added device analysis guide for unsupported device discovery
947
+ - **Mapping**: Fixed for PDPR1H1HAR1V0_FW539224**
@@ -924,8 +924,6 @@ Data Classification:
924
924
 
925
925
  For detailed release notes and version history, please see [CHANGELOG.md](CHANGELOG.md).
926
926
 
927
- ### Latest Release (0.6.5)
927
+ ### Latest Release (0.6.6)
928
928
 
929
- - **Device Analyzer**: New CLI command `--analyze` for comprehensive device analysis and support discovery
930
- - **Code Quality**: Perfect Pylint 10.00/10 score with complete PEP-561 compliance
931
- - **Enhanced Documentation**: Added device analysis guide for unsupported device discovery
929
+ - **Mapping**: Fixed for PDPR1H1HAR1V0_FW539224**
@@ -1,5 +1,5 @@
1
1
  """Async API client for SEKO Pooldose."""
2
2
  from .client import PooldoseClient
3
3
 
4
- __version__ = "0.6.5"
4
+ __version__ = "0.6.6"
5
5
  __all__ = ["PooldoseClient"]
@@ -19,40 +19,48 @@
19
19
  "key": "w_1f0it2vcf",
20
20
  "type": "sensor",
21
21
  "conversion": {
22
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0it2vcf_ALCALYNE|": "alcalyne",
23
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0it2vcf_ACID|": "acid"
22
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0it2vcf_ALCALYNE|": "alcalyne",
23
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0it2vcf_ACID|": "acid"
24
24
  }
25
25
  },
26
26
  "peristaltic_ph_dosing": {
27
27
  "key": "w_1f0iteoja",
28
28
  "type": "sensor",
29
29
  "conversion": {
30
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteoja_OFF|": "off",
31
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteoja_PROPORTIONAL|": "proportional",
32
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteoja_ON_OFF|": "on_off",
33
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteoja_TIMED|": "timed"
30
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteoja_OFF_|": "off",
31
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteoja_PROPORTIONAL|": "proportional",
32
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteoja_ON_OFF|": "on_off",
33
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteoja_TIMED|": "timed"
34
34
  }
35
35
  },
36
+ "ofa_ph_value": {
37
+ "key": "w_1g1l138q8",
38
+ "type": "sensor"
39
+ },
36
40
  "orp_type_dosing": {
37
41
  "key": "w_1f0it326i",
38
42
  "type": "sensor",
39
43
  "conversion": {
40
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0it326i_LOW_|": "low",
41
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0it326i_HIGH|": "high"
44
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0it326i_LOW_|": "low",
45
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0it326i_HIGH|": "high"
42
46
  }
43
47
  },
44
48
  "peristaltic_orp_dosing": {
45
49
  "key": "w_1f0iteqrl",
46
50
  "type": "sensor",
47
51
  "conversion": {
48
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteqrl_OFF|": "off",
49
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteqrl_PROPORTIONAL|": "proportional",
50
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteqrl_ON_OFF|": "on_off",
51
- "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteqrl_TIMED|": "timed"
52
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteqrl_OFF|": "off",
53
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteqrl_PROPORTIONAL|": "proportional",
54
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteqrl_ON_OFF|": "on_off",
55
+ "|PDPR1H1HAR1V0_FW539224_LABEL_w_1f0iteqrl_TIMED|": "timed"
52
56
  }
53
57
  },
58
+ "ofa_orp_value": {
59
+ "key": "w_1g1kvclje",
60
+ "type": "sensor"
61
+ },
54
62
  "pump_running": {
55
- "key": "w_1f1fng00q",
63
+ "key": "w_1f0iqe0vh",
56
64
  "type": "binary_sensor"
57
65
  },
58
66
  "ph_level_ok": {
@@ -64,7 +72,7 @@
64
72
  "type": "binary_sensor"
65
73
  },
66
74
  "flow_rate_ok": {
67
- "key": "w_1f0iolq38",
75
+ "key": "w_1f0iqmg8c",
68
76
  "type": "binary_sensor"
69
77
  },
70
78
  "alarm_relay": {
@@ -92,19 +100,19 @@
92
100
  "type": "switch"
93
101
  },
94
102
  "pump_detection": {
95
- "key": "w_1hn0h4fmb",
103
+ "key": "w_1f2jpqa6e",
96
104
  "type": "switch"
97
105
  },
98
106
  "water_meter_unit": {
99
- "key": "w_1f3dfp59r",
100
- "type": "select",
101
- "options": {
102
- "8": "PDPR1H1HAR1V0_FW539224_COMBO_w_1f3dfp59r_LITERS__L_",
103
- "9": "PDPR1H1HAR1V0_FW539224_COMBO_w_1f3dfp59r_CUBIC_METER__M__"
104
- },
105
- "conversion": {
106
- "PDPR1H1HAR1V0_FW539224_COMBO_w_1f3dfp59r_LITERS__L_": "L",
107
- "PDPR1H1HAR1V0_FW539224_COMBO_w_1f3dfp59r_CUBIC_METER__M__": "m³"
108
- }
109
- }
107
+ "key": "w_1f3dfp59r",
108
+ "type": "select",
109
+ "options": {
110
+ "8": "PDPR1H1HAR1V0_FW539224_COMBO_w_1f3dfp59r_LITERS__L_",
111
+ "9": "PDPR1H1HAR1V0_FW539224_COMBO_w_1f3dfp59r_CUBIC_METER__M__"
112
+ },
113
+ "conversion": {
114
+ "PDPR1H1HAR1V0_FW539224_COMBO_w_1f3dfp59r_LITERS__L_": "L",
115
+ "PDPR1H1HAR1V0_FW539224_COMBO_w_1f3dfp59r_CUBIC_METER__M__": "m³"
116
+ }
117
+ }
110
118
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-pooldose
3
- Version: 0.6.5
3
+ Version: 0.6.6
4
4
  Summary: Unoffical async Python client for SEKO PoolDose devices
5
5
  Author-email: Lukas Maertin <pypi@lukas-maertin.de>
6
6
  License-Expression: MIT
@@ -942,8 +942,6 @@ Data Classification:
942
942
 
943
943
  For detailed release notes and version history, please see [CHANGELOG.md](CHANGELOG.md).
944
944
 
945
- ### Latest Release (0.6.5)
945
+ ### Latest Release (0.6.6)
946
946
 
947
- - **Device Analyzer**: New CLI command `--analyze` for comprehensive device analysis and support discovery
948
- - **Code Quality**: Perfect Pylint 10.00/10 score with complete PEP-561 compliance
949
- - **Enhanced Documentation**: Added device analysis guide for unsupported device discovery
947
+ - **Mapping**: Fixed for PDPR1H1HAR1V0_FW539224**
File without changes