Skip to content

Commit

Permalink
Update README.md (#15234)
Browse files Browse the repository at this point in the history
Differences in address writing convention between Niko's software and this binding

Signed-off-by: Matthieu <webmail@gaillet.be>
  • Loading branch information
pagaille authored Dec 14, 2023
1 parent 03b7b1d commit 1712783
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bundles/org.openhab.binding.nikobus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ The bridge enables communication with other Nikobus components:
- `rollershutter-module` - Nikobus roller shutter module,
- `push-button` - Nikobus physical push button.

## Warning : PC-Link software addresses writing convention

This binding and Niko's PC-Link software don't have the same address writing convention ! **You must invert the MSB & LSB**.

example : PC Link's address == `23F0` --> nikobus binding address == `F023`

## Bridge Configuration

The binding can connect to the PC-Link via serial interface.
Expand Down

0 comments on commit 1712783

Please sign in to comment.