From 3944052e4a89085ec8936172f2d2ff39b7dc72bd Mon Sep 17 00:00:00 2001 From: Hedda Date: Tue, 10 Nov 2020 11:53:42 +0100 Subject: [PATCH 1/3] Update README.md with 3.1d firmware recommendations or requirements Update README.md with 3.1d firmware recommendations or requirements --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bfd7fc2..e00a498 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,16 @@ ZiGate is a open source ZigBee adapter hardware that was initially launched on K - https://www.zigate.fr - https://www.kickstarter.com/projects/1361563794/zigate-universal-zigbee-gateway-for-smarthome -## Compatible hardware +## Hardware and firmware compatibility The ZiGate USB adapter communicates via a PL-2303HX USB to Serial Bridge Controller module by Prolific. There's also a Wi-Fi adapter to communicate with ZiGate over network. -Note! ZiGate open source ZigBee adapter hardware requires ZiGate firmware 3.1a or later to work with this zigpy-zigate module. +Note! ZiGate open source ZigBee USB and GPIO adapter hardware requires ZiGate 3.1a firmware or later to work with this zigpy-zigate module, however ZiGate 3.1d firmware or later is recommended is it contains a a specific bug-fix related to zigpy. ### Known working Zigbee radio modules - [ZiGate USB-TTL](https://zigate.fr/produit/zigate-ttl/) - [ZiGate USB-DIN](https://zigate.fr/produit/zigate-usb-din/) -- [PiZiGate (ZiGate module for Raspberry Pi GPIO)](https://zigate.fr/produit/pizigate-v1-0/) +- [PiZiGate (ZiGate module for Raspberry Pi GPIO)](https://zigate.fr/produit/pizigate-v1-0/) - Requires ZiGate 3.1d firmware or later. - [ZiGate Pack WiFi](https://zigate.fr/produit/zigate-pack-wifi-v1-3/) ### Experimental Zigbee radio modules @@ -36,12 +36,9 @@ Note! ZiGate open source ZigBee adapter hardware requires ZiGate firmware 3.1a o - To configure __pizigate__ port, specify the port, example : `/dev/serial0` or `/dev/ttyAMA0` - To configure __wifi__ ZiGate, manually specify IP address and port, example : `socket://192.168.1.10:9999` -__pizigate__ may requiert some adjustements on Rpi3 or Rpi4: -- [Rpi3](https://zigate.fr/documentation/compatibilite-raspberry-pi-3-et-zero-w/) -- [Rpi4](https://zigate.fr/documentation/compatibilite-raspberry-pi-4-b/) - -Note! Requires ZiGate firmware 3.1d and later -- https://zigate.fr/tag/firmware/ +__pizigate__ does require ZiGate 3.1d firmware or later as well as some additional adjustements on Raspberry Pi 3/Zero, and 4: +- [Raspberry Pi 3 and Raspberry Pi Zero configuration adjustements](https://zigate.fr/documentation/compatibilite-raspberry-pi-3-et-zero-w/) +- [Raspberry Pi 4 configuration adjustements](https://zigate.fr/documentation/compatibilite-raspberry-pi-4-b/) ## Flasher (ZiGate Firmware Tool) From 098395731c7792e383b5001f9ce01983a02879aa Mon Sep 17 00:00:00 2001 From: Hedda Date: Tue, 10 Nov 2020 14:00:14 +0100 Subject: [PATCH 2/3] Recommend ZiGate 3.1a firmware or later Recommend ZiGate 3.1a firmware or later --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e00a498..d9267d9 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ ZiGate is a open source ZigBee adapter hardware that was initially launched on K The ZiGate USB adapter communicates via a PL-2303HX USB to Serial Bridge Controller module by Prolific. There's also a Wi-Fi adapter to communicate with ZiGate over network. -Note! ZiGate open source ZigBee USB and GPIO adapter hardware requires ZiGate 3.1a firmware or later to work with this zigpy-zigate module, however ZiGate 3.1d firmware or later is recommended is it contains a a specific bug-fix related to zigpy. +Note! ZiGate open source ZigBee USB and GPIO adapter hardware requires ZiGate 3.1a firmware or later to work with this zigpy-zigate module, however ZiGate 3.1d firmware or later is recommended as it contains a specific bug-fix related to zigpy. ### Known working Zigbee radio modules - [ZiGate USB-TTL](https://zigate.fr/produit/zigate-ttl/) - [ZiGate USB-DIN](https://zigate.fr/produit/zigate-usb-din/) -- [PiZiGate (ZiGate module for Raspberry Pi GPIO)](https://zigate.fr/produit/pizigate-v1-0/) - Requires ZiGate 3.1d firmware or later. +- [PiZiGate (ZiGate module for Raspberry Pi GPIO)](https://zigate.fr/produit/pizigate-v1-0/) - [ZiGate Pack WiFi](https://zigate.fr/produit/zigate-pack-wifi-v1-3/) ### Experimental Zigbee radio modules From a378a831ee22b86c15ceec2256059903c06f3a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20RAMAGE?= Date: Tue, 10 Nov 2020 14:18:33 +0100 Subject: [PATCH 3/3] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9267d9..a4d5b71 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Note! ZiGate open source ZigBee USB and GPIO adapter hardware requires ZiGate 3. - To configure __pizigate__ port, specify the port, example : `/dev/serial0` or `/dev/ttyAMA0` - To configure __wifi__ ZiGate, manually specify IP address and port, example : `socket://192.168.1.10:9999` -__pizigate__ does require ZiGate 3.1d firmware or later as well as some additional adjustements on Raspberry Pi 3/Zero, and 4: +__pizigate__ does require some additional adjustements on Raspberry Pi 3/Zero, and 4: - [Raspberry Pi 3 and Raspberry Pi Zero configuration adjustements](https://zigate.fr/documentation/compatibilite-raspberry-pi-3-et-zero-w/) - [Raspberry Pi 4 configuration adjustements](https://zigate.fr/documentation/compatibilite-raspberry-pi-4-b/)