plugwise 1.7.8__py3-none-any.whl → 1.8.0__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.
- plugwise/common.py +2 -2
- plugwise/constants.py +1 -0
- plugwise/helper.py +1 -1
- plugwise/legacy/data.py +1 -0
- {plugwise-1.7.8.dist-info → plugwise-1.8.0.dist-info}/METADATA +9 -8
- {plugwise-1.7.8.dist-info → plugwise-1.8.0.dist-info}/RECORD +9 -9
- {plugwise-1.7.8.dist-info → plugwise-1.8.0.dist-info}/WHEEL +0 -0
- {plugwise-1.7.8.dist-info → plugwise-1.8.0.dist-info}/licenses/LICENSE +0 -0
- {plugwise-1.7.8.dist-info → plugwise-1.8.0.dist-info}/top_level.txt +0 -0
plugwise/common.py
CHANGED
@@ -145,8 +145,8 @@ class SmileCommon:
|
|
145
145
|
"model": appl.model,
|
146
146
|
"model_id": appl.model_id,
|
147
147
|
"name": appl.name,
|
148
|
-
"zigbee_mac_address": appl.zigbee_mac,
|
149
148
|
"vendor": appl.vendor_name,
|
149
|
+
"zigbee_mac_address": appl.zigbee_mac,
|
150
150
|
}.items():
|
151
151
|
if value is not None or key == "location":
|
152
152
|
appl_key = cast(ApplianceType, key)
|
@@ -205,7 +205,7 @@ class SmileCommon:
|
|
205
205
|
"members": members,
|
206
206
|
"vendor": "Plugwise",
|
207
207
|
}
|
208
|
-
self._count +=
|
208
|
+
self._count += 5
|
209
209
|
|
210
210
|
return switch_groups
|
211
211
|
|
plugwise/constants.py
CHANGED
plugwise/helper.py
CHANGED
plugwise/legacy/data.py
CHANGED
@@ -84,6 +84,7 @@ class SmileLegacyData(SmileLegacyHelper):
|
|
84
84
|
def _get_anna_control_state(self, data: GwEntityData) -> None:
|
85
85
|
"""Set the thermostat control_state based on the opentherm/onoff device state."""
|
86
86
|
data["control_state"] = "idle"
|
87
|
+
self._count += 1
|
87
88
|
for entity in self.gw_entities.values():
|
88
89
|
if entity["dev_class"] != "heater_central":
|
89
90
|
continue
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: plugwise
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.8.0
|
4
4
|
Summary: Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3.
|
5
5
|
Author: Plugwise device owners
|
6
6
|
Maintainer: bouwew, CoMPaTech
|
@@ -11,6 +11,7 @@ Keywords: home,automation,plugwise,module
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
12
12
|
Classifier: Intended Audience :: Developers
|
13
13
|
Classifier: Operating System :: OS Independent
|
14
|
+
Classifier: Programming Language :: Python :: 3.14
|
14
15
|
Classifier: Programming Language :: Python :: 3.13
|
15
16
|
Classifier: Topic :: Home Automation
|
16
17
|
Requires-Python: >=3.13
|
@@ -87,17 +88,17 @@ Module providing interfacing with the Plugwise devices:
|
|
87
88
|
### Smile
|
88
89
|
|
89
90
|
- [x] Adam
|
90
|
-
- [x]
|
91
|
+
- [x] Emma (only tested as ZigBee device connected to Adam)
|
91
92
|
- [x] Jip
|
92
|
-
- [x]
|
93
|
-
- [x] Tom
|
93
|
+
- [x] Lisa
|
94
|
+
- [x] Tom/Floor
|
94
95
|
- [x] Koen (a Koen always comes with a Plug, the Plug is the active part)
|
95
96
|
- [x] Plug
|
96
97
|
- [x] Aqara Plug
|
97
|
-
- [x] Anna
|
98
|
-
- [
|
99
|
-
- [x]
|
100
|
-
- [
|
98
|
+
- [x] Anna (v1.8 and later firmware versions)
|
99
|
+
- [ ] Anna P1
|
100
|
+
- [x] Smile P1 (v2.0 and later firmware versions)
|
101
|
+
- [x] Stretch (only with Circles, please help out with other devices)
|
101
102
|
|
102
103
|
- [x] [Home-Assistant](https://home-assistant.io) via
|
103
104
|
- [x] Native supporting networked Plugwise products
|
@@ -1,18 +1,18 @@
|
|
1
1
|
plugwise/__init__.py,sha256=tctQhmRTvr70Am9x5V1UZf_VtPlw6o2if1MlgMVGcYo,17408
|
2
|
-
plugwise/common.py,sha256=
|
3
|
-
plugwise/constants.py,sha256=
|
2
|
+
plugwise/common.py,sha256=PaTCpw_d5OoEHkN_TuS1KTiuL1nGgsrdgCxTATVtRCA,10084
|
3
|
+
plugwise/constants.py,sha256=F0RDampMHTyQjvmNlUC87tt7JzH2kK77t547eyArHDs,16946
|
4
4
|
plugwise/data.py,sha256=vtOot1JrgE7rHdt1pSnrh0BNAetcsPlTnoRD3SRD5lc,12571
|
5
5
|
plugwise/exceptions.py,sha256=Ce-tO9uNsMB-8FP6VAxBvsHNJ-NIM9F0onUZOdZI4Ys,1110
|
6
|
-
plugwise/helper.py,sha256=
|
6
|
+
plugwise/helper.py,sha256=nVFD47K2aCSvlgmwJRYMLgP5gtgRLGrwhoe5GLHvNaw,39165
|
7
7
|
plugwise/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
plugwise/smile.py,sha256=hk_KTOzajekJvxi05g4sJoJ49YvlSLLUiNluvMUbKBM,20319
|
9
9
|
plugwise/smilecomm.py,sha256=DRQ3toRNEf3oo_mej49fPJ47m5das-jvo-8GnIrSPzw,5208
|
10
10
|
plugwise/util.py,sha256=rMcqfaB4dkQEZFJY-bBJISmlYgTnb6Ns3-Doxelf92Q,10689
|
11
|
-
plugwise/legacy/data.py,sha256=
|
11
|
+
plugwise/legacy/data.py,sha256=Dsv7wq_J6W0iC7vXhY_CQm03U5tfJM4O7SfSlJDBRQs,3246
|
12
12
|
plugwise/legacy/helper.py,sha256=vUuYX-vJErbVwGJu7On1ITDh8X8nzO8WoqN-whS9FJ4,16710
|
13
13
|
plugwise/legacy/smile.py,sha256=RBfasiOrAXUWwvUqciO0xzel4VMNsY0Nzb44GHqDPpo,12837
|
14
|
-
plugwise-1.
|
15
|
-
plugwise-1.
|
16
|
-
plugwise-1.
|
17
|
-
plugwise-1.
|
18
|
-
plugwise-1.
|
14
|
+
plugwise-1.8.0.dist-info/licenses/LICENSE,sha256=mL22BjmXtg_wnoDnnaqps5_Bg_VGj_yHueX5lsKwbCc,1144
|
15
|
+
plugwise-1.8.0.dist-info/METADATA,sha256=ukO3oUBIRcU9EIdYVMW2i8DRy20p7znw5d0PPZ1lpgs,8071
|
16
|
+
plugwise-1.8.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
17
|
+
plugwise-1.8.0.dist-info/top_level.txt,sha256=MYOmktMFf8ZmX6_OE1y9MoCZFfY-L8DA0F2tA2IvE4s,9
|
18
|
+
plugwise-1.8.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|