matterbridge 2.2.5 → 2.2.6-dev.2

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.
Files changed (152) hide show
  1. package/CHANGELOG.md +104 -65
  2. package/dist/cli.js +2 -37
  3. package/dist/cluster/export.js +0 -2
  4. package/dist/defaultConfigSchema.js +0 -23
  5. package/dist/deviceManager.js +1 -94
  6. package/dist/frontend.js +37 -340
  7. package/dist/index.js +1 -28
  8. package/dist/logger/export.js +0 -1
  9. package/dist/matter/behaviors.js +0 -2
  10. package/dist/matter/clusters.js +0 -2
  11. package/dist/matter/devices.js +0 -2
  12. package/dist/matter/endpoints.js +0 -2
  13. package/dist/matter/export.js +0 -2
  14. package/dist/matter/types.js +0 -2
  15. package/dist/matterbridge.js +108 -746
  16. package/dist/matterbridgeAccessoryPlatform.js +0 -33
  17. package/dist/matterbridgeBehaviors.js +1 -32
  18. package/dist/matterbridgeDeviceTypes.js +11 -112
  19. package/dist/matterbridgeDynamicPlatform.js +0 -33
  20. package/dist/matterbridgeEndpoint.js +27 -711
  21. package/dist/matterbridgeEndpointHelpers.js +9 -118
  22. package/dist/matterbridgePlatform.js +11 -210
  23. package/dist/matterbridgeTypes.js +0 -24
  24. package/dist/pluginManager.js +3 -229
  25. package/dist/shelly.js +6 -121
  26. package/dist/storage/export.js +0 -1
  27. package/dist/update.js +0 -45
  28. package/dist/utils/colorUtils.js +2 -205
  29. package/dist/utils/copyDirectory.js +1 -37
  30. package/dist/utils/createZip.js +2 -42
  31. package/dist/utils/deepCopy.js +0 -40
  32. package/dist/utils/deepEqual.js +1 -65
  33. package/dist/utils/export.js +0 -1
  34. package/dist/utils/isvalid.js +0 -86
  35. package/dist/utils/network.js +5 -77
  36. package/dist/utils/parameter.js +0 -41
  37. package/dist/utils/wait.js +5 -48
  38. package/frontend/build/asset-manifest.json +3 -3
  39. package/frontend/build/index.html +1 -1
  40. package/frontend/build/static/js/{main.66936fef.js → main.a45801ac.js} +3 -3
  41. package/frontend/build/static/js/{main.66936fef.js.map → main.a45801ac.js.map} +1 -1
  42. package/npm-shrinkwrap.json +51 -51
  43. package/package.json +3 -4
  44. package/dist/cli.d.ts +0 -29
  45. package/dist/cli.d.ts.map +0 -1
  46. package/dist/cli.js.map +0 -1
  47. package/dist/cluster/export.d.ts +0 -2
  48. package/dist/cluster/export.d.ts.map +0 -1
  49. package/dist/cluster/export.js.map +0 -1
  50. package/dist/defaultConfigSchema.d.ts +0 -27
  51. package/dist/defaultConfigSchema.d.ts.map +0 -1
  52. package/dist/defaultConfigSchema.js.map +0 -1
  53. package/dist/deviceManager.d.ts +0 -114
  54. package/dist/deviceManager.d.ts.map +0 -1
  55. package/dist/deviceManager.js.map +0 -1
  56. package/dist/frontend.d.ts +0 -221
  57. package/dist/frontend.d.ts.map +0 -1
  58. package/dist/frontend.js.map +0 -1
  59. package/dist/index.d.ts +0 -35
  60. package/dist/index.d.ts.map +0 -1
  61. package/dist/index.js.map +0 -1
  62. package/dist/logger/export.d.ts +0 -2
  63. package/dist/logger/export.d.ts.map +0 -1
  64. package/dist/logger/export.js.map +0 -1
  65. package/dist/matter/behaviors.d.ts +0 -2
  66. package/dist/matter/behaviors.d.ts.map +0 -1
  67. package/dist/matter/behaviors.js.map +0 -1
  68. package/dist/matter/clusters.d.ts +0 -2
  69. package/dist/matter/clusters.d.ts.map +0 -1
  70. package/dist/matter/clusters.js.map +0 -1
  71. package/dist/matter/devices.d.ts +0 -2
  72. package/dist/matter/devices.d.ts.map +0 -1
  73. package/dist/matter/devices.js.map +0 -1
  74. package/dist/matter/endpoints.d.ts +0 -2
  75. package/dist/matter/endpoints.d.ts.map +0 -1
  76. package/dist/matter/endpoints.js.map +0 -1
  77. package/dist/matter/export.d.ts +0 -5
  78. package/dist/matter/export.d.ts.map +0 -1
  79. package/dist/matter/export.js.map +0 -1
  80. package/dist/matter/types.d.ts +0 -3
  81. package/dist/matter/types.d.ts.map +0 -1
  82. package/dist/matter/types.js.map +0 -1
  83. package/dist/matterbridge.d.ts +0 -422
  84. package/dist/matterbridge.d.ts.map +0 -1
  85. package/dist/matterbridge.js.map +0 -1
  86. package/dist/matterbridgeAccessoryPlatform.d.ts +0 -39
  87. package/dist/matterbridgeAccessoryPlatform.d.ts.map +0 -1
  88. package/dist/matterbridgeAccessoryPlatform.js.map +0 -1
  89. package/dist/matterbridgeBehaviors.d.ts +0 -1056
  90. package/dist/matterbridgeBehaviors.d.ts.map +0 -1
  91. package/dist/matterbridgeBehaviors.js.map +0 -1
  92. package/dist/matterbridgeDeviceTypes.d.ts +0 -177
  93. package/dist/matterbridgeDeviceTypes.d.ts.map +0 -1
  94. package/dist/matterbridgeDeviceTypes.js.map +0 -1
  95. package/dist/matterbridgeDynamicPlatform.d.ts +0 -39
  96. package/dist/matterbridgeDynamicPlatform.d.ts.map +0 -1
  97. package/dist/matterbridgeDynamicPlatform.js.map +0 -1
  98. package/dist/matterbridgeEndpoint.d.ts +0 -835
  99. package/dist/matterbridgeEndpoint.d.ts.map +0 -1
  100. package/dist/matterbridgeEndpoint.js.map +0 -1
  101. package/dist/matterbridgeEndpointHelpers.d.ts +0 -2275
  102. package/dist/matterbridgeEndpointHelpers.d.ts.map +0 -1
  103. package/dist/matterbridgeEndpointHelpers.js.map +0 -1
  104. package/dist/matterbridgePlatform.d.ts +0 -278
  105. package/dist/matterbridgePlatform.d.ts.map +0 -1
  106. package/dist/matterbridgePlatform.js.map +0 -1
  107. package/dist/matterbridgeTypes.d.ts +0 -178
  108. package/dist/matterbridgeTypes.d.ts.map +0 -1
  109. package/dist/matterbridgeTypes.js.map +0 -1
  110. package/dist/pluginManager.d.ts +0 -236
  111. package/dist/pluginManager.d.ts.map +0 -1
  112. package/dist/pluginManager.js.map +0 -1
  113. package/dist/shelly.d.ts +0 -77
  114. package/dist/shelly.d.ts.map +0 -1
  115. package/dist/shelly.js.map +0 -1
  116. package/dist/storage/export.d.ts +0 -2
  117. package/dist/storage/export.d.ts.map +0 -1
  118. package/dist/storage/export.js.map +0 -1
  119. package/dist/update.d.ts +0 -32
  120. package/dist/update.d.ts.map +0 -1
  121. package/dist/update.js.map +0 -1
  122. package/dist/utils/colorUtils.d.ts +0 -61
  123. package/dist/utils/colorUtils.d.ts.map +0 -1
  124. package/dist/utils/colorUtils.js.map +0 -1
  125. package/dist/utils/copyDirectory.d.ts +0 -32
  126. package/dist/utils/copyDirectory.d.ts.map +0 -1
  127. package/dist/utils/copyDirectory.js.map +0 -1
  128. package/dist/utils/createZip.d.ts +0 -38
  129. package/dist/utils/createZip.d.ts.map +0 -1
  130. package/dist/utils/createZip.js.map +0 -1
  131. package/dist/utils/deepCopy.d.ts +0 -31
  132. package/dist/utils/deepCopy.d.ts.map +0 -1
  133. package/dist/utils/deepCopy.js.map +0 -1
  134. package/dist/utils/deepEqual.d.ts +0 -53
  135. package/dist/utils/deepEqual.d.ts.map +0 -1
  136. package/dist/utils/deepEqual.js.map +0 -1
  137. package/dist/utils/export.d.ts +0 -10
  138. package/dist/utils/export.d.ts.map +0 -1
  139. package/dist/utils/export.js.map +0 -1
  140. package/dist/utils/isvalid.d.ts +0 -87
  141. package/dist/utils/isvalid.d.ts.map +0 -1
  142. package/dist/utils/isvalid.js.map +0 -1
  143. package/dist/utils/network.d.ts +0 -70
  144. package/dist/utils/network.d.ts.map +0 -1
  145. package/dist/utils/network.js.map +0 -1
  146. package/dist/utils/parameter.d.ts +0 -44
  147. package/dist/utils/parameter.d.ts.map +0 -1
  148. package/dist/utils/parameter.js.map +0 -1
  149. package/dist/utils/wait.d.ts +0 -43
  150. package/dist/utils/wait.d.ts.map +0 -1
  151. package/dist/utils/wait.js.map +0 -1
  152. /package/frontend/build/static/js/{main.66936fef.js.LICENSE.txt → main.a45801ac.js.LICENSE.txt} +0 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge and sponsoring it.
