This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir backupZigbee | |
cd backupZigbee | |
virtualenv -p 3 venv | |
source venv/bin/activate | |
pip3 install zigpy-znp | |
usb-devices | |
lsusb | |
ls -lah /dev/tty* | |
service zigbee2mqtt stop | |
python3 -m zigpy_znp.tools.network_backup /dev/ttyACM0 -o network_backup.json -v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Report offline zigbee/zwave/battery/smart plug devices with device exclusion | |
description: Works with Smart Plugs, ZWave, Zigbee etc (Works with ZHA & Z2M). Now supports excluding entire devices. | |
#By Tahutipai 2024-02-21, updated to include device exclusion | |
#Originally Based on the work of Sybx @ https://community.home-assistant.io/t/low-battery-level-detection-notification-for-all-battery-sensors/258664 | |
#Note: This has been upgraded to report only the Device that is offline, not multiple individual sensors within one Device | |
domain: automation | |
input: | |
time: | |
name: Time to test on |
OlderNewer