Skip to content

Commit

Permalink
Merge pull request #173 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.6.3
  • Loading branch information
Luligu authored Nov 28, 2024
2 parents 525598a + 97eff86 commit dfe11ec
Show file tree
Hide file tree
Showing 8 changed files with 335 additions and 210 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,21 @@ The Home Assistant Community Add-ons and plugins are not verified to work with M

If you want to run Matterbridge in Home Assistant please use the official add-on https://github.com/Luligu/matterbridge-home-assistant-addon that also has Ingress and side panel.

### New Apple firmware v. 18.x

Please read this: https://github.com/Luligu/matterbridge/discussions/135

### Discord

Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord group: https://discord.gg/QX58CDe6hd.

Feel free to join (the link is now permanent)!

## [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.

## [1.6.2] - 2024-11-25

Expand All @@ -30,6 +36,7 @@ Feel free to join (the link is now permanent)!
- [config]: Added version to the config.
- [frontend]: Added badge "edge" when running in edge mode.
- [matterbridge]: Added addTagList method.
- [matterbridge]: Added minLevel, maxLevel and onLevel to LevelControlCluster utility methods.

### Changed

Expand All @@ -44,7 +51,6 @@ Feel free to join (the link is now permanent)!
- [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

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ If you have more then one Apple TV or Home Pod, you can herve better results set
So far is the only controller supporting some Matter 1.2 and 1.3 device type:

- airQualitySensor code 0x002c (Matter 1.2)
- smokesmokeCoAlarm code 0x0076 (Matter 1.2)
- waterFreezeDetector code 0x0041 (Matter 1.3 with only BooleanState cluster)
- waterLeakDetector code 0x0043 (Matter 1.3 with only BooleanState cluster)
- rainSensor code 0x0044 (Matter 1.3 with only BooleanState cluster)
Expand All @@ -399,11 +400,11 @@ So far is the only controller supporting some Matter 1.2 and 1.3 device type:
Electrical measurements:

- electrical measurements from EveHistoryCluster (used in Matterbridge plugins)
- electricalSensor code 0x0510 with clusters: ElectricalPowerMeasurement and ElectricalEnergyMeasurement (still in dev but fully working!)
- electricalSensor code 0x0510 with clusters: ElectricalPowerMeasurement and ElectricalEnergyMeasurement

Other supported cluster:

- ModeSelect
- modeSelect code 0x27 with ModeSelect cluster

## Home Assistant issues (Matter Server for HA is still in Beta)

Expand Down
Loading

0 comments on commit dfe11ec

Please sign in to comment.