Skip to content

Commit

Permalink
Merge pull request #11 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
Luligu authored Nov 30, 2024
2 parents e8b0bf1 + 303fdc6 commit ac91dd6
Show file tree
Hide file tree
Showing 7 changed files with 522 additions and 823 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ 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.

## [1.2.0] - 2024-11-30

### Added

- [edge]: Verified to work with Matterbridge edge (matter.js new API).
- [plugin]: Refactor movement to support concurrent movementes from all screens.
- [plugin]: Refactor movement to show the movement on the controller (if it supports that) even for close and open commands.
- [matter]: Added bridgedNode and powerSource device types to the cover.

### Changed

- [package]: Requires matterbridge 1.6.5.
- [package]: Updated dependencies.

### Fixed

- [somfy]: Fixed stop sent when the target is fully open or fully closed.

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

## [1.1.1] - 2024-10-12

### Fixed
Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Follow these steps to install or update Matterbridge if it is not already instal
on Windows:

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

on Linux (you need the necessary permissions):
on Linux (if may need the necessary permissions):

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

See the complete guidelines on [Matterbridge](https://github.com/Luligu/matterbridge/blob/main/README.md) for more information.
Expand All @@ -43,26 +43,30 @@ A working setup of any of the TaHoma bridges (like the Connectivity kit).

## How to install

Open the frontend of matterbridge, select the plugin and install it.

## How to install from the command line

On windows:

```
cd $HOME\Matterbridge
npm install -g matterbridge-somfy-tahoma
npm install -g matterbridge-somfy-tahoma --omit=dev
matterbridge -add matterbridge-somfy-tahoma
```

On linux:

```
cd ~/Matterbridge
sudo npm install -g matterbridge-somfy-tahoma
sudo npm install -g matterbridge-somfy-tahoma --omit=dev
matterbridge -add matterbridge-somfy-tahoma
```

Then start Matterbridge

```
matterbridge -bridge
matterbridge
```

## How to use it
Expand Down
Loading

0 comments on commit ac91dd6

Please sign in to comment.