Skip to content

Commit

Permalink
Update supported adapters with ZiGate USB-TTL (#474)
Browse files Browse the repository at this point in the history
* Update supported adapters with ZiGate USB-TTL

Update supported adapters with ZiGate USB-TTL. Experimental as per Koenkk/zigbee-herdsman#242

* Update supported adapters with ZiGate USB-TTL

* Mention ZiGate USB-TTL hardware specification

Mention ZiGate USB-TTL hardware specification

* Update supported_adapters.md

Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
Hedda and Koenkk authored Nov 30, 2020
1 parent fa7b168 commit 0d915fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Binary file added docs/images/zigate_usb_ttl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion docs/information/supported_adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,23 @@ Zigbee2MQTT officially supports the following adapters:

- USB connnected Zigbee adapter
- **Very powerful**, will easily handle networks of 100+ devices.
- Support is still experimental. ([discussion](https://github.com/Koenkk/zigbee-herdsman/issues/72))
- Support is still **experimental**. ([discussion](https://github.com/Koenkk/zigbee-herdsman/issues/72))
- In case you are getting the following error: `Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)` set the following in your `configuration.yaml`.

```yaml
serial:
adapter: deconz
```
### ZiGate USB-TTL
![ZiGate USB-TTL](../images/zigate_usb_ttl.png)
- USB connnected Zigbee adapter
- Hardware based on NXP JN516x ( JN5168 / JN5169 ) chip with open source [ZiGate firmware](https://github.com/fairecasoimeme/ZiGate) from @fairecasoimeme
- Support is still **experimental**. ([discussion](https://github.com/Koenkk/zigbee-herdsman/issues/242))
- In case you are getting the following error: `Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)` set the following in your `configuration.yaml`.

```yaml
serial:
adapter: zigate
```

0 comments on commit 0d915fe

Please sign in to comment.