6
6
 
7
+ <a href="https://www.buymeacoffee.com/luligugithub">
8
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
9
+ </a>
10
+
7
11
  ### Home Assistant
8
12
 
9
13
  If you want to run Matterbridge in Home Assistant please use the official add-on https://github.com/Luligu/matterbridge-home-assistant-addon that also has Ingress and side panel.
@@ -13,6 +17,41 @@ It is also available the official Matterbridge Home Assistant plugin https://git
13
17
 
14
18
  Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord group: https://discord.gg/QX58CDe6hd.
15
19
 
20
+ ## New plugin matterbridge-webhooks
21
+
22
+ A new plugin has been added: https://github.com/Luligu/matterbridge-webhooks
23
+
24
+ It allows you to expose any webhooks to Matter.
25
+
26
+ Features:
27
+
28
+ - The webhooks parameters can easily be entered in the frontend.
29
+ - It is possible to choose the method: GET or POST.
30
+ - The webhook can be tested directly in the frontend.
31
+
32
+ ## [2.2.6] - 2025-03-29
33
+
34
+ ### Added
35
+
36
+ - [matterbridge]: New plugin matterbridge-webhooks.
37
+ - [ipv4address]: The ipv4address entered by the user on the command line or on the frontend is validated on startup. If the value is not correct an error message is logged and the parameter is discarded.
38
+ - [ipv6address]: The ipv6address entered by the user on the command line or on the frontend is validated on startup. If the value is not correct an error message is logged and the parameter is discarded.
39
+
40
+ ### Changed
41
+
42
+ - [commissionig]: If the bridge is not paired, when the advertising stops (after 15 minutes from start) the QR code is hidden and a notification is displayed.
43
+ - [package]: Update dependencies.
44
+ - [package]: Update matter.js to 0.12.6.
45
+
46
+ ### Fixed
47
+
48
+ - [ipv6address]: The ipv6address can be entered in the frontend with the scopeid. On Windows the format is ipv6%scopeid (i.e. fe80::5a71:b2f6:7bc8:d00b%8). On Linux the format is ipv6%interfaceName (i.e. fe80::5a71:b2f6:7bc8:d00b%eth0)
49
+ - [onOff]: The onOff cluster created from createOnOffClusterServer() is now correct (no Lighting feature).
50
+
51
+ <a href="https://www.buymeacoffee.com/luligugithub">
52
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
53
+ </a>
54
+
16
55
  ## [2.2.5] - 2025-03-19
