home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.03k stars 30.17k forks source link

Cast media player entity going unavailable every minute or so #69832

Closed TarcisioMenezes closed 2 months ago

TarcisioMenezes commented 2 years ago

The problem

I noticed on my Lovelace UI and on my logbook that my Google TV (TCL 65S446) changes to unavailable every minute or so, just when it's in standby mode. One important observation is that I have a Chromecast with TV and a Google Home mini speaker and this behavior doesn't happen with them! It's just the TV.

Here is a video showing the amount of entries created in the logbook by the entity from the Google Cast integration and this one from the Android TV integration.

Another important thing is that the TV was connected to Wi-Fi all the time.

jyEVhqXw

What version of Home Assistant Core has the issue?

core-2022.4.0

What was the last working version of Home Assistant Core?

Don't know exactly. But this happens since I bought the TV (few monhts ago).

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Google Cast, Android TV

Link to integration documentation on our website

https://www.home-assistant.io/integrations/cast https://www.home-assistant.io/integrations/androidtv/

Diagnostics information

{ "home_assistant": { "installation_type": "Home Assistant Container", "version": "2022.4.0", "dev": false, "hassio": false, "virtualenv": false, "python_version": "3.9.9", "docker": true, "arch": "x86_64", "timezone": "America/Chicago", "os_name": "Linux", "os_version": "5.15.30-Unraid", "run_as_root": true }, "custom_components": { "frigate": { "version": "2.2.2", "requirements": [] }, "ledfx": { "version": "1.3.1", "requirements": [] }, "openrgb": { "version": "2.2", "requirements": [ "openrgb-python==0.2.10" ] }, "hacs": { "version": "1.24.3", "requirements": [ "aiogithubapi>=21.11.0" ] }, "ui_lovelace_minimalist": { "version": "v0.0.7-hotfix2", "requirements": [] } }, "integration_manifest": { "domain": "androidtv", "name": "Android TV", "documentation": "https://www.home-assistant.io/integrations/androidtv", "requirements": [ "adb-shell[async]==0.4.2", "androidtv[async]==0.0.66", "pure-python-adb[async]==0.3.0.dev0" ], "codeowners": [ "@JeffLIrion", "@ollo69" ], "config_flow": true, "iot_class": "local_polling", "loggers": [ "adb_shell", "androidtv", "pure_python_adb" ], "is_built_in": true }, "data": { "entry": { "entry_id": "4f00f83a6068069fbe903976c1e03b23", "version": 1, "domain": "androidtv", "title": "Living room TV", "data": { "host": "living-room-tv.home", "device_class": "androidtv", "port": 5555 }, "options": {}, "pref_disable_new_entities": false, "pref_disable_polling": false, "source": "user", "unique_id": "REDACTED", "disabled_by": null }, "device_properties": { "device_class": "androidtv", "manufacturer": "TCL", "model": "Smart TV", "serialno": "REDACTED", "sw_version": "11", "ethmac": "REDACTED", "wifimac": "REDACTED" }, "device": { "area_id": "living_room", "config_entries": [ "4f00f83a6068069fbe903976c1e03b23" ], "configuration_url": null, "connections": "REDACTED", "disabled_by": null, "entry_type": null, "id": "6db37f88b5a69e10d581743121046af1", "identifiers": "REDACTED", "manufacturer": "TCL", "model": "Smart TV (Android TV)", "name_by_user": "Living room TV", "name": "Android TV living-room-tv.home", "suggested_area": null, "sw_version": "11", "hw_version": null, "via_device_id": null, "is_new": false, "entities": { "media_player.living_room_tv": { "unique_id": "REDACTED", "platform": "androidtv", "area_id": null, "capabilities": {}, "config_entry_id": "4f00f83a6068069fbe903976c1e03b23", "device_class": null, "device_id": "6db37f88b5a69e10d581743121046af1", "domain": "media_player", "disabled_by": null, "entity_category": null, "hidden_by": null, "icon": null, "id": "a333387c6be6fe7f0bcdcc2407944c5e", "name": "Living room TV", "options": {}, "original_device_class": null, "original_icon": null, "original_name": "Android TV living-room-tv.home", "supported_features": 23997, "unit_of_measurement": null, "state": { "state": "unavailable", "attributes": { "friendly_name": "Living room TV", "supported_features": 23997 }, "last_changed": "2022-04-11T04:18:38.705950+00:00", "last_updated": "2022-04-11T04:18:38.705950+00:00" } } } } } }

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: pychromecast.socket_client
Source: /usr/local/lib/python3.9/site-packages/pychromecast/socket_client.py:396
First occurred: April 7, 2022, 9:10:45 AM (241 occurrences)
Last logged: 9:37:35 PM

[Living room TV(192.168.1.136):8009] Failed to connect to service ServiceInfo(type='mdns', data='Smart-TV-d895cdd4cb150e32767c85fcb1123c2b._googlecast._tcp.local.'), retrying in 5.0s
[Bedroom Speaker(192.168.1.130):8009] Failed to connect to service ServiceInfo(type='host', data=('192.168.1.130', 8009)), retrying in 5.0s
[Living room TV(192.168.1.136):8009] Failed to connect to service ServiceInfo(type='host', data=('192.168.1.136', 8009)), retrying in 5.0s

Logger: pychromecast.socket_client
Source: /usr/local/lib/python3.9/site-packages/pychromecast/socket_client.py:672
First occurred: April 7, 2022, 8:58:39 AM (445 occurrences)
Last logged: 9:37:05 PM

[Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection

Logger: pychromecast.socket_client
Source: /usr/local/lib/python3.9/site-packages/pychromecast/socket_client.py:663
First occurred: 4:41:56 PM (1 occurrences)
Last logged: 4:41:56 PM

[Living room TV(192.168.1.136):8009] Error communicating with socket, resetting connection

Logger: pychromecast.socket_client
Source: /usr/local/lib/python3.9/site-packages/pychromecast/socket_client.py:610
First occurred: 4:41:56 PM (1 occurrences)
Last logged: 4:41:56 PM

[Living room TV(192.168.1.136):8009] Error reading from socket.

2022-04-07 08:58:39 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:00:12 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:02:01 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:09:41 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:10:15 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:10:45 ERROR (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Failed to connect to service ServiceInfo(type='mdns', data='Smart-TV-d895cdd4cb150e32767c85fcb1123c2b._googlecast._tcp.local.'), retrying in 5.0s
2022-04-07 09:11:27 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:11:57 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:12:27 ERROR (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Failed to connect to service ServiceInfo(type='mdns', data='Smart-TV-d895cdd4cb150e32767c85fcb1123c2b._googlecast._tcp.local.'), retrying in 5.0s
2022-04-07 09:12:47 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:13:17 ERROR (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Failed to connect to service ServiceInfo(type='mdns', data='Smart-TV-d895cdd4cb150e32767c85fcb1123c2b._googlecast._tcp.local.'), retrying in 5.0s
2022-04-07 09:13:37 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:14:29 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:15:15 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:15:45 ERROR (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Failed to connect to service ServiceInfo(type='mdns', data='Smart-TV-d895cdd4cb150e32767c85fcb1123c2b._googlecast._tcp.local.'), retrying in 5.0s
2022-04-07 09:16:48 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:18:45 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:19:23 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:19:54 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:20:55 WARNING (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Heartbeat timeout, resetting connection
2022-04-07 09:21:25 ERROR (Thread-6) [pychromecast.socket_client] [Living room TV(192.168.1.136):8009] Failed to connect to service ServiceInfo(type='mdns', data='Smart-TV-d895cdd4cb150e32767c85fcb1123c2b._googlecast._tcp.local.'), retrying in 5.0s

Additional information

This problem DOESN'T happen when the TV is ON.

These options need to be ON then the TV will still be connected to the WI-FI when it's off (standby), so I can cast anything (youtube video, photos or whatever) to the TV and wake it up when it's off (standby).

IMG_20220410_234106 IMG_20220410_234031

probot-home-assistant[bot] commented 2 years ago

androidtv documentation androidtv source (message by IssueLinks)

probot-home-assistant[bot] commented 2 years ago

cast documentation cast source (message by IssueLinks)

probot-home-assistant[bot] commented 2 years ago

Hey there @jefflirion, @ollo69, mind taking a look at this issue as it has been labeled with an integration (androidtv) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)

probot-home-assistant[bot] commented 2 years ago

Hey there @emontnemery, mind taking a look at this issue as it has been labeled with an integration (cast) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)

TarcisioMenezes commented 2 years ago

Update: Just tested via Ethernet cable, sadly same behavior.

Screenshot_20220420-151904.jpg

All the apps that I could possibly cast to the TV when It's off, like YouTube, Photos, Spotify and others, work fine. Problem seems to be just with Home Assistant.

ollo69 commented 2 years ago

Looking at the log doesn't seems an issue related to AndroidTV integration but only to Cast integration, but you mention both integration. Can you clarify which integration is creating issue?

TarcisioMenezes commented 2 years ago

Both integrations are creating this issue. I posted a print from Android TV integration on my last post.

And here is the Google Cast integration logbook from the same device.

Screenshot_20220420-154306~2.jpg

ollo69 commented 2 years ago

Try with only one installed, one at time.

TarcisioMenezes commented 2 years ago

Same behavior. Also this happened before I installed Android TV integration. I installed it just after HASS April's update.

Again , this issue just happens with one device here (TCL TV, link on the first post).

I have a Chromecast with Google TV (with both Google cast integration and Android TV integration) and this issue doesn't happen with it.

ollo69 commented 2 years ago

So it seems to be an issue due to TV behavior that continuously disconnect when in standby.

TarcisioMenezes commented 2 years ago

The TV doesn't disconnect from the network. The connection seems to be stable.

Another important thing is that the TV was connected to Wi-Fi all the time.

jyEVhqXw

Everything seems to work as it's supposed to, except for Home Assistant's Android TV and Google Cast integrations.

All the apps that I could possibly cast to the TV when It's off, like YouTube, Photos, Spotify and others, work fine. Problem seems to be just with Home Assistant.

guyke01 commented 2 years ago

I've got the same issue with 4 Nvidia Shield's and one Google Chromecast. The issue occurs for the apps like Plex, ZiggoGo, Youtube etc. All the Nvidia Shields are connected via the cable to the same network as my Home Assistant instance is running.

I've monitored the network connecting between the streaming devices and Home Assistant and there is no disconnection or drops on the network between the devices. When i check the status in Home Assistant i see every ~4 minutes that it has the state Stand-By.

As suggested i tried with only 1 Nvidia Shield connected to Home Assistant, but it makes no difference.

The Google Cast integration doesn't show this behavior. It has te correct state sinds the video or app started. The AndroidTV integration changed state a lot in the time the video or app is started between Playing and Stand-By.

TarcisioMenezes commented 2 years ago

I think your problem is different than this one. @guyke01 Your problem is related to different states, mine is related to the device being switching between unavailable and off every minute when you turn the device off.

I also have this issue you just described, when playing on some apps the states keep changing to different ones. but It's something related to the adb connection and Android 11. So I think you better open another issue to make things easier to be fixed.

guyke01 commented 2 years ago

@TarcisioMenezes thanks for your quick reaction. I will create a new issue about the state changes. I saw this also was mentoined in issue #69723.

emontnemery commented 2 years ago

@TarcisioMenezes Maybe the chromecast software in your TV is acting abnormally when the TV is off.

Could you try enabling the logs below, and share a log file where the problem is reproduced?

logger:         
  default: info 
  logs:         
    homeassistant.components.cast: debug             
    homeassistant.components.cast.media_player: debug
    pychromecast: debug                              
    pychromecast.dial: debug                         
    pychromecast.discovery: debug
    pychromecast.controllers.media: debug            
    pychromecast.socket_client: debug                
    homeassistant.components.zeroconf: debug         
    zeroconf: info
Floppik commented 2 years ago
logger:         
  default: info 
  logs:         
    homeassistant.components.cast: debug             
    homeassistant.components.cast.media_player: debug
    pychromecast: debug                              
    pychromecast.dial: debug                         
    pychromecast.discovery: debug
    pychromecast.controllers.media: debug            
    pychromecast.socket_client: debug                
    homeassistant.components.zeroconf: debug         
    zeroconf: info

I had the same issue. Device online all time, but in HA status often changed:

image image


2022-05-24 10:36:53 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration yandex_smart_home which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-24 10:36:53 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration google_home which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-24 10:36:53 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration scheduler which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-24 10:36:53 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-05-24 10:36:55 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2022-05-24 10:36:55 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.3 seconds
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'frontend', 'lovelace', 'websocket_api', 'search', 'device_automation', 'cloud', 'config', 'api', 'diagnostics', 'webhook', 'usb', 'network', 'dhcp', 'auth', 'analytics', 'system_log', 'http', 'person', 'onboarding', 'image', 'zeroconf', 'ssdp'}
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setting up http
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.3 seconds
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.1 seconds
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setting up config
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setting up api
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setting up webhook
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setting up auth
2022-05-24 10:36:56 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.5 seconds
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.5 seconds
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setting up image
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setting up search
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setting up analytics
2022-05-24 10:36:57 INFO (SyncWorker_1) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant
2022-05-24 10:36:57 INFO (SyncWorker_2) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.7 seconds
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.1 seconds
2022-05-24 10:36:57 INFO (SyncWorker_4) [homeassistant.loader] Loaded camera from homeassistant.components.camera
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setting up usb
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setting up network
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds
2022-05-24 10:36:57 INFO (SyncWorker_0) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2022-05-24 10:36:57 INFO (MainThread) [homeassistant.setup] Setting up person
2022-05-24 10:36:58 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up cloud
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds
2022-05-24 10:36:59 DEBUG (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf browser for: ['_Volumio._tcp.local.', '_airplay._tcp.local.', '_airport._tcp.local.', '_api._udp.local.', '_appletv-v2._tcp.local.', '_axis-video._tcp.local.', '_bond._tcp.local.', '_companion-link._tcp.local.', '_daap._tcp.local.', '_dkapi._tcp.local.', '_dvl-deviceapi._tcp.local.', '_easylink._tcp.local.', '_elg._tcp.local.', '_enphase-envoy._tcp.local.', '_esphomelib._tcp.local.', '_fbx-api._tcp.local.', '_googlecast._tcp.local.', '_hap._tcp.local.', '_homekit._tcp.local.', '_hscp._tcp.local.', '_http._tcp.local.', '_hue._tcp.local.', '_hwenergy._tcp.local.', '_ipp._tcp.local.', '_ipps._tcp.local.', '_kizbox._tcp.local.', '_leap._tcp.local.', '_lookin._tcp.local.', '_mediaremotetv._tcp.local.', '_miio._udp.local.', '_nanoleafapi._tcp.local.', '_nanoleafms._tcp.local.', '_nut._tcp.local.', '_octoprint._tcp.local.', '_plexmediasvr._tcp.local.', '_plugwise._tcp.local.', '_powerview._tcp.local.', '_printer._tcp.local.', '_raop._tcp.local.', '_sideplay._tcp.local.', '_sleep-proxy._udp.local.', '_sonos._tcp.local.', '_spotify-connect._tcp.local.', '_ssh._tcp.local.', '_system-bridge._udp.local.', '_touch-able._tcp.local.', '_viziocast._tcp.local.', '_wled._tcp.local.', '_xbmc-jsonrpc-h._tcp.local.', '_zwave-js-server._tcp.local.', '_home-assistant._tcp.local.', '_hap._udp.local.']
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 1.0 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.2 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain person took 1.4 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2022-05-24 10:36:59 INFO (SyncWorker_0) [homeassistant.loader] Loaded hassio from homeassistant.components.hassio
2022-05-24 10:36:59 INFO (SyncWorker_1) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker
2022-05-24 10:36:59 INFO (SyncWorker_3) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up frontend
2022-05-24 10:36:59 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=osmc._ssh._tcp.local. state_change=ServiceStateChange.Added
2022-05-24 10:36:59 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device osmc._ssh._tcp.local. ZeroconfServiceInfo(host='192.168.9.45', addresses=['192.168.9.45'], port=22, hostname='osmc.local.', type='_ssh._tcp.local.', name='osmc._ssh._tcp.local.', properties={'_raw': {}})
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'system_health', 'input_boolean', 'yandex_smart_home', 'input_button', 'history', 'logbook', 'sun', 'automation', 'switch_as_x', 'map', 'flux_led', 'trace', 'tuya', 'blueprint', 'group', 'keenetic_ndms2', 'cast', 'input_number', 'energy', 'ffmpeg', 'my', 'radio_browser', 'gree', 'scheduler', 'media_source', 'mobile_app', 'input_datetime', 'hacs', 'script', 'androidtv', 'input_select', 'tag', 'timer', 'scene', 'counter', 'input_text', 'zone', 'default_config', 'persistent_notification', 'tts'}
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up system_health
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up yandex_smart_home
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain yandex_smart_home took 0.0 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up input_button
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up history
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up logbook
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up sun
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up switch_as_x
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain switch_as_x took 0.0 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up map
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up trace
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up group
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up input_number
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up my
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setting up radio_browser
2022-05-24 10:36:59 INFO (MainThread) [homeassistant.setup] Setup of domain radio_browser took 0.0 seconds
2022-05-24 10:37:00 INFO (MainThread) [homeassistant.setup] Setting up gree
2022-05-24 10:37:00 INFO (MainThread) [homeassistant.setup] Setup of domain gree took 0.0 seconds
2022-05-24 10:37:00 INFO (MainThread) [homeassistant.setup] Setting up scheduler
2022-05-24 10:37:00 INFO (MainThread) [homeassistant.setup] Setup of domain scheduler took 0.0 seconds
2022-05-24 10:37:00 INFO (MainThread) [homeassistant.setup] Setting up media_source
2022-05-24 10:37:00 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2022-05-24 10:37:01 INFO (MainThread) [homeassistant.setup] Setting up androidtv
2022-05-24 10:37:01 INFO (MainThread) [homeassistant.setup] Setup of domain androidtv took 0.0 seconds
2022-05-24 10:37:01 INFO (MainThread) [homeassistant.setup] Setting up input_select
2022-05-24 10:37:01 INFO (MainThread) [homeassistant.setup] Setting up tag
2022-05-24 10:37:01 INFO (MainThread) [homeassistant.setup] Setting up timer
2022-05-24 10:37:01 INFO (MainThread) [homeassistant.setup] Setting up scene
2022-05-24 10:37:01 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-05-24 10:37:01 INFO (MainThread) [homeassistant.setup] Setting up counter
2022-05-24 10:37:01 INFO (MainThread) [homeassistant.setup] Setting up input_text
2022-05-24 10:37:01 INFO (MainThread) [homeassistant.setup] Setting up zone
2022-05-24 10:37:01 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-05-24 10:37:01 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_googlecast._tcp.local. name=Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local. state_change=ServiceStateChange.Added
2022-05-24 10:37:03 INFO (MainThread) [greeclimate.discovery] Scanning for Gree devices ...
2022-05-24 10:37:03 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local. ZeroconfServiceInfo(host='192.168.9.56', addresses=['192.168.9.56'], port=8009, hostname='44228af6-6331-76a0-e1b8-16446ab0d8d8.local.', type='_googlecast._tcp.local.', name='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.', properties={'_raw': {'id': b'44228af6633176a0e1b816446ab0d8d8', 'cd': b'54330bac-f381-44e2-bb5a-141845c1b369', 'rm': b'F516F9CF9887B02A', 've': b'05', 'md': b'Smart TV Pro', 'ic': b'/setup/icon.png', 'fn': b'TCL 55P725', 'ca': b'461317', 'st': b'0', 'bs': b'FA8F2CD6C4CE', 'nf': b'1', 'rs': b''}, 'id': '44228af6633176a0e1b816446ab0d8d8', 'cd': '54330bac-f381-44e2-bb5a-141845c1b369', 'rm': 'F516F9CF9887B02A', 've': '05', 'md': 'Smart TV Pro', 'ic': '/setup/icon.png', 'fn': 'TCL 55P725', 'ca': '461317', 'st': '0', 'bs': 'FA8F2CD6C4CE', 'nf': '1', 'rs': ''})
2022-05-24 10:37:03 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 4.2 seconds
2022-05-24 10:37:03 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 4.1 seconds
2022-05-24 10:37:03 INFO (MainThread) [homeassistant.setup] Setting up flux_led
2022-05-24 10:37:03 INFO (MainThread) [homeassistant.setup] Setup of domain group took 4.2 seconds
2022-05-24 10:37:03 INFO (MainThread) [homeassistant.setup] Setting up keenetic_ndms2
2022-05-24 10:37:03 INFO (MainThread) [homeassistant.setup] Setup of domain keenetic_ndms2 took 0.0 seconds
2022-05-24 10:37:03 INFO (MainThread) [homeassistant.setup] Setting up energy
2022-05-24 10:37:03 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds
2022-05-24 10:37:03 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 3.1 seconds
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setting up hacs
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds
2022-05-24 10:37:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 4.7 seconds
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 3.1 seconds
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2022-05-24 10:37:04 INFO (SyncWorker_1) [homeassistant.loader] Loaded light from homeassistant.components.light
2022-05-24 10:37:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2022-05-24 10:37:04 INFO (SyncWorker_0) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2022-05-24 10:37:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2022-05-24 10:37:04 INFO (MainThread) [custom_components.hacs] 
-------------------------------------------------------------------
HACS (Home Assistant Community Store)

Version: 1.25.0
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/hacs/integration/issues
-------------------------------------------------------------------

2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setting up script
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setting up tts
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setting up light
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setting up switch
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setting up climate
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setting up sensor
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 3.4 seconds
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 3.4 seconds
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.components.switch] Setting up switch.gree
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.2 seconds
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.components.climate] Setting up climate.gree
2022-05-24 10:37:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2022-05-24 10:37:04 INFO (MainThread) [greeclimate.discovery] Found gree device Device: c66dff4e @ 192.168.9.121:7000 (mac: 502cc66dff4e)
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 5.4 seconds
2022-05-24 10:37:04 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 5.5 seconds
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 5.4 seconds
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 3.7 seconds
2022-05-24 10:37:05 INFO (MainThread) [greeclimate.device] Starting device binding to Device: c66dff4e @ 192.168.9.121:7000 (mac: 502cc66dff4e)
2022-05-24 10:37:05 INFO (MainThread) [greeclimate.discovery] Found gree device Device: c66dff97 @ 192.168.9.122:7000 (mac: 502cc66dff97)
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.switch_as_x
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2022-05-24 10:37:05 INFO (MainThread) [homeassistant.components.light] Setting up light.group
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setting up tuya
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setup of domain tuya took 0.0 seconds
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.energy
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 5.0 seconds
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.components.switch] Setting up switch.scheduler
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.device] Starting device binding to Device: c66dff97 @ 192.168.9.122:7000 (mac: 502cc66dff97)
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.discovery] Found gree device Device: c66dffa3 @ 192.168.9.124:7000 (mac: 502cc66dffa3)
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.device] Starting device binding to Device: c66dffa3 @ 192.168.9.124:7000 (mac: 502cc66dffa3)
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.discovery] Found gree device Device: c66dffad @ 192.168.9.125:7000 (mac: 502cc66dffad)
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 5.6 seconds
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 5.2 seconds
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.device] Starting device binding to Device: c66dffad @ 192.168.9.125:7000 (mac: 502cc66dffad)
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.discovery] Found gree device Device: c66dff82 @ 192.168.9.120:7000 (mac: 502cc66dff82)
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.device] Starting device binding to Device: c66dff82 @ 192.168.9.120:7000 (mac: 502cc66dff82)
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.discovery] Found gree device Device: c66dff2b @ 192.168.9.123:7000 (mac: 502cc66dff2b)
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 2.0 seconds
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 5.3 seconds
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.device] Starting device binding to Device: c66dff2b @ 192.168.9.123:7000 (mac: 502cc66dff2b)
2022-05-24 10:37:06 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn't connect to 192.168.9.56:5555.  TcpTimeoutException: Connecting to 192.168.9.56:5555 timed out (1.0 seconds)
2022-05-24 10:37:06 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.9.56' for androidtv integration not ready yet: Could not connect to Android TV / Fire TV device at 192.168.9.56:5555 using Python ADB implementation with adbkey='/config/.storage/androidtv_adbkey'; Retrying in background
2022-05-24 10:37:06 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn't connect to 192.168.9.126:5555.  TcpTimeoutException: Connecting to 192.168.9.126:5555 timed out (1.0 seconds)
2022-05-24 10:37:06 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.9.126' for androidtv integration not ready yet: Could not connect to Android TV / Fire TV device at 192.168.9.126:5555 using Python ADB implementation with adbkey='/config/.storage/androidtv_adbkey'; Retrying in background
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.2 seconds
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.device] Bound to device using key Xy3Ab6De9Gh2Jk5M
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.components.gree.bridge] Adding Gree device c66dff4e at 192.168.9.121:7000
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.device] Bound to device using key Mn0Pq3St6Vw9Yz2B
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.components.gree.bridge] Adding Gree device c66dff97 at 192.168.9.122:7000
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setting up notify
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.device] Bound to device using key 1Yz4Bc7Ef0Hi3Kl6
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.components.gree.bridge] Adding Gree device c66dffa3 at 192.168.9.124:7000
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2022-05-24 10:37:06 INFO (SyncWorker_1) [homeassistant.loader] Loaded plex from homeassistant.components.plex
2022-05-24 10:37:06 INFO (MainThread) [greeclimate.device] Bound to device using key 1St4Vw7Yz0Bc3Ef6
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.components.gree.bridge] Adding Gree device c66dffad at 192.168.9.125:7000
2022-05-24 10:37:06 INFO (SyncWorker_1) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2022-05-24 10:37:06 INFO (MainThread) [homeassistant.setup] Setting up automation
2022-05-24 10:37:07 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2022-05-24 10:37:07 INFO (MainThread) [greeclimate.device] Bound to device using key 1Ij4Lm7Op0Rs3Uv6
2022-05-24 10:37:07 INFO (MainThread) [homeassistant.components.gree.bridge] Adding Gree device c66dff82 at 192.168.9.120:7000
2022-05-24 10:37:07 INFO (MainThread) [homeassistant.setup] Setup of domain script took 2.6 seconds
2022-05-24 10:37:07 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2022-05-24 10:37:07 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.3 seconds
2022-05-24 10:37:07 INFO (MainThread) [greeclimate.device] Bound to device using key 4Vw7Yz0Bc3Ef6Hi9
2022-05-24 10:37:07 INFO (MainThread) [homeassistant.components.gree.bridge] Adding Gree device c66dff2b at 192.168.9.123:7000
2022-05-24 10:37:07 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2022-05-24 10:37:07 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2022-05-24 10:37:07 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
2022-05-24 10:37:09 INFO (MainThread) [homeassistant.setup] Setting up cast
2022-05-24 10:37:09 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds
2022-05-24 10:37:09 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2022-05-24 10:37:09 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2022-05-24 10:37:10 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
2022-05-24 10:37:10 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.keenetic_ndms2
2022-05-24 10:37:10 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.keenetic_ndms2
2022-05-24 10:37:10 INFO (MainThread) [homeassistant.setup] Setting up media_player
2022-05-24 10:37:10 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.1 seconds
2022-05-24 10:37:10 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.tuya
2022-05-24 10:37:10 INFO (MainThread) [homeassistant.components.climate] Setting up climate.tuya
2022-05-24 10:37:10 INFO (MainThread) [homeassistant.components.light] Setting up light.tuya
2022-05-24 10:37:10 INFO (MainThread) [homeassistant.components.scene] Setting up scene.tuya
2022-05-24 10:37:10 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.tuya
2022-05-24 10:37:10 INFO (MainThread) [homeassistant.components.switch] Setting up switch.tuya
2022-05-24 10:37:10 INFO (SyncWorker_3) [homeassistant.loader] Loaded button from homeassistant.components.button
2022-05-24 10:37:10 INFO (MainThread) [homeassistant.setup] Setting up camera
2022-05-24 10:37:10 INFO (SyncWorker_0) [homeassistant.loader] Loaded alarm_control_panel from homeassistant.components.alarm_control_panel
2022-05-24 10:37:10 INFO (SyncWorker_1) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2022-05-24 10:37:10 INFO (SyncWorker_2) [homeassistant.loader] Loaded humidifier from homeassistant.components.humidifier
2022-05-24 10:37:10 INFO (SyncWorker_0) [homeassistant.loader] Loaded number from homeassistant.components.number
2022-05-24 10:37:10 INFO (SyncWorker_6) [homeassistant.loader] Loaded select from homeassistant.components.select
2022-05-24 10:37:10 INFO (SyncWorker_5) [homeassistant.loader] Loaded fan from homeassistant.components.fan
2022-05-24 10:37:10 INFO (SyncWorker_3) [homeassistant.loader] Loaded siren from homeassistant.components.siren
2022-05-24 10:37:10 INFO (SyncWorker_4) [homeassistant.loader] Loaded vacuum from homeassistant.components.vacuum
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setting up button
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setup of domain button took 0.0 seconds
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setting up cover
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setting up humidifier
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setup of domain humidifier took 0.0 seconds
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setting up number
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.0 seconds
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setting up select
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setup of domain select took 0.0 seconds
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setting up fan
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setting up siren
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setup of domain siren took 0.0 seconds
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setting up vacuum
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setup of domain vacuum took 0.0 seconds
2022-05-24 10:37:11 DEBUG (SyncWorker_6) [homeassistant.components.cast.discovery] Starting internal pychromecast discovery
2022-05-24 10:37:11 DEBUG (Thread-5) [pychromecast.discovery] HostBrowser thread started
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.button] Setting up button.tuya
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.tuya
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.cover] Setting up cover.tuya
2022-05-24 10:37:11 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-514) [pychromecast.discovery] add_service _googlecast._tcp.local., Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.humidifier] Setting up humidifier.tuya
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.number] Setting up number.tuya
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.7 seconds
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.select] Setting up select.tuya
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.fan] Setting up fan.tuya
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.siren] Setting up siren.tuya
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.vacuum] Setting up vacuum.tuya
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.camera] Setting up camera.tuya
2022-05-24 10:37:11 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-514) [pychromecast.discovery] Addded host 192.168.9.56
2022-05-24 10:37:11 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-514) [pychromecast.dial] get_info_from_service resolved service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.') to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.', addresses=[b'\xc0\xa8\t8'], port=8009, weight=0, priority=0, server='44228af6-6331-76a0-e1b8-16446ab0d8d8.local.', properties={b'id': b'44228af6633176a0e1b816446ab0d8d8', b'cd': b'54330bac-f381-44e2-bb5a-141845c1b369', b'rm': b'F516F9CF9887B02A', b've': b'05', b'md': b'Smart TV Pro', b'ic': b'/setup/icon.png', b'fn': b'TCL 55P725', b'ca': b'461317', b'st': b'0', b'bs': b'FA8F2CD6C4CE', b'nf': b'1', b'rs': b''}, interface_index=None)
2022-05-24 10:37:11 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-514) [pychromecast.dial] Resolved service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.') to 192.168.9.56
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 4.7 seconds
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setting up default_config
2022-05-24 10:37:11 INFO (MainThread) [custom_components.hacs] Enable category: integration
2022-05-24 10:37:11 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2022-05-24 10:37:11 INFO (MainThread) [custom_components.hacs] Enable category: theme
2022-05-24 10:37:11 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
2022-05-24 10:37:11 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
2022-05-24 10:37:11 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
2022-05-24 10:37:11 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2022-05-24 10:37:11 INFO (SyncWorker_3) [homeassistant.loader] Loaded backup from homeassistant.components.backup
2022-05-24 10:37:11 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-514) [pychromecast.dial] cast type: cast, manufacturer: TCL
2022-05-24 10:37:11 INFO (zeroconf-ServiceBrowser-_googlecast._tcp-514) [homeassistant.components.cast.helpers] Fetched cast details for unknown model 'Smart TV Pro' manufacturer: 'TCL', type: 'cast'. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+cast%22
2022-05-24 10:37:11 DEBUG (zeroconf-ServiceBrowser-_googlecast._tcp-514) [homeassistant.components.cast.discovery] Discovered new or updated chromecast ChromecastInfo(cast_info=CastInfo(services={ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.')}, uuid=UUID('44228af6-6331-76a0-e1b8-16446ab0d8d8'), model_name='Smart TV Pro', friendly_name='TCL 55P725', host='192.168.9.56', port=8009, cast_type='cast', manufacturer='TCL'), is_dynamic_group=None)
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2022-05-24 10:37:11 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(cast_info=CastInfo(services={ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.')}, uuid=UUID('44228af6-6331-76a0-e1b8-16446ab0d8d8'), model_name='Smart TV Pro', friendly_name='TCL 55P725', host='192.168.9.56', port=8009, cast_type='cast', manufacturer='TCL'), is_dynamic_group=None)
2022-05-24 10:37:11 INFO (MainThread) [homeassistant.setup] Setting up backup
2022-05-24 10:37:12 INFO (MainThread) [homeassistant.setup] Setup of domain backup took 0.0 seconds
2022-05-24 10:37:12 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Connecting to cast device by service {ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.')}
2022-05-24 10:37:12 DEBUG (SyncWorker_0) [pychromecast] get_chromecast_from_cast_info CastInfo(services={ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.')}, uuid=UUID('44228af6-6331-76a0-e1b8-16446ab0d8d8'), model_name='Smart TV Pro', friendly_name='TCL 55P725', host='192.168.9.56', port=8009, cast_type='cast', manufacturer='TCL')
2022-05-24 10:37:12 INFO (SyncWorker_1) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2022-05-24 10:37:12 DEBUG (Thread-7) [pychromecast.socket_client] [(unknown):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='CONNECTING', address=NetworkAddress(address='unknown', port=8009))
2022-05-24 10:37:12 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: CONNECTING
2022-05-24 10:37:12 DEBUG (Thread-7) [pychromecast.dial] get_info_from_service resolved service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.') to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.', addresses=[b'\xc0\xa8\t8'], port=8009, weight=0, priority=0, server='44228af6-6331-76a0-e1b8-16446ab0d8d8.local.', properties={b'id': b'44228af6633176a0e1b816446ab0d8d8', b'cd': b'54330bac-f381-44e2-bb5a-141845c1b369', b'rm': b'F516F9CF9887B02A', b've': b'05', b'md': b'Smart TV Pro', b'ic': b'/setup/icon.png', b'fn': b'TCL 55P725', b'ca': b'461317', b'st': b'0', b'bs': b'FA8F2CD6C4CE', b'nf': b'1', b'rs': b''}, interface_index=None)
2022-05-24 10:37:12 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(unknown):8009] Resolved service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.') to 192.168.9.56:8009
2022-05-24 10:37:12 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Connecting to 192.168.9.56:8009
2022-05-24 10:37:12 INFO (MainThread) [homeassistant.setup] Setting up stream
2022-05-24 10:37:12 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='FAILED', address=NetworkAddress(address='192.168.9.56', port=8009))
2022-05-24 10:37:12 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: FAILED
2022-05-24 10:37:12 ERROR (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Failed to connect to service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.'), retrying in 5.0s
2022-05-24 10:37:12 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Not connected, sleeping for 5.0s. Services: {ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.')}
2022-05-24 10:37:12 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds
2022-05-24 10:37:12 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.2 seconds
2022-05-24 10:37:12 INFO (MainThread) [homeassistant.setup] Setup of domain flux_led took 8.9 seconds
2022-05-24 10:37:15 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Controller RGBW 1A5399' for flux_led integration not ready yet: [Errno 113] Connect call failed ('192.168.9.135', 5577); Retrying in background
2022-05-24 10:37:15 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Controller RGBW F8FAC6' for flux_led integration not ready yet: [Errno 113] Connect call failed ('192.168.9.133', 5577); Retrying in background
2022-05-24 10:37:15 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Controller RGBW 3F7B9B' for flux_led integration not ready yet: [Errno 113] Connect call failed ('192.168.9.132', 5577); Retrying in background
2022-05-24 10:37:15 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Controller RGBW 1D3CF9' for flux_led integration not ready yet: [Errno 113] Connect call failed ('192.168.9.131', 5577); Retrying in background
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.button] Setting up button.flux_led
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.light] Setting up light.flux_led
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.number] Setting up number.flux_led
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.select] Setting up select.flux_led
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.flux_led
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.switch] Setting up switch.flux_led
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.button] Setting up button.flux_led
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.light] Setting up light.flux_led
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.number] Setting up number.flux_led
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.select] Setting up select.flux_led
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.flux_led
2022-05-24 10:37:15 INFO (MainThread) [homeassistant.components.switch] Setting up switch.flux_led
2022-05-24 10:37:16 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 22.24s
2022-05-24 10:37:16 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2022-05-24 10:37:16 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
2022-05-24 10:37:16 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2022-05-24 10:37:16 INFO (MainThread) [custom_components.hacs] Loading removed repositories
2022-05-24 10:37:16 INFO (MainThread) [homeassistant.components.automation.podsvetka_pola_v_sanuzle_2_etazha_po_odnoi_klavishe] Initialized trigger Подсветка пола в санузле 2 этажа по одной клавише
2022-05-24 10:37:16 INFO (MainThread) [homeassistant.components.automation.sinkhronizatsiia_panel_i_potolok_zal_1_et] Initialized trigger Синхронизация панель и потолок зал 1 эт
2022-05-24 10:37:17 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='CONNECTING', address=NetworkAddress(address='192.168.9.56', port=8009))
2022-05-24 10:37:17 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: CONNECTING
2022-05-24 10:37:19 INFO (MainThread) [custom_components.hacs] Loading known repositories
2022-05-24 10:37:19 DEBUG (Thread-7) [pychromecast.dial] get_info_from_service resolved service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.') to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.', addresses=[b'\xc0\xa8\t8'], port=8009, weight=0, priority=0, server='44228af6-6331-76a0-e1b8-16446ab0d8d8.local.', properties={b'id': b'44228af6633176a0e1b816446ab0d8d8', b'cd': b'54330bac-f381-44e2-bb5a-141845c1b369', b'rm': b'F516F9CF9887B02A', b've': b'05', b'md': b'Smart TV Pro', b'ic': b'/setup/icon.png', b'fn': b'TCL 55P725', b'ca': b'461317', b'st': b'0', b'bs': b'FA8F2CD6C4CE', b'nf': b'1', b'rs': b''}, interface_index=None)
2022-05-24 10:37:19 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Resolved service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.') to 192.168.9.56:8009
2022-05-24 10:37:19 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Connecting to 192.168.9.56:8009
2022-05-24 10:37:19 INFO (SyncWorker_1) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp
2022-05-24 10:37:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_home-assistant._tcp.local. name=Home Assistant_9._home-assistant._tcp.local. state_change=ServiceStateChange.Added
2022-05-24 10:37:21 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Home Assistant_9._home-assistant._tcp.local. ZeroconfServiceInfo(host='192.168.9.45', addresses=['192.168.9.45'], port=8123, hostname='beaff00e59e744feb22544c2f10043d5.local.', type='_home-assistant._tcp.local.', name='Home Assistant_9._home-assistant._tcp.local.', properties={'_raw': {'location_name': b'Home Assistant_9', 'uuid': b'beaff00e59e744feb22544c2f10043d5', 'version': b'2022.5.4', 'external_url': b'', 'internal_url': b'http://192.168.9.45:8123', 'base_url': b'http://192.168.9.45:8123', 'requires_api_password': b'True'}, 'location_name': 'Home Assistant_9', 'uuid': 'beaff00e59e744feb22544c2f10043d5', 'version': '2022.5.4', 'external_url': '', 'internal_url': 'http://192.168.9.45:8123', 'base_url': 'http://192.168.9.45:8123', 'requires_api_password': 'True'})
2022-05-24 10:37:21 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn't connect to 192.168.9.56:5555.  TcpTimeoutException: Connecting to 192.168.9.56:5555 timed out (1.0 seconds)
2022-05-24 10:37:21 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn't connect to 192.168.9.126:5555.  TcpTimeoutException: Connecting to 192.168.9.126:5555 timed out (1.0 seconds)
2022-05-24 10:37:22 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
2022-05-24 10:37:22 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
2022-05-24 10:37:22 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='FAILED', address=NetworkAddress(address='192.168.9.56', port=8009))
2022-05-24 10:37:22 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: FAILED
2022-05-24 10:37:22 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Failed to connect to service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.'), retrying in 10.0s
2022-05-24 10:37:22 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Not connected, sleeping for 5.0s. Services: {ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.')}
2022-05-24 10:37:27 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Not connected, sleeping for 5.0s. Services: {ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.')}
2022-05-24 10:37:32 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='CONNECTING', address=NetworkAddress(address='192.168.9.56', port=8009))
2022-05-24 10:37:32 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: CONNECTING
2022-05-24 10:37:32 DEBUG (Thread-7) [pychromecast.dial] get_info_from_service resolved service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.') to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.', addresses=[b'\xc0\xa8\t8'], port=8009, weight=0, priority=0, server='44228af6-6331-76a0-e1b8-16446ab0d8d8.local.', properties={b'id': b'44228af6633176a0e1b816446ab0d8d8', b'cd': b'54330bac-f381-44e2-bb5a-141845c1b369', b'rm': b'F516F9CF9887B02A', b've': b'05', b'md': b'Smart TV Pro', b'ic': b'/setup/icon.png', b'fn': b'TCL 55P725', b'ca': b'461317', b'st': b'0', b'bs': b'FA8F2CD6C4CE', b'nf': b'1', b'rs': b''}, interface_index=None)
2022-05-24 10:37:32 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Resolved service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.') to 192.168.9.56:8009
2022-05-24 10:37:32 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Connecting to 192.168.9.56:8009
2022-05-24 10:37:32 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='FAILED', address=NetworkAddress(address='192.168.9.56', port=8009))
2022-05-24 10:37:32 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: FAILED
2022-05-24 10:37:32 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Failed to connect to service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.'), retrying in 20.0s
2022-05-24 10:37:32 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Not connected, sleeping for 5.0s. Services: {ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.')}
2022-05-24 10:37:32 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn't connect to 192.168.9.126:5555.  TcpTimeoutException: Connecting to 192.168.9.126:5555 timed out (1.0 seconds)
2022-05-24 10:37:33 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.androidtv
2022-05-24 10:37:37 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Not connected, sleeping for 5.0s. Services: {ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.')}
2022-05-24 10:37:41 DEBUG (Thread-5) [pychromecast.dial] Resolved service ServiceInfo(type='host', data=('192.168.9.56', 8009)) to 192.168.9.56
2022-05-24 10:37:42 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Not connected, sleeping for 5.0s. Services: {ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.')}
2022-05-24 10:37:47 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Not connected, sleeping for 5.0s. Services: {ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.')}
2022-05-24 10:37:48 DEBUG (Thread-5) [pychromecast.dial] Resolved service ServiceInfo(type='host', data=('192.168.9.56', 8009)) to 192.168.9.56
2022-05-24 10:37:48 DEBUG (Thread-5) [pychromecast.discovery] Host 192.168.9.56:8009 (44228af6-6331-76a0-e1b8-16446ab0d8d8) up, adding or updating host based service
2022-05-24 10:37:48 DEBUG (Thread-5) [homeassistant.components.cast.discovery] Discovered new or updated chromecast ChromecastInfo(cast_info=CastInfo(services={ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.'), ServiceInfo(type='host', data=('192.168.9.56', 8009))}, uuid=UUID('44228af6-6331-76a0-e1b8-16446ab0d8d8'), model_name='Smart TV Pro', friendly_name='TCL 55P725', host='192.168.9.56', port=8009, cast_type='cast', manufacturer='TCL'), is_dynamic_group=None)
2022-05-24 10:37:48 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(cast_info=CastInfo(services={ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.'), ServiceInfo(type='host', data=('192.168.9.56', 8009))}, uuid=UUID('44228af6-6331-76a0-e1b8-16446ab0d8d8'), model_name='Smart TV Pro', friendly_name='TCL 55P725', host='192.168.9.56', port=8009, cast_type='cast', manufacturer='TCL'), is_dynamic_group=None)
2022-05-24 10:37:48 DEBUG (MainThread) [homeassistant.components.cast.media_player] Discovered chromecast with same UUID: ChromecastInfo(cast_info=CastInfo(services={ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.'), ServiceInfo(type='host', data=('192.168.9.56', 8009))}, uuid=UUID('44228af6-6331-76a0-e1b8-16446ab0d8d8'), model_name='Smart TV Pro', friendly_name='TCL 55P725', host='192.168.9.56', port=8009, cast_type='cast', manufacturer='TCL'), is_dynamic_group=None)
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='CONNECTING', address=NetworkAddress(address='192.168.9.56', port=8009))
2022-05-24 10:37:52 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: CONNECTING
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.dial] get_info_from_service resolved service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.') to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.', addresses=[b'\xc0\xa8\t8'], port=8009, weight=0, priority=0, server='44228af6-6331-76a0-e1b8-16446ab0d8d8.local.', properties={b'id': b'44228af6633176a0e1b816446ab0d8d8', b'cd': b'54330bac-f381-44e2-bb5a-141845c1b369', b'rm': b'F516F9CF9887B02A', b've': b'05', b'md': b'Smart TV Pro', b'ic': b'/setup/icon.png', b'fn': b'TCL 55P725', b'ca': b'461317', b'st': b'0', b'bs': b'FA8F2CD6C4CE', b'nf': b'1', b'rs': b''}, interface_index=None)
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Resolved service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.') to 192.168.9.56:8009
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Connecting to 192.168.9.56:8009
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='FAILED', address=NetworkAddress(address='192.168.9.56', port=8009))
2022-05-24 10:37:52 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: FAILED
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Failed to connect to service ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.'), retrying in 40.0s
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='CONNECTING', address=NetworkAddress(address='192.168.9.56', port=8009))
2022-05-24 10:37:52 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: CONNECTING
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Resolved service ServiceInfo(type='host', data=('192.168.9.56', 8009)) to 192.168.9.56:8009
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Connecting to 192.168.9.56:8009
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='FAILED', address=NetworkAddress(address='192.168.9.56', port=8009))
2022-05-24 10:37:52 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: FAILED
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Failed to connect to service ServiceInfo(type='host', data=('192.168.9.56', 8009)), retrying in 5.0s
2022-05-24 10:37:52 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Not connected, sleeping for 5.0s. Services: {ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.'), ServiceInfo(type='host', data=('192.168.9.56', 8009))}
2022-05-24 10:37:53 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn't connect to 192.168.9.126:5555.  TcpTimeoutException: Connecting to 192.168.9.126:5555 timed out (1.0 seconds)
2022-05-24 10:37:57 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='CONNECTING', address=NetworkAddress(address='192.168.9.56', port=8009))
2022-05-24 10:37:57 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: CONNECTING
2022-05-24 10:37:57 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Resolved service ServiceInfo(type='host', data=('192.168.9.56', 8009)) to 192.168.9.56:8009
2022-05-24 10:37:57 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Connecting to 192.168.9.56:8009
2022-05-24 10:37:57 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] connection listener: 70d54c70 (CastStatusListener) ConnectionStatus(status='FAILED', address=NetworkAddress(address='192.168.9.56', port=8009))
2022-05-24 10:37:57 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.tcl_55p725 TCL 55P725] Received cast device connection status: FAILED
2022-05-24 10:37:57 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Failed to connect to service ServiceInfo(type='host', data=('192.168.9.56', 8009)), retrying in 10.0s
2022-05-24 10:37:57 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Not connected, sleeping for 5.0s. Services: {ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.'), ServiceInfo(type='host', data=('192.168.9.56', 8009))}
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded owntracks from homeassistant.components.owntracks
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded litterrobot from homeassistant.components.litterrobot
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded soma from homeassistant.components.soma
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded powerwall from homeassistant.components.powerwall
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded bmw_connected_drive from homeassistant.components.bmw_connected_drive
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded sql from homeassistant.components.sql
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded aurora from homeassistant.components.aurora
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded xbox from homeassistant.components.xbox
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded dexcom from homeassistant.components.dexcom
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded generic from homeassistant.components.generic
2022-05-24 10:38:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded rainforest_eagle from homeassistant.components.rainforest_eagle
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded moehlenhoff_alpha2 from homeassistant.components.moehlenhoff_alpha2
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded whirlpool from homeassistant.components.whirlpool
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded filesize from homeassistant.components.filesize
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded intellifire from homeassistant.components.intellifire
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded screenlogic from homeassistant.components.screenlogic
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded flick_electric from homeassistant.components.flick_electric
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded cloudflare from homeassistant.components.cloudflare
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded zwave_js from homeassistant.components.zwave_js
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded senseme from homeassistant.components.senseme
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded sentry from homeassistant.components.sentry
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded awair from homeassistant.components.awair
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded vesync from homeassistant.components.vesync
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded tellduslive from homeassistant.components.tellduslive
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded mailgun from homeassistant.components.mailgun
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded dlna_dmr from homeassistant.components.dlna_dmr
2022-05-24 10:38:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded modern_forms from homeassistant.components.modern_forms
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded roon from homeassistant.components.roon
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded emonitor from homeassistant.components.emonitor
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded verisure from homeassistant.components.verisure
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded watttime from homeassistant.components.watttime
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded unifiprotect from homeassistant.components.unifiprotect
2022-05-24 10:38:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded foscam from homeassistant.components.foscam
2022-05-24 10:38:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded tibber from homeassistant.components.tibber
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded speedtestdotnet from homeassistant.components.speedtestdotnet
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded daikin from homeassistant.components.daikin
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded openuv from homeassistant.components.openuv
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded faa_delays from homeassistant.components.faa_delays
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded syncthru from homeassistant.components.syncthru
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded enocean from homeassistant.components.enocean
2022-05-24 10:38:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded izone from homeassistant.components.izone
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded slimproto from homeassistant.components.slimproto
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded recollect_waste from homeassistant.components.recollect_waste
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded fritzbox_callmonitor from homeassistant.components.fritzbox_callmonitor
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded icloud from homeassistant.components.icloud
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded doorbird from homeassistant.components.doorbird
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded sms from homeassistant.components.sms
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded deluge from homeassistant.components.deluge
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded wallbox from homeassistant.components.wallbox
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded agent_dvr from homeassistant.components.agent_dvr
2022-05-24 10:38:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded rfxtrx from homeassistant.components.rfxtrx
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded ondilo_ico from homeassistant.components.ondilo_ico
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded google from homeassistant.components.google
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded sleepiq from homeassistant.components.sleepiq
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded tesla_wall_connector from homeassistant.components.tesla_wall_connector
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded poolsense from homeassistant.components.poolsense
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded nest from homeassistant.components.nest
2022-05-24 10:38:02 DEBUG (Thread-7) [pychromecast.socket_client] [TCL 55P725(192.168.9.56):8009] Not connected, sleeping for 5.0s. Services: {ServiceInfo(type='mdns', data='Smart-TV-Pro-44228af6633176a0e1b816446ab0d8d8._googlecast._tcp.local.'), ServiceInfo(type='host', data=('192.168.9.56', 8009))}
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded eafm from homeassistant.components.eafm
2022-05-24 10:38:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded iotawatt from homeassistant.components.iotawatt
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded nws from homeassistant.components.nws
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded adax from homeassistant.components.adax
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded ipp from homeassistant.components.ipp
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded totalconnect from homeassistant.components.totalconnect
2022-05-24 10:38:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded subaru from homeassistant.components.subaru
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded peco from homeassistant.components.peco
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded omnilogic from homeassistant.components.omnilogic
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded homewizard from homeassistant.components.homewizard
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded upb from homeassistant.components.upb
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded plaato from homeassistant.components.plaato
2022-05-24 10:38:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded system_bridge from homeassistant.components.system_bridge
2022-05-24 10:38:02 INFO (SyncWorker_3) [homeassistant.loader] Loaded hunterdouglas_powerview from homeassistant.components.hunterdouglas_powerview
2022-05-24 10:38:02 INFO (SyncWorker_1) [homeassistant.loader] Loaded plum_lightpad from homeassistant.components.plum_lightpad
2022-05-24 10:38:02 INFO (SyncWorker_2) [homeassistant.loader] Loaded overkiz from homeassistant.components.overkiz
2022-05-24 10:38:02 INFO (SyncWorker_5) [homeassistant.loader] Loaded hisense_aehw4a1 from homeassistant.components.hisense_aehw4a1
2022-05-24 10:38:02 INFO (SyncWorker_6) [homeassistant.loader] Loaded ambient_station from homeassistant.components.ambient_station
2022-05-24 10:38:02 INFO (SyncWorker_4) [homeassistant.loader] Loaded blebox from homeassistant.components.blebox
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded tado from homeassistant.components.tado
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded meteo_france from homeassistant.components.meteo_france
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded goalzero from homeassistant.components.goalzero
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded fronius from homeassistant.components.fronius
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded smhi from homeassistant.components.smhi
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded homematicip_cloud from homeassistant.components.homematicip_cloud
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded brother from homeassistant.components.brother
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded devolo_home_network from homeassistant.components.devolo_home_network
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded kulersky from homeassistant.components.kulersky
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded almond from homeassistant.components.almond
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded uptimerobot from homeassistant.components.uptimerobot
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded kaleidescape from homeassistant.components.kaleidescape
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded flunearyou from homeassistant.components.flunearyou
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded aussie_broadband from homeassistant.components.aussie_broadband
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded fritzbox from homeassistant.components.fritzbox
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded lyric from homeassistant.components.lyric
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded ecobee from homeassistant.components.ecobee
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded harmony from homeassistant.components.harmony
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded derivative from homeassistant.components.derivative
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded trafikverket_ferry from homeassistant.components.trafikverket_ferry
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded azure_event_hub from homeassistant.components.azure_event_hub
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded juicenet from homeassistant.components.juicenet
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded vizio from homeassistant.components.vizio
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded toon from homeassistant.components.toon
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded sia from homeassistant.components.sia
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded tailscale from homeassistant.components.tailscale
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded mjpeg from homeassistant.components.mjpeg
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded google_travel_time from homeassistant.components.google_travel_time
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded co2signal from homeassistant.components.co2signal
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded min_max from homeassistant.components.min_max
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded vicare from homeassistant.components.vicare
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded spotify from homeassistant.components.spotify
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded aemet from homeassistant.components.aemet
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded kmtronic from homeassistant.components.kmtronic
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded twinkly from homeassistant.components.twinkly
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded locative from homeassistant.components.locative
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded roku from homeassistant.components.roku
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded ruckus_unleashed from homeassistant.components.ruckus_unleashed
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded nanoleaf from homeassistant.components.nanoleaf
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded aurora_abb_powerone from homeassistant.components.aurora_abb_powerone
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded metoffice from homeassistant.components.metoffice
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded control4 from homeassistant.components.control4
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded fivem from homeassistant.components.fivem
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded pvoutput from homeassistant.components.pvoutput
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded hangouts from homeassistant.components.hangouts
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded flo from homeassistant.components.flo
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded insteon from homeassistant.components.insteon
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtt
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded airtouch4 from homeassistant.components.airtouch4
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded sma from homeassistant.components.sma
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded ambee from homeassistant.components.ambee
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded crownstone from homeassistant.components.crownstone
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded directv from homeassistant.components.directv
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded august from homeassistant.components.august
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded threshold from homeassistant.components.threshold
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded aseko_pool_live from homeassistant.components.aseko_pool_live
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded p1_monitor from homeassistant.components.p1_monitor
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded yale_smart_alarm from homeassistant.components.yale_smart_alarm
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded transmission from homeassistant.components.transmission
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded litejet from homeassistant.components.litejet
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded twentemilieu from homeassistant.components.twentemilieu
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded opentherm_gw from homeassistant.components.opentherm_gw
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded elkm1 from homeassistant.components.elkm1
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded airnow from homeassistant.components.airnow
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded home_connect from homeassistant.components.home_connect
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded ifttt from homeassistant.components.ifttt
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded mysensors from homeassistant.components.mysensors
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded forecast_solar from homeassistant.components.forecast_solar
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded motion_blinds from homeassistant.components.motion_blinds
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded nam from homeassistant.components.nam
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded tankerkoenig from homeassistant.components.tankerkoenig
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded bosch_shc from homeassistant.components.bosch_shc
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded ovo_energy from homeassistant.components.ovo_energy
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded mill from homeassistant.components.mill
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded qnap_qsw from homeassistant.components.qnap_qsw
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded ezviz from homeassistant.components.ezviz
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded srp_energy from homeassistant.components.srp_energy
2022-05-24 10:38:03 INFO (SyncWorker_4) [homeassistant.loader] Loaded squeezebox from homeassistant.components.squeezebox
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded meteoclimatic from homeassistant.components.meteoclimatic
2022-05-24 10:38:03 INFO (SyncWorker_5) [homeassistant.loader] Loaded heos from homeassistant.components.heos
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded solax from homeassistant.components.solax
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded smappee from homeassistant.components.smappee
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded rdw from homeassistant.components.rdw
2022-05-24 10:38:03 INFO (SyncWorker_2) [homeassistant.loader] Loaded mikrotik from homeassistant.components.mikrotik
2022-05-24 10:38:03 INFO (SyncWorker_3) [homeassistant.loader] Loaded open_meteo from homeassistant.components.open_meteo
2022-05-24 10:38:03 INFO (SyncWorker_1) [homeassistant.loader] Loaded airthings from homeassistant.components.airthings
2022-05-24 10:38:03 INFO (SyncWorker_6) [homeassistant.loader] Loaded philips_js from homeassistant.components.philips_js
2022-05-24 10:38:04 INFO (SyncWorker_4) [homeassistant.loader] Loaded gdacs from homeassistant.components.gdacs
2022-05-24 10:38:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded surepetcare from homeassistant.components.surepetcare
2022-05-24 10:38:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded cert_expiry from homeassistant.components.cert_expiry
2022-05-24 10:38:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded knx from homeassistant.components.knx
2022-05-24 10:38:04 INFO (SyncWorker_6) [homeassistant.loader] Loaded tractive from homeassistant.components.tractive
2022-05-24 10:38:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded brunt from homeassistant.components.brunt
2022-05-24 10:38:04 INFO (SyncWorker_4) [homeassistant.loader] Loaded yamaha_musiccast from homeassistant.components.yamaha_musiccast
2022-05-24 10:38:04 INFO (SyncWorker_1) [homeassistant.loader] Loaded tomorrowio from homeassistant.components.tomorrowio
2022-05-24 10:38:04 INFO (SyncWorker_1) [homeassistant.loader] Loaded guardian from homeassistant.components.guardian
2022-05-24 10:38:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded ridwell from homeassistant.components.ridwell
2022-05-24 10:38:04 INFO (SyncWorker_6) [homeassistant.loader] Loaded coolmaster from homeassistant.components.coolmaster
2022-05-24 10:38:04 INFO (SyncWorker_4) [homeassistant.loader] Loaded habitica from homeassistant.components.habitica
2022-05-24 10:38:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded geofency from homeassistant.components.geofency
2022-05-24 10:38:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded kodi from homeassistant.components.kodi
2022-05-24 10:38:04 INFO (SyncWorker_6) [homeassistant.loader] Loaded dunehd from homeassistant.components.dunehd
2022-05-24 10:38:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded songpal from homeassistant.components.songpal
2022-05-24 10:38:04 INFO (SyncWorker_6) [homeassistant.loader] Loaded ukraine_alarm from homeassistant.components.ukraine_alarm
2022-05-24 10:38:04 INFO (SyncWorker_4) [homeassistant.loader] Loaded simplisafe from homeassistant.components.simplisafe
2022-05-24 10:38:04 INFO (SyncWorker_1) [homeassistant.loader] Loaded epson from homeassistant.components.epson
2022-05-24 10:38:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded sensibo from homeassistant.components.sensibo
2022-05-24 10:38:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded neato from homeassistant.components.neato
2022-05-24 10:38:04 INFO (SyncWorker_1) [homeassistant.loader] Loaded gogogate2 from homeassistant.components.gogogate2
2022-05-24 10:38:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded mutesync from homeassistant.components.mutesync
2022-05-24 10:38:04 INFO (SyncWorker_1) [homeassistant.loader] Loaded uptime from homeassistant.components.uptime
2022-05-24 10:38:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded solaredge from homeassistant.components.solaredge
2022-05-24 10:38:04 INFO (SyncWorker_4) [homeassistant.loader] Loaded somfy_mylink from homeassistant.components.somfy_mylink
2022-05-24 10:38:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded acmeda from homeassistant.components.acmeda
2022-05-24 10:38:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded switcher_kis from homeassistant.components.switcher_kis
2022-05-24 10:38:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded iaqualink from homeassistant.components.iaqualink
2022-05-24 10:38:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded homekit from homeassistant.components.homekit
2022-05-24 10:38:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded progettihwsw from homeassistant.components.progettihwsw
2022-05-24 10:38:04 INFO (SyncWorker_4) [homeassistant.loader] Loaded samsungtv from homeassistant.components.samsungtv
2022-05-24 10:38:04 INFO (SyncWorker_6) [homeassistant.loader] Loaded axis from homeassistant.components.axis
2022-05-24 10:38:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded webostv from homeassistant.components.webostv
2022-05-24 10:38:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded lutron_caseta from homeassistant.components.lutron_caseta
2022-05-24 10:38:04 INFO (SyncWorker_1) [homeassistant.loader] Loaded plugwise from homeassistant.components.plugwise
2022-05-24 10:38:04 INFO (SyncWorker_4) [homeassistant.loader] Loaded stookalert from homeassistant.components.stookalert
2022-05-24 10:38:04 INFO (SyncWorker_6) [homeassistant.loader] Loaded econet from homeassistant.components.econet
2022-05-24 10:38:04 INFO (SyncWorker_4) [homeassistant.loader] Loaded freebox from homeassistant.components.freebox
2022-05-24 10:38:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded elmax from homeassistant.components.elmax
2022-05-24 10:38:04 INFO (SyncWorker_6) [homeassistant.loader] Loaded vallox from homeassistant.components.vallox
2022-05-24 10:38:04 INFO (SyncWorker_1) [homeassistant.loader] Loaded bsblan from homeassistant.components.bsblan
2022-05-24 10:38:04 INFO (SyncWorker_4) [homeassistant.loader] Loaded youless from homeassistant.components.youless
2022-05-24 10:38:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded rituals_perfume_genie from homeassistant.components.rituals_perfume_genie
2022-05-24 10:38:04 INFO (SyncWorker_1) [homeassistant.loader] Loaded smartthings from homeassistant.components.smartthings
2022-05-24 10:38:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded gios from homeassistant.components.gios
2022-05-24 10:38:04 INFO (SyncWorker_3) [homeassistant.loader] Loaded starline from homeassistant.components.starline
2022-05-24 10:38:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded devolo_home_control from homeassistant.components.devolo_home_control
2022-05-24 10:38:04 INFO (SyncWorker_6) [homeassistant.loader] Loaded volumio from homeassistant.components.volumio
2022-05-24 10:38:04 INFO (SyncWorker_2) [homeassistant.loader] Loaded meater from homeassistant.components.meater
2022-05-24 10:38:04 INFO (SyncWorker_5) [homeassistant.loader] Loaded broadlink from homeassistant.components
Mordevolt commented 2 years ago

can confirm same problem. android tv integration, tv connected via cable. image

hillbicks commented 2 years ago

I had the same issue with an nvidia shield pro with android 11 and a ethernet connection. I had some other issues as well, therefore I downgraded to android 9 again so unfortunately I can not add logfiles/configuration.

pratik-shivarkar commented 2 years ago

I had the same issue with TCL 75R646

I can reproduce the behavior with following settings

Network Standby is On Let others control your media is Always Screenless Service is Off

2022-07-05 22:12:38 ERROR (MainThread) [homeassistant.components.androidtv.media_player] Failed to execute an ADB command. ADB connection re-establishing attempt in the next update. Error: Reading from 192.168.1.112:5555 timed out (9.0 seconds)
2022-07-05 22:12:40 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn't connect to 192.168.1.112:5555.  TcpTimeoutException: Connecting to 192.168.1.112:5555 timed out (1.0 seconds)
2022-07-05 22:12:45 WARNING (Thread-7) [pychromecast.socket_client] [Living Room TV(192.168.1.112):8009] Heartbeat timeout, resetting connection
2022-07-05 22:12:45 INFO (Thread-7) [pychromecast.controllers] Receiver:channel_disconnected
2022-07-05 22:12:45 DEBUG (Thread-7) [pychromecast.socket_client] [Living Room TV(192.168.1.112):8009] Sending: Message urn:x-cast:com.google.cast.tp.connection from sender-0 to receiver-0: {'type': 'CLOSE', 'origin': {}}
2022-07-05 22:12:45 DEBUG (Thread-7) [pychromecast.socket_client] [Living Room TV(192.168.1.112):8009] connection listener: 7f018b134700 (CastStatusListener) ConnectionStatus(status='LOST', address=NetworkAddress(address='192.168.1.112', port=8009))
2022-07-05 22:12:45 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.living_room_tv Living Room TV] Received cast device connection status: LOST
2022-07-05 22:12:45 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.living_room_tv Living Room TV] Cast device availability changed: LOST
2022-07-05 22:12:45 DEBUG (Thread-7) [pychromecast.socket_client] [Living Room TV(192.168.1.112):8009] connection listener: 7f018b134700 (CastStatusListener) ConnectionStatus(status='CONNECTING', address=NetworkAddress(address='192.168.1.112', port=8009))
2022-07-05 22:12:45 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.living_room_tv Living Room TV] Received cast device connection status: CONNECTING
2022-07-05 22:12:45 DEBUG (Thread-7) [pychromecast.socket_client] [Living Room TV(192.168.1.112):8009] Resolved service ServiceInfo(type='host', data=('192.168.1.112', 8009)) to 192.168.1.112:8009
2022-07-05 22:12:45 DEBUG (Thread-7) [pychromecast.socket_client] [Living Room TV(192.168.1.112):8009] Connecting to 192.168.1.112:8009
2022-07-05 22:12:52 DEBUG (Thread-7) [pychromecast.socket_client] [Living Room TV(192.168.1.112):8009] connection listener: 7f018b134700 (CastStatusListener) ConnectionStatus(status='CONNECTED', address=NetworkAddress(address='192.168.1.112', port=8009))
2022-07-05 22:12:52 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.living_room_tv Living Room TV] Received cast device connection status: CONNECTED
2022-07-05 22:12:52 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.living_room_tv Living Room TV] Cast device availability changed: CONNECTED
2022-07-05 22:12:52 DEBUG (Thread-7) [pychromecast.controllers] Receiver:Updating status
2022-07-05 22:12:52 DEBUG (Thread-7) [pychromecast.socket_client] [Living Room TV(192.168.1.112):8009] Sending: Message urn:x-cast:com.google.cast.tp.connection from sender-0 to receiver-0: {'type': 'CONNECT', 'origin': {}, 'userAgent': 'PyChromecast', 'senderInfo': {'sdkType': 2, 'version': '15.605.1.3', 'browserVersion': '44.0.2403.30', 'platform': 4, 'systemVersion': 'Macintosh; Intel Mac OS X10_10_3', 'connectionType': 1}}
2022-07-05 22:12:52 DEBUG (Thread-7) [pychromecast.socket_client] [Living Room TV(192.168.1.112):8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2022-07-05 22:12:52 INFO (Thread-7) [pychromecast.socket_client] [Living Room TV(192.168.1.112):8009] Connection reestablished!
2022-07-05 22:12:52 DEBUG (Thread-7) [pychromecast.socket_client] [Living Room TV(192.168.1.112):8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'applications': [{'appId': 'E8C28D3C', 'appType': 'WEB', 'displayName': 'Backdrop', 'iconUrl': '', 'isIdleScreen': True, 'launchedFromCloud': False, 'namespaces': [{'name': 'urn:x-cast:com.google.cast.sse'}, {'name': 'urn:x-cast:com.google.cast.cac'}], 'sessionId': '212b4813-6c63-40a2-9238-f474fcfc2eb5', 'statusText': '', 'transportId': '212b4813-6c63-40a2-9238-f474fcfc2eb5', 'universalAppId': 'E8C28D3C'}], 'isActiveInput': False, 'isStandBy': True, 'userEq': {}, 'volume': {'controlType': 'master', 'level': 0.28999999165534973, 'muted': True, 'stepInterval': 0.009999999776482582}}, 'type': 'RECEIVER_STATUS'}
2022-07-05 22:12:52 DEBUG (Thread-7) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=0.28999999165534973, volume_muted=True, app_id='E8C28D3C', display_name='Backdrop', namespaces=['urn:x-cast:com.google.cast.sse', 'urn:x-cast:com.google.cast.cac'], session_id='212b4813-6c63-40a2-9238-f474fcfc2eb5', transport_id='212b4813-6c63-40a2-9238-f474fcfc2eb5', status_text='', icon_url='', volume_control_type='master')

