ZiGate Ethernet (wired) Gateway / Bridge open source HW based on ESP32

ZiGate-Ethernet has been released as open source hardware by Frédéric Dubois a.k.a. fairecasoimeme

https://github.com/fairecasoimeme/ZiGate-Ethernet

https://zigate.fr/produit/zigate-ethernet/

https://zigate.fr/documentation/descriptif-de-la-zigate-ethernet/

https://zigate.fr/documentation/installation-de-tasmota-pour-la-zigate-ethernet/

Note! This board ships without the PiZiGate + (Zigbee PCB antenna) as standard so you would need to add that option to use it:

https://zigate.fr/produit/pizigatev2/

ZiGate radio and this should work out-of-the-box with Home Assistant’s ZHA integration via the zigpy-zigate radio library for zigpy

https://github.com/zigpy/zigpy-zigate

https://www.home-assistant.io/integrations/zha/

According to fairecasoimeme it should also be compatible with ESPHome using esphome-zbbridge as alternative firmware:

https://github.com/thegroove/esphome-zbbridge

https://github.com/fairecasoimeme/ZiGate/issues/366#issuecomment-898576244

Board is apparently sized to fit the enclosure case made for Raspberry Pi 4

Also, since the ESP32 in this essentially only provide a serial-to-ip proxy server functionality this gateway/bridge should in theory also work with other Zigbee HATs/shields for Raspberry Pi, like the Elelabs shield, RaspBee HAT by Dresden Elektronik, and ZigStar shield, or others too, such as for example:

https://elelabs.com/products/elelabs-zigbee-shield.html ← Silabs EFR32MG12 radio with EZSP serial interface

https://www.popp.eu/zb-shield/ ← Silabs EFR32MG12 radio with EZSP serial interface

https://phoscon.de/en/raspbee ← Desden Elektronik RaspBee II (RaspBee II ) radio with deconz serial interface

https://zig-star.com/projects/zigbee-shield/ ← Texas Instruments CC2652P radio with TI serial interface

https://github.com/egony/cc2652p_E72-2G4M20S1E/wiki/Home-EN ← Texas Instruments CC2652P radio with TI serial interface

https://github.com/egony/cc2652p_cc1352p_RF-STAR/wiki/Home-EN ← Texas Instruments CC2652P radio with TI serial interface

https://www.tindie.com/products/GiovanniCas/zigbee-hat-with-cc2538-for-raspberry/ ← Texas Instruments CC2538 radio with TI serial interface

Guess that it should also work with Z-Wave shields and others using GPIO serial interface.

Note that it is usually required to disable Wi-Fi on ESP32 in order to use the wired Ethernet function. Also, it is recommended to disable WiFi regardless so that it does not interfere with Zigbee signals.

PS: Obviously, the ESP32 should also be able to act as a Bluetooth Low Energy (BLE) gateway too.