I am very very new.
That being said I was able to get through device_tracking by setting up with the linksys_smart platform I have an WRT AC1900 v2.
but the only 2 devices I am trying to track, aren’t populating. If I check known_devices.yaml EVERY other device on my network is available other then my the two phones I am trying to track, that being said the known_devices file is also filling up with duplicates of the devices I don’t care about tracking…
here is a bit of my log…
> 2017-07-13 02:39:50 ERROR (Thread-6) [homeassistant.util.yaml] duplicate key: "home"
> in "/home/homeassistant/.homeassistant/known_devices.yaml", line 56, column 0
> in "/home/homeassistant/.homeassistant/known_devices.yaml", line 83, column 0
> 2017-07-13 02:39:50 ERROR (MainThread) [homeassistant.components.device_tracker] Unable to load /home/homeassistant/.homeassistant/known_devices.yaml: duplicate key: "home"
> in "/home/homeassistant/.homeassistant/known_devices.yaml", line 56, column 0
> in "/home/homeassistant/.homeassistant/known_devices.yaml", line 83, column 0
> 2017-07-13 02:39:51 ERROR (Thread-6) [homeassistant.components.device_tracker.linksys_smart] Router returned unexpected response
> Traceback (most recent call last):
> File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/linksys_smart.py", line 86, in _update_info
> name = device["friendlyName"]
> KeyError: 'friendlyName'
> 2017-07-13 02:40:01 ERROR (Thread-9) [homeassistant.components.device_tracker.linksys_smart] Router returned unexpected response
> Traceback (most recent call last):
> File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/linksys_smart.py", line 86, in _update_info
> name = device["friendlyName"]
> KeyError: 'friendlyName'
> 2017-07-13 02:40:12 ERROR (Thread-4) [homeassistant.components.device_tracker.linksys_smart] Router returned unexpected response
> Traceback (most recent call last):
> File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/linksys_smart.py", line 86, in _update_info
> name = device["friendlyName"]
> KeyError: 'friendlyName'
> 2017-07-13 02:40:21 WARNING (Thread-5) [netdisco.ssdp] Error fetching description at 192.168.8.31
> 2017-07-13 02:40:22 ERROR (Thread-1) [homeassistant.components.device_tracker.linksys_smart] Router returned unexpected response
> Traceback (most recent call last):
> File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/linksys_smart.py", line 86, in _update_info
> name = device["friendlyName"]
> KeyError: 'friendlyName'
> 2017-07-13 02:40:32 ERROR (Thread-5) [homeassistant.components.device_tracker.linksys_smart] Router returned unexpected response
> Traceback (most recent call last):
> File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/linksys_smart.py", line 86, in _update_info
> name = device["friendlyName"]
> KeyError: 'friendlyName'
> 2017-07-13 02:40:37 WARNING (MainThread) [homeassistant.components.remote] Setup of platform harmony is taking over 10 seconds.
> 2017-07-13 02:40:43 ERROR (Thread-6) [homeassistant.components.device_tracker.linksys_smart] Router returned unexpected response
> Traceback (most recent call last):
> File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/linksys_smart.py", line 86, in _update_info
> name = device["friendlyName"]
Here is what is in my configuration.yaml:
device_tracker:
- platform: linksys_smart
host: 192.168.*.**
interval_seconds: 10
consider_home: 180
and the contents of known_devices.yaml:
bedroom:
hide_if_away: true
icon:
mac: 08:9E:08:52:A8:D1
name: Bedroom TV
picture:
track: false
vendor: Google, Inc.
turtle_:
hide_if_away: true
icon:
mac: 00:17:88:2F:8C:66
name: 'Turtle ’
picture:
track: false
vendor: Philips Lighting BV
harmony:
hide_if_away: true
icon:
mac: 00:04:20:FC:6C:91
name: Harmony
picture:
track: false
vendor: Slim Devices, Inc.
route66:
hide_if_away: true
icon:
mac: 14:91:82:B7:F0:30
name: Route66
picture:
track: false
vendor: Belkin International Inc.
printer:
hide_if_away: true
icon:
mac: 68:B5:99:37:31:74
name: Printer
picture:
track: false
vendor: Hewlett Packard
coffee_pot:
hide_if_away: true
icon:
mac: 60:38:E0:EB:0B:D9
name: Coffee Pot
picture:
track: false
vendor: Belkin International Inc.
home:
hide_if_away: true
icon:
mac: 54:60:09:8F:36:EC
name: Home
picture:
Thank you.