python-qube-heatpump 1.4.7__py3-none-any.whl → 1.4.8__py3-none-any.whl
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_qube_heatpump/client.py +3 -1
- {python_qube_heatpump-1.4.7.dist-info → python_qube_heatpump-1.4.8.dist-info}/METADATA +1 -1
- {python_qube_heatpump-1.4.7.dist-info → python_qube_heatpump-1.4.8.dist-info}/RECORD +5 -5
- {python_qube_heatpump-1.4.7.dist-info → python_qube_heatpump-1.4.8.dist-info}/WHEEL +0 -0
- {python_qube_heatpump-1.4.7.dist-info → python_qube_heatpump-1.4.8.dist-info}/licenses/LICENSE +0 -0
python_qube_heatpump/client.py
CHANGED
|
@@ -448,7 +448,9 @@ class QubeClient:
|
|
|
448
448
|
entity.address, int(write_value), device_id=self.unit
|
|
449
449
|
)
|
|
450
450
|
else:
|
|
451
|
-
_LOGGER.warning(
|
|
451
|
+
_LOGGER.warning(
|
|
452
|
+
"Unsupported data type for writing: %s", entity.data_type
|
|
453
|
+
)
|
|
452
454
|
return False
|
|
453
455
|
|
|
454
456
|
if result.isError():
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-qube-heatpump
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.8
|
|
4
4
|
Summary: Async Modbus client for Qube Heat Pumps
|
|
5
5
|
Project-URL: Homepage, https://github.com/MattieGit/python-qube-heatpump
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/MattieGit/python-qube-heatpump/issues
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
python_qube_heatpump/__init__.py,sha256=VnHFpnpnRzpxmNPAGM29FQkrcPcBAaIniWjHu68-7WA,669
|
|
2
|
-
python_qube_heatpump/client.py,sha256=
|
|
2
|
+
python_qube_heatpump/client.py,sha256=vEoNydSfhFNIet9pdVAhpiU2lqM3u7AKJQY_vPXfy5M,16733
|
|
3
3
|
python_qube_heatpump/const.py,sha256=oAwKCIpmXPh5dRwX1dhdmGTJZKMlTVDnspUqAgYGZk0,4651
|
|
4
4
|
python_qube_heatpump/models.py,sha256=vbJdY93JkQ6ea30qhGjuCknUxRJqTiz0mTjPsb2r4xk,1841
|
|
5
5
|
python_qube_heatpump/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -8,7 +8,7 @@ python_qube_heatpump/entities/base.py,sha256=5itTSm6cxklHsPr1qz3UWmr1kYBeCVOAugk
|
|
|
8
8
|
python_qube_heatpump/entities/binary_sensors.py,sha256=lsYC0MEHjJ7JmJUgYzdHndkrZ1Ekxz4j9HqYDMEE_IA,7649
|
|
9
9
|
python_qube_heatpump/entities/sensors.py,sha256=50ct61kG30fBXf4t9DzgjWxboG1t9JfGjfndpdkatYQ,13197
|
|
10
10
|
python_qube_heatpump/entities/switches.py,sha256=MAaK-63dgVZEm9Ch_CW7umYM_mPqMoPYl8i0ZpZIaYE,1676
|
|
11
|
-
python_qube_heatpump-1.4.
|
|
12
|
-
python_qube_heatpump-1.4.
|
|
13
|
-
python_qube_heatpump-1.4.
|
|
14
|
-
python_qube_heatpump-1.4.
|
|
11
|
+
python_qube_heatpump-1.4.8.dist-info/METADATA,sha256=is8VxPzkVuy3K8tyQLV9vB_zZQT4--JwKpWk0bEXAt0,951
|
|
12
|
+
python_qube_heatpump-1.4.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
13
|
+
python_qube_heatpump-1.4.8.dist-info/licenses/LICENSE,sha256=qpuQXN7QwpILG9GYcmqrd3Ax5CxBZUBoT295xTgKnOM,1062
|
|
14
|
+
python_qube_heatpump-1.4.8.dist-info/RECORD,,
|
|
File without changes
|
{python_qube_heatpump-1.4.7.dist-info → python_qube_heatpump-1.4.8.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|