Skip to content

Commit

Permalink
Merge pull request #88 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 2.3.2
  • Loading branch information
Luligu authored Dec 24, 2024
2 parents 35e1aeb + 7fa1665 commit ff66470
Show file tree
Hide file tree
Showing 11 changed files with 171 additions and 141 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-matterbridge-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Clean cache
run: npm cache clean --force

- name: Install latest npm
run: npm install -g npm@latest

- name: Verify Node.js version
run: node -v

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish-matterbridge-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Clean cache
run: npm cache clean --force

- name: Install latest npm
run: npm install -g npm@latest

- name: Verify Node.js version
run: node -v

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ replay_pid*

# zigbee2mqtt
temp/
jest/
TODO.md
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,6 @@ screenshot
tsconfig.production.json
temp/
mock/
jest/
TODO.md
yellow-button.png
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ If you like this project and find it useful, please consider giving it a star on

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

## [2.3.2] - 2024-12-24

### Changed

- [package]: Updated package.
- [package]: Updated dependencies.
- [plugin]: Use platform white and black list.
- [platform]: Use platform endpoint number check.

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

## [2.3.1] - 2024-12-12

### Added
Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ matterbridge -add ./
Then start Matterbridge

```
matterbridge -bridge
matterbridge
```

# Config file
Expand Down Expand Up @@ -174,7 +174,7 @@ If you want to exclude "temperature" and "humidity" for the device "My motion se
}
```

By default matterbridge uses hostname in order to make entities unique, however in some cases
By default matterbridge-zigbee2mqtt uses hostname in order to make entities unique, however in some cases
you may not want this behavior. You can use "postfixHostname" boolean flag to disable this behavior:

```json
Expand Down Expand Up @@ -217,8 +217,6 @@ 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 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

If one of your devices is not supported out of the box, open an issue and we will try to support it if possible.
Expand Down Expand Up @@ -254,16 +252,13 @@ For general controller issues check the Matterbridge Known issues section

## Apple Home

## Home Assistant (Matter Server is still in Beta)
## Home Assistant

## Google Home

## Alexa

In the plugin config add each switch device to the lightList or outletList if they don't show up like switch (Matterbridge uses a modified switch device type without client cluster that Alexa doesn't recognize).
In the plugin config add each switch device to the lightList or outletList. Matterbridge uses a modified switch device type without client cluster that Alexa doesn't recognize.

## SmartThings

## eWeLink

## Tuya/Smart Life
Loading

0 comments on commit ff66470

Please sign in to comment.