The problem goes away if you turn on Screenless Service

What this basically does that it will keep the Google TV powered on in the background, and Google Assistant will be more responsive.

If I change "Let others control your media" to anything but Always. Your module won't come back on in HA after it goes offline after a while. I suspect it's the ADB command from HA that wakes the TV back, I can basically hear the TV relay switching on and off every minute.

If I turn off Network Standby to Off then HA integration works only when TV is turned on.

Here is the example of issue going away after turning on the Screenless Service image

emontnemery commented 2 years ago

I'm not quite sure what to do about this; from the logs it seems clear the TCL TV closes the connection when it's turned off which Home Assistant does not expect. What happens if you use the Google Home app, can that reliably connect to the TV and cast media to it when it's turned off?

pratik-shivarkar commented 2 years ago

@emontnemery Here is what I tried,

If TV is off and network standby is off, not even Google Home can reach the device. You can't ping the device either. When network standby is on, you can ping the device but cannot send ADB command.

Does HA send periodic ADB commands to TV to get it's status? That could explain why TV is turned on, times out and turns off.

Screenless Service is like equivalent of the Google TV dongle being powered on. If that is off and only Network Standby is on the Google TV inside TCL TV is powered off but can be awoken via network. If you cast anything from your phone and Network Standby is on then TV will turn on. So it will still show up in Google Home.

