Skip to content

Commit

Permalink
Doc: add references & compatible HW list
Browse files Browse the repository at this point in the history
Merge pull request arendst#2 from Hedda/patch-1

Update README.md with references and compatible HW
  • Loading branch information
vahempio committed Feb 27, 2022
2 parents 6b6b916 + 8bcf6fd commit 28c6c61
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# Tasmota for eWeLink with ZHA
# Tasmota for ZB-GW03 eWeLink with ZHA
All credits to [thehelpfulidiot](https://thehelpfulidiot.com/) (with the fantastic [blog article](https://thehelpfulidiot.com/a-wired-sonoff-Zigbee-alternative)) and the original [Tasmota](https://github.com/arendst/Tasmota) firmware, many thanks!

The build is based on Tasmota v10.1.0 and support hot/cold reboot. Successfully tested on eWeLink gateway - ZB-GW03-V1.3

You can find the product in many places, including Amazon (already purchased [this one](https://www.amazon.fr/dp/B094JKVLNR)).

## Compatible hardware

ZB-GW03 Zigbee to LAN bridge/gateway based on Espressif ESP32 and a Silicon Labs EFR32MG21 Zigbee radio (CoolKit-Technologies "SM-011 V1.0" module).

* ZB-GW03 eWeLink Ethernet Zigbee Gateway (ZB-GW03-V1.0, ZB-GW03-V1.2, ZB-GW03-V1.3), also sold rebranded as:
* Eachen eWeLink ZigBee Smart Hub
* https://ewelink.eachen.cc/product/eachen-ewelink-zigbee-bridge-pro-zbbridge-pro/
* https://ewelinkcommunity.net/device-lists/zigbee/eachen-zb-gw03/
* SmartWise Zigbee Bridge Pro
* https://www.okosabbotthon.hu/smartwise-zigbee-bridge-pro

## Install the dev environment
Install the platformio in CLI with:
```
Expand Down Expand Up @@ -53,3 +64,24 @@ backlog rule1 on system#boot do TCPStart 8888 endon ; rule1 1 ; tcpstart 8888
Congrats, your eWeLink Zigbee gateway has been converted to an opensource ZHA bridge!

With Home Assistant, add the `Zigbee Home Automation` integration with the ethrnet IP adress and port number `8888`.

## References

* https://templates.blakadder.com/ewelink_ZB-GW03
* https://templates.blakadder.com/sonoff_ZBBridge.html
* https://github.com/arendst/Tasmota/discussions/12764
* https://github.com/arendst/Tasmota/discussions/14168
* https://github.com/arendst/Tasmota/discussions/11536
* https://github.com/arendst/Tasmota/tree/development/tools/fw_SonoffZigbeeBridge_ezsp
* https://github.com/xsp1989/zigbeeFirmware
* https://github.com/syssi/esphome-zb-gw03
* https://github.com/tube0013/tube_gateways
* [https://github.com/CoolKit-Technologies/DevDocs/blob/master/Zigbee/SM-011应用指导书.md](https://github.com/CoolKit-Technologies/DevDocs/blob/master/Zigbee/SM-011%E5%BA%94%E7%94%A8%E6%8C%87%E5%AF%BC%E4%B9%A6.md)
* https://github.com/zigpy/zigpy/discussions/586
* [https://community.home-assistant.io/t/zb-gw03-ewelink-ethernet-zigbee-gateway...](https://community.home-assistant.io/t/zb-gw03-ewelink-ethernet-zigbee-gateway-now-hacked-with-tasmota-zbbridge-so-can-be-used-via-mqtt-or-as-a-remote-zigbee-adapter-with-home-assistant-zha/341223)
* https://thehelpfulidiot.com/a-wired-sonoff-zigbee-alternative
* https://thehelpfulidiot.com/update-a-wired-sonoff-zigbee-alternative
* https://thehelpfulidiot.com/update-2-a-wired-sonoff-zigbee-alternative
* https://www.digiblur.com/2020/07/how-to-use-sonoff-zigbee-bridge-with.html
* https://www.digiblur.com/2021/03/zigbee2mqtt-with-sonoff-zigbee-bridge.html
* https://www.digiblur.com/2022/02/convert-sonoff-zigbee-bridge-to-router-repeater.html

0 comments on commit 28c6c61

Please sign in to comment.