matterbridge-example-dynamic-platform 3.0.1 → 3.0.2-dev-20260719-636d720
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 +8 -1
- package/README.md +0 -1
- package/dist/module.js +31 -5
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
[](https://vitest.dev)
|
|
11
11
|
[](https://oxc.rs/docs/guide/usage/formatter.html)
|
|
12
12
|
[](https://oxc.rs/docs/guide/usage/linter.html)
|
|
13
|
-
[](https://www.typescriptlang.org/)
|
|
14
13
|
[](https://github.com/microsoft/typescript-go)
|
|
15
14
|
[](https://nodejs.org/)
|
|
16
15
|
[](https://matterbridge.io)
|
|
@@ -28,6 +27,14 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
28
27
|
|
|
29
28
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
30
29
|
|
|
30
|
+
## [3.0.2] - Dev branch
|
|
31
|
+
|
|
32
|
+
### Breaking changes
|
|
33
|
+
|
|
34
|
+
- [matterbridge]: Require matterbridge v.3.10.0 with matter v.1.6.0 and matter.js v.0.17.5.
|
|
35
|
+
|
|
36
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
37
|
+
|
|
31
38
|
## [3.0.1] - 2026-07-17
|
|
32
39
|
|
|
33
40
|
### Changed
|
package/README.md
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
[](https://vitest.dev)
|
|
11
11
|
[](https://oxc.rs/docs/guide/usage/formatter.html)
|
|
12
12
|
[](https://oxc.rs/docs/guide/usage/linter.html)
|
|
13
|
-
[](https://www.typescriptlang.org/)
|
|
14
13
|
[](https://github.com/microsoft/typescript-go)
|
|
15
14
|
[](https://nodejs.org/)
|
|
16
15
|
[](https://matterbridge.io)
|
package/dist/module.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { aggregator, airPurifier, airQualitySensor, bridgedNode, colorTemperatureLight, contactSensor, windowCovering, dimmableLight, mountedDimmableLoadControl, dimmablePlugInUnit, doorLock, electricalSensor, extendedColorLight, fan, flowSensor, genericSwitch, getSemtag, humiditySensor, lightSensor, MatterbridgeDynamicPlatform, MatterbridgeEndpoint, modeSelect, occupancySensor, onOffLight, mountedOnOffControl, onOffPlugInUnit, onOffLightSwitch, powerSource, pressureSensor, pump, rainSensor, smokeCoAlarm, temperatureSensor, thermostat, waterFreezeDetector, waterLeakDetector, waterValve, } from 'matterbridge';
|
|
2
|
-
import { AirConditioner, BasicVideoPlayer, BatteryStorage, Cooktop, Dishwasher, Evse, ExtractorHood, HeatPump, IrrigationSystem, LaundryDryer, LaundryWasher, MicrowaveOven, Oven, Refrigerator, RoboticVacuumCleaner, SoilSensor, SolarPower, Speaker, WaterHeater, } from 'matterbridge/devices';
|
|
2
|
+
import { AirConditioner, BasicVideoPlayer, BatteryStorage, Closure, Cooktop, Dishwasher, Evse, ExtractorHood, HeatPump, IrrigationSystem, LaundryDryer, LaundryWasher, MicrowaveOven, Oven, Refrigerator, RoboticVacuumCleaner, SoilSensor, SolarPower, Speaker, WaterHeater, } from 'matterbridge/devices';
|
|
3
3
|
import { debugStringify } from 'matterbridge/logger';
|
|
4
|
-
import { CommonAreaNamespaceTag, CommonLocationTag, CommonNumberTag, CommonPositionTag, RefrigeratorTag, SwitchesTag, UINT16_MAX, UINT32_MAX } from 'matterbridge/matter';
|
|
5
|
-
import { AirQuality, BooleanState, BridgedDeviceBasicInformation, CarbonDioxideConcentrationMeasurement, CarbonMonoxideConcentrationMeasurement, ColorControl, Descriptor, DeviceEnergyManagement, DoorLock, ElectricalEnergyMeasurement, ElectricalPowerMeasurement, EnergyEvse, EnergyEvseMode, FanControl, FlowMeasurement, FormaldehydeConcentrationMeasurement, Identify, IlluminanceMeasurement, LevelControl, NitrogenDioxideConcentrationMeasurement, OccupancySensing, OnOff, OperationalState, OvenMode, OzoneConcentrationMeasurement, Pm1ConcentrationMeasurement, Pm10ConcentrationMeasurement, Pm25ConcentrationMeasurement, PowerSource, PressureMeasurement, RadonConcentrationMeasurement, RelativeHumidityMeasurement, RvcCleanMode, RvcOperationalState, RvcRunMode, SmokeCoAlarm, TemperatureMeasurement, Thermostat, TotalVolatileOrganicCompoundsConcentrationMeasurement, WindowCovering, } from 'matterbridge/matter/clusters';
|
|
4
|
+
import { ClosureTag, CommonAreaNamespaceTag, CommonLocationTag, CommonNumberTag, CommonPositionTag, RefrigeratorTag, SwitchesTag, UINT16_MAX, UINT32_MAX, } from 'matterbridge/matter';
|
|
5
|
+
import { AirQuality, BooleanState, BridgedDeviceBasicInformation, CarbonDioxideConcentrationMeasurement, CarbonMonoxideConcentrationMeasurement, ClosureControl, ColorControl, Descriptor, DeviceEnergyManagement, DoorLock, ElectricalEnergyMeasurement, ElectricalPowerMeasurement, EnergyEvse, EnergyEvseMode, FanControl, FlowMeasurement, FormaldehydeConcentrationMeasurement, Identify, IlluminanceMeasurement, LevelControl, NitrogenDioxideConcentrationMeasurement, OccupancySensing, OnOff, OperationalState, OvenMode, OzoneConcentrationMeasurement, Pm1ConcentrationMeasurement, Pm10ConcentrationMeasurement, Pm25ConcentrationMeasurement, PowerSource, PressureMeasurement, RadonConcentrationMeasurement, RelativeHumidityMeasurement, RvcCleanMode, RvcOperationalState, RvcRunMode, SmokeCoAlarm, TemperatureMeasurement, Thermostat, TotalVolatileOrganicCompoundsConcentrationMeasurement, WindowCovering, } from 'matterbridge/matter/clusters';
|
|
6
6
|
import { fireAndForget, getEnumDescription, isValidBoolean, isValidNumber, isValidObject, isValidString } from 'matterbridge/utils';
|
|
7
7
|
function luxToMatter(lux) {
|
|
8
8
|
if (!Number.isFinite(lux) || lux <= 0)
|
|
@@ -34,6 +34,7 @@ export class ExampleMatterbridgeDynamicPlatform extends MatterbridgeDynamicPlatf
|
|
|
34
34
|
soil;
|
|
35
35
|
irrigation;
|
|
36
36
|
irrigationSystem;
|
|
37
|
+
closureGarageDoor;
|
|
37
38
|
select;
|
|
38
39
|
climate;
|
|
39
40
|
switch;
|
|
@@ -106,8 +107,8 @@ export class ExampleMatterbridgeDynamicPlatform extends MatterbridgeDynamicPlatf
|
|
|
106
107
|
constructor(matterbridge, log, config) {
|
|
107
108
|
super(matterbridge, log, config);
|
|
108
109
|
this.config = config;
|
|
109
|
-
if (typeof this.verifyMatterbridgeVersion !== 'function' || !this.verifyMatterbridgeVersion('3.
|
|
110
|
-
throw new Error(`This plugin requires Matterbridge version >= "3.
|
|
110
|
+
if (typeof this.verifyMatterbridgeVersion !== 'function' || !this.verifyMatterbridgeVersion('3.10.0')) {
|
|
111
|
+
throw new Error(`This plugin requires Matterbridge version >= "3.10.0". Please update Matterbridge from ${this.matterbridge.matterbridgeVersion} to the latest version in the frontend.`);
|
|
111
112
|
}
|
|
112
113
|
this.log.info('Initializing platform:', this.config.name);
|
|
113
114
|
}
|
|
@@ -174,6 +175,31 @@ export class ExampleMatterbridgeDynamicPlatform extends MatterbridgeDynamicPlatf
|
|
|
174
175
|
.addZone(CommonNumberTag.Three)
|
|
175
176
|
.addZone(CommonNumberTag.Four);
|
|
176
177
|
this.irrigationSystem = (await this.addDevice(this.irrigationSystem));
|
|
178
|
+
this.closureGarageDoor = new Closure('Garage Door', 'GAR000071', {
|
|
179
|
+
mainState: ClosureControl.MainState.Stopped,
|
|
180
|
+
tagList: this.matterbridge.matterbridgeVersion === '3.10.0' ? undefined : [getSemtag(ClosureTag.GarageDoor)],
|
|
181
|
+
});
|
|
182
|
+
this.closureGarageDoor = (await this.addDevice(this.closureGarageDoor));
|
|
183
|
+
this.closureGarageDoor?.addCommandHandler('ClosureControl.moveTo', ({ request: { position, latch, speed } }) => {
|
|
184
|
+
this.closureGarageDoor?.log.info(`Command moveTo called position:${position} latch:${latch} speed:${speed}`);
|
|
185
|
+
const currentStateTimeout = setTimeout(() => {
|
|
186
|
+
const targetState = this.closureGarageDoor?.getAttribute(ClosureControl.id, 'overallTargetState');
|
|
187
|
+
const currentState = this.closureGarageDoor?.getAttribute(ClosureControl.id, 'overallCurrentState');
|
|
188
|
+
if (targetState === undefined || targetState === null)
|
|
189
|
+
return;
|
|
190
|
+
void this.closureGarageDoor?.setAttribute(ClosureControl.id, 'mainState', ClosureControl.MainState.Stopped, this.closureGarageDoor.log);
|
|
191
|
+
void this.closureGarageDoor?.setAttribute(ClosureControl.id, 'overallCurrentState', {
|
|
192
|
+
position: targetState.position,
|
|
193
|
+
latch: targetState.latch,
|
|
194
|
+
speed: targetState.speed,
|
|
195
|
+
secureState: targetState.position === ClosureControl.TargetPosition.MoveToFullyClosed ? true : (currentState?.secureState ?? false),
|
|
196
|
+
}, this.closureGarageDoor.log);
|
|
197
|
+
}, 1000);
|
|
198
|
+
currentStateTimeout.unref();
|
|
199
|
+
});
|
|
200
|
+
this.closureGarageDoor?.addCommandHandler('ClosureControl.stop', () => {
|
|
201
|
+
this.closureGarageDoor?.log.info('Command stop called');
|
|
202
|
+
});
|
|
177
203
|
this.climate = new MatterbridgeEndpoint([bridgedNode, powerSource], { id: 'Climate' }, this.config.debug)
|
|
178
204
|
.createDefaultBridgedDeviceBasicInformationClusterServer('Climate', 'CLI00008', 0xfff1, 'Matterbridge', 'Matterbridge Climate')
|
|
179
205
|
.createDefaultPowerSourceReplaceableBatteryClusterServer(90, PowerSource.BatChargeLevel.Ok, 2990, '2 x AA', 2, PowerSource.BatReplaceability.UserReplaceable)
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2-dev-20260719-636d720",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-example-dynamic-platform",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.2-dev-20260719-636d720",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"node-ansi-logger": "3.3.0",
|