mendoncart commented 2 years ago

Any news?

Xitro01 commented 2 years ago

I have a comparable issue, with the Nvidia Shield. When I play something for ~1 hour. It isn't just showing 'playing' for an hour, but a lot of 'standby' and 'idle' states in between, about 10 of those in 1 hour. This integration is quite unstable since the whole Android version upgrade.

Syncr0nize commented 2 years ago

I have the exact same issue. It's a Sony Android TV, the Android integration is working fine but the cast integration for the TV is spam'ing the logs. A couple days ago I was able to see that they were constantly updating but now it just hangs and sometimes crashes HA

The Android app has been waiting for multiple minutes: Screenshot_20220814-155013

MartinKuhl commented 2 years ago

same issue with firetv4k: Failed to execute an ADB command. ADB connection re-establishing attempt in the next update. Error: Reading from 192.168.177.127:5555 timed out

Heijt771 commented 2 years ago

Hoping to keep this thread alive, by commenting that I am too facing the same issue with several Shield TV's after the update. Looking forward to seeing if there is any bug fix that could be implemented. Thanks to those working on this.

MattPuffin commented 2 years ago

I was having the same issue with a fire stick, along with it sometimes going unavailable for days at a time. Today I installed the AndroidDebugBridge docker container on my unraid server and used this instead of HAs built in ADB handling and it seems to have fixed both issues. Of course, only time will tell if it's a (semi) permanent fix.

