niXta1
(Ni Xta)
December 22, 2018, 5:42pm
1
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…
mcfarlde
(Derek)
December 23, 2018, 5:07am
2
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.
niXta1
(Ni Xta)
December 27, 2018, 5:12pm
3
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
Bob_NL
(Bob Visser)
December 27, 2018, 5:35pm
4
Why do you think that? Did it work after clearing your known_devices.yaml
?
niXta1
(Ni Xta)
December 27, 2018, 6:27pm
5
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?