I want to upgrade, but the HA Config Checker scares me

I’m currently running hass.io v 0.102.2 in a Docker Container on Ubuntu 18.04.2 and would like to stay current and upgrade to 0.103.4 so I ran the config checker and the output isn’t what I expected.
I know in the new version domains have been re-arranged, but the output doesn’t really tell me what I have to do to prep for the upgrade. Here is a snippet of the output:

       sensor.office_motion_sensor_sourcenodeid: [source /tmp/config/zwave_device_config.yaml:1]
            ignored: True
            polling_intensity: 0
        network_key: [my network key removed]
        usb_path: /dev/ttyACM0

Successful config (partial)
  automation:
    - action: ?
        - entity_id: ?
            - light.office_dimmer
          service: homeassistant.turn_on
      alias: Office lights on when there is movement
      hide_entity: False
      id: 1558482350620
      trigger: ?
        - platform: state
          entity_id: ?
            - sensor.office_motion_sensor_motion
          to: 8
    - action: ?
        - entity_id: ?
            - light.office_dimmer
            - fan.office
          service: homeassistant.turn_off
      alias: Office lights off when there is no movement
      hide_entity: False
      id: 1558482982315
      trigger: ?
        - platform: state
          entity_id: ?
            - sensor.office_motion_sensor_motion
          for: 0:30:00
          to: 0
    - action: ?
        - entity_id: ?
            - switch.laundry_room_light
          service: homeassistant.turn_on
      alias: Laundry Light On when there is movement
      hide_entity: False

Do I need to worry, or will the new version fix all this for me?
Do I need to enter something for each question-mark?
What else am I missing?

What is the error message?

Normally, it comes back with the success message, saying:
Configuration check finished - no error found! :slight_smile:
This is the first time I’ve seen it return parts of my YAML config.
Also, the first part where it states:

sensor.office_motion_sensor_sourcenodeid: [source /tmp/config/zwave_device_config.yaml:1]
            ignored: True

Ignored True? is that something to be concerned with?
I’ve got too many hours invested to bork it all now and have to start over.
(yes, I’ve got a full Snapshot) :slight_smile:

Why don’t you post the full output to the likes of Ubuntu paste? There’s no way that we can advise you from a snippet, other than yes, clearly there’s a problem.

I’ve never heard of Ubuntu paste. I’m willing to do it, I just don’t know how to get what you are seeking. Any tips on how I can learn this?

Yes, but this time it hasn’t, so we need the error message where it is telling you what is wrong.

  1. Open the log in your favourite text editor, or a browser window
  2. Copy the contents to the clipboard
  3. Paste into that site
  4. Save
  5. Copy the URL you’re given
  6. Post it here
  7. Profit

Took some holiday time to be with the family.
Here are the two logs, one from the Check Home Assistant Configuration Utility, and the other is the System Log.

CHAC Utility:

starting version 3.2.8
[12:48:48] INFO: Don't worry, this temporary installation is not overwriting your current one.
[12:48:48] INFO: Installing Home Assistant: latest...
[12:48:48] INFO: Please be patient, this might take a few minutes...
WARNING: You are using pip version 19.2.2, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[12:49:39] INFO: Installed Home Assistant 0.103.4
[12:49:39] INFO: Making a copy of your configuration for checking...
[12:49:39] INFO: Checking your configuration against this version...


     device_config_domain: ?
        device_config_glob: ?
        network_key: [my network_key]
        polling_interval: 60000
        usb_path: /dev/ttyACM0

Successful config (partial)
  automation:
    - action: ?
        - entity_id: ?
            - light.office_dimmer
          service: homeassistant.turn_on
      alias: Office lights on when there is movement
      hide_entity: False
      id: 1558482350620
      trigger: ?
        - platform: state
          entity_id: ?
            - sensor.office_motion_sensor_motion
          to: 8
    - action: ?
        - entity_id: ?
            - light.office_dimmer
            - fan.office
          service: homeassistant.turn_off
      alias: Office lights off when there is no movement
      hide_entity: False
      id: 1558482982315
      trigger: ?
        - platform: state
          entity_id: ?
            - sensor.office_motion_sensor_motion
          for: 0:30:00
          to: 0
    - action: ?
        - entity_id: ?
            - switch.laundry_room_light
          service: homeassistant.turn_on
      alias: Laundry Light On when there is movement
      hide_entity: False
      id: 1559860109923
      trigger: ?
        - platform: state
          entity_id: ?
            - sensor.laundry_room_motion
          to: 8
    - action: ?
        - entity_id: ?
            - switch.laundry_room_light
          service: homeassistant.turn_off
      alias: Laundry light off when there is no movement
      hide_entity: False
      id: 1559860536421
      trigger: ?
        - platform: state
          entity_id: ?
            - sensor.laundry_room_motion
          to: 0
    - action: ?
        - entity_id: ?
            - switch.outside_frontdoor
            - switch.outside_garage
            - switch.outlet_by_sofa
          service: homeassistant.turn_off
      alias: Outside Lights Off at Sunrise
      hide_entity: False
      id: 1562015458570
      trigger: ?
        - platform: sun
          event: sunrise
          offset: 0:00:00
    - action: ?
        - entity_id: ?
            - switch.outside_frontdoor
            - switch.outside_garage
            - switch.outlet_by_sofa
          service: homeassistant.turn_on
      alias: Outside Lights On at Sundown
      hide_entity: False
      id: 1562016114407
      trigger: ?
        - platform: sun
          event: sunset
          offset: 0:00:00
    - action: ?
        - entity_id: ?
            - lock.schlage_allegion_be469zp_connect_smart_deadbolt_locked
          service: lock.unlock
      alias: Unlock Front Door when Dave Gets Home
      condition: ?
      description: 
      hide_entity: False
      id: 1574881434182
      trigger: ?
        - platform: state
          entity_id: ?
            - device_tracker.dave_s_note_8
          for: 0:00:10
          from: Away
          to: Home
     device_config_domain: ?
        device_config_glob: ?
        network_key: [my network key]
        polling_interval: 60000
        usb_path: /dev/ttyACM0

