You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zigbee2MQTT 2.1.3-dev (after [PR #26742](https://github.com/Koenkk/zigbee2mqtt/pull/26742)) and later versions should allow the use of the `zoh` adapter.
79
79
Make sure you followed the above steps to get the proper firmware, then configure your `configuration.yaml`, including:
@@ -98,12 +98,13 @@ serial:
98
98
> [!TIP]
99
99
> The EUI64 (IEEE address) in the firmware of the coordinator is ignored in this mode. A static one is used instead (set by Zigbee2MQTT), allowing you to change coordinators at will on the same network (although you may encounter device-related troubles when radio specs vary wildly).
> If having issues with building, try removing the `*.tsbuildinfo` incremental compilation files (or run `npm run clean` first).
121
122
122
-
##### Minimal adapter
123
+
#### Minimal adapter
123
124
124
125
> This is intended for developers to quickly test specific features, like joining. Currently, the CLI is output-only.
125
126
@@ -129,9 +130,9 @@ Configure parameters in `dist/dev/conf.json` then start CLI (next start will use
129
130
npm run dev:cli
130
131
```
131
132
132
-
##### Utils
133
+
#### Utils
133
134
134
-
###### Create a 'zoh.save' from the content of a Zigbee2MQTT data folder
135
+
##### Create a 'zoh.save' from the content of a Zigbee2MQTT data folder
135
136
136
137
```bash
137
138
npm run dev:z2z ./path/to/data/
@@ -140,8 +141,40 @@ npm run dev:z2z ./path/to/data/
140
141
> [!TIP]
141
142
> This allows you to quickly take over a network created with `zstack` or `ember`. You then just need to change the `configuration.yaml` to `adapter: zoh` and `baudrate: 460800` (and `port` as appropriate).
142
143
143
-
###### Print and save the content of the 'zoh.save' in the given directory in human-readable format (as JSON, in same directory)
144
+
##### Print and save the content of the 'zoh.save' in the given directory in human-readable format (as JSON, in same directory)
0 commit comments