17
56
 
18
57
  ### Added
@@ -36,7 +75,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
36
75
  - [frontend]: Fixed case where more then one plugin has select in the Home page Devices panel.
37
76
 
38
77
  <a href="https://www.buymeacoffee.com/luligugithub">
39
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
78
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
40
79
  </a>
41
80
 
42
81
  ## [2.2.4] - 2025-03-10
@@ -51,7 +90,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
51
90
  - [package]: Update dependencies.
52
91
 
53
92
  <a href="https://www.buymeacoffee.com/luligugithub">
54
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
93
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
55
94
  </a>
56
95
 
57
96
  ## [2.2.3] - 2025-03-05
@@ -69,7 +108,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
69
108
  - [matterbridge]: False error notification on configure plugin.
70
109
 
71
110
  <a href="https://www.buymeacoffee.com/luligugithub">
72
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
111
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
73
112
  </a>
74
113
 
75
114
  ## [2.2.2] - 2025-03-05
@@ -87,7 +126,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
87
126
  - [frontend]: The config editor cannot be opened a second time before the restart.
88
127
 
89
128
  <a href="https://www.buymeacoffee.com/luligugithub">
90
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
129
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
91
130
  </a>
92
131
 
93
132
  ## [2.2.1] - 2025-03-02
@@ -106,7 +145,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
106
145
  - [package]: Update matter.js to 0.12.5.
