Skip to content

Releases: Luligu/matterbridge

Release 1.6.7

16 Dec 06:23
ee4a821
Compare
Choose a tag to compare

[1.6.7] - 2024-12-15

Added

  • [readme]: Update README to clarify Node.js installation instructions and emphasize LTS version.
  • [deviceTypes]: Add airPurifier definition.
  • [deviceTypes]: Add pumpDevice definition.
  • [clusters]: Add PumpConfigurationAndControl cluster.
  • [clusters]: Add ValveConfigurationAndControl cluster.

Changed

  • [Docker]: Add matterbridge-hass to Dockerfile for latest and main builds.
  • [edge]: Various fixes to edge mode.
  • [package]: Update dependencies.

Fixed

  • [Device]: Fix addChildDeviceType methods to include debug parameter in MatterbridgeDevice instantiation.
Buy me a coffee

Release 1.6.6

12 Dec 11:43
e9748c8
Compare
Choose a tag to compare

Breaking Changes

In this release some device types and the OnOff, LevelControl and ColorControl have been updated to be fully compliant with Matter 1.3 specifications.
It is possible that some controllers see them as new devices or need time to read the new clusters. It can be useful after the upgrade to power off the controller, wait a few minutes and power it on again.

[1.6.6] - 2024-12-12

Added

  • [frontend]: Added the possibility to install a specific version or the dev of any plugin (i.e. you can install matterbridge-hass@dev or matterbridge-hass@0.0.3).
    It is also possible to use the install plugin to install a specific version of matterbridge (i.e. you can install matterbridge@dev or matterbridge@1.6.5)
  • [frontend]: Added the possibility to set the matter discriminator for commissioning (you can always override passing -discriminator [DISCRIMINATOR] on the command line).
  • [frontend]: Added the possibility to set the matter passcode for commissioning (you can always override passing -passcode [PASSCODE] on the command line).
  • [frontend]: Added the possibility to set the matter port for commissioning (you can always override passing -port [PORT] on the command line).
  • [deviceTypes]: Added the device type airConditioner (not supported by the Apple Home).
  • [docker]: Added matterbridge-hass to docker dev.
  • [platform]: Added validateDeviceWhiteBlackList and validateEntityBlackList to be used consistently by all plugins.
  • [/api/devices]: Added productUrl and configUrl.

Changed

  • [package]: Update matter.js to 0.11.9-alpha.0-20241206-22f23333.
  • [package]: Update matter.js to 0.11.9-alpha.0-20241207-b604cfa44
  • [package]: Update matter.js to 0.11.9-alpha.0-20241209-06a8040e1
  • [package]: Update matter.js to 0.11.9
  • [plugin]: Removed check on package types since we are moving to production plugins.
  • [package]: Set required node version to 18, 20 and 22.
  • [package]: Update dependencies.
  • [onOff]: Set default to OnOff.Feature.Lighting.
  • [levelControl]: Set default to LevelControl.Feature.Lighting.
  • [colorControl]: Set default cluster helpers to have ColorTemperature.
  • [lightSensor]: Refactor lightSensor removing Group optional cluster server.
  • [jest]: Update Jest tests.

Fixed

  • [device]: Fix typos in Device and Endpoint.
Buy me a coffee

Release 1.6.5

02 Dec 08:04
3a6977e
Compare
Choose a tag to compare

[1.6.5] - 2024-12-02

Changed

  • [matter.js]: Update to matter.js 0.11.8.
  • [frontend]: Added matterbridge-hass to the plugin list.
  • [package]: Update dependencies.
Buy me a coffee

Release 1.6.4

29 Nov 22:09
267e78d
Compare
Choose a tag to compare

[1.6.4] - 2024-11-29

Changed

  • [matter.js]: Update to matter.js 0.11.7.
Buy me a coffee

Release 1.6.3

28 Nov 07:02
dfe11ec
Compare
Choose a tag to compare

[1.6.3] - 2024-11-27

Changed

  • [matterbridge]: Changed default minLevel to 0 in LevelControlCluster utility methods.

Fixed

  • [matter.js]: Temporary fix the crash of matter.js on close when using command line parameters.
  • [matter.js]: Update to matter.js 0.11.6.
Buy me a coffee

