Skip to content

Commit

Permalink
Add note about coordinator backups. Koenkk/zigbee2mqtt#15408
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 7, 2022
1 parent abfcaee commit 38289a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/guide/adapters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,9 @@ Before buying an adapter, please read the notes below!
- Chips starting with `CC1352` support the sub-1 GHz frequency (which is not relevant for Zigbee since it uses 2.4 GHz), `CC2652` only supports 2.4 GHz. So for Zigbee2MQTT purposes there is no difference between `CC1352` and `CC2652`.
- Chips ending with `RB` don't require a crystal on the PCB, this only makes a difference for the manufacturing process.

### Coordinator backups
Note that only adapters based on a Texas Instruments chip (CC2530/CC2531/CC2538/CC2652/CC1352) support a coordinator backup (`coordinator_backup.json`).

### Flashing CC1352/CC2652/CC2538 based adapters
Adapters based on CC1352 or CC2652 chips can be flashed by putting them in the bootloader. See your adapter manual on how to do this. After you have done this one of the following tools can be used to flash it.
- [ZigStar GW Multi tool](https://github.com/xyzroe/ZigStarGW-MT) (multi platform GUI tool)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/usage/mqtt_topics_and_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ See [User extensions](../../advanced/more/user_extensions.md).

#### zigbee2mqtt/bridge/request/backup

Creates a backup of the `data` folder (without the `data/log` directory). Payload has to be empty, example response: `{"data":{"zip":"WklHQkVFMk1RVFQuUk9DS1M="},"status":"ok"}`. The `zip` property represents a zip file encoded via Base64.
Creates a backup of the `data` folder (without the `data/log` directory). Payload has to be empty, example response: `{"data":{"zip":"WklHQkVFMk1RVFQuUk9DS1M="},"status":"ok"}`. The `zip` property represents a zip file encoded via Base64. Note that only adapters based on a Texas Instruments chip (CC2530/CC2531/CC2538/CC2652/CC1352) support a coordinator backup (`coordinator_backup.json`).

#### zigbee2mqtt/bridge/request/install_code/add

Expand Down

0 comments on commit 38289a4

Please sign in to comment.