107
146
 
108
147
  <a href="https://www.buymeacoffee.com/luligugithub">
109
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
148
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
110
149
  </a>
111
150
 
112
151
  ## [2.2.0] - 2025-02-27
@@ -135,7 +174,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
135
174
  - [matterbridge]: Check endpoint state in /api/devices.
136
175
 
137
176
  <a href="https://www.buymeacoffee.com/luligugithub">
138
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
177
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
139
178
  </a>
140
179
 
141
180
  ## [2.1.5] - 2025-02-11
@@ -160,7 +199,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
160
199
  - [matterbridge]: Refactor reset devices adding a wait of 1 sec to allow matter to deliver all messages before shutting down.
161
200
 
162
201
  <a href="https://www.buymeacoffee.com/luligugithub">
163
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
202
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
164
203
  </a>
165
204
 
166
205
  ## [2.1.4] - 2025-02-07
@@ -177,7 +216,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
177
216
  - [matter.js]: Since matter.js storage cannot properly encode non latin names, they are encoded before passing them to matter.js.
178
217
 
179
218
  <a href="https://www.buymeacoffee.com/luligugithub">
180
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
219
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
181
220
  </a>
182
221
 
183
222
  ## [2.1.3] - 2025-02-04
@@ -191,7 +230,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
191
230
  - [package]: Update dependencies.
192
231
 
193
232
  <a href="https://www.buymeacoffee.com/luligugithub">
194
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
233
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
195
234
  </a>
196
235
 
197
236
  ## [2.1.2] - 2025-02-03
@@ -208,7 +247,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
208
247
  - [frontend]: Fixed update matterbridge.
209
248
 
210
249
  <a href="https://www.buymeacoffee.com/luligugithub">
211
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
250
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
212
251
  </a>
213
252
 
214
253
  ## [2.1.1] - 2025-02-02
@@ -218,7 +257,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
218
257
  - [matter.js]: Fix close server nodes.
219
258
 
220
259
  <a href="https://www.buymeacoffee.com/luligugithub">
221
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
260
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
222
261
  </a>
223
262
 
224
263
  ## [2.1.0] - 2025-02-02
@@ -240,7 +279,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
240
279
  - [package]: Update matter.js to 0.12.2.
241
280
 
242
281
  <a href="https://www.buymeacoffee.com/luligugithub">
243
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
282
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
244
283
  </a>
245
284
 
246
285
  ## [2.0.0] - 2025-01-20
@@ -271,7 +310,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
271
310
  - [sessions]: Fixed the case when Active session was not reporting correctly.
272
311
 
273
312
  <a href="https://www.buymeacoffee.com/luligugithub">
274
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
313
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
275
314
  </a>
276
315
 
277
316
  ## [1.7.3] - 2025-01-11
@@ -286,7 +325,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
286
325
  - [package]: Workflows use node 22.x.
287
326
 
288
327
  <a href="https://www.buymeacoffee.com/luligugithub">
289
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
328
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
290
329
  </a>
291
330
 
292
331
  ## [1.7.2] - 2025-01-11
@@ -313,7 +352,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
313
352
  - [frontend]: Fixed restart that was not working correctly in Ingress.
314
353
 
315
354
  <a href="https://www.buymeacoffee.com/luligugithub">
316
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
355
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
317
356
  </a>
318
357
 
319
358
  ## [1.7.1] - 2025-01-07
@@ -336,7 +375,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
336
375
  - [frontend]: Fixed WebSocketProvider online.
337
376
 
338
377
  <a href="https://www.buymeacoffee.com/luligugithub">
339
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
378
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
340
379
  </a>
341
380
 
342
381
  ## [1.7.0] - 2025-01-04
@@ -369,7 +408,7 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord
369
408
  - [frontend]: Fixed device/cluster api that was not working in Ingress.
370
409
 
371
410
  <a href="https://www.buymeacoffee.com/luligugithub">
372
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
411
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
373
412
  </a>
374
413
 
375
414
  ## [1.6.7] - 2024-12-15
@@ -398,7 +437,7 @@ It is possible that some controllers see them as new devices or need time to rea
398
437
  - [Device]: Fix addChildDeviceType methods to include debug parameter in MatterbridgeDevice instantiation.
399
438
 
