Device tracker not working. Both of our iPhones show up as UNK (unkown) on badges

Device tracker not working. Both of our iPhones show up as UNK (unknown) on badges.

Notifications is displaying Invalid config

The following integrations and platforms could not be set up:

[asuswrt] (https://www.home-assistant.io/integrations/asuswrt)
asuswrt.device_tracker

Please check your config.

My configuration.yaml

asuswrt:
  host: 192.168.1.1
  username: admin
  password: !secret asus_password

device_tracker:
  - platform: asuswrt
    interval_seconds: 15
    consider_home: 90
    new_device_defaults:
      track_new_devices: false
      hide_if_away: false

notify:
  - name: notify
    platform: group
    services:
      #- service: ios_keith
      #- service: ios_jorgie 
      - service: mobile_app_keith
      - service: mobile_app_jorgie

I have also followed this procedure with no success.

Beta testing: cleaning between builds · Home Assistant Companion Docs

Users who have been taking part in the beta testing of 2.0 have likely been through many builds and picked up several sensors which are now redundant. The following steps will allow you to carry out a scorched earth removal of previous builds from…

I think this is not valid anymore

device_tracker:
  - platform: asuswrt
    interval_seconds: 15
    consider_home: 90
    new_device_defaults:
      track_new_devices: false
      hide_if_away: false

Remove it, restart HA and check again.

Thanks so much!
That fixed the device tracker from showing up as invalid config but I’m still getting asuswrt.

I still am not getting any ios push notifications.
Here is one of my log file errors.

Error while executing automation automation.notify_mobile_app. 
Service not found for call_service at pos 1: 
Unable to find service notify/mobile_app_keith 
5:39 PM helpers/script.py (ERROR) - message first occurred at 5:15 PM and shows up 3 times

Did you setup the moble app on both devices?

Do you have in configuration.yaml either this:
default_config:
or this:
mobile_app:

I’m up and running finally…
Because I had to start from scratch I forgot I had set my router SSH port to 4000.
By default asuswrt SSH is port 22. Last night, I was able to get the new phone app to connect to HA.
I haven’t tested everything but I believe HA is working.
Thanks again for all of your help. :smiley:

Glad that you got it to work :slight_smile:

You mostly did it yourself :wink: