python-qube-heatpump 1.4.6__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.
@@ -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("Unsupported data type for writing: %s", entity.data_type)
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():
@@ -122,8 +122,7 @@ _SENSOR_DEFS: tuple[EntityDef, ...] = (
122
122
  data_type=DataType.FLOAT32,
123
123
  platform=Platform.SENSOR,
124
124
  unit="%",
125
- scale=-100.0,
126
- offset=100.0,
125
+ scale=100.0,
127
126
  ),
128
127
  EntityDef(
129
128
  key="aout_srcpmp_val",
@@ -133,8 +132,7 @@ _SENSOR_DEFS: tuple[EntityDef, ...] = (
133
132
  data_type=DataType.FLOAT32,
134
133
  platform=Platform.SENSOR,
135
134
  unit="%",
136
- scale=-100.0,
137
- offset=100.0,
135
+ scale=100.0,
138
136
  ),
139
137
  EntityDef(
140
138
  key="aout_srcvalve_val",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-qube-heatpump
3
- Version: 1.4.6
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,14 +1,14 @@
1
1
  python_qube_heatpump/__init__.py,sha256=VnHFpnpnRzpxmNPAGM29FQkrcPcBAaIniWjHu68-7WA,669
2
- python_qube_heatpump/client.py,sha256=BMkUMa08hUOqtGw96rGv_mhdXC29U55dwxLrGL72StU,16695
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
6
6
  python_qube_heatpump/entities/__init__.py,sha256=rGEqLY-KcsIlmEaM7LbriDMEqedn7NLA4sgKDI6sYM8,342
7
7
  python_qube_heatpump/entities/base.py,sha256=5itTSm6cxklHsPr1qz3UWmr1kYBeCVOAugk182ybf3s,1867
8
8
  python_qube_heatpump/entities/binary_sensors.py,sha256=lsYC0MEHjJ7JmJUgYzdHndkrZ1Ekxz4j9HqYDMEE_IA,7649
9
- python_qube_heatpump/entities/sensors.py,sha256=EscpYNE1gfStw4LmiiAJtWaMGKG6QAyloHGe_MvW_jY,13243
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.6.dist-info/METADATA,sha256=RW25bct2K71Zg8fNP7eNLBEIIC-Jdqztyt9iqnlzNiU,951
12
- python_qube_heatpump-1.4.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
13
- python_qube_heatpump-1.4.6.dist-info/licenses/LICENSE,sha256=qpuQXN7QwpILG9GYcmqrd3Ax5CxBZUBoT295xTgKnOM,1062
14
- python_qube_heatpump-1.4.6.dist-info/RECORD,,
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,,