Release 1.6.2

25 Nov 22:44
777f6a3
Compare
Choose a tag to compare

[1.6.2] - 2024-11-25

Added

  • [matter.js]: Almost completed the phase 2 of migration to edge (matter.js new API).
  • [nginx]: Added the route /matterbridge/ to be used with nginx proxy server https://github.com/Luligu/matterbridge/blob/dev/README-NGINX.md.
  • [config]: Config and schema are loaded before loading the plugin to allow to configure the plugin even when it throws error on load.
  • [config]: Added version to the config.
  • [frontend]: Added badge "edge" when running in edge mode.
  • [matterbridge]: Added addTagList method.

Changed

  • [matter.js]: Update to matter.js 0.11.2.
  • [matter.js]: Update to matter.js 0.11.3.
  • [matter.js]: Update to matter.js 0.11.4.
  • [matter.js]: Update to matter.js 0.11.5.
  • [matter.js]: Update to the new matter.js packages @matter/main and @mater/nodejs.
  • [PluginManager]: On first load the plugin type is AnyPlatform.
  • [package]: Update dependencies.
  • [frontend]: Update package dependencies.
  • [frontend]: Update QRCode package and QRCode level to M.
  • [frontend]: Added font roboto.
  • [matterbridge]: Removed BasicInformationCluster from Aggregator.
  • [matterbridge]: Added minLevel, maxLevel and onLevel to LevelControlCluster utility methods.

Fixed

  • [energySensor]: Fixed wrong types on ElectricalEnergyMeasurementCluster ElectricalPowerMeasurementCluster.
Buy me a coffee

Release 1.6.1

02 Nov 19:26
7e3192b
Compare
Choose a tag to compare

[1.6.1] - 2024-11-02

Added

  • [matterbridge]: Added automatic recovery for matterbridge node storage when it gets corrupted for a power outage or hardware failure. Unattended setups can automatically recover restoring the previous automatic backup.
  • [matterbridge]: Added automatic recovery for matter storage when it gets corrupted for a power outage or hardware failure. Unattended setups can automatically recover restoring the previous automatic backup.
  • [matterbridge]: Added parameter "-norestore" to avoid to restore automatically. In this case you need to manually restore the storages from a full backup made from the frontend.

Changed

  • [loggers]: Logging on file keeps the logger level of the logger (matterbridge and matter logs).
  • [matterbridge]: Added more api to WebSocket for the Matterbridge cockpit dashboard (Shelly gateway).
  • [package]: Update dependencies.
Buy me a coffee

Release 1.6.0

28 Oct 08:27
c005936
Compare
Choose a tag to compare

[1.6.0] - 2024-10-28

Added

  • [matterbridge]: Added WebSocket for the Matetrbridge cockpit dashboard (Shelly gateway).

Changed

  • [discord]: Discord group link: https://discord.gg/QX58CDe6hd.
  • [matterbridge]: Completed phase 1 of transition to edge (matter.js new API).
  • [matterbridgeDevice]: Refactor Thermostat cluster method to accept minHeatSetpointLimit, maxHeatSetpointLimit, minCoolSetpointLimit and maxCoolSetpointLimit.
  • [config]: The plugins config is rewritten only after onStart and no more after onConfigure (after the plugin starts is possible to change the plugins config and it will not be rewritten after the plugin configuration).
  • [matterbridgeDevice]: Removed deprecated methods of ColorControl cluster.
  • [package]: Removed EveHistory (it will be used only by single plugins).
  • [package]: Update dependencies.
Buy me a coffee

Release 1.5.10

01 Oct 19:47
4ce3a4d
Compare
Choose a tag to compare

[1.5.10] - 2024-10-01

Changed

  • [matterbridge]: Added '--omit=dev' to all install commands to save space and time on low powered devices.
  • [matterbridge]: Integrated the DeviceManager class and removed the old array.
  • [package]: Update dependencies.
Buy me a coffee

Release 1.5.9

23 Sep 10:31
4581c31
Compare
Choose a tag to compare

[1.5.9] - 2024-09-23

Fixed

Changed

  • [package]: Update matter-node.js to 0.10.6.
  • [package]: Update matter-history to 1.1.16.
  • [package]: Update dependencies.
Buy me a coffee