400
439
  <a href="https://www.buymeacoffee.com/luligugithub">
401
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
440
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
402
441
  </a>
403
442
 
404
443
  ## [1.6.6] - 2024-12-12
@@ -435,7 +474,7 @@ It is possible that some controllers see them as new devices or need time to rea
435
474
  - [device]: Fix typos in Device and Endpoint.
436
475
 
437
476
  <a href="https://www.buymeacoffee.com/luligugithub">
438
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
477
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
439
478
  </a>
440
479
 
441
480
  ## [1.6.5] - 2024-12-02
@@ -447,7 +486,7 @@ It is possible that some controllers see them as new devices or need time to rea
447
486
  - [package]: Update dependencies.
448
487
 
449
488
  <a href="https://www.buymeacoffee.com/luligugithub">
450
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
489
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
451
490
  </a>
452
491
 
453
492
  ## [1.6.4] - 2024-11-29
@@ -457,7 +496,7 @@ It is possible that some controllers see them as new devices or need time to rea
457
496
  - [matter.js]: Update to matter.js 0.11.7.
458
497
 
459
498
  <a href="https://www.buymeacoffee.com/luligugithub">
460
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
499
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
461
500
  </a>
462
501
 
463
502
  ## [1.6.3] - 2024-11-27
@@ -472,7 +511,7 @@ It is possible that some controllers see them as new devices or need time to rea
472
511
  - [matter.js]: Update to matter.js 0.11.6.
473
512
 
474
513
  <a href="https://www.buymeacoffee.com/luligugithub">
475
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
514
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
476
515
  </a>
477
516
 
478
517
  ## [1.6.2] - 2024-11-25
@@ -506,7 +545,7 @@ It is possible that some controllers see them as new devices or need time to rea
506
545
  - [energySensor]: Fixed wrong types on ElectricalEnergyMeasurementCluster ElectricalPowerMeasurementCluster.
507
546
 
508
547
  <a href="https://www.buymeacoffee.com/luligugithub">
509
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
548
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
510
549
  </a>
511
550
 
512
551
  ## [1.6.1] - 2024-11-02
@@ -524,7 +563,7 @@ It is possible that some controllers see them as new devices or need time to rea
524
563
  - [package]: Update dependencies.
525
564
 
526
565
  <a href="https://www.buymeacoffee.com/luligugithub">
527
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
566
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
528
567
  </a>
529
568
 
530
569
  ## [1.6.0] - 2024-10-28
@@ -544,7 +583,7 @@ It is possible that some controllers see them as new devices or need time to rea
544
583
  - [package]: Update dependencies.
545
584
 
546
585
  <a href="https://www.buymeacoffee.com/luligugithub">
547
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
586
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
548
587
  </a>
549
588
 
550
589
  ## [1.5.10] - 2024-10-01
@@ -556,7 +595,7 @@ It is possible that some controllers see them as new devices or need time to rea
556
595
  - [package]: Update dependencies.
557
596
 
558
597
  <a href="https://www.buymeacoffee.com/luligugithub">
559
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
598
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
560
599
  </a>
561
600
 
562
601
  ## [1.5.9] - 2024-09-23
@@ -572,7 +611,7 @@ It is possible that some controllers see them as new devices or need time to rea
572
611
  - [package]: Update dependencies.
573
612
 
574
613
  <a href="https://www.buymeacoffee.com/luligugithub">
575
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
614
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
576
615
  </a>
577
616
 
578
617
  ## [1.5.8] - 2024-09-21
@@ -593,7 +632,7 @@ It is possible that some controllers see them as new devices or need time to rea
593
632
  - [matterbridge]: Reset session informations when the controllers are not connected.
594
633
 
595
634
  <a href="https://www.buymeacoffee.com/luligugithub">
596
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
635
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
597
636
  </a>
598
637
 
599
638
  ## [1.5.7] - 2024-09-17
@@ -610,7 +649,7 @@ It is possible that some controllers see them as new devices or need time to rea
610
649
  - [package]: Update dependencies.
611
650
 
612
651
  <a href="https://www.buymeacoffee.com/luligugithub">
613
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
652
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
614
653
  </a>
615
654
 
616
655
  ## [1.5.6] - 2024-09-13
@@ -627,7 +666,7 @@ It is possible that some controllers see them as new devices or need time to rea
627
666
  - [package]: Updated dependencies.
628
667
 
629
668
  <a href="https://www.buymeacoffee.com/luligugithub">
630
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
669
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
631
670
  </a>
