Problem with xiaomi_tv

Hi, the integration with xiaomi_tv doesn’t work for me on hassbian. Here the error from log

Logger: homeassistant.components.media_player
Source: components/xiaomi_tv/media_player.py:40
Integration: Lettore multimediale (documentation, issues)
First occurred: 19:28:56 (1 occurrences)
Last logged: 19:28:56

Error while setting up xiaomi_tv platform for media_player

Traceback (most recent call last): File “/srv/homeassistant/lib/python3.7/site-packages/urllib3/connection.py”, line 160, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File “/srv/homeassistant/lib/python3.7/site-packages/urllib3/util/connection.py”, line 84, in create_connection raise err File “/srv/homeassistant/lib/python3.7/site-packages/urllib3/util/connection.py”, line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused

Why connection refused? Thanks for your help!

Same Problem…

Same problem. Xiaomi TV 4S 43

Same problem here. Xiaomi TV 4S 55

Same problem here

same for me

Same Problem…

I have this error on MiTV P1 32”.

On the network I see that “_androidtvremote2“ dns name on port 6466 and hass tries 6095.

‘Logger: homeassistant.components.media_player
Source: components/xiaomi_tv/media_player.py:47 
Integration: Leitor multimédia (documentation, issues) 
First occurred: 15:15:05 (1 occurrences) 
Last logged: 15:15:05

Error while setting up xiaomi_tv platform for media_player
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn
    conn = connection.create_connection(
  File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 95, in create_connection
    raise err
  File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 85, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 398, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 239, in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
  File "/usr/local/lib/python3.9/http/client.py", line 1279, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/local/lib/python3.9/http/client.py", line 1325, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/local/lib/python3.9/http/client.py", line 1274, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/local/lib/python3.9/http/client.py", line 1034, in _send_output
    self.send(msg)
  File "/usr/local/lib/python3.9/http/client.py", line 974, in send
    self.connect()
  File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 205, in connect
    conn = self._new_conn()
  File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f1de8d31df0>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 785, in urlopen
    retries = retries.increment(
  File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 592, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.0.0.2', port=6095): Max retries exceeded with url: /request?action=isalive (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1de8d31df0>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
    await asyncio.shield(task)
  File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/xiaomi_tv/media_player.py", line 47, in setup_platform
    add_entities(XiaomiTV(tv, DEFAULT_NAME) for tv in pymitv.Discover().scan())
  File "/usr/local/lib/python3.9/site-packages/pymitv/discover.py", line 33, in scan
    if self.check_ip(ip_check):
  File "/usr/local/lib/python3.9/site-packages/pymitv/discover.py", line 51, in check_ip
    request = requests.get(tv_url, timeout=request_timeout)
  File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 75, in get
    return request('get', url, params=params, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 61, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 542, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 655, in send
    r = adapter.send(request, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='10.0.0.2', port=6095): Max retries exceeded with url: /request?action=isalive (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1de8d31df0>: Failed to establish a new connection: [Errno 111] Connection refused'))

I’m having the same problem…
Seems like the integration is not receiving attention, nor this thread