hi guys,
i was supplied a new router by my isp and i noticed its supported by home assistant. yet when i add
- platform: thomson
host: 192.168.1.254
username: xxxxxx
password: xxxxxx
i get this error message
2018-04-30 22:17:42 ERROR (SyncWorker_12) [homeassistant.components.device_tracker.thomson] Connection refused by router. Telnet enabled?
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/thomson.py", line 94, in get_thomson_data
telnet = telnetlib.Telnet(self.host)
File "/usr/lib/python3.6/telnetlib.py", line 218, in __init__
self.open(host, port, timeout)
File "/usr/lib/python3.6/telnetlib.py", line 234, in open
self.sock = socket.create_connection((host, port), timeout)
File "/usr/lib/python3.6/socket.py", line 724, in create_connection
raise err
File "/usr/lib/python3.6/socket.py", line 713, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
2018-04-30 22:17:42 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform thomson
whats telent and can i turn it off?