Hello,
the tomato device tracker integration is not working for me for couple of months now.
Issue 84315 has been opened on 20/12/2022 after the previous Issue 17269 has been closed on 21/3/2019 (without anybody looking into it).
Multiple users are experienced this issue.
I tried to change/reset my router configuration and tried anything I could think of in Home Assistant but I can’t make it working.
If I won’t have this resolved I can’t use HA as I need geofencing for heating and I couldn’t restrict Location to Zone Only, simply didn’t find the relevant settings in the Companion App (as per Privacy Aware Location Tracking in Companion App).
Could anybody please advise what can I do to make someone pick up Issue 84315 to have this issue fixed?
Or if anyone could look at the log and tell me what may be broken?
Logger: homeassistant.components.tomato.device_tracker
Source: components/tomato/device_tracker.py:106
Integration: tomato (documentation, issues)
First occurred: 12:38:31 PM (162 occurrences)
Last logged: 12:49:46 PM
Connection to the router timed out
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 449, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 444, in _make_request
httplib_response = conn.getresponse()
File "/usr/local/lib/python3.10/http/client.py", line 1374, in getresponse
response.begin()
File "/usr/local/lib/python3.10/http/client.py", line 318, in begin
version, status, reason = self._read_status()
File "/usr/local/lib/python3.10/http/client.py", line 279, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/local/lib/python3.10/socket.py", line 705, in readinto
return self._sock.recv_into(b)
TimeoutError: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 489, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.10/site-packages/urllib3/util/retry.py", line 550, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise
raise value
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 451, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout
raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='XXXXXXXXX', port=80): Read timed out. (read timeout=3)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/tomato/device_tracker.py", line 106, in _update_tomato_info
response = requests.Session().send(self.req, timeout=3)
File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 578, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='XXXXXXXXX', port=80): Read timed out. (read timeout=3)
This integration was working for me for several years and to my knowledge nothing was changed on my side when it stopped working.
Any advice is appreciated.