632
671
 
633
672
  ## [1.5.5] - 2024-09-09
@@ -640,7 +679,7 @@ It is possible that some controllers see them as new devices or need time to rea
640
679
  - [package]: Update dependencies.
641
680
 
642
681
  <a href="https://www.buymeacoffee.com/luligugithub">
643
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
682
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
644
683
  </a>
645
684
 
646
685
  ## [1.5.4] - 2024-09-05
@@ -652,7 +691,7 @@ It is possible that some controllers see them as new devices or need time to rea
652
691
  - [package]: Removed all local matter 1.3 clusters now present in matter.js.
653
692
 
654
693
  <a href="https://www.buymeacoffee.com/luligugithub">
655
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
694
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
656
695
  </a>
657
696
 
658
697
  ## [1.5.3] - 2024-09-04
@@ -669,7 +708,7 @@ It is possible that some controllers see them as new devices or need time to rea
669
708
  - [package]: Removed long deprecated exports.
670
709
 
671
710
  <a href="https://www.buymeacoffee.com/luligugithub">
672
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
711
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
673
712
  </a>
674
713
 
675
714
  ## [1.5.2] - 2024-08-30
@@ -698,7 +737,7 @@ It is possible that some controllers see them as new devices or need time to rea
698
737
  - [spawn]: Modified the install or update function to add more info in the log.
699
738
 
700
739
  <a href="https://www.buymeacoffee.com/luligugithub">
701
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
740
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
702
741
  </a>
703
742
 
704
743
  ## [1.5.1] - 2024-08-28
@@ -712,7 +751,7 @@ It is possible that some controllers see them as new devices or need time to rea
712
751
  - [package]: Update dependencies.
713
752
 
714
753
  <a href="https://www.buymeacoffee.com/luligugithub">
715
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
754
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
716
755
  </a>
717
756
 
718
757
  ## [1.5.0] - 2024-08-27
@@ -733,7 +772,7 @@ It is possible that some controllers see them as new devices or need time to rea
733
772
  - [package]: Update dependencies.
734
773
 
735
774
  <a href="https://www.buymeacoffee.com/luligugithub">
736
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
775
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
737
776
  </a>
738
777
 
739
778
  ## [1.4.3] - 2024-08-22
@@ -755,7 +794,7 @@ It is possible that some controllers see them as new devices or need time to rea
755
794
  - [package]: Update matter-history to 1.1.7.
756
795
 
757
796
  <a href="https://www.buymeacoffee.com/luligugithub">
758
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
797
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
759
798
  </a>
760
799
 
761
800
  ## [1.4.2] - 2024-08-20
@@ -776,7 +815,7 @@ It is possible that some controllers see them as new devices or need time to rea
776
815
  - [package]: Fixed dependencies.
777
816
 
778
817
  <a href="https://www.buymeacoffee.com/luligugithub">
779
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
818
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
780
819
  </a>
781
820
 
782
821
  ## [1.4.1] - 2024-07-28
@@ -793,7 +832,7 @@ It is possible that some controllers see them as new devices or need time to rea
793
832
  - [matter]: Update matter.js to 0.9.4.
794
833
 
795
834
  <a href="https://www.buymeacoffee.com/luligugithub">
796
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
835
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
797
836
  </a>
798
837
 
799
838
  ## [1.4.0] - 2024-07-23
@@ -816,7 +855,7 @@ It is possible that some controllers see them as new devices or need time to rea
816
855
  - [matterbridge]: Fixed utils export
817
856
 
818
857
  <a href="https://www.buymeacoffee.com/luligugithub">
819
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
858
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
820
859
  </a>
821
860
 
822
861
  ## [1.3.13] - 2024-07-11
@@ -835,7 +874,7 @@ It is possible that some controllers see them as new devices or need time to rea
835
874
  - [matterbridge]: Fixed load plugin when the don't have author and description.
836
875
 
837
876
  <a href="https://www.buymeacoffee.com/luligugithub">
838
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
877
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
839
878
  </a>
840
879
 
841
880
  ## [1.3.12] - 2024-07-10
@@ -852,7 +891,7 @@ It is possible that some controllers see them as new devices or need time to rea
852
891
  - [frontend]: Fix Home for mobile.
853
892
 
854
893
  <a href="https://www.buymeacoffee.com/luligugithub">
855
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
894
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
856
895
  </a>
857
896
 
858
897
  ## [1.3.11] - 2024-07-08
