matterbridge 3.5.3 → 3.5.4-dev-20260211-c4f9359

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 (158) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README-DEV.md +2 -2
  3. package/README-DOCKER.md +14 -4
  4. package/README.md +1 -1
  5. package/{frontend → apps/frontend}/build/assets/index.js +4 -4
  6. package/{frontend → apps/frontend}/build/assets/vendor_emotion.js +1 -1
  7. package/{frontend → apps/frontend}/build/assets/vendor_lodash.js +1 -1
  8. package/{frontend → apps/frontend}/build/assets/vendor_mdi.js +1 -1
  9. package/apps/frontend/build/assets/vendor_mui.js +137 -0
  10. package/apps/frontend/build/assets/vendor_node_modules.js +28 -0
  11. package/{frontend → apps/frontend}/build/assets/vendor_notistack.js +2 -2
  12. package/{frontend → apps/frontend}/build/assets/vendor_qrcode.js +1 -1
  13. package/{frontend → apps/frontend}/build/assets/vendor_rjsf.js +6 -6
  14. package/{frontend → apps/frontend}/package.json +67 -13
  15. package/dist/cli.d.ts +1 -5
  16. package/dist/cli.js +1 -172
  17. package/dist/clusters/export.d.ts +1 -1
  18. package/dist/clusters/export.js +1 -1
  19. package/dist/devices/export.d.ts +1 -18
  20. package/dist/devices/export.js +1 -18
  21. package/dist/dgram/export.d.ts +1 -1
  22. package/dist/dgram/export.js +1 -1
  23. package/dist/export.d.ts +1 -0
  24. package/dist/export.js +1 -0
  25. package/dist/jestutils/export.d.ts +1 -1
  26. package/dist/jestutils/export.js +1 -1
  27. package/dist/matter/behaviors.d.ts +1 -1
  28. package/dist/matter/behaviors.js +1 -1
  29. package/dist/matter/clusters.d.ts +1 -1
  30. package/dist/matter/clusters.js +1 -1
  31. package/dist/matter/devices.d.ts +1 -1
  32. package/dist/matter/devices.js +1 -1
  33. package/dist/matter/endpoints.d.ts +1 -1
  34. package/dist/matter/endpoints.js +1 -1
  35. package/dist/matter/export.d.ts +1 -3
  36. package/dist/matter/export.js +1 -3
  37. package/dist/matter/types.d.ts +1 -1
  38. package/dist/matter/types.js +1 -1
  39. package/dist/mb_coap.d.ts +1 -1
  40. package/dist/mb_coap.js +1 -51
  41. package/dist/mb_health.d.ts +1 -10
  42. package/dist/mb_health.js +1 -77
  43. package/dist/mb_mdns.d.ts +1 -1
  44. package/dist/mb_mdns.js +1 -227
  45. package/dist/utils/export.d.ts +1 -1
  46. package/dist/utils/export.js +1 -1
  47. package/package.json +22 -24
  48. package/dist/broadcastServer.d.ts +0 -29
  49. package/dist/broadcastServer.js +0 -190
  50. package/dist/broadcastServerTypes.d.ts +0 -820
  51. package/dist/broadcastServerTypes.js +0 -1
  52. package/dist/checkUpdates.d.ts +0 -9
  53. package/dist/checkUpdates.js +0 -141
  54. package/dist/cliEmitter.d.ts +0 -14
  55. package/dist/cliEmitter.js +0 -12
  56. package/dist/cliHistory.d.ts +0 -6
  57. package/dist/cliHistory.js +0 -788
  58. package/dist/deviceManager.d.ts +0 -27
  59. package/dist/deviceManager.js +0 -157
  60. package/dist/devices/airConditioner.d.ts +0 -23
  61. package/dist/devices/airConditioner.js +0 -17
  62. package/dist/devices/basicVideoPlayer.d.ts +0 -30
  63. package/dist/devices/basicVideoPlayer.js +0 -100
  64. package/dist/devices/batteryStorage.d.ts +0 -5
  65. package/dist/devices/batteryStorage.js +0 -28
  66. package/dist/devices/castingVideoPlayer.d.ts +0 -16
  67. package/dist/devices/castingVideoPlayer.js +0 -38
  68. package/dist/devices/cooktop.d.ts +0 -6
  69. package/dist/devices/cooktop.js +0 -21
  70. package/dist/devices/dishwasher.d.ts +0 -16
  71. package/dist/devices/dishwasher.js +0 -73
  72. package/dist/devices/evse.d.ts +0 -19
  73. package/dist/devices/evse.js +0 -92
  74. package/dist/devices/extractorHood.d.ts +0 -5
  75. package/dist/devices/extractorHood.js +0 -35
  76. package/dist/devices/heatPump.d.ts +0 -4
  77. package/dist/devices/heatPump.js +0 -36
  78. package/dist/devices/laundryDryer.d.ts +0 -9
  79. package/dist/devices/laundryDryer.js +0 -42
  80. package/dist/devices/laundryWasher.d.ts +0 -17
  81. package/dist/devices/laundryWasher.js +0 -76
  82. package/dist/devices/microwaveOven.d.ts +0 -92
  83. package/dist/devices/microwaveOven.js +0 -96
  84. package/dist/devices/oven.d.ts +0 -23
  85. package/dist/devices/oven.js +0 -101
  86. package/dist/devices/refrigerator.d.ts +0 -18
  87. package/dist/devices/refrigerator.js +0 -84
  88. package/dist/devices/roboticVacuumCleaner.d.ts +0 -29
  89. package/dist/devices/roboticVacuumCleaner.js +0 -177
  90. package/dist/devices/solarPower.d.ts +0 -4
  91. package/dist/devices/solarPower.js +0 -21
  92. package/dist/devices/speaker.d.ts +0 -8
  93. package/dist/devices/speaker.js +0 -36
  94. package/dist/devices/temperatureControl.d.ts +0 -145
  95. package/dist/devices/temperatureControl.js +0 -57
  96. package/dist/devices/waterHeater.d.ts +0 -37
  97. package/dist/devices/waterHeater.js +0 -86
  98. package/dist/frontend.d.ts +0 -62
  99. package/dist/frontend.js +0 -2074
  100. package/dist/frontendTypes.d.ts +0 -472
  101. package/dist/frontendTypes.js +0 -9
  102. package/dist/helpers.d.ts +0 -5
  103. package/dist/helpers.js +0 -103
  104. package/dist/index.d.ts +0 -12
  105. package/dist/index.js +0 -14
  106. package/dist/jestutils/jestHelpers.d.ts +0 -90
  107. package/dist/jestutils/jestHelpers.js +0 -585
  108. package/dist/matterNode.d.ts +0 -84
  109. package/dist/matterNode.js +0 -943
  110. package/dist/matterbridge.d.ts +0 -155
  111. package/dist/matterbridge.js +0 -2017
  112. package/dist/matterbridgeAccessoryPlatform.d.ts +0 -7
  113. package/dist/matterbridgeAccessoryPlatform.js +0 -30
  114. package/dist/matterbridgeBehaviors.d.ts +0 -2404
  115. package/dist/matterbridgeBehaviors.js +0 -556
  116. package/dist/matterbridgeDeviceTypes.d.ts +0 -95
  117. package/dist/matterbridgeDeviceTypes.js +0 -622
  118. package/dist/matterbridgeDynamicPlatform.d.ts +0 -7
  119. package/dist/matterbridgeDynamicPlatform.js +0 -30
  120. package/dist/matterbridgeEndpoint.d.ts +0 -179
  121. package/dist/matterbridgeEndpoint.js +0 -1388
  122. package/dist/matterbridgeEndpointHelpers.d.ts +0 -1430
  123. package/dist/matterbridgeEndpointHelpers.js +0 -803
  124. package/dist/matterbridgeEndpointTypes.d.ts +0 -102
  125. package/dist/matterbridgeEndpointTypes.js +0 -3
  126. package/dist/matterbridgePlatform.d.ts +0 -86
  127. package/dist/matterbridgePlatform.js +0 -447
  128. package/dist/matterbridgePlatformTypes.d.ts +0 -32
  129. package/dist/matterbridgePlatformTypes.js +0 -1
  130. package/dist/matterbridgeTypes.d.ts +0 -207
  131. package/dist/matterbridgeTypes.js +0 -9
  132. package/dist/pluginManager.d.ts +0 -68
  133. package/dist/pluginManager.js +0 -1146
  134. package/dist/shelly.d.ts +0 -24
  135. package/dist/shelly.js +0 -286
  136. package/dist/spawn.d.ts +0 -1
  137. package/dist/spawn.js +0 -95
  138. package/dist/worker.d.ts +0 -7
  139. package/dist/worker.js +0 -35
  140. package/dist/workerCheckUpdates.d.ts +0 -1
  141. package/dist/workerCheckUpdates.js +0 -37
  142. package/dist/workerGlobalPrefix.d.ts +0 -1
  143. package/dist/workerGlobalPrefix.js +0 -37
  144. package/dist/workerTypes.d.ts +0 -27
  145. package/dist/workerTypes.js +0 -1
  146. package/frontend/build/assets/vendor_mui.js +0 -137
  147. package/frontend/build/assets/vendor_node_modules.js +0 -28
  148. /package/{frontend → apps/frontend}/build/Shelly.svg +0 -0
  149. /package/{frontend → apps/frontend}/build/assets/index.css +0 -0
  150. /package/{frontend → apps/frontend}/build/bmc-button.svg +0 -0
  151. /package/{frontend → apps/frontend}/build/discord.svg +0 -0
  152. /package/{frontend → apps/frontend}/build/index.html +0 -0
  153. /package/{frontend → apps/frontend}/build/matter.png +0 -0
  154. /package/{frontend → apps/frontend}/build/matterbridge 1250x1250.png +0 -0
  155. /package/{frontend → apps/frontend}/build/matterbridge 32x32.png +0 -0
  156. /package/{frontend → apps/frontend}/build/matterbridge 624x624.png +0 -0
  157. /package/{frontend → apps/frontend}/build/matterbridge 64x64.png +0 -0
  158. /package/{frontend → apps/frontend}/build/matterbridge.svg +0 -0
