The serial port of the PiZigate is ttyS0 (#15784)

`/dev/serial0` is a symbolic link which is not always set to ttyS0
This commit is contained in:
Stéphane Raimbault 2020-11-30 09:34:44 +01:00 committed by GitHub
parent 96e124f756
commit dee6bdf106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ Press `Submit`. The success dialog will appear or an error will be displayed in
If you are use ZiGate or Sonoff ZBBridge you have to use some special usb_path configuration: If you are use ZiGate or Sonoff ZBBridge you have to use some special usb_path configuration:
- ZiGate USB TTL or DIN: `/dev/ttyUSB0` or `auto` to auto discover the zigate - ZiGate USB TTL or DIN: `/dev/ttyUSB0` or `auto` to auto discover the zigate
- PiZigate : `pizigate:/dev/serial0` - PiZigate : `pizigate:/dev/ttyS0`
- Wifi Zigate : `socket://[IP]:[PORT]` for example `socket://192.168.1.10:9999` - Wifi Zigate : `socket://[IP]:[PORT]` for example `socket://192.168.1.10:9999`
- Sonoff ZBBridge : `socket://[IP]:[PORT]` for example `socket://192.168.1.11:8888` - Sonoff ZBBridge : `socket://[IP]:[PORT]` for example `socket://192.168.1.11:8888`