I know this may not help everyone, but I thought I'd mention it as it may be useful to some.

emontnemery commented 2 years ago

@MattPuffin That's interesting, can you please clarify the setup with the ADB container a bit? When you write "used this instead of HAs built in ADB handling", do you mean that you've reconfigured the androidtv integration to make use of the ADB server in the ADB container?

MattPuffin commented 2 years ago

@emontnemery Apologies, I wrote my comment when I probably should have been asleep!

This is the docker container I installed: https://hub.docker.com/r/barnybbb/adb-hass-androidtv It's available on the Unraid Community Apps store and all I did was define the IP of my fire stick within the setup. image

When first running the container, I made sure to be on the Developer Options menu on the fire stick (no idea if this is necessary) and allowed access to the container when prompted.

I then deleted my existing Android TV integration on HA and configured it as below image

I'll be honest I don't really know what I'm doing half the time, my HA setup is mainly built from googling and copying code snippets etc. This was my thought process for installing the ADB container: I stumbled across this HA ADB add-on while looking into this issue (https://github.com/hassio-addons/addon-adb) and noted that it is now depreciated as HA has the built-in python ADB implementation. As all my errors included something about python, I figured I'd give an external ADB service a try

mendoncart commented 1 year ago

Mi FireTv Stick keeps disconnecting, even if I try the adb-hass-android tv. To reconnect, I have to disable adb debug on the fire stick and re-enable it.

But it doesn't stay connected for more than 2 days. Pls help!

victorcpascua commented 1 year ago

Something make think that the problem could be because ubiquiti networks.

I have the same problems, and I have a ubiquiti network (U6-Lite + U6-LR).

Someone having the same problem, has a ubiquiti network?

bcutter commented 1 year ago

No I don't but I see the same behavior. So your theory is falsified.

Why should it be a layer 3 error... it's in the application, for sure.

victorcpascua commented 1 year ago

No I don't but I see the same behavior. So your theory is falsified.

Why should it be a layer 3 error... it's in the application, for sure.

Maybe…

In my case, not only some of my cast devices are getting down and making some errors in console, some random integrations fails at the same time.

mendoncart commented 1 year ago

Something make think that the problem could be because ubiquiti networks.

I have the same problems, and I have a ubiquiti network (U6-Lite + U6-LR).

Someone having the same problem, has a ubiquiti network?

Mine also has no ubiquiti devices in the network. It's probably something on the firetv side disconnecting the integration (due to device sleeping, wifi down, etc) and not allowing to connect again.

stemer77 commented 1 year ago

I have similar problem, that my Google TV dongle is not seen every minute (its state changes from turned off to unavailable or is always turned off) I've figured out, that this may be connected to user profiles that are created on dongle. My main profile (configure with my main Google account) is always seen in HA and it shows correct data, what am I watching etc. I also have configured second profile for my kid. When my kid switches to his profile the bug exists. My kid also have his profile configured with other Google account.

bithajcsar commented 1 year ago

Hi All, I am experiencing this issue with my brand new Hyundai Android TV. I has built-in Chromecast function. Frequent loss of connection renders the integration useless. In the log I have: 2023-01-09 22:46:43.288 ERROR (MainThread) [homeassistant.components.androidtv.media_player] Failed to execute an ADB command. ADB connection re-establishing attempt in the next update. Error: Reading from 172.16.1.137:5555 timed out (9.0 seconds) 2023-01-09 22:46:45.285 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn't connect to 172.16.1.137:5555. TcpTimeoutException: Connecting to 172.16.1.137:5555 timed out (1.0 seconds) On the UI: image Maybe increasing the timeout would help? But how? The TV is connected to the network using an Ethernet cable. WiFi is disabled. Two devices are known by the Home Assistant:

bithajcsar commented 1 year ago

As of today, continuous timeouts rendered the integration useless...

legendarywwllc commented 1 year ago

Hey Gang, has anyone been able to come up with any kind of work around? If I can atleast delay interval or frequency of the tv state check, that can hold me over Just not sure how to go about doing this.

bithajcsar commented 1 year ago

Hi On my Hyundai Android TV I turned on the second option in developer settings, "Do not turn off" (Maybe it is named differently on English language systems). In my case that option solved the problem. No more "unavailable' states in HA when the TV is switched off. Also, it became possible to turn on the TV. On my Android TV boxes (Telekom TV) the Wakelock v3 application was the one that helped: The "Processor" option (Keep the CPU from going into standby...) should be turned on. In general, I recommend using both at the same time. Afterall it seems that the problem is not in the HA but in the Android TV systems.

tyjtyj commented 1 year ago

I been wondering if there is option set wakelock from ADB, this allow this integration to work on device with CPU sleep enabled

kevincaradant commented 1 year ago

Hi everyone and @pratik-shivarkar I'm currently using the Google cast integration. But for me the behavior was the same for Android integration until today. I disabled Android integration to avoid to have twice the log "unavailable / indisponible" status issue

However, I don't want to say its solved too soon but this answer https://github.com/home-assistant/core/issues/69832#ISSUECOMMENT-1175735076 from @pratik-shivarkar resolved the issue via the screenless service to on?

Since 5 minutes I doesn't have anymore 'unavailable' state. Is it an issue to have this service enabled? Or its just the solution? Screenshot_20230212-101421_Home Assistant

It's 10:04:00 AM. Now more log since the 'turn off / éteint' state.

Thanks

Mr-HaleYa commented 1 year ago

I am also having this problem on my Nvidia Shield, TCL tv, Samsung Google TV, and google home cast devices... it seems to really get unhappy when I try to use the devices, but I also get errors "passively" image image image image image

Erikhanm commented 1 year ago

Hi,

Seems like i tempoarly mitigated the problem i was having with my TCL TV by adding:

binary_sensor:
  - platform: ping
    host: <device_ip>
    name: "<name>"
    count: 5

After it is stable. Red: Before Blue: After

Screenshot_2

jherby2k commented 1 year ago

The above suggestion made no difference for me. In fact, i've had a ping hitting my CCwGTV non-stop without dropping any packets for several hours, during which it went "unavailable" repeatedly.

I set up a quick automation to grab ADB properties when it goes unavailable:

alias: android unavailability test
description: ""
trigger:
  - platform: state
    entity_id:
      - media_player.living_room_google_tv
    to: unavailable
condition: []
action:
  - service: androidtv.adb_command
    data:
      command: GET_PROPERTIES
    target:
      entity_id: media_player.living_room_google_tv
  - service: script.send_notification
    data:
      audience: Jeremy
      is_public: true
      message: The TV just went offline
      is_important: false
mode: single

Notably, the device switched back to 'off' immediately when i did this. However, nothing seems that interesting about the resulting state:

device_class: tv
friendly_name: Living Room Google TV
supported_features: 23997
adb_response: >-
  {'screen_on': False, 'awake': False, 'audio_state': None, 'wake_lock_size': 1,
  'current_app': None, 'media_session_state': None, 'audio_output_device': None,
  'is_volume_muted': None, 'volume': None, 'running_apps': None, 'hdmi_input':
  None}

I'm going to leave it running for a while, as at the very least this seems to make it immediately available again.

MihaiKrieger commented 1 year ago

I am having the exact same issue with Android TV TCL 55C721. The behavior has been the same since forever. The Android TV entity becomes unavailable every minute. I am attaching debug mode logs. I have seen that this thread has been running for a long time without no solution in sight.

What I have tried in the past.

I am definitely out of ideas, as many other people are. It stood out to me that TCL brand suffers from this in particular.

I have pinged the IP of the TV from HA terminal and noticed that the ping gets interrupted ever earlier than one minute. Which means that the connection gets severed itself, and as such the integration breaks naturally.

--- 192.168.1.6 ping statistics ---
326 packets transmitted, 94 packets received, 71% packet loss
round-trip min/avg/max = 0.476/6.970/332.822 ms 

home-assistant_androidtv_2023-03-14T07-32-25.597Z.log.zip

kevincaradant commented 1 year ago

I didn't try android Tv but I'm using the Cast integration on my C835. Since I enabled the screenless service to on. I didn't have any issues. I didn't see the mention of it on your message @MihaiKrieger so I mention it here in case you want to try.

MihaiKrieger commented 1 year ago

Hello Kevin,

The TV works with both integrations, Google Cast for the embedded chromecast, and Android TV, for the Android TV related functions.

Currently I have disabled the Android TV integration, yet the Cast function still goes offline as described before. I don't understand what you mean by screenless service. I am interested in trying it, because I don't know where to start looking. Could you please share your configuration so I can replicate it in my environment?

Thank you in advance.

tyjtyj commented 1 year ago

Solution for TCL TV GOOGLE TV is set screenless service on Settings --> Quick Start --> Screenless Service.

Do note the led light will be off when screen off

kevincaradant commented 1 year ago

@MihaiKrieger , as you can see @tyjtyj has already answered for you :) As my TV isn't in English I will try to translate the menu hopping it's the same behavior because not sure we have the same menu ?

In my case I found the setting under "Settings" => "System" => "Power && Energy" => "Screenless Service". Check it.

I think everyting will be ok for you now ;)

MihaiKrieger commented 1 year ago

Thank you very much for the info. As I am no longer home, I will come back and post feedback/conclusion on Saturday 18.03.2023 ;).