@@ -869,7 +908,7 @@ It is possible that some controllers see them as new devices or need time to rea
869
908
  - [dependencies]: Update dependencies.
870
909
 
871
910
  <a href="https://www.buymeacoffee.com/luligugithub">
872
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
911
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
873
912
  </a>
874
913
 
875
914
  ## [1.3.10] - 2024-07-05
@@ -888,7 +927,7 @@ It is possible that some controllers see them as new devices or need time to rea
888
927
  - [dependencies]: Update dependencies.
889
928
 
890
929
  <a href="https://www.buymeacoffee.com/luligugithub">
891
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
930
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
892
931
  </a>
893
932
 
894
933
  ## [1.3.9] - 2024-07-02
@@ -899,7 +938,7 @@ It is possible that some controllers see them as new devices or need time to rea
899
938
  - [matterbridge]: Fixed MeasurementClusters
900
939
 
901
940
  <a href="https://www.buymeacoffee.com/luligugithub">
902
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
941
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
903
942
  </a>
904
943
 
905
944
  ## [1.3.8] - 2024-07-01
@@ -909,7 +948,7 @@ It is possible that some controllers see them as new devices or need time to rea
909
948
  - [matterbridge]: Fixed crash in childbridge mode
910
949
 
911
950
  <a href="https://www.buymeacoffee.com/luligugithub">
912
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
951
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
913
952
  </a>
914
953
 
915
954
  ## [1.3.7] - 2024-06-30
@@ -925,7 +964,7 @@ It is possible that some controllers see them as new devices or need time to rea
925
964
  - [dependencies]: Update matter.js to 0.9.3.
926
965
 
927
966
  <a href="https://www.buymeacoffee.com/luligugithub">
928
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
967
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
929
968
  </a>
930
969
 
931
970
  ## [1.3.6] - 2024-06-28
@@ -942,7 +981,7 @@ It is possible that some controllers see them as new devices or need time to rea
942
981
  - [matterbridgeDevice]: Fixed ElectricalEnergyMeasurement and ElectricalPowerMeasurement
943
982
 
944
983
  <a href="https://www.buymeacoffee.com/luligugithub">
945
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
984
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
946
985
  </a>
947
986
 
948
987
  ## [1.3.5] - 2024-06-26
@@ -962,7 +1001,7 @@ It is possible that some controllers see them as new devices or need time to rea
962
1001
  - [matterbridge]: The "plugin add" method now loads, starts, and configures the plugin
963
1002
 
964
1003
  <a href="https://www.buymeacoffee.com/luligugithub">
965
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1004
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
966
1005
  </a>
967
1006
 
968
1007
  ## [1.3.4] - 2024-06-23
@@ -972,7 +1011,7 @@ It is possible that some controllers see them as new devices or need time to rea
972
1011
  - [matterbridge]: Fixed exports
973
1012
 
974
1013
  <a href="https://www.buymeacoffee.com/luligugithub">
975
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1014
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
976
1015
  </a>
977
1016
 
978
1017
  ## [1.3.3] - 2024-06-22
@@ -983,7 +1022,7 @@ It is possible that some controllers see them as new devices or need time to rea
983
1022
  - [matterbridge]: When a plugin is in an error state, the bridge does not start to avoid causing the controllers to delete the registered devices and lose the configuration (e.g. room and automations).
984
1023
 
985
1024
  <a href="https://www.buymeacoffee.com/luligugithub">
986
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1025
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
987
1026
  </a>
988
1027
 
989
1028
  ## [1.3.2] - 2024-06-22
@@ -1024,7 +1063,7 @@ Features:
1024
1063
  - [matter.js]: Updated matter.js to 0.9.2
1025
1064
 
1026
1065
  <a href="https://www.buymeacoffee.com/luligugithub">
1027
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1066
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1028
1067
  </a>
1029
1068
 
1030
1069
  ## [1.3.1] - 2024-06-20
@@ -1036,7 +1075,7 @@ Features:
1036
1075
  - [matterbridge]: Moved getPluginVersion to the start also for disabled plugins.
1037
1076
 
1038
1077
  <a href="https://www.buymeacoffee.com/luligugithub">
1039
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1078
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1040
1079
  </a>
1041
1080
 
1042
1081
  ## [1.3.0] - 2024-06-16
@@ -1069,7 +1108,7 @@ Home Automation supports (probably only like BooleanState cluster):
1069
1108
  - [frontend]: Added logger level settings to reflect -matterlogger [debug | info | notice | warn | error | fatal]
1070
1109
 
