Sonoff zigbee wifi bridge not stable. needs daily restart

i followed this instruction to flash the zigbee bridge to have Tasmota fw. then in HA, i add it via ZHA integration. it works fine with my samsung button for maybe 5 days and the button becomes unavailable. i yank the power cord out of the zigbee bridge and plug it back in and the button is available again. im 90% sure it is not wifi channel collision because i have adjusted the channels on the wifi router already.
now, is there a way to have the bridge auto reboot itself…something like a cron job.
i could have a smart power plug do the job but i feel Tasmota might have cron job or something to do that.

@tung256 - check out this tutorial: Reboot Tasmota Devices from Home Assistant!! - YouTube

  1. Create a script (directly in yaml, or via HASS GUI: Configuration–>Scripts)
    Mine looks like this:
reboot_tasmota_device_sonoff_zigbee_bridge:
  alias: Reboot Tasmota device - Sonoff Zigbee Bridge
  sequence:
  - service: mqtt.publish
    data:
      topic: "cmnd/tasmota_ZB_bridge/restart"
      payload: "1"
  mode: single
  1. Create an Automation which periodically runs this script every night.
1 Like

thank you!
wish i had seen this earlier. i sold all my zigbee devices already though.