Tuya valwe https://smarthomescene.com/reviews/tuya-zigbee-water-gas-valve-controller-zn231392-review/ ====== Zigbee adapter ====== (Sizb-06p7). ====== Zigbee repeater ====== https://community.home-assistant.io/t/advice-on-zigbee-range-extending/175882/6 ====== Ser2net ====== https://www.zigbee2mqtt.io/advanced/remote-adapter/connect_to_a_remote_adapter.html#_2-b-configure-ser2net-4-0 ====== LAN option ====== https://github.com/Gio-dot/Z-Bee-Duo#how-to-flash ====== Docker zigbee2mqtt ====== https://www.zigbee2mqtt.io/guide/installation/02_docker.html#tags ====== Headline ====== [[https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html|Running Zigbee2MQTT]] mosquitto_pub -h localhost -t 'zigbee2mqtt/0x84fd27fffe8c3f11/set/schedule' -m '{"workdays": [{"hour": 6,"minute": 0,"temperature": 20},{"hour": 8,"minute": 0,"temperature": 21},{"hour": 12,"minute": 00,"temperature": 21},{"hour": 15,"minute": 00,"temperature": 21},{"hour": 17,"minute": 00,"temperature": 21},{"hour": 21,"minute": 00,"temperature": 19}]}' mosquitto_pub -h localhost -t 'zigbee2mqtt/0x84fd27fffe8c3f11/set/schedule' -m '{"holidays": [{"hour": 6,"minute": 0,"temperature": 20},{"hour": 8,"minute": 0,"temperature": 21},{"hour": 12,"minute": 00,"temperature": 21},{"hour": 15,"minute": 00,"temperature": 21},{"hour": 17,"minute": 00,"temperature": 21},{"hour": 21,"minute": 00,"temperature": 19}]}' ====== Headline ====== https://smart-home-assistant.de/cc2531-flashen-fur-zigbee2mqtt/ https://youtu.be/-YeObwEZqL4 https://community.home-assistant.io/t/getting-aqara-door-sensor-to-work-with-zigbee2mqtt/104062/2 https://zigbee.blakadder.com/ptvo.router.html ====== rejoin ====== https://github.com/Koenkk/zigbee2mqtt/issues/1317 ====== router cc2530 ====== https://ptvo.info/cc2530-based-zigbee-coordinator-and-router-112/ ====== update and backup ====== To update Zigbee2MQTT to the latest version, execute: # Stop Zigbee2MQTT and go to directory sudo systemctl stop zigbee2mqtt cd /opt/zigbee2mqtt # Backup configuration cp -R data data-backup # Update git checkout HEAD -- npm-shrinkwrap.json git pull sudo npm ci # Restore configuration cp -R data-backup/* data rm -rf data-backup # Start Zigbee2MQTT sudo systemctl start zigbee2mqtt ====== lumi.magnet.acn001 ====== https://github.com/Koenkk/zigbee2mqtt/issues/9297