Skip to content

Commit

Permalink
Merge pull request #23 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 2.0.15
  • Loading branch information
Luligu committed Jun 1, 2024
2 parents c827663 + 29c7259 commit 2e37ae6
Show file tree
Hide file tree
Showing 8 changed files with 282 additions and 400 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [2.0.15] - 2024-06-01

### Added

- [dependencies]: Update dependencies
- [matterbridge]: Adapted the code to the new start mode of Matterbridge.

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
</a>

## [2.0.14] - 2024-05-09

### Added
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The latest release also supports all clusters in the multi endpoints devices (e.

Since the Matter support in the available ecosystems (controllers) is sometimes limited and, when available, only covers Matter 1.1 specifications, some z2m devices cannot be exposed properly or cannot be exposed at all.

We discoverd that Matter support in Home Assistant is includes some clusters not supported by other ecosystems. These clusters like EveHistory have been added so with HA you can see Voltage, Current, Consumption and TotalConsumption (screenshot https://github.com/Luligu/matterbridge/blob/main/screenshot/Screenshot%20HA%20sm-dc-power-m.png).
We discoverd that Matter support in Home Assistant includes some clusters not supported by other ecosystems. These clusters like EveHistory have been added so with HA you can see Voltage, Current, Consumption and TotalConsumption (screenshot https://github.com/Luligu/matterbridge/blob/main/screenshot/Screenshot%20HA%20sm-dc-power-m.png).

## Unsupported devices

Expand Down Expand Up @@ -213,10 +213,14 @@ In the log you will find the mapping schema like this one:

The HomePods, being a WiFi devices, sometimes pruduce message trasmission errors. The Apple TV with network cable is more reliable (but also more expensive).

Solved with the version 17.5 of the HomePod/AppleTV.

### DoorLock

The DoorLock cluster in the Home app takes a while to get online. The Home app shows no response for 1 or 2 seconds but then the accessory goes online. With the Eve app or the Controller app this issue is not present.

Solved with the version 17.5 of the HomePod/AppleTV.

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

If HA doesn't show all devices just reload the HA Matter Server
Expand Down
Loading

0 comments on commit 2e37ae6

Please sign in to comment.