Tuya valwe
https://smarthomescene.com/reviews/tuya-zigbee-water-gas-valve-controller-zn231392-review/
(Sizb-06p7).
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}]}'
https://smart-home-assistant.de/cc2531-flashen-fur-zigbee2mqtt/
https://community.home-assistant.io/t/getting-aqara-door-sensor-to-work-with-zigbee2mqtt/104062/2
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