Skip to content
Closed
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
16 changes: 11 additions & 5 deletions docs/advanced/remote-adapter/connect_to_a_remote_adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,17 @@ reboot

## 3. Configure

Now edit the Zigbee2MQTT `configuration.yaml` accordingly, replace `192.168.2.13` with the IP or hostname of your system where the adapter is connected to.

```yaml
serial:
port: 'tcp://192.168.2.13:20108'
Now edit the Zigbee2MQTT using the App Configuration tab. Do not edit configuration.yaml, as the app will overwrite your changes at startup. Replace `192.168.2.13` with the IP or hostname of your system where the adapter is connected to.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not edit configuration.yaml

This is specific for HA, for bare metal you need to edit the configuration.yaml


```On Zigbee2MQTT app Configuration tab, select Serial:
--Change port to tcp://192.168.2.13:20108
--Change adapter to your adapter type:
Sonoff Zigbee 3.0 USB Plus (ZBDongle-P): zstack
Sonoff Zigbee 3.0 USB Plus-E (ZBDongle-E): ember
CC2652P/CC2652R sticks: zstack
ConBee II / RaspBee: deconz
HUSBZB-1: ember
Elelabs: ember
```

Done! Now you can start Zigbee2MQTT.
Loading