Skip to content

Commit

Permalink
Merge pull request #40 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.2.21
  • Loading branch information
Luligu authored Jun 4, 2024
2 parents 6fce354 + 6acd77d commit 1a9d096
Show file tree
Hide file tree
Showing 7 changed files with 162 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-buildx-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
--platform linux/amd64,linux/arm64,linux/arm/v7 \
-f docker/Dockerfile.main \
-t luligu/matterbridge:latest \
-t luligu/matterbridge:1.2.20 \
-t luligu/matterbridge:1.2.21 \
--push .
docker manifest inspect luligu/matterbridge:latest
timeout-minutes: 60
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [1.2.21] - 2024-06-04

### Changed
- [matterbridge]: Updated dependencies

### Fixed
- [matterbridge]: Removed error stack from log error for npm get versions
- [matterbridge]: Fixed the error that caused -add plugin to fail at the first run of matterbridge

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

## [1.2.20] - 2024-06-03

### Changed
Expand Down
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,36 @@ docker logs matterbridge
docker logs --tail 1000 -f matterbridge
```

# Known issues

## Apple Home issues

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. Now they are stable.

### 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 or reboot HA
- it doesn't seem that HA reacts to removing a device from the aggregator: they remain like unavailable...
- in the Home Assistant Core log you can see sometimes error messages relating to unique id not found but it seems to be an issue related to missing some matter packet during the commissioning and subscription phase...

## Google Home

## Alexa

## SmartThings

## eWeLink

## Tuya/Smart Life


# Contribution Guidelines

Expand Down
113 changes: 69 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1a9d096

Please sign in to comment.