1071
1110
  <a href="https://www.buymeacoffee.com/luligugithub">
1072
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1111
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1073
1112
  </a>
1074
1113
 
1075
1114
  ## [1.2.22] - 2024-06-04
@@ -1080,7 +1119,7 @@ Home Automation supports (probably only like BooleanState cluster):
1080
1119
  - [matterbridge]: Default config and schema for the new plugin matterbridge-shelly
1081
1120
 
1082
1121
  <a href="https://www.buymeacoffee.com/luligugithub">
1083
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1122
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1084
1123
  </a>
1085
1124
 
1086
1125
  ## [1.2.21] - 2024-06-04
@@ -1095,7 +1134,7 @@ Home Automation supports (probably only like BooleanState cluster):
1095
1134
  - [matterbridge]: Fixed the error that caused -add plugin to fail at the first run of matterbridge
1096
1135
 
1097
1136
  <a href="https://www.buymeacoffee.com/luligugithub">
1098
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1137
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1099
1138
  </a>
1100
1139
 
1101
1140
  ## [1.2.20] - 2024-06-03
@@ -1110,7 +1149,7 @@ Home Automation supports (probably only like BooleanState cluster):
1110
1149
  - [matterbridge]: Log level of Plugin already configured is now info
1111
1150
 
1112
1151
  <a href="https://www.buymeacoffee.com/luligugithub">
1113
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1152
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1114
1153
  </a>
1115
1154
 
1116
1155
  ## [1.2.19] - 2024-06-01
@@ -1132,7 +1171,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
1132
1171
  - [frontend]: Added tooltip to the plugin update badge in the registered plugins window
1133
1172
 
1134
1173
  <a href="https://www.buymeacoffee.com/luligugithub">
1135
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1174
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1136
1175
  </a>
1137
1176
 
1138
1177
  ## [1.2.18] - 2024-05-28
@@ -1151,7 +1190,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
1151
1190
  - [frontend]: Added a dropdown menu in Add Remove plugin to select the plugins
1152
1191
 
1153
1192
  <a href="https://www.buymeacoffee.com/luligugithub">
1154
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1193
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1155
1194
  </a>
1156
1195
 
1157
1196
  ## [1.2.17] - 2024-05-25
@@ -1175,7 +1214,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
1175
1214
  - [matterbridge]: Added vendorId for Alexa
1176
1215
 
1177
1216
  <a href="https://www.buymeacoffee.com/luligugithub">
1178
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1217
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1179
1218
  </a>
1180
1219
 
1181
1220
  ## [1.2.16] - 2024-05-15
@@ -1194,7 +1233,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
1194
1233
  - [frontend]: Added version information badge for Matterbridge.
1195
1234
 
1196
1235
  <a href="https://www.buymeacoffee.com/luligugithub">
1197
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1236
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1198
1237
  </a>
1199
1238
 
1200
1239
  ## [1.2.15] - 2024-05-14
@@ -1209,7 +1248,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
1209
1248
  - [frontend]: Fixed the case when the latest version of Matterbridge or a plugin is not available.
1210
1249
 
1211
1250
  <a href="https://www.buymeacoffee.com/luligugithub">
1212
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1251
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1213
1252
  </a>
1214
1253
 
1215
1254
  ## [1.2.14] - 2024-05-09
@@ -1223,7 +1262,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
1223
1262
  - [frontend]: Added Error state to registered plugins
1224
1263
 
1225
1264
  <a href="https://www.buymeacoffee.com/luligugithub">
1226
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1265
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1227
1266
  </a>
1228
1267
 
1229
1268
  ## [1.2.13] - 2024-05-05
@@ -1239,7 +1278,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
1239
1278
  - [docker]: Added the docker image:dev on the docker hub with architectures: linux/amd64, linux/arm64, linux/arm/v7
1240
1279
 
1241
1280
  <a href="https://www.buymeacoffee.com/luligugithub">
1242
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1281
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1243
1282
  </a>
1244
1283
 
1245
1284
  ## [1.2.12] - 2024-04-30
@@ -1255,7 +1294,7 @@ A special thank to Tamer Salah (https://github.com/tammeryousef1006) for his hel
1255
1294
  - [frontend]: Added factoryreset in the Settings page. Matterbridge will shutdown to allow the factoryreset.
1256
1295
 
1257
1296
  <a href="https://www.buymeacoffee.com/luligugithub">
1258
- <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
1297
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
1259
1298
  </a>
1260
1299
 
1261
1300
  ## [1.2.11] - 2024-04-25