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.
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/PKG-INFO +3 -5
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/README.md +2 -4
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/__init__.py +1 -1
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/mappings/model_PDPR1H1HAR1V0_FW539224.json +34 -26
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/PKG-INFO +3 -5
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/LICENSE +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/pyproject.toml +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/setup.cfg +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/__main__.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/client.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/constants.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/device_analyzer.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/mappings/__init__.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/mappings/mapping_info.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/mappings/model_PDPR1H1HAW100_FW539187.json +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/mock_client.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/py.typed +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/request_handler.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/request_status.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/values/__init__.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/values/instant_values.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/pooldose/values/static_values.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/SOURCES.txt +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/dependency_links.txt +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/entry_points.txt +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/requires.txt +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/top_level.txt +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_client.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_device_analyzer.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_device_analyzer_integration.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_instant_values.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_mapping_info.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_request_handler.py +0 -0
- {python_pooldose-0.6.5 → python_pooldose-0.6.6}/tests/test_ssl_support.py +0 -0
- {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.
|
|
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.
|
|
945
|
+
### Latest Release (0.6.6)
|
|
946
946
|
|
|
947
|
-
- **
|
|
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.
|
|
927
|
+
### Latest Release (0.6.6)
|
|
928
928
|
|
|
929
|
-
- **
|
|
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**
|
|
@@ -19,40 +19,48 @@
|
|
|
19
19
|
"key": "w_1f0it2vcf",
|
|
20
20
|
"type": "sensor",
|
|
21
21
|
"conversion": {
|
|
22
|
-
|
|
23
|
-
|
|
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
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
-
|
|
41
|
-
|
|
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
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
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": "
|
|
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": "
|
|
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": "
|
|
103
|
+
"key": "w_1f2jpqa6e",
|
|
96
104
|
"type": "switch"
|
|
97
105
|
},
|
|
98
106
|
"water_meter_unit": {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
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.
|
|
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.
|
|
945
|
+
### Latest Release (0.6.6)
|
|
946
946
|
|
|
947
|
-
- **
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{python_pooldose-0.6.5 → python_pooldose-0.6.6}/src/python_pooldose.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|