Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Oct 28, 2024
1 parent cb8762c commit 925dd36
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 175 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord

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

## [1.6.0] - 2024-10-26
## [1.6.0] - 2024-10-28

### Added

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

### Changed

- [discord]: Discord group: https://discord.gg/QX58CDe6hd.
- [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 config and it will not be rewritten after the plugin configuration).
- [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.
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ To run Matterbridge, you need either a [Node.js](https://nodejs.org/en/download/
Follow these steps to install Matterbridge:

```
npm install -g matterbridge
npm install -g matterbridge --omit=dev
```

on Linux you may need the necessary permissions:

```
sudo npm install -g matterbridge
sudo npm install -g matterbridge --omit=dev
```

Test the installation with:
Expand All @@ -68,7 +68,7 @@ matterbridge

Now it is possible to open the frontend at the link provided in the log (e.g. http://MATTERBIDGE-IPV4-ADDRESS:8283).

You can then change the bridge mode from the frontend.
You can then change the bridge mode and other parameters from the frontend.

## Usage

Expand Down Expand Up @@ -128,19 +128,19 @@ Config editor:

### Run matterbridge as a daemon with systemctl (Linux only)

[Advanced configurations](https://github.com/Luligu/matterbridge/blob/main/README-SERVICE.md)
[Service configurations](https://github.com/Luligu/matterbridge/blob/main/README-SERVICE.md)

### Run matterbridge with docker and docker compose

[Advanced configurations](https://github.com/Luligu/matterbridge/blob/main/README-DOCKER.md)
[Docker configurations](https://github.com/Luligu/matterbridge/blob/main/README-DOCKER.md)

### Run matterbridge with podman

[Advanced configurations](https://github.com/Luligu/matterbridge/blob/main/README-PODMAN.md)
[Podman configurations](https://github.com/Luligu/matterbridge/blob/main/README-PODMAN.md)

### Run matterbridge as an home assistant add-on with the official add-on

[Advanced configurations](https://github.com/Luligu/matterbridge-home-assistant-addon)
[Home assistant add-on configurations](https://github.com/Luligu/matterbridge-home-assistant-addon)

### Other Home Assistant Community Add-ons

Expand Down
Loading

0 comments on commit 925dd36

Please sign in to comment.