Watchdog restart home assistant

Hi,

My home assistant is restarted by watchdog and not found what the problem:

18-12-27 06:29:25 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-27 06:34:55 ERROR (MainThread) [hassio.homeassistant] Error on call http://172.30.32.1:8123/api/:
18-12-27 06:34:55 WARNING (MainThread) [hassio.tasks] Watchdog miss API response from Home Assistant
18-12-27 06:39:55 ERROR (MainThread) [hassio.homeassistant] Error on call http://172.30.32.1:8123/api/:
18-12-27 06:39:55 ERROR (MainThread) [hassio.tasks] Watchdog found a problem with Home Assistant API!

My version is 0.84.6, but on version 0.83.3, i’ve same problem.

I’ve add subnet on configuration.yaml but not resolve:

http:
  api_password: !secret http_password
  ip_ban_enabled: true
  base_url: !secret ha_url
  login_attempts_threshold: 3
  trusted_networks:
    - 127.0.0.1
    - 172.16.1.0/24
    - 10.10.10.0/24
    - 172.30.32.0/24
    - 172.30.33.0/24

I’ve search but not found as resolve this problem. You’ve an idea?
Normally always 8hrs before restart

Thank you for help.

Hi,

You’ve an idea how resolve this?

Thank you.