From dee6bdf1060106c49b47d687d700c44916d54852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Raimbault?= Date: Mon, 30 Nov 2020 09:34:44 +0100 Subject: [PATCH] The serial port of the PiZigate is ttyS0 (#15784) `/dev/serial0` is a symbolic link which is not always set to ttyS0 --- source/_integrations/zha.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 3f79b87978c..7bf3a36428d 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -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: - 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` - Sonoff ZBBridge : `socket://[IP]:[PORT]` for example `socket://192.168.1.11:8888`