Device tracker : netgear r8000

Hi,

I’m very new to hassio. Right now I’m trying to add all my devices at home but can’t get my router netgear x6 r8000 work with device tracker.

device_tracker:
platform: netgear
host: 192.168.1.1
username: admin
password: xxxxxxx

i was trying with port 80 and 5000 no luck.

log:
2017-11-18 10:39:12 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2017-11-18 10:39:21 WARNING (MainThread) [homeassistant.setup] Setup of tts is taking over 10 seconds.
2017-11-18 10:39:32 WARNING (SyncWorker_12) [netdisco.ssdp] Error fetching description at http://192.168.1.1:8200/rootDesc.xml

Is any one have similar router?

Yes I have a Netgear R8000 running Firmware V1.0.4.12 as my primary router (gateway). I also have a Netgear R6400v2 as an access point in my office on the 3rd floor. I have HASSIO running connected to my R8000 through a switch. I’ve been playing with this for about 2 weeks now and making great progress except. I’m using Owntracks and that seems to be OK when the phones are out and about but not so good when they are home. My logfile shows errors when trying to connect to my netgear router.

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
    six.raise_from(e, None)
  File "<string>", line 2, in raise_from
  File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 383, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/lib/python3.6/http/client.py", line 1331, in getresponse
    response.begin()
  File "/usr/lib/python3.6/http/client.py", line 297, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python3.6/http/client.py", line 258, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/lib/python3.6/socket.py", line 586, in readinto
    return self._sock.recv_into(b)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 440, in send
    timeout=timeout
  File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
    _stacktrace=sys.exc_info()[2])
  File "/usr/lib/python3.6/site-packages/urllib3/util/retry.py", line 357, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/usr/lib/python3.6/site-packages/urllib3/packages/six.py", line 686, in reraise
    raise value
  File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
    chunked=chunked)
  File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 389, in _make_request
    self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 309, in _raise_timeout
    raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value)
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='192.168.8.1', port=5000): Read timed out. (read timeout=10)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/pynetgear/__init__.py", line 113, in _make_request
    self.soap_url, headers=headers, data=message, timeout=10)
  File "/usr/lib/python3.6/site-packages/requests/api.py", line 112, in post
    return request('post', url, data=data, json=json, **kwargs)
  File "/usr/lib/python3.6/site-packages/requests/api.py", line 58, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 508, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 618, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 521, in send
    raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='192.168.8.1', port=5000): Read timed out. (read timeout=10)
2018-02-06 17:30:59 WARNING (SyncWorker_0) [homeassistant.components.device_tracker.netgear] Error scanning devices

My mosquitto broker is working well for my internal devices and I have the bridge finally working to owntracks. This netgear thing is driving me nuts. From what I’ve been able to research is that it’s a problem with the HASSIO system. I’m running version 0.62.1