You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,29 @@ If you like this project and find it useful, please consider giving it a star on
6
6
7
7
You can also sponsor Tamer here https://buymeacoffee.com/6sjde6vkzl for his invaluable contribution to this project.
8
8
9
+
## [1.0.11] - 2024-12-04
10
+
11
+
### Added
12
+
13
+
-[Jest]: Jest coverage 100% on shellyProperty
14
+
-[Jest]: Jest coverage 100% on shellyComponent
15
+
-[shelly]: Verified support for shelly2pmg3 (Shelly 2PM Gen 3) mode cover with firmware 1.4.99-2pmg3prod0-ge3db05c.
16
+
-[shelly]: The cache file is saved for all sleepy devices when they wake up.
17
+
-[Jest]: Jest test on shelly2pmg3 mode cover (mock and real)
18
+
19
+
### Changed
20
+
21
+
-[package]: Requires matterbridge 1.6.5.
22
+
-[package]: Updated dependencies.
23
+
-[platform]: The ShellyPlatform class has grown too much: moved the shellySwitchCommandHandler, shellyLightCommandHandler, shellyCoverCommandHandler and shellyUpdateHandler methods to separate files.
24
+
-[platform]: Refactor Matter Thermostat component for WallDisplay
25
+
-[platform]: Refactor Matter Thermostat component for BLU Trv
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Features:
31
31
- If the device has a firmware update available, a message is displayed.
32
32
- If the device's CoIoT protocol is not correctly configured, a message is displayed.
33
33
- If the device cover/roller component is not calibrated, a message is displayed.
34
-
- If a device changes its ip address on the network, a message is displayed and the new address is stored. You just need to restart Matterbridge.
34
+
- If a device changes its ip address on the network, a message is displayed and the new address is stored.
35
35
- A 10-minute timer checks if the device has reported within that time frame, and fetch un update.
36
36
37
37
If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-shelly and sponsoring it.
Copy file name to clipboardExpand all lines: matterbridge-shelly.schema.json
+5-20Lines changed: 5 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,7 @@
24
24
"exposeSwitch": {
25
25
"description": "Choose how to expose the shelly switches: as a switch (don't use it for Alexa), light or outlet",
26
26
"type": "string",
27
-
"enum": [
28
-
"switch",
29
-
"light",
30
-
"outlet"
31
-
],
27
+
"enum": ["switch", "light", "outlet"],
32
28
"default": "outlet"
33
29
},
34
30
"switchList": {
@@ -55,12 +51,7 @@
55
51
"exposeInput": {
56
52
"description": "Choose how to expose the shelly inputs: disabled, contact, momentary or latching switch (you may need to pair again the controller when changed)",
0 commit comments