Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supported adapters with ZiGate USB-TTL #474

Merged
merged 4 commits into from
Nov 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```