HomeAssistant restarts every day

Hi,

I can’t find why my HA is restarting every day at 7:35.
Before restarting, log file shows the Z-wave is also stopping and saves its configuration.
There’s no other clue of why it’s restarting.

Regards.

sounds like you mad an automation that does this. Can you post all your automations?

to diagnose this problem I added a notification. Apart from that there is nothing that can do this behavior.

  • id: startup_notif
    alias: Startup Notification
    trigger:
    • platform: homeassistant
      event: start
      action:
      service: persistent_notification.create
      data:
      title: Warning
      message: ‘Hass restarted at {{now().strftime("%H:%M:%S %d/%m/%Y")}}’

The only thing that can cause this restart is an OS restart schedule, OS restart service schedule, or an automation in home assistant.

I found that my problem is same as this topic: