#[Android Debug Bridge] Unable to get android TV to connect

1 messages · Page 1 of 1 (latest)

rigid bay
#

Hey! I am looking for help getting my android TV to connect over ADB. Try and connect and I got:

2025-07-19 17:45:07.412 WARNING (MainThread) [homeassistant.components.androidtv.config_flow] Could not connect to Android / Fire TV device at 192.168.20.202:42739 using Python ADB implementation with adbkey='/config/.storage/androidtv_adbkey'

I have tested to connection from inside the container:

homeassistant-0:~# nc -vz 192.168.20.202:42739
192.168.20.202:42739 (192.168.20.202:42739) open

mdns seems to also be working correctly:

homeassistant-0:/tmp# /venv/bin/python
Python 3.13.5 (main, Jun 12 2025, 13:42:47) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from zeroconf import ZeroconfServiceTypes
>>> print('\n'.join(ZeroconfServiceTypes.find()))
_adb-tls-connect._tcp.local.
_androidtvremote2._tcp.local.
...
_spotify-connect._tcp.local.

What can I do to debug this?

#

My HA instance also has an IP address on the same network as the device I am trying to connect to if that is useful context

hushed rain
#

Just double checking: did you enable ADB debugging on the TV?

rigid bay
#

Yes, I had to enable wifi debugging too but it appears to be setup correctly