Asus device tracker not working

Hi!
I’m having trouble getting the asuswrt device_tracker up and running. I can see the up/download-speed in the overview but no tracked devices.

This is what the log says:
Updating device list from asuswrt took longer than the scheduled scan interval 0:00:12

My config:
asuswrt:
host: 192.168.1.1
username: !secret asuswrt_usr
password: !secret asuswrt_pw
port: 23
device_tracker:
- platform: asuswrt
interval_seconds: 15
consider_home: 180
new_device_defaults:
track_new_devices: true

^ Correctly formatted in config, can’t format properly here…

I don’t remember for sure, but think they only show as the icons up top when using default view. You should see them in <> entities and also history.

I finally got it to work, I think some old stuff in known_devices was causing it.

I use the same settings as above but with 20s interval.
It doesn’t obey that command though, I get this in the log every 12s:

WARNING (MainThread) [homeassistant.components.device_tracker] Updating device list from asuswrt took longer than the scheduled scan interval 0:00:12

asuswrt:
  host: 192.168.1.1
  username: !secret asuswrt_usr
  password: !secret asuswrt_pw
  port: 23
device_tracker:
  - platform: asuswrt
    interval_seconds: 20
    consider_home: 180
    new_device_defaults:
      track_new_devices: true

Why do you think that? Did it work after clearing your known_devices.yaml?

Yes, it might have been some malformed config too but it checked out in the config check.
It’s working now, but the tracker settings aren’t. Any ideas?

Any ideas?