Update README.md (#15234)

Differences in address writing convention between Niko's software and this binding

Signed-off-by: Matthieu <webmail@gaillet.be>
This commit is contained in:
Matthieu
2023-12-14 23:35:55 +01:00
committed by GitHub
parent 03b7b1dbac
commit 1712783945

View File

@@ -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.