PyPlumIO 0.5.44__py3-none-any.whl → 0.5.45__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.
- pyplumio/_version.py +2 -2
- pyplumio/devices/__init__.py +1 -1
- pyplumio/devices/ecomax.py +9 -0
- {pyplumio-0.5.44.dist-info → pyplumio-0.5.45.dist-info}/METADATA +1 -1
- {pyplumio-0.5.44.dist-info → pyplumio-0.5.45.dist-info}/RECORD +8 -8
- {pyplumio-0.5.44.dist-info → pyplumio-0.5.45.dist-info}/WHEEL +0 -0
- {pyplumio-0.5.44.dist-info → pyplumio-0.5.45.dist-info}/licenses/LICENSE +0 -0
- {pyplumio-0.5.44.dist-info → pyplumio-0.5.45.dist-info}/top_level.txt +0 -0
pyplumio/_version.py
CHANGED
pyplumio/devices/__init__.py
CHANGED
@@ -141,7 +141,7 @@ class PhysicalDevice(Device, ABC):
|
|
141
141
|
@event_listener(filter=on_change)
|
142
142
|
async def on_event_frame_versions(self, versions: dict[int, int]) -> None:
|
143
143
|
"""Check frame versions and update outdated frames."""
|
144
|
-
_LOGGER.info("Received version table")
|
144
|
+
_LOGGER.info("Received frame version table")
|
145
145
|
for frame_type, version in versions.items():
|
146
146
|
if (
|
147
147
|
is_known_frame_type(frame_type)
|
pyplumio/devices/ecomax.py
CHANGED
@@ -192,7 +192,16 @@ class EcoMAX(PhysicalDevice):
|
|
192
192
|
self, frame_type: FrameType | int, version: int
|
193
193
|
) -> None:
|
194
194
|
"""Request frame version from the device."""
|
195
|
+
request_frame = False
|
195
196
|
if frame_type not in REQUIRED_TYPES:
|
197
|
+
# Frame not in required, so we'll request it right away.
|
198
|
+
request_frame = True
|
199
|
+
|
200
|
+
if frame_type in self._frame_versions:
|
201
|
+
# Frame in required and has been requested once by setup.
|
202
|
+
request_frame = True
|
203
|
+
|
204
|
+
if request_frame:
|
196
205
|
await super()._request_frame_version(frame_type, version)
|
197
206
|
|
198
207
|
async def _set_ecomax_state(self, state: State) -> bool:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
pyplumio/__init__.py,sha256=3H5SO4WFw5mBTFeEyD4w0H8-MsNo93NyOH3RyMN7IS0,3337
|
2
2
|
pyplumio/__main__.py,sha256=3IwHHSq-iay5FaeMc95klobe-xv82yydSKcBE7BFZ6M,500
|
3
|
-
pyplumio/_version.py,sha256
|
3
|
+
pyplumio/_version.py,sha256=-86mTNpSQ6VkAt3ooW1e8lrSz1Y_CBNteUTIu8IdnFo,513
|
4
4
|
pyplumio/connection.py,sha256=9MCPb8W62uqCrzd1YCROcn9cCjRY8E65934FnJDF5Js,5902
|
5
5
|
pyplumio/const.py,sha256=FxF97bl_GunYuB8Wo72zCzHtznRCM64ygC2qfaR3UyA,5684
|
6
6
|
pyplumio/data_types.py,sha256=r-QOIZiIpBFo4kRongyu8n0BHTaEU6wWMTmNkWBNjq8,9223
|
@@ -10,8 +10,8 @@ pyplumio/protocol.py,sha256=UnrXDouo4dDi7hqwJYHoEAvCoYJs3PgP1DFBBwRqBrw,8427
|
|
10
10
|
pyplumio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
pyplumio/stream.py,sha256=iCB-XlNXRRE0p7nstb1AkXwVDwcCsgym_ggB_IDiJc8,4926
|
12
12
|
pyplumio/utils.py,sha256=D6_SJzYkFjXoUrlNPt_mIQAP8hjMU05RsTqlAFphj3Y,1205
|
13
|
-
pyplumio/devices/__init__.py,sha256=
|
14
|
-
pyplumio/devices/ecomax.py,sha256=
|
13
|
+
pyplumio/devices/__init__.py,sha256=o2gkAPaOpTzufTXMyNuYC1xWSKtx0j22n89G1JxK9gA,7932
|
14
|
+
pyplumio/devices/ecomax.py,sha256=5uODRBGEiM5TIgO2rXjz42fdpW-u4Sy3G-mRZsXYpwY,16424
|
15
15
|
pyplumio/devices/ecoster.py,sha256=X46ky5XT8jHMFq9sBW0ve8ZI_tjItQDMt4moXsW-ogY,307
|
16
16
|
pyplumio/devices/mixer.py,sha256=cuqhWcIeGgHNIVqmRm-NyvaRb-ltGY5YZXrQN81xKP0,2744
|
17
17
|
pyplumio/devices/thermostat.py,sha256=Wylm0xgheS6E_y-w0E8JEKax6Gckfw7qZu9fgv8iSMc,2266
|
@@ -57,8 +57,8 @@ pyplumio/structures/statuses.py,sha256=1h-EUw1UtuS44E19cNOSavUgZeAxsLgX3iS0eVC8p
|
|
57
57
|
pyplumio/structures/temperatures.py,sha256=2VD3P_vwp9PEBkOn2-WhifOR8w-UYNq35aAxle0z2Vg,2831
|
58
58
|
pyplumio/structures/thermostat_parameters.py,sha256=st3x3HkjQm3hqBrn_fpvPDQu8fuc-Sx33ONB19ViQak,3007
|
59
59
|
pyplumio/structures/thermostat_sensors.py,sha256=rO9jTZWGQpThtJqVdbbv8sYMYHxJi4MfwZQza69L2zw,3399
|
60
|
-
pyplumio-0.5.
|
61
|
-
pyplumio-0.5.
|
62
|
-
pyplumio-0.5.
|
63
|
-
pyplumio-0.5.
|
64
|
-
pyplumio-0.5.
|
60
|
+
pyplumio-0.5.45.dist-info/licenses/LICENSE,sha256=m-UuZFjXJ22uPTGm9kSHS8bqjsf5T8k2wL9bJn1Y04o,1088
|
61
|
+
pyplumio-0.5.45.dist-info/METADATA,sha256=h3d0PYp2XdGlvRaRBdYLMxQAoPcPXsGH30QNq0JfsKo,5611
|
62
|
+
pyplumio-0.5.45.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
63
|
+
pyplumio-0.5.45.dist-info/top_level.txt,sha256=kNBz9UPPkPD9teDn3U_sEy5LjzwLm9KfADCXtBlbw8A,9
|
64
|
+
pyplumio-0.5.45.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|