matterbridge 3.5.2-dev-20260129-e83daf7 → 3.5.2-dev-20260130-b4e7ef3

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # <img src="https://matterbridge.io/assets/matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px">&nbsp;&nbsp;&nbsp;Matterbridge changelog
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/matterbridge.svg)](https://www.npmjs.com/package/matterbridge)
4
+ [![npm downloads](https://img.shields.io/npm/dt/matterbridge.svg)](https://www.npmjs.com/package/matterbridge)
5
+ [![Docker Version](https://img.shields.io/docker/v/luligu/matterbridge/latest?label=docker%20version)](https://hub.docker.com/r/luligu/matterbridge)
6
+ [![Docker Pulls](https://img.shields.io/docker/pulls/luligu/matterbridge?label=docker%20pulls)](https://hub.docker.com/r/luligu/matterbridge)
7
+ ![Node.js CI](https://github.com/Luligu/matterbridge/actions/workflows/build.yml/badge.svg)
8
+ ![CodeQL](https://github.com/Luligu/matterbridge/actions/workflows/codeql.yml/badge.svg)
9
+ [![codecov](https://codecov.io/gh/Luligu/matterbridge/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/matterbridge)
10
+
11
+ [![powered by](https://img.shields.io/badge/powered%20by-matter--history-blue)](https://www.npmjs.com/package/matter-history)
12
+ [![powered by](https://img.shields.io/badge/powered%20by-node--ansi--logger-blue)](https://www.npmjs.com/package/node-ansi-logger)
13
+ [![powered by](https://img.shields.io/badge/powered%20by-node--persist--manager-blue)](https://www.npmjs.com/package/node-persist-manager)
14
+
15
+ ---
16
+
3
17
  All notable changes to this project will be documented in this file.
4
18
 
5
19
  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.
@@ -38,10 +52,11 @@ Advantages:
38
52
  - [MatterbridgePlatform]: Verify brand of MatterbridgeEndpoint.
39
53
  - [BasicVideoPlayer]: Added **Basic Video Player** class (suported by SmartThings).
40
54
  - [frontend]: Added **pluginIgnoreList** to avoid to install a plugin that is only a test or a name reservation on npm.
41
- - [docker]: Added instructions about how to disable the health check when you override the frontend port.
55
+ - [docker]: Added instructions about how to disable the health check when you override the frontend port or enable https.
42
56
  - [Alexa]: Added a full review of supported device types and known issues. Thanks [Tamer Salah](https://github.com/tammeryousef1006).
43
- - [virtual]: Added outlet to mounted switch device type in virtual devices (Matter .1.4.2).
57
+ - [virtual]: Added outlet to mounted switch device type in virtual devices (Matter 1.4.2). Now the mounted switch is supported by all controllers.
44
58
  - [package]: Added @matterbridge/thread monorepo scoped package.
59
+ - [docker]: Added mb_health bin to be used with docker health check. It allows to reduce the image size by 20MB.
45
60
 
46
61
  ### Changed
47
62
 
package/README-DEV.md CHANGED
@@ -174,7 +174,7 @@ npm link
174
174
 
175
175
  Always keep your local instance of matterbridge up to date.
176
176
 
177
- ### WARNING \***\*\*\*\*\***
177
+ ### \***\*\*\*\*\*** WARNING \***\*\*\*\*\***
178
178
 
179
179
  Some error messages are logged on start when a plugin has wrong imports or configurations and the plugin will be disabled to prevent instability and crashes.
180
180
 
package/README-DOCKER.md CHANGED
@@ -95,7 +95,7 @@ sudo docker run --name matterbridge \
95
95
 
96
96
  If you override the command, always start it with `matterbridge --docker`.
97
97
 
98
- **If you change the frontend port, overriding the default command of the images, docker will report the container unhealty unless you add the --no-healthcheck param**.
98
+ **If you change the frontend port (or enable https), overriding the default command of the images, docker will report the container unhealty unless you add the --no-healthcheck param**.
99
99
 
100
100
  ### Run with Docker Compose
101
101
 
@@ -139,7 +139,7 @@ services:
139
139
 
140
140
  If you override the command, always start it with `["matterbridge", "--docker"]`.
141
141
 
142
- **If you change the frontend port, overriding the default command of the images, docker will report the container unhealty unless you add:**.
142
+ **If you change the frontend port (or enable https), overriding the default command of the images, docker will report the container unhealty unless you add:**.
143
143
 
144
144
  ```yaml
145
145
  healthcheck:
package/README.md CHANGED
@@ -647,20 +647,27 @@ Install Google Home on an iPhone and complete the commissioning there. Once set
647
647
 
648
648
  Tested by [Tamer Salah](https://github.com/tammeryousef1006).
649
649
 
650
- Alexa integrates with Matterbridge to locally control non-native devices by acting as a Matter Controller. While Amazon has expanded support to include core categories like lighting, plugs, thermostats, locks, and sensors, many advanced or specialized device types defined in the latest Matter specifications are not yet recognized by the Alexa ecosystem.
650
+ Alexa integrates with Matterbridge to locally control non-native devices by acting as a Matter Controller.
651
+ While Amazon has expanded support to include core categories like lighting, plugs, thermostats, locks, and sensors, many advanced or specialized device types defined in the latest Matter specifications are not yet recognized by the Alexa ecosystem.
652
+
651
653
  Alexa Support vs. Matterbridge Test Results
654
+
652
655
  During testing, Alexa successfully managed most standard smart home categories but failed to recognize or fully support the following types exposed via Matterbridge:
653
- Appliances & Kitchen: Cooktop, Microwave Oven, Oven, Refrigerator, Laundry Washer/Dryer, and Extractor Hood.
654
- Energy & Utilities: Battery Storage, EVSE (Electric Vehicle Supply Equipment), and Solar Power.
655
- Water & Infrastructure: Water Valve, Water Heater, Water Leak/Freeze sensors, Pump, and Rain Sensor.
656
- Media & Controls: Basic Video Player and Speaker.
657
- Specialized Sensors/Inputs: Heat Pump, Latching Switch, Flow, and Pressure.
658
- Limited Support: Cover Lift and Tilt devices only functioned for lift operations, with tilt functionality unsupported.
656
+
657
+ - Appliances & Kitchen: Cooktop, Microwave Oven, Oven, Refrigerator, Laundry Washer/Dryer, and Extractor Hood.
658
+ - Energy & Utilities: Battery Storage, EVSE (Electric Vehicle Supply Equipment), and Solar Power.
659
+ - Water & Infrastructure: Water Valve, Water Heater, Water Leak/Freeze sensors, Pump, and Rain Sensor.
660
+ - Media & Controls: Basic Video Player and Speaker.
661
+ - Specialized Sensors/Inputs: Heat Pump, Latching Switch, Flow, and Pressure.
662
+ - Limited Support: Cover Lift and Tilt devices only functioned for lift operations, with tilt functionality unsupported.
663
+
659
664
  Integration Limitations
665
+
660
666
  Even when a device is recognized, Alexa may face specific bridge-related limitations:
661
- Device Caps: Alexa currently supports a maximum of 50 bridged devices per connection; exceeding this limit may cause devices to disappear from the Alexa App.
662
- Latency: While Matter is designed for local control, status updates in the Alexa app may occasionally lag if the app remains open during external state changes.
663
- Feature Gaps: Advanced features for certain types, such as unlocking specific smart locks, may be disabled by default for security and require manual activation within the app
667
+
668
+ - Device Caps: Alexa currently supports a maximum of 50 bridged devices per connection; exceeding this limit may cause devices to disappear from the Alexa App.
669
+ - Latency: While Matter is designed for local control, status updates in the Alexa app may occasionally lag if the app remains open during external state changes.
670
+ - Feature Gaps: Advanced features for certain types, such as unlocking specific smart locks, may be disabled by default for security and require manual activation within the app
664
671
 
665
672
  Known issues:
666
673
 
@@ -672,13 +679,13 @@ In the zigbee2mqtt and shelly plugins select the option to expose the switch dev
672
679
 
673
680
  ## SmartThings
674
681
 
675
- Tested by Tamer Salah
682
+ Tested by [Tamer Salah](https://github.com/tammeryousef1006).
676
683
 
677
684
  No issues reported so far.
678
685
 
679
686
  ## eWeLink
680
687
 
681
- Tested by Tamer Salah
688
+ Tested by [Tamer Salah](https://github.com/tammeryousef1006).
682
689
 
683
690
  eWeLink needs the standard port 5540 for commissioning.
684
691
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.5.2-dev-20260129-e83daf7",
3
+ "version": "3.5.2-dev-20260130-b4e7ef3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge",
9
- "version": "3.5.2-dev-20260129-e83daf7",
9
+ "version": "3.5.2-dev-20260130-b4e7ef3",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@matter/main": "0.16.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.5.2-dev-20260129-e83daf7",
3
+ "version": "3.5.2-dev-20260130-b4e7ef3",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",