Successful config (partial)
  automation:
    - action: ?
        - entity_id: ?
            - light.office_dimmer
          service: homeassistant.turn_on
      alias: Office lights on when there is movement
      hide_entity: False
      id: 1558482350620
      trigger: ?
        - platform: state
          entity_id: ?
            - sensor.office_motion_sensor_motion
          to: 8
    - action: ?
        - entity_id: ?
            - light.office_dimmer
            - fan.office
          service: homeassistant.turn_off
      alias: Office lights off when there is no movement
      hide_entity: False
      id: 1558482982315
      trigger: ?
        - platform: state
          entity_id: ?
            - sensor.office_motion_sensor_motion
          for: 0:30:00
          to: 0
    - action: ?
        - entity_id: ?
            - switch.laundry_room_light
          service: homeassistant.turn_on
      alias: Laundry Light On when there is movement
      hide_entity: False
      id: 1559860109923
      trigger: ?
        - platform: state
          entity_id: ?
            - sensor.laundry_room_motion
          to: 8
    - action: ?
        - entity_id: ?
            - switch.laundry_room_light
          service: homeassistant.turn_off
      alias: Laundry light off when there is no movement
      hide_entity: False
      id: 1559860536421
      trigger: ?
        - platform: state
          entity_id: ?
            - sensor.laundry_room_motion
          to: 0
    - action: ?
        - entity_id: ?
            - switch.outside_frontdoor
            - switch.outside_garage
            - switch.outlet_by_sofa
          service: homeassistant.turn_off
      alias: Outside Lights Off at Sunrise
      hide_entity: False
      id: 1562015458570
      trigger: ?
        - platform: sun
          event: sunrise
          offset: 0:00:00
    - action: ?
        - entity_id: ?
            - switch.outside_frontdoor
            - switch.outside_garage
            - switch.outlet_by_sofa
          service: homeassistant.turn_on
      alias: Outside Lights On at Sundown
      hide_entity: False
      id: 1562016114407
      trigger: ?
        - platform: sun
          event: sunset
          offset: 0:00:00
    - action: ?
        - entity_id: ?
            - lock.schlage_allegion_be469zp_connect_smart_deadbolt_locked
          service: lock.unlock
      alias: Unlock Front Door when Dave Gets Home
      condition: ?
      description: 
      hide_entity: False
      id: 1574881434182
      trigger: ?
        - platform: state
          entity_id: ?
            - device_tracker.dave_s_note_8
          for: 0:00:10
          from: Away
          to: Home

Here’s the System Log:

19-12-26 20:46:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
19-12-26 20:46:08 INFO (MainThread) [hassio.host.services] Update service information
19-12-26 20:46:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
19-12-26 20:46:08 INFO (MainThread) [hassio.host.network] Update local network DNS information
19-12-26 20:46:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
19-12-26 21:12:48 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-12-26 22:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
19-12-26 22:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
19-12-26 22:12:48 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
19-12-26 22:52:48 INFO (MainThread) [hassio.host.info] Update local host information
19-12-26 22:52:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
19-12-26 22:52:48 INFO (MainThread) [hassio.host.services] Update service information
19-12-26 22:52:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
19-12-26 22:52:48 INFO (MainThread) [hassio.host.network] Update local network DNS information
19-12-26 22:52:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
19-12-26 23:12:48 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-12-27 00:59:28 INFO (MainThread) [hassio.host.info] Update local host information
19-12-27 00:59:28 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
19-12-27 00:59:28 INFO (MainThread) [hassio.host.services] Update service information
19-12-27 00:59:28 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
19-12-27 00:59:28 INFO (MainThread) [hassio.host.network] Update local network DNS information
19-12-27 00:59:28 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
19-12-27 01:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
19-12-27 01:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
19-12-27 01:12:48 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-12-27 01:12:48 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
19-12-27 03:06:08 INFO (MainThread) [hassio.host.info] Update local host information
19-12-27 03:06:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
19-12-27 03:06:08 INFO (MainThread) [hassio.host.services] Update service information
19-12-27 03:06:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
19-12-27 03:06:08 INFO (MainThread) [hassio.host.network] Update local network DNS information
19-12-27 03:06:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
19-12-27 03:12:48 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-12-27 04:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
19-12-27 04:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
19-12-27 04:12:48 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
19-12-27 05:12:48 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-12-27 05:12:48 INFO (MainThread) [hassio.host.info] Update local host information
19-12-27 05:12:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
19-12-27 05:12:48 INFO (MainThread) [hassio.host.services] Update service information
19-12-27 05:12:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
19-12-27 05:12:48 INFO (MainThread) [hassio.host.network] Update local network DNS information
19-12-27 05:12:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
19-12-27 07:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
19-12-27 07:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
19-12-27 07:12:48 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-12-27 07:12:48 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
19-12-27 07:19:28 INFO (MainThread) [hassio.host.info] Update local host information
19-12-27 07:19:28 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
19-12-27 07:19:28 INFO (MainThread) [hassio.host.services] Update service information
19-12-27 07:19:28 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
19-12-27 07:19:28 INFO (MainThread) [hassio.host.network] Update local network DNS information
19-12-27 07:19:28 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
19-12-27 09:12:48 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-12-27 09:26:08 INFO (MainThread) [hassio.host.info] Update local host information
19-12-27 09:26:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
19-12-27 09:26:08 INFO (MainThread) [hassio.host.services] Update service information
19-12-27 09:26:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
19-12-27 09:26:08 INFO (MainThread) [hassio.host.network] Update local network DNS information
19-12-27 09:26:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
19-12-27 10:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
19-12-27 10:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
19-12-27 10:12:48 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
19-12-27 11:12:48 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-12-27 11:32:48 INFO (MainThread) [hassio.host.info] Update local host information
19-12-27 11:32:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
19-12-27 11:32:48 INFO (MainThread) [hassio.host.services] Update service information
19-12-27 11:32:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
19-12-27 11:32:48 INFO (MainThread) [hassio.host.network] Update local network DNS information
19-12-27 11:32:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
19-12-27 13:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
19-12-27 13:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
19-12-27 13:12:48 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-12-27 13:12:48 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
19-12-27 13:39:28 INFO (MainThread) [hassio.host.info] Update local host information
19-12-27 13:39:28 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
19-12-27 13:39:28 INFO (MainThread) [hassio.host.services] Update service information
19-12-27 13:39:28 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
19-12-27 13:39:28 INFO (MainThread) [hassio.host.network] Update local network DNS information
19-12-27 13:39:28 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
19-12-27 15:12:47 INFO (MainThread) [hassio.snapshots] Found 11 snapshot files
19-12-27 15:12:48 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-12-27 15:46:08 INFO (MainThread) [hassio.host.info] Update local host information
19-12-27 15:46:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
19-12-27 15:46:08 INFO (MainThread) [hassio.host.services] Update service information
19-12-27 15:46:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
19-12-27 15:46:08 INFO (MainThread) [hassio.host.network] Update local network DNS information
19-12-27 15:46:08 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
19-12-27 16:12:47 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
19-12-27 16:12:48 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
19-12-27 16:12:48 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
19-12-27 17:12:48 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-12-27 17:52:48 INFO (MainThread) [hassio.host.info] Update local host information
19-12-27 17:52:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
19-12-27 17:52:48 INFO (MainThread) [hassio.host.services] Update service information
19-12-27 17:52:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
19-12-27 17:52:48 INFO (MainThread) [hassio.host.network] Update local network DNS information
19-12-27 17:52:48 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
19-12-27 18:48:45 INFO (SyncWorker_20) [hassio.docker.interface] Clean addon_core_check_config application
19-12-27 18:48:48 INFO (SyncWorker_20) [hassio.docker.addon] Start Docker add-on homeassistant/amd64-addon-check_config

CHAC Utility Log:
https://paste.ubuntu.com/p/kKcrFS2Xcq/

System Log:
https://paste.ubuntu.com/p/vg88nzJGGY/

Interesting, and frustrating, that the checker doesn’t seem to be giving you the output - or the problem is that there are too many errors and it truncated it.

Indeed.

OP, you should report this as a bug, seems that your error message is so long that it’s only showing the end of it, which is no use as it is the start of it that we need.