velbus-aio 2024.7.5__py3-none-any.whl → 2024.7.6__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.
Potentially problematic release.
This version of velbus-aio might be problematic. Click here for more details.
- {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.7.6.dist-info}/METADATA +1 -2
- {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.7.6.dist-info}/RECORD +6 -6
- {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.7.6.dist-info}/WHEEL +1 -1
- velbusaio/module.py +2 -3
- {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.7.6.dist-info}/LICENSE +0 -0
- {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.7.6.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: velbus-aio
|
|
3
|
-
Version: 2024.7.
|
|
3
|
+
Version: 2024.7.6
|
|
4
4
|
Summary: Open-source home automation platform running on Python 3.
|
|
5
5
|
Author-email: Maikel Punie <maikel.punie@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -14,7 +14,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
14
14
|
Classifier: Natural Language :: English
|
|
15
15
|
Classifier: Operating System :: OS Independent
|
|
16
16
|
Classifier: Programming Language :: Python
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.9
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -8,7 +8,7 @@ velbusaio/exceptions.py,sha256=FHkXaM3dK5Gkk-QGAf9dLE3FPlCU2FRZWUyY-4KRNnA,515
|
|
|
8
8
|
velbusaio/handler.py,sha256=XDdr6snW5__0Q7EDrwLHv2O0SvXRtH_eKiWaLQuDka0,10862
|
|
9
9
|
velbusaio/helpers.py,sha256=iqpoereRH4JY5WAkozIqWvXWyRmhko-J-UGXDylFyEM,2537
|
|
10
10
|
velbusaio/message.py,sha256=_MRuI4XnMcqeduCDJ3AwhAPL1B8VMstFDnjjLo8QuxM,5018
|
|
11
|
-
velbusaio/module.py,sha256=
|
|
11
|
+
velbusaio/module.py,sha256=CLor9jbTJINTX3oI8kXInyHaX9ougjxTHZgq2CsYtt4,35184
|
|
12
12
|
velbusaio/protocol.json,sha256=cQ2RsXomOjB-sd4fIu53QthOlkcfJSa7M0oGkzi9fJQ,253142
|
|
13
13
|
velbusaio/protocol.py,sha256=3XhSFYe2GS-3fis5uClJV4tJxI_XO0x-JKZW0cD5cKs,8004
|
|
14
14
|
velbusaio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -96,8 +96,8 @@ velbusaio/messages/very_fast_blinking_led.py,sha256=vlMEern8PoOvtO5JaAk9erMR4IKJ
|
|
|
96
96
|
velbusaio/messages/write_data_to_memory.py,sha256=gr6bi4SzK8Mw8fnp8yV-STq5jts7NoeV7zZgdptH5Vs,1039
|
|
97
97
|
velbusaio/messages/write_memory_block.py,sha256=zGnNxx_M66HpBQ8S7kagtNw8_qSRHsOLk1MuiS0uygM,1032
|
|
98
98
|
velbusaio/messages/write_module_address_and_serial_number.py,sha256=6y57j-md3btNtQddX5CUREtSs1Dzgkd953sQPZ3Pioo,1597
|
|
99
|
-
velbus_aio-2024.7.
|
|
100
|
-
velbus_aio-2024.7.
|
|
101
|
-
velbus_aio-2024.7.
|
|
102
|
-
velbus_aio-2024.7.
|
|
103
|
-
velbus_aio-2024.7.
|
|
99
|
+
velbus_aio-2024.7.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
100
|
+
velbus_aio-2024.7.6.dist-info/METADATA,sha256=EeivXza7IcLaNc_4tA9Rs8BQD3Z2M_UZbjn-ZmQCARM,3232
|
|
101
|
+
velbus_aio-2024.7.6.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
102
|
+
velbus_aio-2024.7.6.dist-info/top_level.txt,sha256=W0-lSOwD23mm8FqaIe9vY20fKicBMIdUVjF-zmfxRnY,15
|
|
103
|
+
velbus_aio-2024.7.6.dist-info/RECORD,,
|
velbusaio/module.py
CHANGED
|
@@ -538,7 +538,7 @@ class Module:
|
|
|
538
538
|
except OSError:
|
|
539
539
|
cache = {}
|
|
540
540
|
# load default channels
|
|
541
|
-
await self.
|
|
541
|
+
await self._load_default_channels()
|
|
542
542
|
|
|
543
543
|
# load the data from memory ( the stuff that we need)
|
|
544
544
|
if "name" in cache and cache["name"] != "":
|
|
@@ -722,7 +722,7 @@ class Module:
|
|
|
722
722
|
msg.low_address = addr[1]
|
|
723
723
|
await self._writer(msg)
|
|
724
724
|
|
|
725
|
-
async def
|
|
725
|
+
async def _load_default_channels(self) -> None:
|
|
726
726
|
if "Channels" not in self._data:
|
|
727
727
|
return
|
|
728
728
|
|
|
@@ -771,7 +771,6 @@ class VmbDali(Module):
|
|
|
771
771
|
self.group_members: dict[int, set[int]] = {}
|
|
772
772
|
|
|
773
773
|
async def _load_default_channels(self) -> None:
|
|
774
|
-
await super().load()
|
|
775
774
|
for chan in range(1, 64 + 1):
|
|
776
775
|
self._channels[chan] = Channel(
|
|
777
776
|
self, chan, "placeholder", True, self._writer, self._address
|
|
File without changes
|
|
File without changes
|