package/CHANGELOG.md CHANGED
@@ -47,6 +47,50 @@ Advantages:
47
47
  - individual plugin isolation in childbridge mode;
48
48
  - ability to update the plugin in childbridge mode without restarting matterbridge;
49
49
 
50
+ ## [3.5.4] - Dev branch
51
+
52
+ ### Dev Breaking Changes
53
+
54
+ - [exports]: Removed Matterbridge export.
55
+
56
+ ### Breaking Changes
57
+
58
+ - [doorLock]: The default value for actuatorEnabled has been changed to true. Thanks Ludovic BOUÉ (https://github.com/Luligu/matterbridge/pull/509).
59
+
60
+ ### Added
61
+
62
+ - [packages]: Added @matterbridge/types monorepo scoped package.
63
+ - [packages]: Added @matterbridge/core monorepo scoped package.
64
+ - [apps]: Added @matterbridge/frontend monorepo scoped package.
65
+
66
+ ### Changed
67
+
68
+ - [package]: Updated dependencies.
69
+ - [matterbridge.io]: Updated docs.
70
+ - [docker]: Updated docker readme file to clarify which base image is used.
71
+ - [frontend]: Bumped `frontend` version to v. 3.4.5.
72
+
73
+ ### Fixed
74
+
75
+ - [worflows]: Fixed workflows that failed and dockerfiles.
76
+ - [childbridge]: Fixed sequence of disabling a plugin in childbridge mode. Thanks [Tamer Salah](https://github.com/tammeryousef1006).
77
+
78
+ ### Security
79
+
80
+ During installation you may see a warning that looks scary, for example:
81
+
82
+ ```text
83
+ npm warn deprecated glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
84
+ ```
85
+
86
+ This warning does not come from Matterbridge code.
87
+
88
+ It is emitted by a transitive dependency (the `archiver` package) that pulls in an older `glob` version. Matterbridge does not depend on this version of `glob` directly.
89
+
90
+ In short: you can safely ignore this message; it is a dependency warning, not a Matterbridge vulnerability.
91
+
92
+ <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
93
+
50
94
  ## [3.5.3] - 2026-02-06
51
95
 
52
96
  ### Dev Breaking Changes
package/README-DEV.md CHANGED
@@ -91,7 +91,7 @@ Matterbridge exports from:
91
91
 
92
92
  ### "matterbridge"
93
93
 
94
- - Matterbridge and all Matterbridge related classes.
94
+ - Matterbridge related classes needed in a plugin.
95
95
 
96
96
  ### "matterbridge/devices"
97
97
 
@@ -99,7 +99,7 @@ Matterbridge exports from:
99
99
 
100
100
  ### "matterbridge/clusters"
101
101
 
102
- - All clusters not present in matter.js or modified.
102
+ - All clusters not present in matter.js or modified. It can be empty.
103
103
 
104
104
  ### "matterbridge/utils"
105
105
 
package/README-DOCKER.md CHANGED
@@ -25,13 +25,19 @@
25
25
 
26
26
  The Matterbridge Docker images (multi-arch manifest list for **linux/amd64** and **linux/arm64**) are published on [**Docker Hub**](https://hub.docker.com/r/luligu/matterbridge). If you use them, please consider starring the project on [**Docker Hub**](https://hub.docker.com/r/luligu/matterbridge).
27
27
 
28
- The image (tag **latest**) includes Matterbridge and all official plugins, using the latest release published on npm. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything.
28
+ The image (tag **latest** 92 MB) includes Matterbridge and all official plugins, using the latest release published on npm. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything.
29
29
 
30
- The image (tag **dev**) includes Matterbridge and all official plugins from the latest push on GitHub. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything. Note: if you update to the latest **dev** from the frontend, you will override the GitHub version with the latest **dev** published on npm. The frontend shows if you are currently running the GitHub release or the latest or dev npm release.
30
+ The image (tag **dev** 93 MB) includes Matterbridge and all official plugins from the latest push on GitHub. It is based on `node:24-trixie-slim`. Since all official plugins are included, you can select and add a plugin without installing anything. Note: if you update to the latest **dev** from the frontend, you will override the GitHub version with the latest **dev** published on npm. The frontend shows if you are currently running the GitHub release or the latest or dev npm release.
31
31
 
32
- The image (tag **ubuntu**) includes only Matterbridge, using the latest release published on npm. This image (**for test and development only**) is based on `ubuntu:latest` with Node.js 24 from NodeSource. Plugins are not included in the image; they will be installed on first run. This image preinstalls `bluetooth`, `build-essential`, and `python` packages (useful for plugins that require native builds).
32
+ The image (tag **ubuntu** 90 MB) includes only Matterbridge, using the latest release published on npm. This image (**for test and development only**) is based on `ubuntu:latest` with Node.js 24 from NodeSource. Plugins are not included in the image; they will be installed on first run. This image preinstalls `bluetooth`, `build-essential`, and `python` packages (useful for plugins that require native builds).
33
33
 
34
- The image (tag **alpine**) includes only Matterbridge, using the latest release published on npm. This image (**for test and development only**) is based on `node:24-alpine`. Plugins are not included in the image; they will be installed on first run.
34
+ The image (tag **alpine** 58 MB) includes only Matterbridge, using the latest release published on npm. This image (**for test and development only**) is based on `node:24-alpine`. Plugins are not included in the image; they will be installed on first run.
35
+
36
+ ### Matterbridge docker base images
37
+
38
+ The image (tag **24-ubuntu-slim** 86 MB) includes only `ubuntu:latest` -> Ubuntu 24.04.3 LTS (noble) with Node.js 24 from NodeSource. It is used to build the **ubuntu** image but can also be used to open a shell in ubuntu latest with node 24.
39
+
40
+ The image (tag **s6-rc-base** 84 MB) includes only Matterbridge, using the latest release published on npm. This image is based on `node:24-trixie-slim` and integrates the s6-rc overlay system. Plugins are not included in the image; they will be installed on first run. It is used like base image for the [Matterbridge Home Assistant Application](https://github.com/Luligu/matterbridge-home-assistant-addon).
35
41
 
36
42
  ### Docker health check
37
43
 
@@ -78,6 +84,7 @@ After adding your user to the `docker` group, log out and log back in so your cu
78
84
  The container must have full access to the host network (needed for mDNS and the Matter protocol).
79
85
 
80
86
  ```bash
87
+ sudo docker pull luligu/matterbridge:latest
81
88
  sudo docker run --name matterbridge \
82
89
  -v ~/Matterbridge:/root/Matterbridge \
83
90
  -v ~/.matterbridge:/root/.matterbridge \
@@ -90,6 +97,7 @@ You may need to adapt the paths to your setup.
90
97
  ### Run the container with extra parameters (e.g. frontend on port 8585)
91
98
 
92
99
  ```bash
100
+ sudo docker pull luligu/matterbridge:latest
93
101
  sudo docker run --name matterbridge \
94
102
  -v ~/Matterbridge:/root/Matterbridge \
95
103
  -v ~/.matterbridge:/root/.matterbridge \
@@ -124,12 +132,14 @@ Copy it to your home directory or edit your existing compose file to add the Mat
124
132
  Then start Docker Compose with:
125
133
 
126
134
  ```bash
135
+ docker compose pull matterbridge
127
136
  docker compose up -d
128
137
  ```
129
138
 
130
139
  Or start only the Matterbridge container with:
131
140
 
132
141
  ```bash
142
+ docker compose pull matterbridge
133
143
  docker compose up -d matterbridge
134
144
  ```
135
145
 
package/README.md CHANGED
@@ -219,7 +219,7 @@ or with user matterbridge and with private global node_modules and npm cache (no
219
219
 
220
220
  ### Run matterbridge as an home assistant add-on with the official add-on
221
221
 
222
- [Home assistant add-on configuration](https://github.com/Luligu/matterbridge-home-assistant-addon)
222
+ [Home assistant application (formerly known as add-on) configuration](https://github.com/Luligu/matterbridge-home-assistant-addon)
223
223
 
224
224
  ### Other Home Assistant Community Add-ons
225
225