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.
- package/CHANGELOG.md +44 -0
- package/README-DEV.md +2 -2
- package/README-DOCKER.md +14 -4
- package/README.md +1 -1
- package/{frontend → apps/frontend}/build/assets/index.js +4 -4
- package/{frontend → apps/frontend}/build/assets/vendor_emotion.js +1 -1
- package/{frontend → apps/frontend}/build/assets/vendor_lodash.js +1 -1
- package/{frontend → apps/frontend}/build/assets/vendor_mdi.js +1 -1
- package/apps/frontend/build/assets/vendor_mui.js +137 -0
- package/apps/frontend/build/assets/vendor_node_modules.js +28 -0
- package/{frontend → apps/frontend}/build/assets/vendor_notistack.js +2 -2
- package/{frontend → apps/frontend}/build/assets/vendor_qrcode.js +1 -1
- package/{frontend → apps/frontend}/build/assets/vendor_rjsf.js +6 -6
- package/{frontend → apps/frontend}/package.json +67 -13
- package/dist/cli.d.ts +1 -5
- package/dist/cli.js +1 -172
- package/dist/clusters/export.d.ts +1 -1
- package/dist/clusters/export.js +1 -1
- package/dist/devices/export.d.ts +1 -18
- package/dist/devices/export.js +1 -18
- package/dist/dgram/export.d.ts +1 -1
- package/dist/dgram/export.js +1 -1
- package/dist/export.d.ts +1 -0
- package/dist/export.js +1 -0
- package/dist/jestutils/export.d.ts +1 -1
- package/dist/jestutils/export.js +1 -1
- package/dist/matter/behaviors.d.ts +1 -1
- package/dist/matter/behaviors.js +1 -1
- package/dist/matter/clusters.d.ts +1 -1
- package/dist/matter/clusters.js +1 -1
- package/dist/matter/devices.d.ts +1 -1
- package/dist/matter/devices.js +1 -1
- package/dist/matter/endpoints.d.ts +1 -1
- package/dist/matter/endpoints.js +1 -1
- package/dist/matter/export.d.ts +1 -3
- package/dist/matter/export.js +1 -3
- package/dist/matter/types.d.ts +1 -1
- package/dist/matter/types.js +1 -1
- package/dist/mb_coap.d.ts +1 -1
- package/dist/mb_coap.js +1 -51
- package/dist/mb_health.d.ts +1 -10
- package/dist/mb_health.js +1 -77
- package/dist/mb_mdns.d.ts +1 -1
- package/dist/mb_mdns.js +1 -227
- package/dist/utils/export.d.ts +1 -1
- package/dist/utils/export.js +1 -1
- package/package.json +22 -24
- package/dist/broadcastServer.d.ts +0 -29
- package/dist/broadcastServer.js +0 -190
- package/dist/broadcastServerTypes.d.ts +0 -820
- package/dist/broadcastServerTypes.js +0 -1
- package/dist/checkUpdates.d.ts +0 -9
- package/dist/checkUpdates.js +0 -141
- package/dist/cliEmitter.d.ts +0 -14
- package/dist/cliEmitter.js +0 -12
- package/dist/cliHistory.d.ts +0 -6
- package/dist/cliHistory.js +0 -788
- package/dist/deviceManager.d.ts +0 -27
- package/dist/deviceManager.js +0 -157
- package/dist/devices/airConditioner.d.ts +0 -23
- package/dist/devices/airConditioner.js +0 -17
- package/dist/devices/basicVideoPlayer.d.ts +0 -30
- package/dist/devices/basicVideoPlayer.js +0 -100
- package/dist/devices/batteryStorage.d.ts +0 -5
- package/dist/devices/batteryStorage.js +0 -28
- package/dist/devices/castingVideoPlayer.d.ts +0 -16
- package/dist/devices/castingVideoPlayer.js +0 -38
- package/dist/devices/cooktop.d.ts +0 -6
- package/dist/devices/cooktop.js +0 -21
- package/dist/devices/dishwasher.d.ts +0 -16
- package/dist/devices/dishwasher.js +0 -73
- package/dist/devices/evse.d.ts +0 -19
- package/dist/devices/evse.js +0 -92
- package/dist/devices/extractorHood.d.ts +0 -5
- package/dist/devices/extractorHood.js +0 -35
- package/dist/devices/heatPump.d.ts +0 -4
- package/dist/devices/heatPump.js +0 -36
- package/dist/devices/laundryDryer.d.ts +0 -9
- package/dist/devices/laundryDryer.js +0 -42
- package/dist/devices/laundryWasher.d.ts +0 -17
- package/dist/devices/laundryWasher.js +0 -76
- package/dist/devices/microwaveOven.d.ts +0 -92
- package/dist/devices/microwaveOven.js +0 -96
- package/dist/devices/oven.d.ts +0 -23
- package/dist/devices/oven.js +0 -101
- package/dist/devices/refrigerator.d.ts +0 -18
- package/dist/devices/refrigerator.js +0 -84
- package/dist/devices/roboticVacuumCleaner.d.ts +0 -29
- package/dist/devices/roboticVacuumCleaner.js +0 -177
- package/dist/devices/solarPower.d.ts +0 -4
- package/dist/devices/solarPower.js +0 -21
- package/dist/devices/speaker.d.ts +0 -8
- package/dist/devices/speaker.js +0 -36
- package/dist/devices/temperatureControl.d.ts +0 -145
- package/dist/devices/temperatureControl.js +0 -57
- package/dist/devices/waterHeater.d.ts +0 -37
- package/dist/devices/waterHeater.js +0 -86
- package/dist/frontend.d.ts +0 -62
- package/dist/frontend.js +0 -2074
- package/dist/frontendTypes.d.ts +0 -472
- package/dist/frontendTypes.js +0 -9
- package/dist/helpers.d.ts +0 -5
- package/dist/helpers.js +0 -103
- package/dist/index.d.ts +0 -12
- package/dist/index.js +0 -14
- package/dist/jestutils/jestHelpers.d.ts +0 -90
- package/dist/jestutils/jestHelpers.js +0 -585
- package/dist/matterNode.d.ts +0 -84
- package/dist/matterNode.js +0 -943
- package/dist/matterbridge.d.ts +0 -155
- package/dist/matterbridge.js +0 -2017
- package/dist/matterbridgeAccessoryPlatform.d.ts +0 -7
- package/dist/matterbridgeAccessoryPlatform.js +0 -30
- package/dist/matterbridgeBehaviors.d.ts +0 -2404
- package/dist/matterbridgeBehaviors.js +0 -556
- package/dist/matterbridgeDeviceTypes.d.ts +0 -95
- package/dist/matterbridgeDeviceTypes.js +0 -622
- package/dist/matterbridgeDynamicPlatform.d.ts +0 -7
- package/dist/matterbridgeDynamicPlatform.js +0 -30
- package/dist/matterbridgeEndpoint.d.ts +0 -179
- package/dist/matterbridgeEndpoint.js +0 -1388
- package/dist/matterbridgeEndpointHelpers.d.ts +0 -1430
- package/dist/matterbridgeEndpointHelpers.js +0 -803
- package/dist/matterbridgeEndpointTypes.d.ts +0 -102
- package/dist/matterbridgeEndpointTypes.js +0 -3
- package/dist/matterbridgePlatform.d.ts +0 -86
- package/dist/matterbridgePlatform.js +0 -447
- package/dist/matterbridgePlatformTypes.d.ts +0 -32
- package/dist/matterbridgePlatformTypes.js +0 -1
- package/dist/matterbridgeTypes.d.ts +0 -207
- package/dist/matterbridgeTypes.js +0 -9
- package/dist/pluginManager.d.ts +0 -68
- package/dist/pluginManager.js +0 -1146
- package/dist/shelly.d.ts +0 -24
- package/dist/shelly.js +0 -286
- package/dist/spawn.d.ts +0 -1
- package/dist/spawn.js +0 -95
- package/dist/worker.d.ts +0 -7
- package/dist/worker.js +0 -35
- package/dist/workerCheckUpdates.d.ts +0 -1
- package/dist/workerCheckUpdates.js +0 -37
- package/dist/workerGlobalPrefix.d.ts +0 -1
- package/dist/workerGlobalPrefix.js +0 -37
- package/dist/workerTypes.d.ts +0 -27
- package/dist/workerTypes.js +0 -1
- package/frontend/build/assets/vendor_mui.js +0 -137
- package/frontend/build/assets/vendor_node_modules.js +0 -28
- /package/{frontend → apps/frontend}/build/Shelly.svg +0 -0
- /package/{frontend → apps/frontend}/build/assets/index.css +0 -0
- /package/{frontend → apps/frontend}/build/bmc-button.svg +0 -0
- /package/{frontend → apps/frontend}/build/discord.svg +0 -0
- /package/{frontend → apps/frontend}/build/index.html +0 -0
- /package/{frontend → apps/frontend}/build/matter.png +0 -0
- /package/{frontend → apps/frontend}/build/matterbridge 1250x1250.png +0 -0
- /package/{frontend → apps/frontend}/build/matterbridge 32x32.png +0 -0
- /package/{frontend → apps/frontend}/build/matterbridge 624x624.png +0 -0
- /package/{frontend → apps/frontend}/build/matterbridge 64x64.png +0 -0
- /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
|
|
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
|
|