From 38289a4eba14599211a22d5d8a6b8c215512c93e Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Wed, 7 Dec 2022 19:52:24 +0100 Subject: [PATCH] Add note about coordinator backups. https://github.com/Koenkk/zigbee2mqtt/issues/15408 --- docs/guide/adapters/README.md | 3 +++ docs/guide/usage/mqtt_topics_and_messages.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/guide/adapters/README.md b/docs/guide/adapters/README.md index 6bacafe7ec372..62f2d971c6977 100755 --- a/docs/guide/adapters/README.md +++ b/docs/guide/adapters/README.md @@ -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) diff --git a/docs/guide/usage/mqtt_topics_and_messages.md b/docs/guide/usage/mqtt_topics_and_messages.md index ec7583859ede3..8c781410927a3 100755 --- a/docs/guide/usage/mqtt_topics_and_messages.md +++ b/docs/guide/usage/mqtt_topics_and_messages.md @@ -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