Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HA loses connection to chrome cast and does not reconnect #19890

Closed
ttaidapos opened this issue Jan 9, 2019 · 70 comments
Closed

HA loses connection to chrome cast and does not reconnect #19890

ttaidapos opened this issue Jan 9, 2019 · 70 comments

Comments

@ttaidapos
Copy link

ttaidapos commented Jan 9, 2019

Description of problem:
Several users report that HA loses connection to chrome cast and does not manage to reconnect until HA is restarted.
Unfortunately, this is not possible to debug without logs.

If you have this problem, please help by

  • Enable debug logging for the cast integration and its dependencies:
    Logger options in configuration.yaml
    logger:
      default: info
      logs:
        homeassistant.components.cast: debug
        homeassistant.components.cast.media_player: debug
        pychromecast: debug
        pychromecast.discovery: debug
        pychromecast.socket_client: debug
        zeroconf: debug
  • When the issue is reproduced:
    a. Use the Google home app to verify that the Google home app can reach each cast to which the connection is lost, and also confirm the IP address of each disconnected cast (found at the end of the device settings menu in the Google Home App). Note the time and confirmed IP address. Please note that sharing of private IP addresses such as 192.168.x.x or 10.x.x.x is not an issues as those IPs are only accessible within your own network.
    b. Restart HA to recover connection to the cast
    c. Add a comment to this issue including:
    • The time at which connection to the casts is lost
    • The name of the casts that are turned on but can't be connected to by HA
    • The IP addresses manually checked for each failing cast, and the time of checking
    • A complete HA log - from start of HA until connection is lost and HA is restarted and the connections to the casts are reestablished. The log can be uploaded to https://gist.github.com/ or similar service, or attached as a file.
    • Describe if you have manually configured the casts in configuration.yaml or if the casts have been discovered.
@rich710se
Copy link

rich710se commented Feb 12, 2019

I also have the same problem, since a looong time ago, thats my only errors in the log. I have tried both with the integration and the media_player: in configuration.yaml.
It can dissapear for some hours, but then it goes on again.

Failed to connect, retrying in 5.0s
12:37 PM /srv/homeassistant/lib/python3.6/site-packages/pychromecast/socket_client.py (ERROR)
Error communicating with socket, resetting connection
12:37 PM /srv/homeassistant/lib/python3.6/site-packages/pychromecast/socket_client.py (WARNING)
Error reading from socket.
12:37 PM /srv/homeassistant/lib/python3.6/site-packages/pychromecast/socket_client.py (ERROR)
Failed to connect, retrying in 5.0s
11:55 AM /srv/homeassistant/lib/python3.6/site-packages/pychromecast/socket_client.py (ERROR)
Error communicating with socket, resetting connection
11:55 AM /srv/homeassistant/lib/python3.6/site-packages/pychromecast/socket_client.py (WARNING)
Error reading from socket.
11:55 AM /srv/homeassistant/lib/python3.6/site-packages/pychromecast/socket_client.py (ERROR)
Failed to connect, retrying in 5.0s
10:46 AM /srv/homeassistant/lib/python3.6/site-packages/pychromecast/socket_client.py (ERROR)
Error communicating with socket, resetting connection
10:46 AM /srv/homeassistant/lib/python3.6/site-packages/pychromecast/socket_client.py (WARNING)
Error reading from socket.
10:46 AM /srv/homeassistant/lib/python3.6/site-packages/pychromecast/socket_client.py (ERROR)

@ttaidapos
Copy link
Author

Rich... Did you manually upgrade python at any point?

@rich710se
Copy link

I can't really remember. Maybe I have, but I can't remember upgrade it.
Maybe it has something with this todo? because I have 2 clients that's unreachable just now.

Ignoring CEC Data
The Chromecast typically reports whether it is the active input on the device to which it is connected. This value is stored inside a cast object in the following property.

cast.status.is_active_input
Some Chromecast users have reported CEC incompatibilities with their media center devices. These incompatibilities may sometimes cause this active input value to be reported improperly.

This active input value is typically used to determine if the Chromecast is idle. PyChromecast is capable of ignoring the active input value when determining if the Chromecast is idle in the instance that the Chromecast is returning erroneous values. To ignore this CEC detection data in PyChromecast, append a Linux style wildcard formatted string to the IGNORE_CEC list in PyChromecast like in the example below.

pychromecast.IGNORE_CEC.append('*') # Ignore CEC on all devices
pychromecast.IGNORE_CEC.append('Living Room') # Ignore CEC on Chromecasts named Living Room

@emontnemery
Copy link
Contributor

Those are the prints when HA can't reach the casts and is trying to reconnect, I don't think it looks too bad or strange.

Are your casts not showing up in HA UI when they are turned on and visible in the Google Home app?

@ttaidapos
Copy link
Author

Those are the prints when HA can't reach the casts and is trying to reconnect, I don't think it looks too bad or strange.

Are your casts not showing up in HA UI when they are turned on and visible in the Google Home app?

All my casts are available and in the UI when these errors occur. They're just never ending. The only odd thing is they're not there on initial reboot. Can this be related to Issue#19890?

@emontnemery
Copy link
Contributor

@ttaidapos Can you give HA beta 0.88.0b2 a try?

@ttaidapos
Copy link
Author

Much better with 0.88 without losing the chromecast group. I do have the log entries below still though.

2019-02-21 00:07:08 ERROR (MainThread) [frontend.js.latest.201902200] https://gtmasters.duckdns.org/frontend_latest/c44e5d59e2d7eb01278d.chunk.js:3270:1096 Uncaught TypeError: Cannot read property 'config' of undefined
2019-02-21 02:11:59 WARNING (Thread-14) [pychromecast.socket_client] [Bedroom Speaker:8009] Heartbeat timeout, resetting connection
2019-02-21 02:18:56 ERROR (Thread-8) [pychromecast.socket_client] [House:42355] Error reading from socket.
2019-02-21 02:18:56 WARNING (Thread-8) [pychromecast.socket_client] [House:42355] Error communicating with socket, resetting connection
2019-02-21 02:18:56 ERROR (Thread-8) [pychromecast.socket_client] [House:42355] Failed to connect to service Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-3._googlecast._tcp.local., retrying in 5.0s
2019-02-21 02:19:27 WARNING (Thread-7) [pychromecast.socket_client] [Dining Room Speaker:8009] Heartbeat timeout, resetting connection
2019-02-21 02:19:45 ERROR (Thread-8) [pychromecast.socket_client] [House:42355] Error reading from socket.
2019-02-21 02:19:45 WARNING (Thread-8) [pychromecast.socket_client] [House:42355] Error communicating with socket, resetting connection
2019-02-21 02:19:45 ERROR (Thread-8) [pychromecast.socket_client] [House:42355] Failed to connect to service Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204._googlecast._tcp.local., retrying in 5.0s
2019-02-21 02:35:10 WARNING (Thread-5) [pychromecast.socket_client] [Baby display:8009] Heartbeat timeout, resetting connection
2019-02-21 03:08:07 WARNING (Thread-6) [pychromecast.socket_client] [Office display:8009] Heartbeat timeout, resetting connection
2019-02-21 03:38:53 WARNING (Thread-15) [pychromecast.socket_client] [Soundbar Speaker:8009] Heartbeat timeout, resetting connection
2019-02-21 03:57:54 WARNING (Thread-13) [pychromecast.socket_client] [Bathroom Speaker:8009] Heartbeat timeout, resetting connection
2019-02-21 04:21:58 WARNING (Thread-12) [pychromecast.socket_client] [Living Room Speaker:8009] Heartbeat timeout, resetting connection
2019-02-21 04:25:29 WARNING (Thread-10) [pychromecast.socket_client] [Kitchen Speaker:8009] Heartbeat timeout, resetting connection
2019-02-21 05:06:50 WARNING (Thread-2) [nest.nest] Haven't received data from Nest in 5 mintues
2019-02-21 11:21:22 WARNING (Thread-16) [nest.nest] Haven't received data from Nest in 5 mintues
2019-02-21 11:27:06 ERROR (MainThread) [homeassistant.components.hue.light] Unable to reach bridge 192.168.50.96 ()
2019-02-21 11:53:14 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/asyncio/selector_events.py", line 724, in _read_ready
    data = self._sock.recv(self.max_size)
OSError: [Errno 113] No route to host
2019-02-21 13:06:30 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.leptospirosis_symptoms is taking over 10 seconds
2019-02-21 13:43:24 WARNING (Thread-17) [nest.nest] Haven't received data from Nest in 5 mintues
2019-02-21 14:02:23 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/asyncio/selector_events.py", line 724, in _read_ready
    data = self._sock.recv(self.max_size)
TimeoutError: [Errno 110] Connection timed out
2019-02-21 15:38:49 WARNING (Thread-3) [pychromecast.socket_client] [Kitchen display:8009] Heartbeat timeout, resetting connection
2019-02-21 18:42:55 WARNING (Thread-18) [nest.nest] Haven't received data from Nest in 5 mintues
2019-02-21 19:05:26 ERROR (MainThread) [homeassistant.components.hue.light] Unable to reach bridge 192.168.50.96 ()
2019-02-21 21:22:18 ERROR (MainThread) [homeassistant.components.hue.light] Unable to reach bridge 192.168.50.96 ()
2019-02-22 02:14:57 WARNING (Thread-10) [pychromecast.socket_client] [Kitchen Speaker:8009] Heartbeat timeout, resetting connection
2019-02-22 02:17:38 WARNING (Thread-13) [pychromecast.socket_client] [Bathroom Speaker:8009] Heartbeat timeout, resetting connection
2019-02-22 02:20:09 WARNING (Thread-15) [pychromecast.socket_client] [Soundbar Speaker:8009] Heartbeat timeout, resetting connection
2019-02-22 02:53:21 WARNING (Thread-12) [pychromecast.socket_client] [Living Room Speaker:8009] Heartbeat timeout, resetting connection
2019-02-22 03:21:44 WARNING (Thread-6) [pychromecast.socket_client] [Office display:8009] Heartbeat timeout, resetting connection
2019-02-22 04:01:41 WARNING (Thread-14) [pychromecast.socket_client] [Bedroom Speaker:8009] Heartbeat timeout, resetting connection
2019-02-22 04:46:42 WARNING (Thread-5) [pychromecast.socket_client] [Baby display:8009] Heartbeat timeout, resetting connection
2019-02-22 04:55:28 ERROR (Thread-8) [pychromecast.socket_client] [House:42355] Error reading from socket.
2019-02-22 04:55:28 WARNING (Thread-8) [pychromecast.socket_client] [House:42355] Error communicating with socket, resetting connection
2019-02-22 04:55:28 ERROR (Thread-8) [pychromecast.socket_client] [House:42355] Failed to connect to service Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-3._googlecast._tcp.local., retrying in 5.0s
2019-02-22 04:55:59 WARNING (Thread-7) [pychromecast.socket_client] [Dining Room Speaker:8009] Heartbeat timeout, resetting connection
2019-02-22 04:56:19 ERROR (Thread-8) [pychromecast.socket_client] [House:42355] Error reading from socket.
2019-02-22 04:56:19 WARNING (Thread-8) [pychromecast.socket_client] [House:42355] Error communicating with socket, resetting connection

@ttaidapos
Copy link
Author

Here are updated logs... Seems to be running smoother over a few days.

2019-02-26 17:41:28 WARNING (MainThread) [aiohttp.websocket] websocket connection is closing.
2019-02-27 02:09:14 WARNING (Thread-5) [pychromecast.socket_client] [Office display:8009] Heartbeat timeout, resetting connection
2019-02-27 02:09:25 ERROR (Thread-7) [pychromecast.socket_client] [House:42355] Error reading from socket.
2019-02-27 02:09:25 WARNING (Thread-7) [pychromecast.socket_client] [House:42355] Error communicating with socket, resetting connection
2019-02-27 02:09:53 WARNING (Thread-6) [pychromecast.socket_client] [Dining Room Speaker:8009] Heartbeat timeout, resetting connection
2019-02-27 02:10:14 ERROR (Thread-7) [pychromecast.socket_client] [House:42355] Error reading from socket.
2019-02-27 02:10:14 WARNING (Thread-7) [pychromecast.socket_client] [House:42355] Error communicating with socket, resetting connection
2019-02-27 02:10:15 ERROR (Thread-7) [pychromecast.socket_client] [House:42355] Failed to connect to service Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204._googlecast._tcp.local., retrying in 5.0s
2019-02-27 02:15:33 WARNING (Thread-12) [pychromecast.socket_client] [Kitchen Speaker:8009] Heartbeat timeout, resetting connection
2019-02-27 02:18:18 WARNING (Thread-9) [pychromecast.socket_client] [Bathroom Speaker:8009] Heartbeat timeout, resetting connection
2019-02-27 03:43:47 WARNING (Thread-10) [pychromecast.socket_client] [Bedroom Speaker:8009] Heartbeat timeout, resetting connection
2019-02-27 03:46:23 WARNING (Thread-3) [pychromecast.socket_client] [Baby display:8009] Heartbeat timeout, resetting connection
2019-02-27 03:47:48 WARNING (Thread-14) [pychromecast.socket_client] [Soundbar Speaker:8009] Heartbeat timeout, resetting connection
2019-02-27 04:00:00 WARNING (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Heartbeat timeout, resetting connection
2019-02-27 04:10:48 WARNING (Thread-4) [pychromecast.socket_client] [Kitchen display:8009] Heartbeat timeout, resetting connection
2019-02-27 04:11:18 ERROR (Thread-4) [pychromecast.socket_client] [Kitchen display:8009] Failed to connect to service Google-Home-Hub-4956f9208aa2e8bf3f7063a785abb054._googlecast._tcp.local., retrying in 5.0s

@ttaidapos
Copy link
Author

ttaidapos commented Apr 8, 2019

Still have the same issues with 91.1 below are updated logs:

2019-04-07 15:47:19 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1704863760] Client exceeded max pending messages [2]: 512
2019-04-07 15:47:19 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1704863760] Client exceeded max pending messages [2]: 512
2019-04-07 15:47:19 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1704863760] Client exceeded max pending messages [2]: 512
2019-04-07 15:47:19 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1704863760] Client exceeded max pending messages [2]: 512
2019-04-07 15:47:19 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1704863760] Client exceeded max pending messages [2]: 512
2019-04-07 19:39:03 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1707797360] Client exceeded max pending messages [2]: 512
2019-04-07 19:39:03 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1707797360] Client exceeded max pending messages [2]: 512
2019-04-07 19:39:03 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1707797360] Client exceeded max pending messages [2]: 512
2019-04-07 23:18:07 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1665952912] Client exceeded max pending messages [2]: 512
2019-04-08 02:33:51 WARNING (Thread-4) [pychromecast.socket_client] [Baby display:8009] Heartbeat timeout, resetting connection
2019-04-08 02:43:50 WARNING (Thread-14) [pychromecast.socket_client] [Kitchen Speaker:8009] Heartbeat timeout, resetting connection
2019-04-08 02:53:54 WARNING (Thread-10) [pychromecast.socket_client] [Living Room Speaker:8009] Heartbeat timeout, resetting connection
2019-04-08 04:15:04 WARNING (Thread-15) [pychromecast.socket_client] [Soundbar Speaker:8009] Heartbeat timeout, resetting connection
2019-04-08 04:18:29 ERROR (Thread-7) [pychromecast.socket_client] [House:42355] Error reading from socket.
2019-04-08 04:18:29 WARNING (Thread-7) [pychromecast.socket_client] [House:42355] Error communicating with socket, resetting connection
2019-04-08 04:18:29 ERROR (Thread-7) [pychromecast.socket_client] [House:42355] Failed to connect to service Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local., retrying in 5.0s
2019-04-08 04:19:00 WARNING (Thread-5) [pychromecast.socket_client] [Dining Room Speaker:8009] Heartbeat timeout, resetting connection
2019-04-08 04:19:20 ERROR (Thread-7) [pychromecast.socket_client] [House:42355] Error reading from socket.
2019-04-08 04:19:20 WARNING (Thread-7) [pychromecast.socket_client] [House:42355] Error communicating with socket, resetting connection
2019-04-08 04:38:27 WARNING (Thread-12) [pychromecast.socket_client] [Bathroom Speaker:8009] Heartbeat timeout, resetting connection
2019-04-08 04:38:40 WARNING (Thread-11) [pychromecast.socket_client] [Bedroom Speaker:8009] Heartbeat timeout, resetting connection
2019-04-08 04:38:58 ERROR (Thread-12) [pychromecast.socket_client] [Bathroom Speaker:8009] Failed to connect to service Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local., retrying in 5.0s
2019-04-08 04:39:10 ERROR (Thread-11) [pychromecast.socket_client] [Bedroom Speaker:8009] Failed to connect to service Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local., retrying in 5.0s
2019-04-08 06:36:32 WARNING (Thread-14) [pychromecast.socket_client] [Kitchen Speaker:8009] Heartbeat timeout, resetting connection
2019-04-08 06:37:02 ERROR (Thread-14) [pychromecast.socket_client] [Kitchen Speaker:8009] Failed to connect to service Google-Home-a51174ec630359cbf8c5fda7194ac339._googlecast._tcp.local., retrying in 5.0s
2019-04-08 07:31:23 WARNING (Thread-8) [pychromecast.socket_client] [Office display:8009] Heartbeat timeout, resetting connection
2019-04-08 10:02:49 WARNING (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] Heartbeat timeout, resetting connection
2019-04-08 10:06:01 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1663687600] Client exceeded max pending messages [2]: 512
2019-04-08 10:06:01 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1663687600] Client exceeded max pending messages [2]: 512

@emontnemery
Copy link
Contributor

@ttaidapos The errors and warnings mean home assistant lost connection to the Chromecast.
Does home assistant reliably recover, and you can see the state of all casts and groups?
If you cast something, will it continue casting even when home assistant dropped the connection?

@ttaidapos
Copy link
Author

When I see these after a reboot, hass does recover and can cast and see all devices and groups. After a few days (no more than 5 or so), casting doesn't always work for all devices/groups. A reboot fixes the problem. I've tried to align time stamps with internet and router connections to no avail.

@ttaidapos
Copy link
Author

Small update, after about 6 running days without restarting hass, majority of the devices are showing off. :(

@emontnemery
Copy link
Contributor

What does "showing off" mean, does it mean you can no longer control the casts?

When you say you reboot, do you mean you reboot home assistant or you reboot the device?

@ttaidapos
Copy link
Author

Correct. The Google Displays and TV casts are working but not the speakers or speaker group.

@emontnemery
Copy link
Contributor

Ok, and when you say that a "A reboot fixes the problem", what is it that your reboot?

@ttaidapos
Copy link
Author

I restart hass

@emontnemery
Copy link
Contributor

OK. I can't reproduce this issue.

A complete HA log - from starting HA until connection is lost and you restart HA to restore functionality - is needed for debugging.

Logger options in configuration.yaml

logger:
  default: info
  logs:
    homeassistant.components.cast: debug
    homeassistant.components.cast.media_player: debug
    pychromecast: debug
    pychromecast.discovery: debug
    pychromecast.socket_client: debug
    zeroconf: debug

@ttaidapos
Copy link
Author

OK. I can't reproduce this issue.

A complete HA log - from starting HA until connection is lost and you restart HA to restore functionality - is needed for debugging.

Logger options in configuration.yaml

logger:
  default: info
  logs:
    homeassistant.components.cast: debug
    homeassistant.components.cast.media_player: debug
    pychromecast: debug
    pychromecast.discovery: debug
    pychromecast.socket_client: debug
    zeroconf: debug

Got it, logging now. I presume it's the home-assistant.log it's writing to? Should I pastebin it?

@emontnemery
Copy link
Contributor

Yeah, but maybe double check the logging is working since I guess reproduction time is quite long also for you?

Sure, pastebin or similar service.

@ttaidapos
Copy link
Author

looks like it's working, file size doubled original after 20min. Original was running for more than a week. Hopefully it doesn't take long so it will be less garbage for you to sort through. Appreciate the help here!

@ttaidapos
Copy link
Author

Exceeded pastebin max size. Here you go:

https://drive.google.com/file/d/15PHLauY1IBqb_WnXKjNklFVdoJaIIDdb/view?usp=sharing

@emontnemery
Copy link
Contributor

emontnemery commented Apr 26, 2019

Your log does not seem to match your description:

The Google Displays and TV casts are working but not the speakers or speaker group.

It seems everything is working fine throughout the log, although there are a couple of disconnects (see below).

There is also no restart of Hass in the log, which I understood was needed to make the casts work again.

For me to be able to do anything useful with the log, please help to clearly explain what issues you saw, at approximately which times, and what steps you took to recover to normal operation (if possible).

About the disconnect:

I can see in the log there is a global disconnect of all chromecasts around 11:33:

2019-04-24 11:33:52 WARNING (Thread-3) [pychromecast.socket_client] [Baby display:8009] Heartbeat timeout, resetting connection
2019-04-24 11:33:52 WARNING (Thread-7) [pychromecast.socket_client] [Bedroom TV:8009] Heartbeat timeout, resetting connection
2019-04-24 11:33:53 WARNING (Thread-8) [pychromecast.socket_client] [Kitchen Speaker:8009] Heartbeat timeout, resetting connection
2019-04-24 11:33:53 WARNING (Thread-10) [pychromecast.socket_client] [Dining Room Speaker:8009] Heartbeat timeout, resetting connection
2019-04-24 11:33:53 WARNING (Thread-12) [pychromecast.socket_client] [Soundbar Speaker:8009] Heartbeat timeout, resetting connection
2019-04-24 11:33:54 WARNING (Thread-11) [pychromecast.socket_client] [House:42355] Heartbeat timeout, resetting connection
2019-04-24 11:33:54 WARNING (Thread-5) [pychromecast.socket_client] [Office display:8009] Heartbeat timeout, resetting connection
2019-04-24 11:33:59 WARNING (Thread-14) [pychromecast.socket_client] [Kitchen display:8009] Heartbeat timeout, resetting connection
2019-04-24 11:34:00 WARNING (Thread-9) [pychromecast.socket_client] [Bedroom Speaker:8009] Heartbeat timeout, resetting connection
2019-04-24 11:34:00 WARNING (Thread-4) [pychromecast.socket_client] [Living Room TV:8009] Heartbeat timeout, resetting connection
2019-04-24 11:34:01 WARNING (Thread-6) [pychromecast.socket_client] [Living Room Speaker:8009] Heartbeat timeout, resetting connection
2019-04-24 11:34:01 WARNING (Thread-13) [pychromecast.socket_client] [Bathroom Speaker:8009] Heartbeat timeout, resetting connection

However, you also lose connection to the Hue bridge at the same time, so it's highly likely to be caused by network instability:

2019-04-24 11:33:49 ERROR (MainThread) [homeassistant.components.hue.light] Unable to reach bridge 192.168.50.96 ()

Afterwards, connection is successfully restored to all the casts:

2019-04-24 11:34:00 DEBUG (Thread-4) [pychromecast.socket_client] [Living Room TV:8009] Connected!
2019-04-24 11:34:00 DEBUG (Thread-12) [pychromecast.socket_client] [Soundbar Speaker:8009] Connected!
2019-04-24 11:34:00 DEBUG (Thread-8) [pychromecast.socket_client] [Kitchen Speaker:8009] Connected!
2019-04-24 11:34:00 DEBUG (Thread-10) [pychromecast.socket_client] [Dining Room Speaker:8009] Connected!
2019-04-24 11:34:00 DEBUG (Thread-14) [pychromecast.socket_client] [Kitchen display:8009] Connected!
2019-04-24 11:34:01 DEBUG (Thread-9) [pychromecast.socket_client] [Bedroom Speaker:8009] Connected!
2019-04-24 11:34:01 DEBUG (Thread-6) [pychromecast.socket_client] [Living Room Speaker:8009] Connected!
2019-04-24 11:34:01 DEBUG (Thread-11) [pychromecast.socket_client] [House:42355] Connected!
2019-04-24 11:34:01 DEBUG (Thread-5) [pychromecast.socket_client] [Office display:8009] Connected!
2019-04-24 11:34:01 DEBUG (Thread-13) [pychromecast.socket_client] [Bathroom Speaker:8009] Connected!
2019-04-24 11:34:03 DEBUG (Thread-3) [pychromecast.socket_client] [Baby display:8009] Connected!

@ttaidapos
Copy link
Author

I agree, looks like a network issue or hass/pi is resetting connections perhaps? I'm looking at the router and timestamps don't correlate?

@emontnemery
Copy link
Contributor

OK.
But please continue logging, and if you again get in a state where hass does not recover the connection to a cast or group and you need to restart hass to recover, please upload the log.

@ttaidapos
Copy link
Author

Will do, really appreciate your help!

@TheAlphaLaw
Copy link

@ttaidapos
Having the exact same issue, but only a global disconnect of Google devices. My Hue bridges (2), do not disconnect. All devices recover themselves and are usable. Not running tts.

@ttaidapos
Copy link
Author

They devices disconnecting didn't always align. My Hue is hardwired into the router but the pi is on wifi. I will try to switch to hardwire to see if there's any difference.

@ttaidapos
Copy link
Author

k upgraded to 92.2 and I don't lose connectivity to the speakers/hubs. Still see disconnects in the logs though.

2019-05-10 11:39:09 ERROR (Thread-15) [pychromecast.socket_client] [Soundbar Speaker:8009] Failed to connect to service Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local., retrying in 5.0s

@ttaidapos
Copy link
Author

Actually defining the hosts in my configuration.yaml seems to help at least with the errors relating to the chromecast groups. They still are autodiscovered but less flooding. Will keep things running but for now that's at least fixing the issue for me. The heartbeat I'm fairly sure is when the devices restart so I'm OK with those.

Can you provide example of your configuration yaml snippet.

@emontnemery
Copy link
Contributor

So, the reason for these prints is that pychromecast is trying to reconnect to a device or group which is offline. This is not a bug as such, the prints are intentional.

I think it's reasonable to print a warning or error when the device goes offline, but the repeated heartbeat warnings are obnoxious.

What do you think about decreasing the severity of the heartbeat warnings?

@ttaidapos
Copy link
Author

So, the reason for these prints is that pychromecast is trying to reconnect to a device or group which is offline. This is not a bug as such, the prints are intentional.

I think it's reasonable to print a warning or error when the device goes offline, but the repeated heartbeat warnings are obnoxious.

What do you think about decreasing the severity of the heartbeat warnings?

I'm seeing them for devices as well, not only groups.

@marc-gist
Copy link

So, the reason for these prints is that pychromecast is trying to reconnect to a device or group which is offline. This is not a bug as such, the prints are intentional.

I think it's reasonable to print a warning or error when the device goes offline, but the repeated heartbeat warnings are obnoxious.

What do you think about decreasing the severity of the heartbeat warnings?

Please read more above... this happens for ONLINE device as well. HA loses connection for some reason, and never bothers to reset the connection.
This happens regularly to me for ONLINE devices: meaning I can access and control the device from my Phone, Node-Red, Google Home, Etc, etc, only HA cannot control it again until I restart HA.

HA needs to gracefully shutdown the connection and try again; rather than getting stuck in this loop we are seeing.

@FuzzyMistborn
Copy link
Contributor

Actually defining the hosts in my configuration.yaml seems to help at least with the errors relating to the chromecast groups. They still are autodiscovered but less flooding. Will keep things running but for now that's at least fixing the issue for me. The heartbeat I'm fairly sure is when the devices restart so I'm OK with those.

Can you provide example of your configuration yaml snippet.

I take back what I said. If I have the hosts manually set the group does NOT show up. If I then remove the hosts and restart, the group stays with no errors (that I saw...more below). If I re-add the hosts then the cast group sometimes stays sometimes does not.

The "more below" is that I had to rebuild my entire network this afternoon because something caused my DHCP server to stop functioning. So I can't guarantee that all my results are accurate.

@emontnemery
Copy link
Contributor

emontnemery commented Apr 3, 2020

@marc-gist, @FuzzyMistborn, @ttaidapos:
The title of this issue "pychromecast.socket_client" is not clear, and there are several issues being discussed (log spamming when HA fails to reconnect to a device which is in fact down, HA failing to reconnect to a device, etc.)
Please open new issues with clear descriptions of the problems.

Edit: Never mind this suggestion, then.

@ttaidapos
Copy link
Author

@marc-gist, @FuzzyMistborn, @ttaidapos:
The title of this issue "pychromecast.socket_client" is not clear, and there are several issues being discussed (log spamming when HA fails to reconnect to a device which is in fact down, HA failing to reconnect to a device, etc.)
Please open new issues with clear descriptions of the problems.

Apologize if the title doesn't match the error from the OP, not sure I can understand the logs to be honest. If you have a suggestion to update the title I will be more than happy to do so. We can keep this issue open with the focus on the OP as many of us still have these issue.

@emontnemery emontnemery changed the title pychromecast.socket_client HA loses connection to chrome cast and does not reconnect Apr 3, 2020
@emontnemery
Copy link
Contributor

Ok, I renamed and I'm repeating my comment from April 23rd last year.
I'll also update the OP with a request to provide logs.

A complete HA log - from starting HA until connection is lost and you restart HA to restore functionality - is needed for debugging.

Logger options in configuration.yaml

logger:
  default: info
  logs:
    homeassistant.components.cast: debug
    homeassistant.components.cast.media_player: debug
    pychromecast: debug
    pychromecast.discovery: debug
    pychromecast.socket_client: debug
    zeroconf: debug

@emontnemery emontnemery reopened this Apr 3, 2020
@stale stale bot removed the stale label Apr 3, 2020
@emontnemery emontnemery self-assigned this Apr 3, 2020
@ttaidapos
Copy link
Author

Ok, I renamed and I'm repeating my comment from April 23rd last year.
I'll also update the OP with a request to provide logs.

A complete HA log - from starting HA until connection is lost and you restart HA to restore functionality - is needed for debugging.

Logger options in configuration.yaml

logger:
  default: info
  logs:
    homeassistant.components.cast: debug
    homeassistant.components.cast.media_player: debug
    pychromecast: debug
    pychromecast.discovery: debug
    pychromecast.socket_client: debug
    zeroconf: debug

Will give this another shot, thanks!

To all others having the same problem, there's a few of you that have added to this thread, please do the same. The more information we can provide, the quicker/better the investigation.

Thank you @emontnemery !

@ttaidapos
Copy link
Author

ttaidapos commented Apr 4, 2020

Ok hopefully we captured it. Noticed 3 different patterns, also including the reboot. There are definite "error connecting" for MIBOX4 Bedroom TV, these can be ignored.

######################
#### Front UI Log ####
######################
Logger: pychromecast.socket_client
Source: /srv/homeassistant/lib/python3.7/site-packages/pychromecast/socket_client.py:604
First occurred: 2:47:49 AM (8 occurrences)
Last logged: 4:28:45 AM
[Soundbar Speaker:8009] Heartbeat timeout, resetting connection
[Dining Room Speaker:8009] Heartbeat timeout, resetting connection
[Kitchen display:8009] Heartbeat timeout, resetting connection
[Living Room Speaker:8009] Heartbeat timeout, resetting connection
[Baby Display:8009] Heartbeat timeout, resetting connection

Logger: homeassistant.core
Source: /srv/homeassistant/lib/python3.7/site-packages/homeassistant/core.py:143
First occurred: 12:44:21 AM (4 occurrences)
Last logged: 2:40:30 AM
Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/selector_events.py", line 801, in _read_ready__data_received
    data = self._sock.recv(self.max_size)
TimeoutError: [Errno 110] Connection timed out

######################
#####   Patern 1 #####
######################
2020-04-04 02:39:40 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from e5e395ec-8b17-407c-8d8b-d21e68a3f475 to *: {'requestId': '0', 'backendData': '["
2020-04-04 02:39:49 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/selector_events.py", line 801, in _read_ready__data_received
    data = self._sock.recv(self.max_size)
TimeoutError: [Errno 110] Connection timed out
2020-04-04 02:40:14 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from e5e395ec-8b17-407c-8d8b-d21e68a3f475 to *: {'requestId': '0', 'backendData': '["2020-04-04 02:40:30 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/selector_events.py", line 801, in _read_ready__data_received
    data = self._sock.recv(self.max_size)
TimeoutError: [Errno 110] Connection timed out
2020-04-04 02:40:30 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/selector_events.py", line 801, in _read_ready__data_received
    data = self._sock.recv(self.max_size)
TimeoutError: [Errno 110] Connection timed out
2020-04-04 02:40:48 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from e5e395ec-8b17-407c-8d8b-d21e68a3f475 to *: {'requestId': '0', 'backendData': '["2020-04-04 02:40:50 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] remove_service _googlecast._tcp.local., MIBOX4-e0b01acb34a2d8b24175d30c2a1cc9bb._googlecast._tcp.local.
2020-04-04 02:40:50 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Removed chromecast ChromecastInfo(host='192.168.50.124', port=8009, service='MIBOX4-e0b01acb34a2d8b24175d30c2a1cc9bb._googlecast._tcp.local.', uuid='e0b01acb-34a2-d8b2-4175-d30c2a1cc9bb', manufacturer='', model_name='MIBOX4', friendly_name='Bedroom TV', is_dynamic_group=None)
2020-04-04 02:40:50 DEBUG (MainThread) [homeassistant.components.cast.media_player] Removed chromecast with same UUID: ChromecastInfo(host='192.168.50.124', port=8009, service='MIBOX4-e0b01acb34a2d8b24175d30c2a1cc9bb._googlecast._tcp.local.', uuid='e0b01acb-34a2-d8b2-4175-d30c2a1cc9bb', manufacturer='', model_name='MIBOX4', friendly_name='Bedroom TV', is_dynamic_group=None)
2020-04-04 02:40:50 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.bedroom_tv Bedroom TV (192.168.50.124:8009)] Remove service: MIBOX4-e0b01acb34a2d8b24175d30c2a1cc9bb._googlecast._tcp.local. (set())
2020-04-04 02:41:05 DEBUG (Thread-7) [pychromecast.socket_client] [Kitchen display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from 6334ef95-22ee-4d17-8b1e-5f80175b89b1 to *: {'requestId': '0', 'backendData': 
2020-04-04 02:41:21 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from e5e395ec-8b17-407c-8d8b-d21e68a3f475 to *: {'requestId': '0', 'backendData': '["
2020-04-04 02:41:45 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., MIBOX4-e0b01acb34a2d8b24175d30c2a1cc9bb._googlecast._tcp.local.
2020-04-04 02:41:47 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.124', port=8009, service='MIBOX4-e0b01acb34a2d8b24175d30c2a1cc9bb._googlecast._tcp.local.', uuid='e0b01acb-34a2-d8b2-4175-d30c2a1cc9bb', manufacturer='Unknown manufacturer', model_name='MIBOX4', friendly_name='Bedroom TV', is_dynamic_group=None)
2020-04-04 02:41:47 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.124', port=8009, service='MIBOX4-e0b01acb34a2d8b24175d30c2a1cc9bb._googlecast._tcp.local.', uuid='e0b01acb-34a2-d8b2-4175-d30c2a1cc9bb', manufacturer='Unknown manufacturer', model_name='MIBOX4', friendly_name='Bedroom TV', is_dynamic_group=None)
2020-04-04 02:41:47 DEBUG (MainThread) [homeassistant.components.cast.media_player] Discovered chromecast with same UUID: ChromecastInfo(host='192.168.50.124', port=8009, service='MIBOX4-e0b01acb34a2d8b24175d30c2a1cc9bb._googlecast._tcp.local.', uuid='e0b01acb-34a2-d8b2-4175-d30c2a1cc9bb', manufacturer='Unknown manufacturer', model_name='MIBOX4', friendly_name='Bedroom TV', is_dynamic_group=None)
2020-04-04 02:41:47 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.bedroom_tv Bedroom TV (192.168.50.124:8009)] Got new service: MIBOX4-e0b01acb34a2d8b24175d30c2a1cc9bb._googlecast._tcp.local. (set())
2020-04-04 02:41:55 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from e5e395ec-8b17-407c-8d8b-d21e68a3f475 to *: {'requestId': '0', 'backendData': '["2020-04-04 02:42:08 DEBUG (Thread-7) [pychromecast.socket_client] [Kitchen display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from 6334ef95-22ee-4d17-8b1e-5f80175b89b1 to *: {'requestId': '0', 'backendData': 
2020-04-04 02:42:28 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from e5e395ec-8b17-407c-8d8b-d21e68a3f475 to *: {'requestId': '0', 'backendData': '["2020-04-04 02:43:02 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from e5e395ec-8b17-407c-8d8b-d21e68a3f475 to *: {'requestId': '0', 'backendData': '["
2020-04-04 02:43:12 DEBUG (Thread-7) [pychromecast.socket_client] [Kitchen display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from 6334ef95-22ee-4d17-8b1e-5f80175b89b1 to *: {'requestId': '0', 'backendData': '["
2020-04-04 02:43:35 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from e5e395ec-8b17-407c-8d8b-d21e68a3f475 to *: {'requestId': '0', 'backendData': '["

######################
#####   Patern 2 #####
######################
2020-04-04 04:28:07 WARNING (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Heartbeat timeout, resetting connection
2020-04-04 04:28:07 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Sending: Message urn:x-cast:com.google.cast.tp.connection from sender-0 to receiver-0: {'type': 'CLOSE', 'origin': {}}
2020-04-04 04:28:07 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] connection listener: 97d1ef30 (CastStatusListener)
2020-04-04 04:28:07 DEBUG (Thread-11) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Received cast device connection status: LOST
2020-04-04 04:28:07 DEBUG (Thread-11) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Cast device availability changed: LOST
2020-04-04 04:28:07 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:10 DEBUG (Thread-15) [pychromecast.socket_client] [Bedroom TV:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:11 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'f0086e03-7093-dcd9-872d-f87102a08205', 'name': 'Baby Display', 'volume': {'level': 0.2200000137090683, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:11 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'f0086e03-7093-dcd9-872d-f87102a08205', 'name': 'Baby Display', 'volume': {'level': 0.2200000137090683, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:11 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'f0086e03-7093-dcd9-872d-f87102a08205', 'name': 'Baby Display', 'volume': {'level': 0.2200000137090683, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:12 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'f0086e03-7093-dcd9-872d-f87102a08205', 'name': 'Baby Display', 'volume': {'level': 0.2200000137090683, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:12 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'f0086e03-7093-dcd9-872d-f87102a08205', 'name': 'Baby Display', 'volume': {'level': 0.2200000137090683, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:12 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'f0086e03-7093-dcd9-872d-f87102a08205', 'name': 'Baby Display', 'volume': {'level': 0.2200000137090683, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:12 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] remove_service _googlecast._tcp.local., Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local.
2020-04-04 04:28:12 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Removed chromecast ChromecastInfo(host='192.168.50.111', port=8009, service='Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local.', uuid='f0086e03-7093-dcd9-872d-f87102a08205', manufacturer='', model_name='Google Nest Hub', friendly_name='Baby Display', is_dynamic_group=None)
2020-04-04 04:28:12 DEBUG (MainThread) [homeassistant.components.cast.media_player] Removed chromecast with same UUID: ChromecastInfo(host='192.168.50.111', port=8009, service='Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local.', uuid='f0086e03-7093-dcd9-872d-f87102a08205', manufacturer='', model_name='Google Nest Hub', friendly_name='Baby Display', is_dynamic_group=None)
2020-04-04 04:28:12 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.baby_display Baby Display (192.168.50.111:8009)] Remove service: Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local. (set())
2020-04-04 04:28:12 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to *: {'requestId': 0, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 4, 'peaking_eqs': []}, 'volume': {'controlType': 'attenuation', 'level': 0.2200000137090683, 'muted': False, 'stepInterval': 0.10000000149011612}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 04:28:12 DEBUG (Thread-4) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=0.2200000137090683, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 04:28:12 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Sending: Message urn:x-cast:com.google.cast.tp.connection from sender-0 to b0be9d5e-414a-4123-8d39-e0d5ffcab00d: {'type': 'CLOSE', 'origin': {}}
2020-04-04 04:28:12 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received: Message urn:x-cast:com.google.cast.tp.connection from b0be9d5e-414a-4123-8d39-e0d5ffcab00d to sender-0: {'type': 'CLOSE'}
2020-04-04 04:28:12 DEBUG (Thread-4) [pychromecast.controllers] Receiver:Updating status
2020-04-04 04:28:12 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 4031}
2020-04-04 04:28:12 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 4031, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 4, 'peaking_eqs': []}, 'volume': {'controlType': 'attenuation', 'level': 0.2200000137090683, 'muted': False, 'stepInterval': 0.10000000149011612}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 04:28:12 DEBUG (Thread-4) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=0.2200000137090683, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 04:28:12 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:13 DEBUG (Thread-12) [pychromecast.socket_client] [Bathroom Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e', 'name': 'Bathroom Speaker', 'volume': {'level': 0.4000000059604645, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:13 DEBUG (Thread-13) [pychromecast.socket_client] [Bedroom Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'e534616c-92e7-df02-67e7-7d58ce42d4f6', 'name': 'Bedroom Speaker', 'volume': {'level': 0.19472047686576843, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:13 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'bc761776-f954-9626-7455-bcfc243f8c0c', 'name': 'Office Display', 'volume': {'level': 1.4803302583743516e-08, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:13 DEBUG (Thread-7) [pychromecast.socket_client] [Kitchen display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:13 DEBUG (Thread-8) [pychromecast.socket_client] [Soundbar Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'd79e7a52-47f2-c034-11d4-945d28aaedbc', 'name': 'Soundbar Speaker', 'volume': {'level': 0.1038113385438919, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:13 DEBUG (Thread-9) [pychromecast.socket_client] [House:42355] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'd79e7a52-47f2-c034-11d4-945d28aaedbc', 'name': 'Soundbar Speaker', 'volume': {'level': 0.1038113385438919, 'muted': False}}, {'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'bc761776-f954-9626-7455-bcfc243f8c0c', 'name': 'Office Display', 'volume': {'level': 1.4803302583743516e-08, 'muted': False}}, {'capabilities': 196612, 'deviceId': 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e', 'name': 'Bathroom Speaker', 'volume': {'level': 0.4000000059604645, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}, {'capabilities': 196612, 'deviceId': 'e534616c-92e7-df02-67e7-7d58ce42d4f6', 'name': 'Bedroom Speaker', 'volume': {'level': 0.19472047686576843, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:13 DEBUG (Thread-10) [pychromecast.socket_client] [BBQ:42146] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'd79e7a52-47f2-c034-11d4-945d28aaedbc', 'name': 'Soundbar Speaker', 'volume': {'level': 0.1038113385438919, 'muted': False}}, {'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:13 DEBUG (Thread-5) [pychromecast.socket_client] [Dining Room Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:13 DEBUG (Thread-9) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added members [], Removed members: []
2020-04-04 04:28:13 DEBUG (Thread-10) [pychromecast.controllers.multizone] (f5f3ea97-22e8-45f9-b525-110f229f8030) Added members [], Removed members: []
2020-04-04 04:28:13 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to *: {'requestId': 0, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 4, 'peaking_eqs': []}, 'volume': {'controlType': 'attenuation', 'level': 0.2200000137090683, 'muted': False, 'stepInterval': 0.10000000149011612}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 04:28:13 DEBUG (Thread-4) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=0.2200000137090683, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 04:28:14 DEBUG (Thread-7) [pychromecast.socket_client] [Kitchen display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:14 DEBUG (Thread-12) [pychromecast.socket_client] [Bathroom Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e', 'name': 'Bathroom Speaker', 'volume': {'level': 0.4000000059604645, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:14 DEBUG (Thread-5) [pychromecast.socket_client] [Dining Room Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:14 DEBUG (Thread-13) [pychromecast.socket_client] [Bedroom Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'e534616c-92e7-df02-67e7-7d58ce42d4f6', 'name': 'Bedroom Speaker', 'volume': {'level': 0.19472047686576843, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:14 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'bc761776-f954-9626-7455-bcfc243f8c0c', 'name': 'Office Display', 'volume': {'level': 1.4803302583743516e-08, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:15 DEBUG (Thread-15) [pychromecast.socket_client] [Bedroom TV:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:17 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:20 DEBUG (Thread-15) [pychromecast.socket_client] [Bedroom TV:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:21 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from 
2020-04-04 04:28:22 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:25 DEBUG (Thread-15) [pychromecast.socket_client] [Bedroom TV:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:27 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:30 DEBUG (Thread-15) [pychromecast.socket_client] [Bedroom TV:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:30 DEBUG (Thread-10) [pychromecast.socket_client] [BBQ:42146] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to *: {'requestId': 0, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 0, 'peaking_eqs': []}, 'volume': {'controlType': 'master', 'level': 0.2529982924461365, 'muted': False, 'stepInterval': 0.05000000074505806}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 04:28:30 DEBUG (Thread-10) [pychromecast.controllers] Received status: CastStatus(is_active_input=None, is_stand_by=None, volume_level=0.2529982924461365, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 04:28:30 DEBUG (Thread-9) [pychromecast.socket_client] [House:42355] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'device': {'capabilities': 196612, 'deviceId': '2f84d51d-7af2-bfec-01f2-fba65faab691', 'name': 'Living Room Speaker', 'volume': {'level': 0.3636363744735718, 'muted': False}}, 'requestId': 0, 'type': 'DEVICE_ADDED'}
2020-04-04 04:28:30 DEBUG (Thread-10) [pychromecast.socket_client] [BBQ:42146] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'device': {'capabilities': 196612, 'deviceId': '2f84d51d-7af2-bfec-01f2-fba65faab691', 'name': 'Living Room Speaker', 'volume': {'level': 0.3636363744735718, 'muted': False}}, 'requestId': 0, 'type': 'DEVICE_ADDED'}
2020-04-04 04:28:30 DEBUG (Thread-9) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added member 2f84d51d-7af2-bfec-01f2-fba65faab691(Living Room Speaker), members: {'d79e7a52-47f2-c034-11d4-945d28aaedbc': 'Soundbar Speaker', 'e534616c-92e7-df02-67e7-7d58ce42d4f6': 'Bedroom Speaker', 'bc761776-f954-9626-7455-bcfc243f8c0c': 'Office Display', 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e': 'Bathroom Speaker', '00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display', '2f84d51d-7af2-bfec-01f2-fba65faab691': 'Living Room Speaker'}
2020-04-04 04:28:30 DEBUG (Thread-10) [pychromecast.controllers.multizone] (f5f3ea97-22e8-45f9-b525-110f229f8030) Added member 2f84d51d-7af2-bfec-01f2-fba65faab691(Living Room Speaker), members: {'d79e7a52-47f2-c034-11d4-945d28aaedbc': 'Soundbar Speaker', '00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display', '2f84d51d-7af2-bfec-01f2-fba65faab691': 'Living Room Speaker'}
2020-04-04 04:28:30 DEBUG (Thread-9) [pychromecast.socket_client] [House:42355] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to *: {'requestId': 0, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 0, 'peaking_eqs': []}, 'volume': {'controlType': 'master', 'level': 0.22953054308891296, 'muted': False, 'stepInterval': 0.05000000074505806}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 04:28:30 DEBUG (Thread-10) [pychromecast.socket_client] [BBQ:42146] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'd79e7a52-47f2-c034-11d4-945d28aaedbc', 'name': 'Soundbar Speaker', 'volume': {'level': 0.1038113385438919, 'muted': False}}, {'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}, {'capabilities': 196612, 'deviceId': '2f84d51d-7af2-bfec-01f2-fba65faab691', 'name': 'Living Room Speaker', 'volume': {'level': 0.3636363744735718, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:30 DEBUG (Thread-9) [pychromecast.controllers] Received status: CastStatus(is_active_input=None, is_stand_by=None, volume_level=0.22953054308891296, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 04:28:30 DEBUG (Thread-10) [pychromecast.controllers.multizone] (f5f3ea97-22e8-45f9-b525-110f229f8030) Added members [], Removed members: []
2020-04-04 04:28:30 DEBUG (Thread-9) [pychromecast.socket_client] [House:42355] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'd79e7a52-47f2-c034-11d4-945d28aaedbc', 'name': 'Soundbar Speaker', 'volume': {'level': 0.1038113385438919, 'muted': False}}, {'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'bc761776-f954-9626-7455-bcfc243f8c0c', 'name': 'Office Display', 'volume': {'level': 1.4803302583743516e-08, 'muted': False}}, {'capabilities': 196612, 'deviceId': 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e', 'name': 'Bathroom Speaker', 'volume': {'level': 0.4000000059604645, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}, {'capabilities': 196612, 'deviceId': 'e534616c-92e7-df02-67e7-7d58ce42d4f6', 'name': 'Bedroom Speaker', 'volume': {'level': 0.19472047686576843, 'muted': False}}, {'capabilities': 196612, 'deviceId': '2f84d51d-7af2-bfec-01f2-fba65faab691', 'name': 'Living Room Speaker', 'volume': {'level': 0.3636363744735718, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:30 DEBUG (Thread-9) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added members [], Removed members: []
2020-04-04 04:28:31 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.
2020-04-04 04:28:31 DEBUG (Thread-8) [pychromecast.socket_client] [Soundbar Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'd79e7a52-47f2-c034-11d4-945d28aaedbc', 'name': 'Soundbar Speaker', 'volume': {'level': 0.1038113385438919, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:31 DEBUG (Thread-9) [pychromecast.socket_client] [House:42355] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'd79e7a52-47f2-c034-11d4-945d28aaedbc', 'name': 'Soundbar Speaker', 'volume': {'level': 0.1038113385438919, 'muted': False}}, {'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'bc761776-f954-9626-7455-bcfc243f8c0c', 'name': 'Office Display', 'volume': {'level': 1.4803302583743516e-08, 'muted': False}}, {'capabilities': 196612, 'deviceId': 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e', 'name': 'Bathroom Speaker', 'volume': {'level': 0.4000000059604645, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}, {'capabilities': 196612, 'deviceId': 'e534616c-92e7-df02-67e7-7d58ce42d4f6', 'name': 'Bedroom Speaker', 'volume': {'level': 0.19472047686576843, 'muted': False}}, {'capabilities': 196612, 'deviceId': '2f84d51d-7af2-bfec-01f2-fba65faab691', 'name': 'Living Room Speaker', 'volume': {'level': 0.3636363744735718, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:31 DEBUG (Thread-10) [pychromecast.socket_client] [BBQ:42146] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'd79e7a52-47f2-c034-11d4-945d28aaedbc', 'name': 'Soundbar Speaker', 'volume': {'level': 0.1038113385438919, 'muted': False}}, {'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}, {'capabilities': 196612, 'deviceId': '2f84d51d-7af2-bfec-01f2-fba65faab691', 'name': 'Living Room Speaker', 'volume': {'level': 0.3636363744735718, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:31 DEBUG (Thread-9) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added members [], Removed members: []
2020-04-04 04:28:31 DEBUG (Thread-10) [pychromecast.controllers.multizone] (f5f3ea97-22e8-45f9-b525-110f229f8030) Added members [], Removed members: []
2020-04-04 04:28:31 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.118', port=8009, service='Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.', uuid='2f84d51d-7af2-bfec-01f2-fba65faab691', manufacturer='Unknown manufacturer', model_name='Google Home', friendly_name='Living Room Speaker', is_dynamic_group=None)
2020-04-04 04:28:31 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.118', port=8009, service='Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.', uuid='2f84d51d-7af2-bfec-01f2-fba65faab691', manufacturer='Unknown manufacturer', model_name='Google Home', friendly_name='Living Room Speaker', is_dynamic_group=None)
2020-04-04 04:28:31 DEBUG (MainThread) [homeassistant.components.cast.media_player] Discovered chromecast with same UUID: ChromecastInfo(host='192.168.50.118', port=8009, service='Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.', uuid='2f84d51d-7af2-bfec-01f2-fba65faab691', manufacturer='Unknown manufacturer', model_name='Google Home', friendly_name='Living Room Speaker', is_dynamic_group=None)
2020-04-04 04:28:31 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Got new service: Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local. (set())
2020-04-04 04:28:31 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'bc761776-f954-9626-7455-bcfc243f8c0c', 'name': 'Office Display', 'volume': {'level': 1.4803302583743516e-08, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:31 DEBUG (Thread-5) [pychromecast.socket_client] [Dining Room Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:31 DEBUG (Thread-12) [pychromecast.socket_client] [Bathroom Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e', 'name': 'Bathroom Speaker', 'volume': {'level': 0.4000000059604645, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:31 DEBUG (Thread-13) [pychromecast.socket_client] [Bedroom Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'e534616c-92e7-df02-67e7-7d58ce42d4f6', 'name': 'Bedroom Speaker', 'volume': {'level': 0.19472047686576843, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:31 DEBUG (Thread-14) [pychromecast.socket_client] [Living Room TV:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to *: {'requestId': 0, 'status': {'userEq': {}, 'volume': {'controlType': 'attenuation', 'level': 0.20000000298023224, 'muted': False, 'stepInterval': 0.06666667014360428}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 04:28:31 DEBUG (Thread-14) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=0.20000000298023224, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 04:28:32 DEBUG (Thread-14) [pychromecast.socket_client] [Living Room TV:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to *: {'requestId': 0, 'status': {'userEq': {}, 'volume': {'controlType': 'attenuation', 'level': 0.6000000238418579, 'muted': False, 'stepInterval': 0.06666667014360428}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 04:28:32 DEBUG (Thread-14) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=0.6000000238418579, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 04:28:32 DEBUG (Thread-7) [pychromecast.socket_client] [Kitchen display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:32 DEBUG (Thread-7) [pychromecast.socket_client] [Kitchen display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:32 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 229381, 'deviceId': 'bc761776-f954-9626-7455-bcfc243f8c0c', 'name': 'Office Display', 'volume': {'level': 1.4803302583743516e-08, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:32 DEBUG (Thread-12) [pychromecast.socket_client] [Bathroom Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e', 'name': 'Bathroom Speaker', 'volume': {'level': 0.4000000059604645, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:32 DEBUG (Thread-5) [pychromecast.socket_client] [Dining Room Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:32 DEBUG (Thread-13) [pychromecast.socket_client] [Bedroom Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'e534616c-92e7-df02-67e7-7d58ce42d4f6', 'name': 'Bedroom Speaker', 'volume': {'level': 0.19472047686576843, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:32 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] connection listener: 97d1ef30 (CastStatusListener)
2020-04-04 04:28:32 DEBUG (Thread-11) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Received cast device connection status: CONNECTING
2020-04-04 04:28:32 DEBUG (Thread-11) [pychromecast.discovery] get_info_from_service resolved service Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.', addresses=[b'\xc0\xa82v'], port=8009, weight=0, priority=0, server='2f84d51d-7af2-bfec-01f2-fba65faab691.local.', properties={b'id': b'2f84d51d7af2bfec01f2fba65faab691', b'cd': b'20AC953C763BA5051F53461FFD941CDC', b'rm': False, b've': b'05', b'md': b'Google Home', b'ic': b'/setup/icon.png', b'fn': b'Living Room Speaker', b'ca': b'198660', b'st': b'0', b'bs': b'FA8FCA3619D6', b'nf': b'1', b'rs': False})
2020-04-04 04:28:32 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Resolved service Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local. to 192.168.50.118:8009
2020-04-04 04:28:32 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Connecting to 192.168.50.118:8009
2020-04-04 04:28:32 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] connection listener: 97d1ef30 (CastStatusListener)
2020-04-04 04:28:32 DEBUG (Thread-11) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Received cast device connection status: CONNECTED
2020-04-04 04:28:32 DEBUG (Thread-11) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Cast device availability changed: CONNECTED
2020-04-04 04:28:32 DEBUG (Thread-11) [pychromecast.controllers] Receiver:Updating status
2020-04-04 04:28:32 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker: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}}
2020-04-04 04:28:32 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 04:28:32 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Connected!
2020-04-04 04:28:32 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 2, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 2, 'quality': 0.707}, 'max_peaking_eqs': 0, 'peaking_eqs': []}, 'volume': {'controlType': 'master', 'level': 0.3636363744735718, 'muted': False, 'stepInterval': 0.019999999552965164}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 04:28:32 DEBUG (Thread-11) [pychromecast.controllers] Received status: CastStatus(is_active_input=None, is_stand_by=None, volume_level=0.3636363744735718, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 04:28:32 INFO (SyncWorker_18) [custom_components.mail_and_packages.sensor] No mail found.
2020-04-04 04:28:35 DEBUG (Thread-15) [pychromecast.socket_client] [Bedroom TV:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:39 DEBUG (Thread-11) [pychromecast.socket_client] [Living Room Speaker:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'requestId': 0, 'status': {'devices': [{'capabilities': 196612, 'deviceId': '2f84d51d-7af2-bfec-01f2-fba65faab691', 'name': 'Living Room Speaker', 'volume': {'level': 0.3636363744735718, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 04:28:40 DEBUG (Thread-15) [pychromecast.socket_client] [Bedroom TV:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:45 WARNING (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Heartbeat timeout, resetting connection
2020-04-04 04:28:45 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Sending: Message urn:x-cast:com.google.cast.tp.connection from sender-0 to receiver-0: {'type': 'CLOSE', 'origin': {}}
2020-04-04 04:28:45 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] connection listener: 99603cb0 (CastStatusListener)
2020-04-04 04:28:45 DEBUG (Thread-4) [homeassistant.components.cast.media_player] [media_player.baby_display Baby Display (192.168.50.111:8009)] Received cast device connection status: LOST
2020-04-04 04:28:45 DEBUG (Thread-4) [homeassistant.components.cast.media_player] [media_player.baby_display Baby Display (192.168.50.111:8009)] Cast device availability changed: LOST
2020-04-04 04:28:45 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:45 DEBUG (Thread-15) [pychromecast.socket_client] [Bedroom TV:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:50 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:50 DEBUG (Thread-7) [pychromecast.socket_client] [Kitchen display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from aefa629e-20a2-456a-9a1b-7656cd2240f2 to *: {'requestId': '0', 'backendData': 
2020-04-04 04:28:50 DEBUG (Thread-15) [pychromecast.socket_client] [Bedroom TV:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:28:55 DEBUG (Thread-6) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9 to *: {'requestId': '0', 'backendData': '["

######################
#####   Patern 3 #####
######################
2020-04-04 04:29:00 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] connection listener: 99603cb0 (CastStatusListener)
2020-04-04 04:29:00 DEBUG (Thread-4) [homeassistant.components.cast.media_player] [media_player.baby_display Baby Display (192.168.50.111:8009)] Received cast device connection status: CONNECTING
2020-04-04 04:29:00 DEBUG (Thread-4) [pychromecast.discovery] get_info_from_service resolved service Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local.', addresses=[b'\xc0\xa82o'], port=8009, weight=0, priority=0, server='f0086e03-7093-dcd9-872d-f87102a08205.local.', properties={b'id': b'f0086e037093dcd9872df87102a08205', b'cd': b'FD131F0C3BCC852D5868A8753797AC5C', b'rm': False, b've': b'05', b'md': b'Google Nest Hub', b'ic': b'/setup/icon.png', b'fn': b'Baby Display', b'ca': b'233477', b'st': b'0', b'bs': b'FA8FCA88CCA5', b'nf': b'2', b'rs': False})
2020-04-04 04:29:00 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Resolved service Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local. to 192.168.50.111:8009
2020-04-04 04:29:00 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Connecting to 192.168.50.111:8009
2020-04-04 04:29:00 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] connection listener: 99603cb0 (CastStatusListener)
2020-04-04 04:29:00 DEBUG (Thread-4) [homeassistant.components.cast.media_player] [media_player.baby_display Baby Display (192.168.50.111:8009)] Received cast device connection status: CONNECTED
2020-04-04 04:29:00 DEBUG (Thread-4) [homeassistant.components.cast.media_player] [media_player.baby_display Baby Display (192.168.50.111:8009)] Cast device availability changed: CONNECTED
2020-04-04 04:29:00 DEBUG (Thread-4) [pychromecast.controllers] Receiver:Updating status
2020-04-04 04:29:00 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display: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}}
2020-04-04 04:29:00 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 04:29:00 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Connected!
2020-04-04 04:29:00 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 4, 'peaking_eqs': []}, 'volume': {'controlType': 'attenuation', 'level': 0.2200000137090683, 'muted': False, 'stepInterval': 0.10000000149011612}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 04:29:00 DEBUG (Thread-4) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=0.2200000137090683, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 04:29:00 DEBUG (Thread-15) [pychromecast.socket_client] [Bedroom TV:8009] Not connected, sleeping for 5.0s. Services: set()
2020-04-04 04:29:01 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to *: {'requestId': 0, 'status': {'applications': [{'appId': 'E8C28D3C', 'displayName': 'Backdrop', 'iconUrl': '', 'isIdleScreen': True, 'launchedFromCloud': False, 'namespaces': [{'name': 'urn:x-cast:com.google.cast.debugoverlay'}, {'name': 'urn:x-cast:com.google.cast.cac'}, {'name': 'urn:x-cast:com.google.cast.sse'}, {'name': 'urn:x-cast:com.google.cast.media'}, {'name': 'urn:x-cast:com.google.cast.remotecontrol'}], 'sessionId': '3816a6eb-2e38-4285-9848-f1d151b7dd17', 'statusText': '', 'transportId': '3816a6eb-2e38-4285-9848-f1d151b7dd17'}], 'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 4, 'peaking_eqs': []}, 'volume': {'controlType': 'attenuation', 'level': 0.2200000137090683, 'muted': False, 'stepInterval': 0.10000000149011612}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 04:29:01 DEBUG (Thread-4) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=0.2200000137090683, volume_muted=False, app_id='E8C28D3C', display_name='Backdrop', namespaces=['urn:x-cast:com.google.cast.debugoverlay', 'urn:x-cast:com.google.cast.cac', 'urn:x-cast:com.google.cast.sse', 'urn:x-cast:com.google.cast.media', 'urn:x-cast:com.google.cast.remotecontrol'], session_id='3816a6eb-2e38-4285-9848-f1d151b7dd17', transport_id='3816a6eb-2e38-4285-9848-f1d151b7dd17', status_text='', icon_url='')
2020-04-04 04:29:01 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Sending: Message urn:x-cast:com.google.cast.tp.connection from sender-0 to 3816a6eb-2e38-4285-9848-f1d151b7dd17: {'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}}
2020-04-04 04:29:01 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Sending: Message urn:x-cast:com.google.cast.media from sender-0 to 3816a6eb-2e38-4285-9848-f1d151b7dd17: {'type': 'GET_STATUS', 'requestId': 3}
2020-04-04 04:29:03 DEBUG (Thread-4) [pychromecast.socket_client] [Baby Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from 3816a6eb-2e38-4285-9848-f1d151b7dd17 to *: {'requestId': '0', 'backendData': '["https://www.gstatic.com/external_hosted/chromecast/imax/clocks/flip_clock_dark.html",null,null,null,null,20,null,null,null,null,null,null,null,null,[],null,null,null,null,null,null,null,null,null,null,60,[],null,[],null,null,[],null,null,null,null,null,null,[2,1]]', 'numLinkedUsers': 3, 'appDeviceId': 'FD131F0C3BCC852D5868A8753797AC5C', 'topicHistory': []}

######################
#####   Reboot   #####
######################
2020-04-04 12:04:17 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for mail_and_packages 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.
2020-04-04 12:04:17 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds.
2020-04-04 12:04:17 INFO (MainThread) [homeassistant.setup] Setting up http
2020-04-04 12:04:17 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds.
2020-04-04 12:04:17 INFO (MainThread) [homeassistant.setup] Setting up system_log
2020-04-04 12:04:17 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds.
2020-04-04 12:04:17 INFO (MainThread) [homeassistant.setup] Setting up recorder
2020-04-04 12:04:17 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.1 seconds.
2020-04-04 12:04:17 INFO (MainThread) [homeassistant.setup] Setting up zwave
2020-04-04 12:04:17 INFO (MainThread) [homeassistant.setup] Setup of domain zwave took 0.0 seconds.
2020-04-04 12:04:17 INFO (MainThread) [homeassistant.components.zwave] Z-Wave USB path is /dev/ttyUSB0
2020-04-04 12:04:17 INFO (MainThread) [homeassistant.setup] Setting up input_number
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up nest
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setup of domain nest took 0.0 seconds.
2020-04-04 12:04:18 INFO (SyncWorker_19) [nest.nest] Open data stream
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up script
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up notify
2020-04-04 12:04:18 INFO (SyncWorker_0) [homeassistant.loader] Loaded filesize from homeassistant.components.filesize
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up sun
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds.
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up zha
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setup of domain zha took 0.0 seconds.
2020-04-04 12:04:18 INFO (SyncWorker_12) [homeassistant.loader] Loaded ping from homeassistant.components.ping
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up blink
2020-04-04 12:04:18 INFO (SyncWorker_10) [blinkpy.blinkpy] Attempting login with https://rest-prod.immedia-semi.com/api/v2/login
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up scene
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up duckdns
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setup of domain duckdns took 0.0 seconds.
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up group
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up input_select
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up cert_expiry
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setup of domain cert_expiry took 0.0 seconds.
2020-04-04 12:04:18 INFO (SyncWorker_2) [homeassistant.loader] Loaded darksky from homeassistant.components.darksky
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up configurator
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setup of domain configurator took 0.0 seconds.
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setting up mail_and_packages
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.setup] Setup of domain mail_and_packages took 0.0 seconds.
2020-04-04 12:04:18 INFO (MainThread) [custom_components.mail_and_packages] Version 0.1.2-1 is starting, if you have any issues please report them here: http://github.com/moralmunky/Home-Assistant-Mail-And-Packages
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:18 INFO (SyncWorker_6) [homeassistant.loader] Loaded ssdp from homeassistant.components.ssdp
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:18 INFO (SyncWorker_3) [homeassistant.loader] Loaded zeroconf from homeassistant.components.zeroconf
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:18 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:19 INFO (SyncWorker_14) [homeassistant.loader] Loaded version from homeassistant.components.version
2020-04-04 12:04:19 INFO (SyncWorker_5) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2020-04-04 12:04:19 INFO (SyncWorker_17) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker
2020-04-04 12:04:19 INFO (SyncWorker_15) [homeassistant.loader] Loaded lock from homeassistant.components.lock
2020-04-04 12:04:19 INFO (SyncWorker_7) [homeassistant.loader] Loaded light from homeassistant.components.light
2020-04-04 12:04:19 INFO (SyncWorker_9) [homeassistant.loader] Loaded fan from homeassistant.components.fan
2020-04-04 12:04:19 INFO (SyncWorker_14) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setting up person
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setting up weather
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setting up config
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setup of domain script took 1.6 seconds.
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setting up system_health
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.0 seconds.
2020-04-04 12:04:19 INFO (SyncWorker_19) [nest.nest] Event loop started.
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setting up webhook
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds.
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setting up api
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setting up history
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds.
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.ping
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.ping
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.ping
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.ping
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
2020-04-04 12:04:19 INFO (MainThread) [homeassistant.components.weather] Setting up weather.darksky
2020-04-04 12:04:20 INFO (SyncWorker_9) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2020-04-04 12:04:20 INFO (SyncWorker_0) [homeassistant.loader] Loaded uptime from homeassistant.components.uptime
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setting up cover
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds.
2020-04-04 12:04:20 INFO (SyncWorker_12) [homeassistant.loader] Loaded zone from homeassistant.components.zone
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setting up lock
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.0 seconds.
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setting up light
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setting up fan
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds.
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setting up switch
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds.
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 1.6 seconds.
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setting up auth
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds.
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.7 seconds.
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.components.cover] Setting up cover.zwave
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.components.lock] Setting up lock.zwave
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.components.fan] Setting up fan.zwave
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.components.switch] Setting up switch.zwave
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.8 seconds.
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds.
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setting up climate
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds.
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setting up stream
2020-04-04 12:04:20 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.5 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.6 seconds.
2020-04-04 12:04:21 INFO (SyncWorker_3) [homeassistant.loader] Loaded flunearyou from homeassistant.components.flunearyou
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up august
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain august took 0.0 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up search
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain person took 2.0 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.climate] Setting up climate.zwave
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.climate] Setting up climate.nest
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.light] Setting up light.zwave
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up zone
2020-04-04 12:04:21 INFO (MainThread) [aiocache] aioredis not installed, RedisCache unavailable
2020-04-04 12:04:21 INFO (MainThread) [aiocache] aiomcache not installed, Memcached unavailable
2020-04-04 12:04:21 INFO (SyncWorker_0) [homeassistant.loader] Loaded template from homeassistant.components.template
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2020-04-04 12:04:21 INFO (SyncWorker_2) [homeassistant.loader] Loaded local_file from homeassistant.components.local_file
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up hue
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain hue took 0.0 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up camera
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up coronavirus
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.helpers.storage] Migrating onboarding storage from 1 to 3
2020-04-04 12:04:21 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for nws_alerts 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.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.loader] Loaded nws_alerts from custom_components.nws_alerts
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.3 seconds.
2020-04-04 12:04:21 INFO (SyncWorker_18) [homeassistant.loader] Loaded statistics from homeassistant.components.statistics
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 2.5 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.3 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 3.6 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.camera] Setting up camera.local_file
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2020-04-04 12:04:21 INFO (SyncWorker_2) [homeassistant.loader] Loaded alarm_control_panel from homeassistant.components.alarm_control_panel
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.1 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 1.9 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain group took 2.6 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain blink took 2.6 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.notify] Setting up notify.group
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 2.6 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 3.4 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.blink
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.2 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.camera] Setting up camera.nest
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.camera] Setting up camera.blink
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up frontend
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up panel_custom
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up panel_iframe
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain panel_iframe took 0.0 seconds.
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain panel_custom took 0.0 seconds.
2020-04-04 12:04:21 INFO (SyncWorker_17) [homeassistant.loader] Loaded rest from homeassistant.components.rest
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setting up sensor
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.filesize
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.uptime
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.version
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.template
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.darksky
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.nws_alerts
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.flunearyou
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.statistics
2020-04-04 12:04:21 INFO (MainThread) [homeassistant.setup] Setup of domain coronavirus took 0.6 seconds.
2020-04-04 12:04:22 INFO (MainThread) [homeassistant.components.light] Setting up light.hue
2020-04-04 12:04:22 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 3.2 seconds.
2020-04-04 12:04:22 INFO (MainThread) [bellows.ezsp] EZSP Stack Type: 2, Stack Version: 21520
2020-04-04 12:04:22 INFO (MainThread) [zigpy.application] Device 0x0000 (00:0d:6f:00:0b:13:2d:91) joined the network
2020-04-04 12:04:22 INFO (MainThread) [homeassistant.components.camera] Setting up camera.august
2020-04-04 12:04:22 INFO (MainThread) [homeassistant.components.lock] Setting up lock.august
2020-04-04 12:04:22 INFO (MainThread) [homeassistant.components.cover] Setting up cover.zha
2020-04-04 12:04:22 INFO (MainThread) [homeassistant.components.lock] Setting up lock.zha
2020-04-04 12:04:22 INFO (MainThread) [homeassistant.components.fan] Setting up fan.zha
2020-04-04 12:04:22 INFO (MainThread) [homeassistant.components.switch] Setting up switch.zha
2020-04-04 12:04:22 INFO (MainThread) [homeassistant.components.light] Setting up light.zha
2020-04-04 12:04:22 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.zha
2020-04-04 12:04:23 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 2.1 seconds.
2020-04-04 12:04:23 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.zha
2020-04-04 12:04:24 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.cert_expiry
2020-04-04 12:04:24 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mail_and_packages
2020-04-04 12:04:24 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.zwave
2020-04-04 12:04:24 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.nest
2020-04-04 12:04:24 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.coronavirus
2020-04-04 12:04:24 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.coronavirus
2020-04-04 12:04:24 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.coronavirus
2020-04-04 12:04:24 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hue
2020-04-04 12:04:24 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.august
2020-04-04 12:04:25 INFO (MainThread) [custom_components.mail_and_packages.sensor] Mail image generated.
2020-04-04 12:04:26 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.blink
2020-04-04 12:04:26 ERROR (MainThread) [homeassistant.components.cert_expiry.sensor] Connection refused by server: domain.duckdns.org:443
2020-04-04 12:04:26 WARNING (MainThread) [homeassistant.components.sensor] Platform cert_expiry not ready yet. Retrying in 30 seconds.
2020-04-04 12:04:29 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform ping is taking over 10 seconds.
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 19.2 seconds.
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.zha
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.zwave
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.nest
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hue
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.august
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.blink
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.setup] Setting up automation
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.setup] Setting up google_assistant
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.3 seconds.
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.setup] Setup of domain google_assistant took 0.1 seconds.
2020-04-04 12:04:38 INFO (SyncWorker_7) [homeassistant.loader] Loaded cloud from homeassistant.components.cloud
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.setup] Setting up logbook
2020-04-04 12:04:38 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.0 seconds.
2020-04-04 12:04:39 INFO (SyncWorker_0) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa
2020-04-04 12:04:39 INFO (SyncWorker_17) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2020-04-04 12:04:39 INFO (SyncWorker_2) [homeassistant.loader] Loaded homekit from homeassistant.components.homekit
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.0 seconds.
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.setup] Setting up cast
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds.
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.setup] Setting up media_player
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds.
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2020-04-04 12:04:39 DEBUG (SyncWorker_0) [homeassistant.components.cast.discovery] Starting internal pychromecast discovery.
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 22.53s
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2020-04-04 12:04:39 INFO (SyncWorker_3) [homeassistant.components.zwave] Starting Z-Wave network...
2020-04-04 12:04:39 INFO (SyncWorker_3) [openzwave] Start Openzwave network.
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., Google-Home-00df755edfdd2f20a07fd0842f2eaa6f._googlecast._tcp.local.
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.101', port=8009, service='Google-Home-00df755edfdd2f20a07fd0842f2eaa6f._googlecast._tcp.local.', uuid='00df755e-dfdd-2f20-a07f-d0842f2eaa6f', manufacturer='Unknown manufacturer', model_name='Google Home', friendly_name='Dining Room Speaker', is_dynamic_group=None)
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local.
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.111', port=8009, service='Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local.', uuid='f0086e03-7093-dcd9-872d-f87102a08205', manufacturer='Unknown manufacturer', model_name='Google Nest Hub', friendly_name='Baby Display', is_dynamic_group=None)
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., Google-Nest-Hub-bc761776f95496267455bcfc243f8c0c._googlecast._tcp.local.
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.104', port=8009, service='Google-Nest-Hub-bc761776f95496267455bcfc243f8c0c._googlecast._tcp.local.', uuid='bc761776-f954-9626-7455-bcfc243f8c0c', manufacturer='Unknown manufacturer', model_name='Google Nest Hub', friendly_name='Office Display', is_dynamic_group=None)
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., Google-Nest-Hub-Max-e42b3dcb9a5a54d9b950249bc4549154._googlecast._tcp.local.
2020-04-04 12:04:39 INFO (Dummy-3) [openzwave] Driver ready using library Static Controller version Z-Wave 4.05
2020-04-04 12:04:39 INFO (Dummy-3) [openzwave] home_id 0xd4a0cd43, controller node id is 1
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.109', port=8009, service='Google-Nest-Hub-Max-e42b3dcb9a5a54d9b950249bc4549154._googlecast._tcp.local.', uuid='e42b3dcb-9a5a-54d9-b950-249bc4549154', manufacturer='Unknown manufacturer', model_name='Google Nest Hub Max', friendly_name='Kitchen display', is_dynamic_group=None)
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local.
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn office closet light on
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Close the garage when notification action is tapped
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn right office closet light off
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.automation] Initialized trigger August lock battery level
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.110', port=8009, service='Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local.', uuid='e534616c-92e7-df02-67e7-7d58ce42d4f6', manufacturer='Unknown manufacturer', model_name='Google Home', friendly_name='Bedroom Speaker', is_dynamic_group=None)
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn linen closet light on
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local.
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Cozy
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.automation] Initialized trigger August keypad battery level
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn linen closet light off
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Cool
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Nest Living Room Record
2020-04-04 12:04:39 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn left baby closet light on
2020-04-04 12:04:39 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.107', port=8009, service='Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local.', uuid='ca56418d-45b3-32f0-c6c3-f050bdf8f44e', manufacturer='Unknown manufacturer', model_name='Google Home Mini', friendly_name='Bathroom Speaker', is_dynamic_group=None)
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Sleep
2020-04-04 12:04:40 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., MIBOX4-952c10d4fe661733c186f693af49a48e._googlecast._tcp.local.
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Nest Living Room Idle
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn left baby closet light off
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Balcony
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Nest Baby Room Record
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn right baby closet light on
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Lights Off
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Nest Baby Room Idle
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn right baby closet light off
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Nightlights
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Nest Doorbell Record
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Set theme at startup
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Kitchen
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Nest Doorbell Idle
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Internet Health
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Christmas
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Blink Camera Refresh
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Reboot Router
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Valentines
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Switch Dryer On
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Reboot Modem
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Halloween
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Switch Dryer Off
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Dryer On
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Thanksgiving
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Switch Washer On
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Washer On
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Entrance light on when door unlocks
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Switch Washer Off
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Play music on Chromecast
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn on laundry lights when motion is detected
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Switch Aromatherapy On
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Set Volume
2020-04-04 12:04:40 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.105', port=8009, service='MIBOX4-952c10d4fe661733c186f693af49a48e._googlecast._tcp.local.', uuid='952c10d4-fe66-1733-c186-f693af49a48e', manufacturer='Xiaomi', model_name='MIBOX4', friendly_name='Living Room TV', is_dynamic_group=None)
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn off laundry lights 15 minutes after last movement
2020-04-04 12:04:40 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local.
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Switch Aromatherapy Off
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Water Detected
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Sunset
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Switch Baby Humidifier On
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Water Cleared
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Sunrise
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Switch Baby Humidifier Off
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Dryer Off
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Nightlightson
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger George responding dryer
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Daytime
2020-04-04 12:04:40 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.122', port=8009, service='Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local.', uuid='d79e7a52-47f2-c034-11d4-945d28aaedbc', manufacturer='Unknown manufacturer', model_name='Chromecast Audio', friendly_name='Soundbar Speaker', is_dynamic_group=None)
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Trisia responding dryer
2020-04-04 12:04:40 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local.
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn left bedroom closet light on
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Washer Off
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn left bedroom closet light off
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger George responding washer
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn right bedroom closet light on
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Trisia responding washer
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn right bedroom closet light off
2020-04-04 12:04:40 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.122', port=42355, service='Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local.', uuid='f5a0ad9a-f63e-42e9-bea2-c0c9bec68204', manufacturer='', model_name='Google Cast Group', friendly_name='House', is_dynamic_group=False)
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Front door open message
2020-04-04 12:04:40 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., Google-Cast-Group-f5f3ea9722e845f9b525110f229f8030-1._googlecast._tcp.local.
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn coat closet light on
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Atrium door open message
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn coat closet light off
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Atrium rear door open message
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn left office closet light on
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Garage open message
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Initialized trigger Turn left office closet light off
2020-04-04 12:04:40 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.122', port=42146, service='Google-Cast-Group-f5f3ea9722e845f9b525110f229f8030-1._googlecast._tcp.local.', uuid='f5f3ea97-22e8-45f9-b525-110f229f8030', manufacturer='', model_name='Google Cast Group', friendly_name='BBQ', is_dynamic_group=False)
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.core] Timer:starting
2020-04-04 12:04:40 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [pychromecast.discovery] add_service _googlecast._tcp.local., Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.
2020-04-04 12:04:40 DEBUG (zeroconf-ServiceBrowser__googlecast._tcp.local.) [homeassistant.components.cast.discovery] Discovered chromecast ChromecastInfo(host='192.168.50.118', port=8009, service='Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.', uuid='2f84d51d-7af2-bfec-01f2-fba65faab691', manufacturer='Unknown manufacturer', model_name='Google Home', friendly_name='Living Room Speaker', is_dynamic_group=None)
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Executing Set theme at startup
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Set theme at startup: Running script
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.automation] Set theme at startup: Executing step call service
2020-04-04 12:04:40 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.101', port=8009, service='Google-Home-00df755edfdd2f20a07fd0842f2eaa6f._googlecast._tcp.local.', uuid='00df755e-dfdd-2f20-a07f-d0842f2eaa6f', manufacturer='Unknown manufacturer', model_name='Google Home', friendly_name='Dining Room Speaker', is_dynamic_group=None)
2020-04-04 12:04:40 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.111', port=8009, service='Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local.', uuid='f0086e03-7093-dcd9-872d-f87102a08205', manufacturer='Unknown manufacturer', model_name='Google Nest Hub', friendly_name='Baby Display', is_dynamic_group=None)
2020-04-04 12:04:40 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.104', port=8009, service='Google-Nest-Hub-bc761776f95496267455bcfc243f8c0c._googlecast._tcp.local.', uuid='bc761776-f954-9626-7455-bcfc243f8c0c', manufacturer='Unknown manufacturer', model_name='Google Nest Hub', friendly_name='Office Display', is_dynamic_group=None)
2020-04-04 12:04:40 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.109', port=8009, service='Google-Nest-Hub-Max-e42b3dcb9a5a54d9b950249bc4549154._googlecast._tcp.local.', uuid='e42b3dcb-9a5a-54d9-b950-249bc4549154', manufacturer='Unknown manufacturer', model_name='Google Nest Hub Max', friendly_name='Kitchen display', is_dynamic_group=None)
2020-04-04 12:04:40 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.110', port=8009, service='Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local.', uuid='e534616c-92e7-df02-67e7-7d58ce42d4f6', manufacturer='Unknown manufacturer', model_name='Google Home', friendly_name='Bedroom Speaker', is_dynamic_group=None)
2020-04-04 12:04:40 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.107', port=8009, service='Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local.', uuid='ca56418d-45b3-32f0-c6c3-f050bdf8f44e', manufacturer='Unknown manufacturer', model_name='Google Home Mini', friendly_name='Bathroom Speaker', is_dynamic_group=None)
2020-04-04 12:04:40 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.105', port=8009, service='MIBOX4-952c10d4fe661733c186f693af49a48e._googlecast._tcp.local.', uuid='952c10d4-fe66-1733-c186-f693af49a48e', manufacturer='Xiaomi', model_name='MIBOX4', friendly_name='Living Room TV', is_dynamic_group=None)
2020-04-04 12:04:40 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.122', port=8009, service='Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local.', uuid='d79e7a52-47f2-c034-11d4-945d28aaedbc', manufacturer='Unknown manufacturer', model_name='Chromecast Audio', friendly_name='Soundbar Speaker', is_dynamic_group=None)
2020-04-04 12:04:40 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.122', port=42355, service='Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local.', uuid='f5a0ad9a-f63e-42e9-bea2-c0c9bec68204', manufacturer='', model_name='Google Cast Group', friendly_name='House', is_dynamic_group=False)
2020-04-04 12:04:40 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.122', port=42146, service='Google-Cast-Group-f5f3ea9722e845f9b525110f229f8030-1._googlecast._tcp.local.', uuid='f5f3ea97-22e8-45f9-b525-110f229f8030', manufacturer='', model_name='Google Cast Group', friendly_name='BBQ', is_dynamic_group=False)
2020-04-04 12:04:40 DEBUG (MainThread) [homeassistant.components.cast.media_player] _async_create_cast_device: ChromecastInfo(host='192.168.50.118', port=8009, service='Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.', uuid='2f84d51d-7af2-bfec-01f2-fba65faab691', manufacturer='Unknown manufacturer', model_name='Google Home', friendly_name='Living Room Speaker', is_dynamic_group=None)
2020-04-04 12:04:40 INFO (MainThread) [homeassistant.components.frontend] Theme midnight set as default
2020-04-04 12:04:41 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.dining_room_speaker Dining Room Speaker (192.168.50.101:8009)] Connecting to cast device by service {'Google-Home-00df755edfdd2f20a07fd0842f2eaa6f._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.baby_display Baby Display (192.168.50.111:8009)] Connecting to cast device by service {'Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_15) [pychromecast] _get_chromecast_from_service {'Google-Home-00df755edfdd2f20a07fd0842f2eaa6f._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.office_display Office Display (192.168.50.104:8009)] Connecting to cast device by service {'Google-Nest-Hub-bc761776f95496267455bcfc243f8c0c._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_11) [pychromecast] _get_chromecast_from_service {'Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local.'}
2020-04-04 12:04:41 INFO (SyncWorker_15) [pychromecast] Querying device status
2020-04-04 12:04:41 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.kitchen_display Kitchen display (192.168.50.109:8009)] Connecting to cast device by service {'Google-Nest-Hub-Max-e42b3dcb9a5a54d9b950249bc4549154._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_7) [pychromecast] _get_chromecast_from_service {'Google-Nest-Hub-bc761776f95496267455bcfc243f8c0c._googlecast._tcp.local.'}
2020-04-04 12:04:41 INFO (SyncWorker_11) [pychromecast] Querying device status
2020-04-04 12:04:41 DEBUG (SyncWorker_15) [pychromecast.discovery] get_info_from_service resolved service Google-Home-00df755edfdd2f20a07fd0842f2eaa6f._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Home-00df755edfdd2f20a07fd0842f2eaa6f._googlecast._tcp.local.', addresses=[b'\xc0\xa82e'], port=8009, weight=0, priority=0, server='00df755e-dfdd-2f20-a07f-d0842f2eaa6f.local.', properties={b'id': b'00df755edfdd2f20a07fd0842f2eaa6f', b'cd': b'B8ADC56A96631083CF82552B030B190E', b'rm': False, b've': b'05', b'md': b'Google Home', b'ic': b'/setup/icon.png', b'fn': b'Dining Room Speaker', b'ca': b'198660', b'st': b'0', b'bs': b'FA8FCA37A337', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 INFO (SyncWorker_7) [pychromecast] Querying device status
2020-04-04 12:04:41 DEBUG (SyncWorker_13) [pychromecast] _get_chromecast_from_service {'Google-Nest-Hub-Max-e42b3dcb9a5a54d9b950249bc4549154._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_11) [pychromecast.discovery] get_info_from_service resolved service Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local.', addresses=[b'\xc0\xa82o'], port=8009, weight=0, priority=0, server='f0086e03-7093-dcd9-872d-f87102a08205.local.', properties={b'id': b'f0086e037093dcd9872df87102a08205', b'cd': b'FD131F0C3BCC852D5868A8753797AC5C', b'rm': False, b've': b'05', b'md': b'Google Nest Hub', b'ic': b'/setup/icon.png', b'fn': b'Baby Display', b'ca': b'233477', b'st': b'0', b'bs': b'FA8FCA88CCA5', b'nf': b'2', b'rs': False})
2020-04-04 12:04:41 DEBUG (SyncWorker_15) [pychromecast.dial] Resolved service Google-Home-00df755edfdd2f20a07fd0842f2eaa6f._googlecast._tcp.local. to 192.168.50.101
2020-04-04 12:04:41 DEBUG (SyncWorker_7) [pychromecast.discovery] get_info_from_service resolved service Google-Nest-Hub-bc761776f95496267455bcfc243f8c0c._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Nest-Hub-bc761776f95496267455bcfc243f8c0c._googlecast._tcp.local.', addresses=[b'\xc0\xa82h'], port=8009, weight=0, priority=0, server='bc761776-f954-9626-7455-bcfc243f8c0c.local.', properties={b'id': b'bc761776f95496267455bcfc243f8c0c', b'cd': b'0013D47106E7C86DFC001599E75B6D72', b'rm': False, b've': b'05', b'md': b'Google Nest Hub', b'ic': b'/setup/icon.png', b'fn': b'Office Display', b'ca': b'233477', b'st': b'0', b'bs': b'FA8FCA6E9289', b'nf': b'2', b'rs': False})
2020-04-04 12:04:41 INFO (SyncWorker_13) [pychromecast] Querying device status
2020-04-04 12:04:41 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.bedroom_speaker Bedroom Speaker (192.168.50.110:8009)] Connecting to cast device by service {'Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_11) [pychromecast.dial] Resolved service Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local. to 192.168.50.111
2020-04-04 12:04:41 DEBUG (SyncWorker_7) [pychromecast.dial] Resolved service Google-Nest-Hub-bc761776f95496267455bcfc243f8c0c._googlecast._tcp.local. to 192.168.50.104
2020-04-04 12:04:41 DEBUG (SyncWorker_13) [pychromecast.discovery] get_info_from_service resolved service Google-Nest-Hub-Max-e42b3dcb9a5a54d9b950249bc4549154._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Nest-Hub-Max-e42b3dcb9a5a54d9b950249bc4549154._googlecast._tcp.local.', addresses=[b'\xc0\xa82m'], port=8009, weight=0, priority=0, server='e42b3dcb-9a5a-54d9-b950-249bc4549154.local.', properties={b'id': b'e42b3dcb9a5a54d9b950249bc4549154', b'cd': b'916F41A7F254F6E2D845A7F45F3A1179', b'rm': False, b've': b'05', b'md': b'Google Nest Hub Max', b'ic': b'/setup/icon.png', b'fn': b'Kitchen display', b'ca': b'233477', b'st': b'0', b'bs': b'FA8FCA57825C', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.bathroom_speaker Bathroom Speaker (192.168.50.107:8009)] Connecting to cast device by service {'Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_17) [pychromecast] _get_chromecast_from_service {'Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local.'}
2020-04-04 12:04:41 INFO (SyncWorker_17) [pychromecast] Querying device status
2020-04-04 12:04:41 DEBUG (SyncWorker_17) [pychromecast.discovery] get_info_from_service resolved service Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local.', addresses=[b'\xc0\xa82n'], port=8009, weight=0, priority=0, server='e534616c-92e7-df02-67e7-7d58ce42d4f6.local.', properties={b'id': b'e534616c92e7df0267e77d58ce42d4f6', b'cd': b'EB6C2A56E1C75DEB994B84F9299E190D', b'rm': False, b've': b'05', b'md': b'Google Home', b'ic': b'/setup/icon.png', b'fn': b'Bedroom Speaker', b'ca': b'198660', b'st': b'0', b'bs': b'FA8FCA3A0BB2', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 DEBUG (SyncWorker_17) [pychromecast.dial] Resolved service Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local. to 192.168.50.110
2020-04-04 12:04:41 DEBUG (SyncWorker_13) [pychromecast.dial] Resolved service Google-Nest-Hub-Max-e42b3dcb9a5a54d9b950249bc4549154._googlecast._tcp.local. to 192.168.50.109
2020-04-04 12:04:41 DEBUG (SyncWorker_5) [pychromecast] _get_chromecast_from_service {'Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local.'}
2020-04-04 12:04:41 INFO (SyncWorker_5) [pychromecast] Querying device status
2020-04-04 12:04:41 DEBUG (SyncWorker_5) [pychromecast.discovery] get_info_from_service resolved service Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local.', addresses=[b'\xc0\xa82k'], port=8009, weight=0, priority=0, server='ca56418d-45b3-32f0-c6c3-f050bdf8f44e.local.', properties={b'id': b'ca56418d45b332f0c6c3f050bdf8f44e', b'cd': b'8D63E9BB7984263DE10317FEB342FC17', b'rm': False, b've': b'05', b'md': b'Google Home Mini', b'ic': b'/setup/icon.png', b'fn': b'Bathroom Speaker', b'ca': b'198660', b'st': b'0', b'bs': b'FA8FCA5FB23C', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 DEBUG (SyncWorker_5) [pychromecast.dial] Resolved service Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local. to 192.168.50.107
2020-04-04 12:04:41 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.living_room_tv Living Room TV (192.168.50.105:8009)] Connecting to cast device by service {'MIBOX4-952c10d4fe661733c186f693af49a48e._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_1) [pychromecast] _get_chromecast_from_service {'MIBOX4-952c10d4fe661733c186f693af49a48e._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.soundbar_speaker Soundbar Speaker (192.168.50.122:8009)] Connecting to cast device by service {'Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local.'}
2020-04-04 12:04:41 INFO (SyncWorker_1) [pychromecast] Querying device status
2020-04-04 12:04:41 DEBUG (SyncWorker_1) [pychromecast.discovery] get_info_from_service resolved service MIBOX4-952c10d4fe661733c186f693af49a48e._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='MIBOX4-952c10d4fe661733c186f693af49a48e._googlecast._tcp.local.', addresses=[b'\xc0\xa82i'], port=8009, weight=0, priority=0, server='952c10d4-fe66-1733-c186-f693af49a48e.local.', properties={b'id': b'952c10d4fe661733c186f693af49a48e', b'cd': b'8927115F1F5C16FBAA3B4099A88F6946', b'rm': False, b've': b'05', b'md': b'MIBOX4', b'ic': b'/setup/icon.png', b'fn': b'Living Room TV', b'ca': b'200709', b'st': b'0', b'bs': b'FA8F3F7E5709', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 DEBUG (SyncWorker_1) [pychromecast.dial] Resolved service MIBOX4-952c10d4fe661733c186f693af49a48e._googlecast._tcp.local. to 192.168.50.105
2020-04-04 12:04:41 DEBUG (SyncWorker_2) [pychromecast] _get_chromecast_from_service {'Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local.'}
2020-04-04 12:04:41 INFO (SyncWorker_2) [pychromecast] Querying device status
2020-04-04 12:04:41 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.house House (192.168.50.122:42355)] Connecting to cast device by service {'Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_2) [pychromecast.discovery] get_info_from_service resolved service Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local.', addresses=[b'\xc0\xa82z'], port=8009, weight=0, priority=0, server='d79e7a52-47f2-c034-11d4-945d28aaedbc.local.', properties={b'id': b'd79e7a5247f2c03411d4945d28aaedbc', b'cd': b'BD6355DAE8E32E7531E2CCD38B4940D4', b'rm': False, b've': b'05', b'md': b'Chromecast Audio', b'ic': b'/setup/icon.png', b'fn': b'Soundbar Speaker', b'ca': b'198660', b'st': b'0', b'bs': b'FA8FCA9DE83E', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.bbq BBQ (192.168.50.122:42146)] Connecting to cast device by service {'Google-Cast-Group-f5f3ea9722e845f9b525110f229f8030-1._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_8) [pychromecast] _get_chromecast_from_service {'Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_2) [pychromecast.dial] Resolved service Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local. to 192.168.50.122
2020-04-04 12:04:41 INFO (SyncWorker_8) [pychromecast] Querying device status
2020-04-04 12:04:41 DEBUG (SyncWorker_6) [pychromecast] _get_chromecast_from_service {'Google-Cast-Group-f5f3ea9722e845f9b525110f229f8030-1._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_8) [pychromecast.discovery] get_info_from_service resolved service Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local.', addresses=[b'\xc0\xa82z'], port=42355, weight=0, priority=0, server='d79e7a52-47f2-c034-11d4-945d28aaedbc.local.', properties={b'id': b'f5a0ad9a-f63e-42e9-bea2-c0c9bec68204', b'cd': b'f5a0ad9a-f63e-42e9-bea2-c0c9bec68204', b'rm': False, b've': b'05', b'md': b'Google Cast Group', b'ic': b'/setup/icon.png', b'fn': b'House', b'ca': b'198692', b'st': b'0', b'bs': b'FA8FCA9DE83E', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 INFO (SyncWorker_6) [pychromecast] Querying device status
2020-04-04 12:04:41 DEBUG (SyncWorker_8) [pychromecast.dial] Resolved service Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local. to 192.168.50.122
2020-04-04 12:04:41 DEBUG (MainThread) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Connecting to cast device by service {'Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_6) [pychromecast.discovery] get_info_from_service resolved service Google-Cast-Group-f5f3ea9722e845f9b525110f229f8030-1._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Cast-Group-f5f3ea9722e845f9b525110f229f8030-1._googlecast._tcp.local.', addresses=[b'\xc0\xa82z'], port=42146, weight=0, priority=0, server='d79e7a52-47f2-c034-11d4-945d28aaedbc.local.', properties={b'id': b'f5f3ea97-22e8-45f9-b525-110f229f8030', b'cd': b'f5f3ea97-22e8-45f9-b525-110f229f8030', b'rm': False, b've': b'05', b'md': b'Google Cast Group', b'ic': b'/setup/icon.png', b'fn': b'BBQ', b'ca': b'198692', b'st': b'0', b'bs': b'FA8FCA9DE83E', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 DEBUG (SyncWorker_14) [pychromecast] _get_chromecast_from_service {'Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.'}
2020-04-04 12:04:41 DEBUG (SyncWorker_6) [pychromecast.dial] Resolved service Google-Cast-Group-f5f3ea9722e845f9b525110f229f8030-1._googlecast._tcp.local. to 192.168.50.122
2020-04-04 12:04:41 INFO (SyncWorker_14) [pychromecast] Querying device status
2020-04-04 12:04:41 DEBUG (SyncWorker_14) [pychromecast.discovery] get_info_from_service resolved service Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.', addresses=[b'\xc0\xa82v'], port=8009, weight=0, priority=0, server='2f84d51d-7af2-bfec-01f2-fba65faab691.local.', properties={b'id': b'2f84d51d7af2bfec01f2fba65faab691', b'cd': b'20AC953C763BA5051F53461FFD941CDC', b'rm': False, b've': b'05', b'md': b'Google Home', b'ic': b'/setup/icon.png', b'fn': b'Living Room Speaker', b'ca': b'198660', b'st': b'0', b'bs': b'FA8FCA3619D6', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 DEBUG (SyncWorker_14) [pychromecast.dial] Resolved service Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local. to 192.168.50.118
2020-04-04 12:04:41 INFO (MainThread) [homeassistant.components.automation] Executing Turn right office closet light off
2020-04-04 12:04:41 INFO (MainThread) [homeassistant.components.automation] Turn right office closet light off: Running script
2020-04-04 12:04:41 INFO (MainThread) [homeassistant.components.automation] Turn right office closet light off: Executing step call service
2020-04-04 12:04:41 INFO (MainThread) [homeassistant.components.automation] Executing Turn left office closet light off
2020-04-04 12:04:41 INFO (MainThread) [homeassistant.components.automation] Turn left office closet light off: Running script
2020-04-04 12:04:41 INFO (MainThread) [homeassistant.components.automation] Turn left office closet light off: Executing step call service
2020-04-04 12:04:41 DEBUG (Thread-4) [pychromecast.socket_client] [None:8009] connection listener: a7f96f90 (CastStatusListener)
2020-04-04 12:04:41 INFO (MainThread) [homeassistant.components.automation] Executing Turn coat closet light off
2020-04-04 12:04:41 DEBUG (Thread-4) [homeassistant.components.cast.media_player] [media_player.dining_room_speaker Dining Room Speaker (192.168.50.101:8009)] Received cast device connection status: CONNECTING
2020-04-04 12:04:41 DEBUG (Thread-5) [pychromecast.socket_client] [None:8009] connection listener: 9df08470 (CastStatusListener)
2020-04-04 12:04:41 INFO (MainThread) [homeassistant.components.automation] Turn coat closet light off: Running script
2020-04-04 12:04:41 DEBUG (Thread-4) [pychromecast.discovery] get_info_from_service resolved service Google-Home-00df755edfdd2f20a07fd0842f2eaa6f._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Home-00df755edfdd2f20a07fd0842f2eaa6f._googlecast._tcp.local.', addresses=[b'\xc0\xa82e'], port=8009, weight=0, priority=0, server='00df755e-dfdd-2f20-a07f-d0842f2eaa6f.local.', properties={b'id': b'00df755edfdd2f20a07fd0842f2eaa6f', b'cd': b'B8ADC56A96631083CF82552B030B190E', b'rm': False, b've': b'05', b'md': b'Google Home', b'ic': b'/setup/icon.png', b'fn': b'Dining Room Speaker', b'ca': b'198660', b'st': b'0', b'bs': b'FA8FCA37A337', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 DEBUG (Thread-5) [homeassistant.components.cast.media_player] [media_player.office_display Office Display (192.168.50.104:8009)] Received cast device connection status: CONNECTING
2020-04-04 12:04:41 INFO (MainThread) [homeassistant.components.automation] Turn coat closet light off: Executing step call service
2020-04-04 12:04:41 DEBUG (Thread-4) [pychromecast.socket_client] [Dining Room Speaker:8009] Resolved service Google-Home-00df755edfdd2f20a07fd0842f2eaa6f._googlecast._tcp.local. to 192.168.50.101:8009
2020-04-04 12:04:41 DEBUG (Thread-5) [pychromecast.discovery] get_info_from_service resolved service Google-Nest-Hub-bc761776f95496267455bcfc243f8c0c._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Nest-Hub-bc761776f95496267455bcfc243f8c0c._googlecast._tcp.local.', addresses=[b'\xc0\xa82h'], port=8009, weight=0, priority=0, server='bc761776-f954-9626-7455-bcfc243f8c0c.local.', properties={b'id': b'bc761776f95496267455bcfc243f8c0c', b'cd': b'0013D47106E7C86DFC001599E75B6D72', b'rm': False, b've': b'05', b'md': b'Google Nest Hub', b'ic': b'/setup/icon.png', b'fn': b'Office Display', b'ca': b'233477', b'st': b'0', b'bs': b'FA8FCA6E9289', b'nf': b'2', b'rs': False})
2020-04-04 12:04:41 DEBUG (Thread-4) [pychromecast.socket_client] [Dining Room Speaker:8009] Connecting to 192.168.50.101:8009
2020-04-04 12:04:41 DEBUG (Thread-6) [pychromecast.socket_client] [None:8009] connection listener: a75cd1f0 (CastStatusListener)
2020-04-04 12:04:41 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Resolved service Google-Nest-Hub-bc761776f95496267455bcfc243f8c0c._googlecast._tcp.local. to 192.168.50.104:8009
2020-04-04 12:04:41 DEBUG (Thread-7) [pychromecast.socket_client] [None:8009] connection listener: 9d9ede10 (CastStatusListener)
2020-04-04 12:04:41 INFO (MainThread) [homeassistant.components.automation] Executing Turn left bedroom closet light off
2020-04-04 12:04:41 DEBUG (Thread-6) [homeassistant.components.cast.media_player] [media_player.kitchen_display Kitchen display (192.168.50.109:8009)] Received cast device connection status: CONNECTING
2020-04-04 12:04:41 DEBUG (Thread-8) [pychromecast.socket_client] [None:8009] connection listener: 99efba10 (CastStatusListener)
2020-04-04 12:04:41 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Connecting to 192.168.50.104:8009
2020-04-04 12:04:41 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.bathroom_speaker Bathroom Speaker (192.168.50.107:8009)] Received cast device connection status: CONNECTING
2020-04-04 12:04:41 INFO (MainThread) [homeassistant.components.automation] Turn left bedroom closet light off: Running script
2020-04-04 12:04:41 DEBUG (Thread-8) [homeassistant.components.cast.media_player] [media_player.baby_display Baby Display (192.168.50.111:8009)] Received cast device connection status: CONNECTING
2020-04-04 12:04:41 DEBUG (Thread-6) [pychromecast.discovery] get_info_from_service resolved service Google-Nest-Hub-Max-e42b3dcb9a5a54d9b950249bc4549154._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Nest-Hub-Max-e42b3dcb9a5a54d9b950249bc4549154._googlecast._tcp.local.', addresses=[b'\xc0\xa82m'], port=8009, weight=0, priority=0, server='e42b3dcb-9a5a-54d9-b950-249bc4549154.local.', properties={b'id': b'e42b3dcb9a5a54d9b950249bc4549154', b'cd': b'916F41A7F254F6E2D845A7F45F3A1179', b'rm': False, b've': b'05', b'md': b'Google Nest Hub Max', b'ic': b'/setup/icon.png', b'fn': b'Kitchen display', b'ca': b'233477', b'st': b'0', b'bs': b'FA8FCA57825C', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 DEBUG (Thread-7) [pychromecast.discovery] get_info_from_service resolved service Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local.', addresses=[b'\xc0\xa82k'], port=8009, weight=0, priority=0, server='ca56418d-45b3-32f0-c6c3-f050bdf8f44e.local.', properties={b'id': b'ca56418d45b332f0c6c3f050bdf8f44e', b'cd': b'8D63E9BB7984263DE10317FEB342FC17', b'rm': False, b've': b'05', b'md': b'Google Home Mini', b'ic': b'/setup/icon.png', b'fn': b'Bathroom Speaker', b'ca': b'198660', b'st': b'0', b'bs': b'FA8FCA5FB23C', b'nf': b'1', b'rs': False})
2020-04-04 12:04:41 DEBUG (Thread-4) [pychromecast.socket_client] [Dining Room Speaker:8009] connection listener: a7f96f90 (CastStatusListener)
2020-04-04 12:04:42 INFO (MainThread) [homeassistant.components.automation] Turn left bedroom closet light off: Executing step call service
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.discovery] get_info_from_service resolved service Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local.', addresses=[b'\xc0\xa82o'], port=8009, weight=0, priority=0, server='f0086e03-7093-dcd9-872d-f87102a08205.local.', properties={b'id': b'f0086e037093dcd9872df87102a08205', b'cd': b'FD131F0C3BCC852D5868A8753797AC5C', b'rm': False, b've': b'05', b'md': b'Google Nest Hub', b'ic': b'/setup/icon.png', b'fn': b'Baby Display', b'ca': b'233477', b'st': b'0', b'bs': b'FA8FCA88CCA5', b'nf': b'2', b'rs': False})
2020-04-04 12:04:42 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] Resolved service Google-Nest-Hub-Max-e42b3dcb9a5a54d9b950249bc4549154._googlecast._tcp.local. to 192.168.50.109:8009
2020-04-04 12:04:42 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] connection listener: 9df08470 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-7) [pychromecast.socket_client] [Bathroom Speaker:8009] Resolved service Google-Home-Mini-ca56418d45b332f0c6c3f050bdf8f44e._googlecast._tcp.local. to 192.168.50.107:8009
2020-04-04 12:04:42 DEBUG (Thread-4) [homeassistant.components.cast.media_player] [media_player.dining_room_speaker Dining Room Speaker (192.168.50.101:8009)] Received cast device connection status: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.socket_client] [Baby Display:8009] Resolved service Google-Nest-Hub-f0086e037093dcd9872df87102a08205._googlecast._tcp.local. to 192.168.50.111:8009
2020-04-04 12:04:42 DEBUG (Thread-9) [pychromecast.socket_client] [None:8009] connection listener: 97e313f0 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] Connecting to 192.168.50.109:8009
2020-04-04 12:04:42 INFO (MainThread) [homeassistant.components.automation] Executing Turn right bedroom closet light off
2020-04-04 12:04:42 DEBUG (Thread-5) [homeassistant.components.cast.media_player] [media_player.office_display Office Display (192.168.50.104:8009)] Received cast device connection status: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-7) [pychromecast.socket_client] [Bathroom Speaker:8009] Connecting to 192.168.50.107:8009
2020-04-04 12:04:42 DEBUG (Thread-4) [homeassistant.components.cast.media_player] [media_player.dining_room_speaker Dining Room Speaker (192.168.50.101:8009)] Cast device availability changed: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.socket_client] [Baby Display:8009] Connecting to 192.168.50.111:8009
2020-04-04 12:04:42 DEBUG (Thread-9) [homeassistant.components.cast.media_player] [media_player.bedroom_speaker Bedroom Speaker (192.168.50.110:8009)] Received cast device connection status: CONNECTING
2020-04-04 12:04:42 INFO (MainThread) [homeassistant.components.automation] Turn right bedroom closet light off: Running script
2020-04-04 12:04:42 DEBUG (Thread-5) [homeassistant.components.cast.media_player] [media_player.office_display Office Display (192.168.50.104:8009)] Cast device availability changed: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-4) [pychromecast.controllers] Receiver:Updating status
2020-04-04 12:04:42 DEBUG (Thread-9) [pychromecast.discovery] get_info_from_service resolved service Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local.', addresses=[b'\xc0\xa82n'], port=8009, weight=0, priority=0, server='e534616c-92e7-df02-67e7-7d58ce42d4f6.local.', properties={b'id': b'e534616c92e7df0267e77d58ce42d4f6', b'cd': b'EB6C2A56E1C75DEB994B84F9299E190D', b'rm': False, b've': b'05', b'md': b'Google Home', b'ic': b'/setup/icon.png', b'fn': b'Bedroom Speaker', b'ca': b'198660', b'st': b'0', b'bs': b'FA8FCA3A0BB2', b'nf': b'1', b'rs': False})
2020-04-04 12:04:42 INFO (MainThread) [homeassistant.components.automation] Turn right bedroom closet light off: Executing step call service
2020-04-04 12:04:42 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] connection listener: a75cd1f0 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-5) [pychromecast.controllers] Receiver:Updating status
2020-04-04 12:04:42 DEBUG (Thread-4) [pychromecast.socket_client] [Dining Room Speaker: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}}
2020-04-04 12:04:42 DEBUG (Thread-9) [pychromecast.socket_client] [Bedroom Speaker:8009] Resolved service Google-Home-e534616c92e7df0267e77d58ce42d4f6._googlecast._tcp.local. to 192.168.50.110:8009
2020-04-04 12:04:42 DEBUG (Thread-7) [pychromecast.socket_client] [Bathroom Speaker:8009] connection listener: 9d9ede10 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.socket_client] [Baby Display:8009] connection listener: 99efba10 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-6) [homeassistant.components.cast.media_player] [media_player.kitchen_display Kitchen display (192.168.50.109:8009)] Received cast device connection status: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-10) [pychromecast.socket_client] [None:8009] connection listener: a761a490 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display: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}}
2020-04-04 12:04:42 DEBUG (Thread-4) [pychromecast.socket_client] [Dining Room Speaker:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 12:04:42 DEBUG (Thread-9) [pychromecast.socket_client] [Bedroom Speaker:8009] Connecting to 192.168.50.110:8009
2020-04-04 12:04:42 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.bathroom_speaker Bathroom Speaker (192.168.50.107:8009)] Received cast device connection status: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-8) [homeassistant.components.cast.media_player] [media_player.baby_display Baby Display (192.168.50.111:8009)] Received cast device connection status: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-6) [homeassistant.components.cast.media_player] [media_player.kitchen_display Kitchen display (192.168.50.109:8009)] Cast device availability changed: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-11) [pychromecast.socket_client] [None:8009] connection listener: 99f346f0 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-12) [pychromecast.socket_client] [None:8009] connection listener: 9df081f0 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-10) [homeassistant.components.cast.media_player] [media_player.soundbar_speaker Soundbar Speaker (192.168.50.122:8009)] Received cast device connection status: CONNECTING
2020-04-04 12:04:42 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 12:04:42 DEBUG (Thread-13) [pychromecast.socket_client] [None:8009] connection listener: 9dc19af0 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-4) [pychromecast.socket_client] [Dining Room Speaker:8009] Connected!
2020-04-04 12:04:42 DEBUG (Thread-7) [homeassistant.components.cast.media_player] [media_player.bathroom_speaker Bathroom Speaker (192.168.50.107:8009)] Cast device availability changed: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-14) [pychromecast.socket_client] [None:8009] connection listener: b5f063b0 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-8) [homeassistant.components.cast.media_player] [media_player.baby_display Baby Display (192.168.50.111:8009)] Cast device availability changed: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-6) [pychromecast.controllers] Receiver:Updating status
2020-04-04 12:04:42 DEBUG (Thread-11) [homeassistant.components.cast.media_player] [media_player.house House (192.168.50.122:42355)] Received cast device connection status: CONNECTING
2020-04-04 12:04:42 DEBUG (Thread-12) [homeassistant.components.cast.media_player] [media_player.bbq BBQ (192.168.50.122:42146)] Received cast device connection status: CONNECTING
2020-04-04 12:04:42 DEBUG (Thread-9) [pychromecast.socket_client] [Bedroom Speaker:8009] connection listener: 97e313f0 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-10) [pychromecast.discovery] get_info_from_service resolved service Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local.', addresses=[b'\xc0\xa82z'], port=8009, weight=0, priority=0, server='d79e7a52-47f2-c034-11d4-945d28aaedbc.local.', properties={b'id': b'd79e7a5247f2c03411d4945d28aaedbc', b'cd': b'BD6355DAE8E32E7531E2CCD38B4940D4', b'rm': False, b've': b'05', b'md': b'Chromecast Audio', b'ic': b'/setup/icon.png', b'fn': b'Soundbar Speaker', b'ca': b'198660', b'st': b'0', b'bs': b'FA8FCA9DE83E', b'nf': b'1', b'rs': False})
2020-04-04 12:04:42 DEBUG (Thread-13) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Received cast device connection status: CONNECTING
2020-04-04 12:04:42 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Connected!
2020-04-04 12:04:42 DEBUG (Thread-7) [pychromecast.controllers] Receiver:Updating status
2020-04-04 12:04:42 DEBUG (Thread-14) [homeassistant.components.cast.media_player] [media_player.living_room_tv Living Room TV (192.168.50.105:8009)] Received cast device connection status: CONNECTING
2020-04-04 12:04:42 DEBUG (Thread-4) [pychromecast.socket_client] [Dining Room Speaker:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 2, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 0, 'peaking_eqs': []}, 'volume': {'controlType': 'master', 'level': 0.4545454680919647, 'muted': False, 'stepInterval': 0.019999999552965164}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.controllers] Receiver:Updating status
2020-04-04 12:04:42 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display: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}}
2020-04-04 12:04:42 DEBUG (Thread-11) [pychromecast.socket_client] [None:8009] connection listener: 97a54c70 (Listener)
2020-04-04 12:04:42 DEBUG (Thread-12) [pychromecast.socket_client] [None:8009] connection listener: 97ec6130 (Listener)
2020-04-04 12:04:42 DEBUG (Thread-9) [homeassistant.components.cast.media_player] [media_player.bedroom_speaker Bedroom Speaker (192.168.50.110:8009)] Received cast device connection status: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-10) [pychromecast.socket_client] [Soundbar Speaker:8009] Resolved service Chromecast-Audio-d79e7a5247f2c03411d4945d28aaedbc._googlecast._tcp.local. to 192.168.50.122:8009
2020-04-04 12:04:42 DEBUG (Thread-13) [pychromecast.discovery] get_info_from_service resolved service Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local.', addresses=[b'\xc0\xa82v'], port=8009, weight=0, priority=0, server='2f84d51d-7af2-bfec-01f2-fba65faab691.local.', properties={b'id': b'2f84d51d7af2bfec01f2fba65faab691', b'cd': b'20AC953C763BA5051F53461FFD941CDC', b'rm': False, b've': b'05', b'md': b'Google Home', b'ic': b'/setup/icon.png', b'fn': b'Living Room Speaker', b'ca': b'198660', b'st': b'0', b'bs': b'FA8FCA3619D6', b'nf': b'1', b'rs': False})
2020-04-04 12:04:42 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'applications': [{'appId': 'E8C28D3C', 'displayName': 'Backdrop', 'iconUrl': '', 'isIdleScreen': True, 'launchedFromCloud': False, 'namespaces': [{'name': 'urn:x-cast:com.google.cast.debugoverlay'}, {'name': 'urn:x-cast:com.google.cast.cac'}, {'name': 'urn:x-cast:com.google.cast.sse'}, {'name': 'urn:x-cast:com.google.cast.media'}, {'name': 'urn:x-cast:com.google.cast.remotecontrol'}], 'sessionId': 'b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9', 'statusText': '', 'transportId': 'b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9'}], 'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': -2, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 6, 'quality': 0.707}, 'max_peaking_eqs': 4, 'peaking_eqs': []}, 'volume': {'controlType': 'attenuation', 'level': 1.4803302583743516e-08, 'muted': False, 'stepInterval': 0.10000000149011612}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 12:04:42 DEBUG (Thread-7) [pychromecast.socket_client] [Bathroom Speaker: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}}
2020-04-04 12:04:42 DEBUG (Thread-14) [pychromecast.discovery] get_info_from_service resolved service MIBOX4-952c10d4fe661733c186f693af49a48e._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='MIBOX4-952c10d4fe661733c186f693af49a48e._googlecast._tcp.local.', addresses=[b'\xc0\xa82i'], port=8009, weight=0, priority=0, server='952c10d4-fe66-1733-c186-f693af49a48e.local.', properties={b'id': b'952c10d4fe661733c186f693af49a48e', b'cd': b'8927115F1F5C16FBAA3B4099A88F6946', b'rm': False, b've': b'05', b'md': b'MIBOX4', b'ic': b'/setup/icon.png', b'fn': b'Living Room TV', b'ca': b'200709', b'st': b'0', b'bs': b'FA8F3F7E5709', b'nf': b'1', b'rs': False})
2020-04-04 12:04:42 DEBUG (Thread-4) [pychromecast.controllers] Received status: CastStatus(is_active_input=None, is_stand_by=None, volume_level=0.4545454680919647, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.socket_client] [Baby Display: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}}
2020-04-04 12:04:42 DEBUG (Thread-11) [pychromecast.discovery] get_info_from_service resolved service Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local.', addresses=[b'\xc0\xa82z'], port=42355, weight=0, priority=0, server='d79e7a52-47f2-c034-11d4-945d28aaedbc.local.', properties={b'id': b'f5a0ad9a-f63e-42e9-bea2-c0c9bec68204', b'cd': b'f5a0ad9a-f63e-42e9-bea2-c0c9bec68204', b'rm': False, b've': b'05', b'md': b'Google Cast Group', b'ic': b'/setup/icon.png', b'fn': b'House', b'ca': b'198692', b'st': b'0', b'bs': b'FA8FCA9DE83E', b'nf': b'1', b'rs': False})
2020-04-04 12:04:42 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 12:04:42 DEBUG (Thread-12) [pychromecast.discovery] get_info_from_service resolved service Google-Cast-Group-f5f3ea9722e845f9b525110f229f8030-1._googlecast._tcp.local. to service_info ServiceInfo(type='_googlecast._tcp.local.', name='Google-Cast-Group-f5f3ea9722e845f9b525110f229f8030-1._googlecast._tcp.local.', addresses=[b'\xc0\xa82z'], port=42146, weight=0, priority=0, server='d79e7a52-47f2-c034-11d4-945d28aaedbc.local.', properties={b'id': b'f5f3ea97-22e8-45f9-b525-110f229f8030', b'cd': b'f5f3ea97-22e8-45f9-b525-110f229f8030', b'rm': False, b've': b'05', b'md': b'Google Cast Group', b'ic': b'/setup/icon.png', b'fn': b'BBQ', b'ca': b'198692', b'st': b'0', b'bs': b'FA8FCA9DE83E', b'nf': b'1', b'rs': False})
2020-04-04 12:04:42 DEBUG (Thread-9) [homeassistant.components.cast.media_player] [media_player.bedroom_speaker Bedroom Speaker (192.168.50.110:8009)] Cast device availability changed: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-10) [pychromecast.socket_client] [Soundbar Speaker:8009] Connecting to 192.168.50.122:8009
2020-04-04 12:04:42 DEBUG (Thread-13) [pychromecast.socket_client] [Living Room Speaker:8009] Resolved service Google-Home-2f84d51d7af2bfec01f2fba65faab691._googlecast._tcp.local. to 192.168.50.118:8009
2020-04-04 12:04:42 DEBUG (Thread-5) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=1.4803302583743516e-08, volume_muted=False, app_id='E8C28D3C', display_name='Backdrop', namespaces=['urn:x-cast:com.google.cast.debugoverlay', 'urn:x-cast:com.google.cast.cac', 'urn:x-cast:com.google.cast.sse', 'urn:x-cast:com.google.cast.media', 'urn:x-cast:com.google.cast.remotecontrol'], session_id='b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9', transport_id='b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9', status_text='', icon_url='')
2020-04-04 12:04:42 DEBUG (Thread-14) [pychromecast.socket_client] [Living Room TV:8009] Resolved service MIBOX4-952c10d4fe661733c186f693af49a48e._googlecast._tcp.local. to 192.168.50.105:8009
2020-04-04 12:04:42 DEBUG (Thread-7) [pychromecast.socket_client] [Bathroom Speaker:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.socket_client] [Baby Display:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 12:04:42 DEBUG (Thread-11) [pychromecast.socket_client] [House:8009] Resolved service Google-Cast-Group-f5a0ad9af63e42e9bea2c0c9bec68204-1._googlecast._tcp.local. to 192.168.50.122:42355
2020-04-04 12:04:42 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] Connected!
2020-04-04 12:04:42 DEBUG (Thread-12) [pychromecast.socket_client] [BBQ:8009] Resolved service Google-Cast-Group-f5f3ea9722e845f9b525110f229f8030-1._googlecast._tcp.local. to 192.168.50.122:42146
2020-04-04 12:04:42 DEBUG (Thread-9) [pychromecast.controllers] Receiver:Updating status
2020-04-04 12:04:42 DEBUG (Thread-13) [pychromecast.socket_client] [Living Room Speaker:8009] Connecting to 192.168.50.118:8009
2020-04-04 12:04:42 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Sending: Message urn:x-cast:com.google.cast.tp.connection from sender-0 to b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9: {'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}}
2020-04-04 12:04:42 DEBUG (Thread-14) [pychromecast.socket_client] [Living Room TV:8009] Connecting to 192.168.50.105:8009
2020-04-04 12:04:42 DEBUG (Thread-11) [pychromecast.socket_client] [House:42355] Connecting to 192.168.50.122:42355
2020-04-04 12:04:42 DEBUG (Thread-7) [pychromecast.socket_client] [Bathroom Speaker:8009] Connected!
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.socket_client] [Baby Display:8009] Connected!
2020-04-04 12:04:42 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'applications': [{'appId': 'E8C28D3C', 'displayName': 'Backdrop', 'iconUrl': '', 'isIdleScreen': True, 'launchedFromCloud': False, 'namespaces': [{'name': 'urn:x-cast:com.google.cast.debugoverlay'}, {'name': 'urn:x-cast:com.google.cast.cac'}, {'name': 'urn:x-cast:com.google.cast.sse'}, {'name': 'urn:x-cast:com.google.cast.media'}, {'name': 'urn:x-cast:com.google.cast.remotecontrol'}], 'sessionId': 'aefa629e-20a2-456a-9a1b-7656cd2240f2', 'statusText': '', 'transportId': 'aefa629e-20a2-456a-9a1b-7656cd2240f2'}], 'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': -1, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': -2, 'quality': 0.707}, 'max_peaking_eqs': 4, 'peaking_eqs': []}, 'volume': {'controlType': 'attenuation', 'level': 0.09000001102685928, 'muted': False, 'stepInterval': 0.10000000149011612}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 12:04:42 DEBUG (Thread-12) [pychromecast.socket_client] [BBQ:42146] Connecting to 192.168.50.122:42146
2020-04-04 12:04:42 DEBUG (Thread-9) [pychromecast.socket_client] [Bedroom Speaker: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}}
2020-04-04 12:04:42 DEBUG (Thread-10) [pychromecast.socket_client] [Soundbar Speaker:8009] connection listener: a761a490 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Sending: Message urn:x-cast:com.google.cast.media from sender-0 to b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9: {'type': 'GET_STATUS', 'requestId': 3}
2020-04-04 12:04:42 DEBUG (Thread-7) [pychromecast.socket_client] [Bathroom Speaker:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 0, 'peaking_eqs': []}, 'volume': {'controlType': 'master', 'level': 0.4000000059604645, 'muted': False, 'stepInterval': 0.019999999552965164}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.socket_client] [Baby Display:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'applications': [{'appId': 'E8C28D3C', 'displayName': 'Backdrop', 'iconUrl': '', 'isIdleScreen': True, 'launchedFromCloud': False, 'namespaces': [{'name': 'urn:x-cast:com.google.cast.debugoverlay'}, {'name': 'urn:x-cast:com.google.cast.cac'}, {'name': 'urn:x-cast:com.google.cast.sse'}, {'name': 'urn:x-cast:com.google.cast.media'}, {'name': 'urn:x-cast:com.google.cast.remotecontrol'}], 'sessionId': '3816a6eb-2e38-4285-9848-f1d151b7dd17', 'statusText': '', 'transportId': '3816a6eb-2e38-4285-9848-f1d151b7dd17'}], 'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 4, 'peaking_eqs': []}, 'volume': {'controlType': 'attenuation', 'level': 0.2200000137090683, 'muted': False, 'stepInterval': 0.10000000149011612}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 12:04:42 DEBUG (Thread-6) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=0.09000001102685928, volume_muted=False, app_id='E8C28D3C', display_name='Backdrop', namespaces=['urn:x-cast:com.google.cast.debugoverlay', 'urn:x-cast:com.google.cast.cac', 'urn:x-cast:com.google.cast.sse', 'urn:x-cast:com.google.cast.media', 'urn:x-cast:com.google.cast.remotecontrol'], session_id='aefa629e-20a2-456a-9a1b-7656cd2240f2', transport_id='aefa629e-20a2-456a-9a1b-7656cd2240f2', status_text='', icon_url='')
2020-04-04 12:04:42 DEBUG (Thread-9) [pychromecast.socket_client] [Bedroom Speaker:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 12:04:42 DEBUG (Thread-7) [pychromecast.controllers] Received status: CastStatus(is_active_input=None, is_stand_by=None, volume_level=0.4000000059604645, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 12:04:42 DEBUG (Thread-13) [pychromecast.socket_client] [Living Room Speaker:8009] connection listener: 9dc19af0 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-10) [homeassistant.components.cast.media_player] [media_player.soundbar_speaker Soundbar Speaker (192.168.50.122:8009)] Received cast device connection status: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=0.2200000137090683, volume_muted=False, app_id='E8C28D3C', display_name='Backdrop', namespaces=['urn:x-cast:com.google.cast.debugoverlay', 'urn:x-cast:com.google.cast.cac', 'urn:x-cast:com.google.cast.sse', 'urn:x-cast:com.google.cast.media', 'urn:x-cast:com.google.cast.remotecontrol'], session_id='3816a6eb-2e38-4285-9848-f1d151b7dd17', transport_id='3816a6eb-2e38-4285-9848-f1d151b7dd17', status_text='', icon_url='')
2020-04-04 12:04:42 DEBUG (Thread-11) [pychromecast.socket_client] [House:42355] connection listener: 99f346f0 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-13) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Received cast device connection status: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-9) [pychromecast.socket_client] [Bedroom Speaker:8009] Connected!
2020-04-04 12:04:42 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] Sending: Message urn:x-cast:com.google.cast.tp.connection from sender-0 to aefa629e-20a2-456a-9a1b-7656cd2240f2: {'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}}
2020-04-04 12:04:42 DEBUG (Thread-14) [pychromecast.socket_client] [Living Room TV:8009] connection listener: b5f063b0 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-10) [homeassistant.components.cast.media_player] [media_player.soundbar_speaker Soundbar Speaker (192.168.50.122:8009)] Cast device availability changed: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-12) [pychromecast.socket_client] [BBQ:42146] connection listener: 9df081f0 (CastStatusListener)
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.socket_client] [Baby Display:8009] Sending: Message urn:x-cast:com.google.cast.tp.connection from sender-0 to 3816a6eb-2e38-4285-9848-f1d151b7dd17: {'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}}
2020-04-04 12:04:42 DEBUG (Thread-11) [homeassistant.components.cast.media_player] [media_player.house House (192.168.50.122:42355)] Received cast device connection status: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-13) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Cast device availability changed: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-9) [pychromecast.socket_client] [Bedroom Speaker:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 2, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 0, 'peaking_eqs': []}, 'volume': {'controlType': 'master', 'level': 0.19472047686576843, 'muted': False, 'stepInterval': 0.019999999552965164}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 12:04:42 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] Sending: Message urn:x-cast:com.google.cast.media from sender-0 to aefa629e-20a2-456a-9a1b-7656cd2240f2: {'type': 'GET_STATUS', 'requestId': 3}
2020-04-04 12:04:42 DEBUG (Thread-14) [homeassistant.components.cast.media_player] [media_player.living_room_tv Living Room TV (192.168.50.105:8009)] Received cast device connection status: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-10) [pychromecast.controllers] Receiver:Updating status
2020-04-04 12:04:42 DEBUG (Thread-12) [homeassistant.components.cast.media_player] [media_player.bbq BBQ (192.168.50.122:42146)] Received cast device connection status: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-8) [pychromecast.socket_client] [Baby Display:8009] Sending: Message urn:x-cast:com.google.cast.media from sender-0 to 3816a6eb-2e38-4285-9848-f1d151b7dd17: {'type': 'GET_STATUS', 'requestId': 3}
2020-04-04 12:04:42 DEBUG (Thread-11) [homeassistant.components.cast.media_player] [media_player.house House (192.168.50.122:42355)] Cast device availability changed: CONNECTED
2020-04-04 12:04:42 DEBUG (Thread-13) [pychromecast.controllers] Receiver:Updating status
2020-04-04 12:04:43 DEBUG (Thread-9) [pychromecast.controllers] Received status: CastStatus(is_active_input=None, is_stand_by=None, volume_level=0.19472047686576843, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 12:04:43 DEBUG (Thread-14) [homeassistant.components.cast.media_player] [media_player.living_room_tv Living Room TV (192.168.50.105:8009)] Cast device availability changed: CONNECTED
2020-04-04 12:04:43 DEBUG (Thread-10) [pychromecast.socket_client] [Soundbar Speaker: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}}
2020-04-04 12:04:43 DEBUG (Thread-12) [homeassistant.components.cast.media_player] [media_player.bbq BBQ (192.168.50.122:42146)] Cast device availability changed: CONNECTED
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.socket_client] [House:42355] connection listener: 97a54c70 (Listener)
2020-04-04 12:04:43 DEBUG (Thread-13) [pychromecast.socket_client] [Living Room Speaker: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}}
2020-04-04 12:04:43 DEBUG (Thread-14) [pychromecast.controllers] Receiver:Updating status
2020-04-04 12:04:43 DEBUG (Thread-10) [pychromecast.socket_client] [Soundbar Speaker:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.socket_client] [BBQ:42146] connection listener: 97ec6130 (Listener)
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.socket_client] [House:42355] 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}}
2020-04-04 12:04:43 DEBUG (Thread-13) [pychromecast.socket_client] [Living Room Speaker:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 12:04:43 DEBUG (Thread-14) [pychromecast.socket_client] [Living Room TV: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}}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.socket_client] [BBQ:42146] 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}}
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.socket_client] [House:42355] Sending: Message urn:x-cast:com.google.cast.multizone from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 12:04:43 DEBUG (Thread-13) [pychromecast.socket_client] [Living Room Speaker:8009] Connected!
2020-04-04 12:04:43 DEBUG (Thread-10) [pychromecast.socket_client] [Soundbar Speaker:8009] Connected!
2020-04-04 12:04:43 DEBUG (Thread-14) [pychromecast.socket_client] [Living Room TV:8009] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.socket_client] [BBQ:42146] Sending: Message urn:x-cast:com.google.cast.multizone from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 1}
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.controllers] Receiver:Updating status
2020-04-04 12:04:43 DEBUG (Thread-10) [pychromecast.socket_client] [Soundbar Speaker:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 0, 'peaking_eqs': []}, 'volume': {'controlType': 'master', 'level': 0.1038113385438919, 'muted': False, 'stepInterval': 0.019999999552965164}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 12:04:43 DEBUG (Thread-14) [pychromecast.socket_client] [Living Room TV:8009] Connected!
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.socket_client] [House:42355] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 2}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.controllers] Receiver:Updating status
2020-04-04 12:04:43 DEBUG (Thread-13) [pychromecast.socket_client] [Living Room Speaker:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 2, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 2, 'quality': 0.707}, 'max_peaking_eqs': 0, 'peaking_eqs': []}, 'volume': {'controlType': 'master', 'level': 0.3636363744735718, 'muted': False, 'stepInterval': 0.019999999552965164}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 12:04:43 DEBUG (Thread-10) [pychromecast.controllers] Received status: CastStatus(is_active_input=None, is_stand_by=None, volume_level=0.1038113385438919, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 12:04:43 DEBUG (Thread-14) [pychromecast.socket_client] [Living Room TV:8009] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 1, 'status': {'userEq': {}, 'volume': {'controlType': 'attenuation', 'level': 0.6000000238418579, 'muted': False, 'stepInterval': 0.06666667014360428}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.socket_client] [House:42355] Connected!
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.socket_client] [BBQ:42146] Sending: Message urn:x-cast:com.google.cast.receiver from sender-0 to receiver-0: {'type': 'GET_STATUS', 'requestId': 2}
2020-04-04 12:04:43 DEBUG (Thread-13) [pychromecast.controllers] Received status: CastStatus(is_active_input=None, is_stand_by=None, volume_level=0.3636363744735718, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 12:04:43 DEBUG (Thread-14) [pychromecast.controllers] Received status: CastStatus(is_active_input=False, is_stand_by=True, volume_level=0.6000000238418579, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.socket_client] [House:42355] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to sender-0: {'requestId': 1, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'd79e7a52-47f2-c034-11d4-945d28aaedbc', 'name': 'Soundbar Speaker', 'volume': {'level': 0.1038113385438919, 'muted': False}}, {'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'bc761776-f954-9626-7455-bcfc243f8c0c', 'name': 'Office Display', 'volume': {'level': 1.4803302583743516e-08, 'muted': False}}, {'capabilities': 196612, 'deviceId': 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e', 'name': 'Bathroom Speaker', 'volume': {'level': 0.4000000059604645, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}, {'capabilities': 196612, 'deviceId': 'e534616c-92e7-df02-67e7-7d58ce42d4f6', 'name': 'Bedroom Speaker', 'volume': {'level': 0.19472047686576843, 'muted': False}}, {'capabilities': 196612, 'deviceId': '2f84d51d-7af2-bfec-01f2-fba65faab691', 'name': 'Living Room Speaker', 'volume': {'level': 0.3636363744735718, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.socket_client] [BBQ:42146] Connected!
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added members ['00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'e42b3dcb-9a5a-54d9-b950-249bc4549154', '2f84d51d-7af2-bfec-01f2-fba65faab691', 'd79e7a52-47f2-c034-11d4-945d28aaedbc', 'bc761776-f954-9626-7455-bcfc243f8c0c', 'e534616c-92e7-df02-67e7-7d58ce42d4f6', 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e'], Removed members: []
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added member 00df755e-dfdd-2f20-a07f-d0842f2eaa6f(Dining Room Speaker), members: {'00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker'}
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added member e42b3dcb-9a5a-54d9-b950-249bc4549154(Kitchen display), members: {'00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display'}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.socket_client] [BBQ:42146] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to sender-0: {'requestId': 1, 'status': {'devices': [{'capabilities': 196612, 'deviceId': 'd79e7a52-47f2-c034-11d4-945d28aaedbc', 'name': 'Soundbar Speaker', 'volume': {'level': 0.1038113385438919, 'muted': False}}, {'capabilities': 196612, 'deviceId': '00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'name': 'Dining Room Speaker', 'volume': {'level': 0.4545454680919647, 'muted': False}}, {'capabilities': 229381, 'deviceId': 'e42b3dcb-9a5a-54d9-b950-249bc4549154', 'name': 'Kitchen display', 'volume': {'level': 0.09000001102685928, 'muted': False}}, {'capabilities': 196612, 'deviceId': '2f84d51d-7af2-bfec-01f2-fba65faab691', 'name': 'Living Room Speaker', 'volume': {'level': 0.3636363744735718, 'muted': False}}], 'isMultichannel': False}, 'type': 'MULTIZONE_STATUS'}
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added member 2f84d51d-7af2-bfec-01f2-fba65faab691(Living Room Speaker), members: {'00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display', '2f84d51d-7af2-bfec-01f2-fba65faab691': 'Living Room Speaker'}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.controllers.multizone] (f5f3ea97-22e8-45f9-b525-110f229f8030) Added members ['00df755e-dfdd-2f20-a07f-d0842f2eaa6f', 'e42b3dcb-9a5a-54d9-b950-249bc4549154', '2f84d51d-7af2-bfec-01f2-fba65faab691', 'd79e7a52-47f2-c034-11d4-945d28aaedbc'], Removed members: []
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added member d79e7a52-47f2-c034-11d4-945d28aaedbc(Soundbar Speaker), members: {'00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display', '2f84d51d-7af2-bfec-01f2-fba65faab691': 'Living Room Speaker', 'd79e7a52-47f2-c034-11d4-945d28aaedbc': 'Soundbar Speaker'}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.controllers.multizone] (f5f3ea97-22e8-45f9-b525-110f229f8030) Added member 00df755e-dfdd-2f20-a07f-d0842f2eaa6f(Dining Room Speaker), members: {'00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker'}
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added member bc761776-f954-9626-7455-bcfc243f8c0c(Office Display), members: {'00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display', '2f84d51d-7af2-bfec-01f2-fba65faab691': 'Living Room Speaker', 'd79e7a52-47f2-c034-11d4-945d28aaedbc': 'Soundbar Speaker', 'bc761776-f954-9626-7455-bcfc243f8c0c': 'Office Display'}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.controllers.multizone] (f5f3ea97-22e8-45f9-b525-110f229f8030) Added member e42b3dcb-9a5a-54d9-b950-249bc4549154(Kitchen display), members: {'00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display'}
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added member e534616c-92e7-df02-67e7-7d58ce42d4f6(Bedroom Speaker), members: {'00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display', '2f84d51d-7af2-bfec-01f2-fba65faab691': 'Living Room Speaker', 'd79e7a52-47f2-c034-11d4-945d28aaedbc': 'Soundbar Speaker', 'bc761776-f954-9626-7455-bcfc243f8c0c': 'Office Display', 'e534616c-92e7-df02-67e7-7d58ce42d4f6': 'Bedroom Speaker'}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.controllers.multizone] (f5f3ea97-22e8-45f9-b525-110f229f8030) Added member 2f84d51d-7af2-bfec-01f2-fba65faab691(Living Room Speaker), members: {'00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display', '2f84d51d-7af2-bfec-01f2-fba65faab691': 'Living Room Speaker'}
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added member ca56418d-45b3-32f0-c6c3-f050bdf8f44e(Bathroom Speaker), members: {'00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display', '2f84d51d-7af2-bfec-01f2-fba65faab691': 'Living Room Speaker', 'd79e7a52-47f2-c034-11d4-945d28aaedbc': 'Soundbar Speaker', 'bc761776-f954-9626-7455-bcfc243f8c0c': 'Office Display', 'e534616c-92e7-df02-67e7-7d58ce42d4f6': 'Bedroom Speaker', 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e': 'Bathroom Speaker'}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.controllers.multizone] (f5f3ea97-22e8-45f9-b525-110f229f8030) Added member d79e7a52-47f2-c034-11d4-945d28aaedbc(Soundbar Speaker), members: {'00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display', '2f84d51d-7af2-bfec-01f2-fba65faab691': 'Living Room Speaker', 'd79e7a52-47f2-c034-11d4-945d28aaedbc': 'Soundbar Speaker'}
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.socket_client] [House:42355] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 2, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 0, 'peaking_eqs': []}, 'volume': {'controlType': 'master', 'level': 0.22953054308891296, 'muted': False, 'stepInterval': 0.05000000074505806}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 12:04:43 DEBUG (Thread-11) [pychromecast.controllers] Received status: CastStatus(is_active_input=None, is_stand_by=None, volume_level=0.22953054308891296, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.socket_client] [BBQ:42146] Received: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {'requestId': 2, 'status': {'userEq': {'high_shelf': {'frequency': 4500.0, 'gain_db': 0.0, 'quality': 0.707}, 'low_shelf': {'frequency': 150.0, 'gain_db': 0.0, 'quality': 0.707}, 'max_peaking_eqs': 0, 'peaking_eqs': []}, 'volume': {'controlType': 'master', 'level': 0.2529982924461365, 'muted': False, 'stepInterval': 0.05000000074505806}}, 'type': 'RECEIVER_STATUS'}
2020-04-04 12:04:43 DEBUG (Thread-12) [pychromecast.controllers] Received status: CastStatus(is_active_input=None, is_stand_by=None, volume_level=0.2529982924461365, volume_muted=False, app_id=None, display_name=None, namespaces=[], session_id=None, transport_id=None, status_text='', icon_url=None)
2020-04-04 12:04:44 INFO (MainThread) [homeassistant.components.automation] Executing Turn linen closet light off
2020-04-04 12:04:44 INFO (MainThread) [homeassistant.components.automation] Turn linen closet light off: Running script
2020-04-04 12:04:44 INFO (MainThread) [homeassistant.components.automation] Turn linen closet light off: Executing step call service
2020-04-04 12:04:45 INFO (SyncWorker_4) [homeassistant.loader] Loaded netatmo from homeassistant.components.netatmo
2020-04-04 12:04:46 INFO (SyncWorker_11) [homeassistant.loader] Loaded elgato from homeassistant.components.elgato
2020-04-04 12:04:46 INFO (SyncWorker_9) [homeassistant.loader] Loaded velbus from homeassistant.components.velbus
2020-04-04 12:04:46 INFO (MainThread) [homeassistant.components.automation] Executing Turn left baby closet light off
2020-04-04 12:04:46 INFO (MainThread) [homeassistant.components.automation] Turn left baby closet light off: Running script
2020-04-04 12:04:46 INFO (MainThread) [homeassistant.components.automation] Turn left baby closet light off: Executing step call service
2020-04-04 12:04:46 INFO (SyncWorker_10) [homeassistant.loader] Loaded traccar from homeassistant.components.traccar
2020-04-04 12:04:46 INFO (SyncWorker_17) [homeassistant.loader] Loaded directv from homeassistant.components.directv
2020-04-04 12:04:46 INFO (SyncWorker_16) [homeassistant.loader] Loaded meteo_france from homeassistant.components.meteo_france
2020-04-04 12:04:46 INFO (SyncWorker_18) [homeassistant.loader] Loaded glances from homeassistant.components.glances
2020-04-04 12:04:47 INFO (SyncWorker_14) [homeassistant.loader] Loaded smartthings from homeassistant.components.smartthings
2020-04-04 12:04:47 INFO (MainThread) [homeassistant.components.automation] Executing Turn right baby closet light off
2020-04-04 12:04:47 INFO (MainThread) [homeassistant.components.automation] Turn right baby closet light off: Running script
2020-04-04 12:04:47 INFO (SyncWorker_19) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2020-04-04 12:04:47 INFO (MainThread) [homeassistant.components.automation] Turn right baby closet light off: Executing step call service
2020-04-04 12:04:47 INFO (SyncWorker_15) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtt
2020-04-04 12:04:47 INFO (SyncWorker_8) [homeassistant.loader] Loaded sentry from homeassistant.components.sentry
2020-04-04 12:04:47 INFO (SyncWorker_0) [homeassistant.loader] Loaded simplisafe from homeassistant.components.simplisafe
2020-04-04 12:04:47 INFO (SyncWorker_2) [homeassistant.loader] Loaded geonetnz_volcano from homeassistant.components.geonetnz_volcano
2020-04-04 12:04:47 INFO (SyncWorker_17) [homeassistant.loader] Loaded konnected from homeassistant.components.konnected
2020-04-04 12:04:48 INFO (SyncWorker_1) [homeassistant.loader] Loaded plaato from homeassistant.components.plaato
2020-04-04 12:04:48 INFO (SyncWorker_11) [homeassistant.loader] Loaded life360 from homeassistant.components.life360
2020-04-04 12:04:48 INFO (SyncWorker_5) [homeassistant.loader] Loaded starline from homeassistant.components.starline
2020-04-04 12:04:48 INFO (SyncWorker_6) [homeassistant.loader] Loaded melcloud from homeassistant.components.melcloud
2020-04-04 12:04:49 INFO (SyncWorker_9) [homeassistant.loader] Loaded almond from homeassistant.components.almond
2020-04-04 12:04:49 INFO (SyncWorker_3) [homeassistant.loader] Loaded smhi from homeassistant.components.smhi
2020-04-04 12:04:49 INFO (SyncWorker_12) [homeassistant.loader] Loaded homematicip_cloud from homeassistant.components.homematicip_cloud
2020-04-04 12:04:49 INFO (SyncWorker_10) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome
2020-04-04 12:04:49 INFO (SyncWorker_17) [homeassistant.loader] Loaded garmin_connect from homeassistant.components.garmin_connect
2020-04-04 12:04:50 INFO (SyncWorker_18) [homeassistant.loader] Loaded soma from homeassistant.components.soma
2020-04-04 12:04:50 INFO (SyncWorker_14) [homeassistant.loader] Loaded lifx from homeassistant.components.lifx
2020-04-04 12:04:50 INFO (SyncWorker_4) [homeassistant.loader] Loaded mikrotik from homeassistant.components.mikrotik
2020-04-04 12:04:50 INFO (SyncWorker_15) [homeassistant.loader] Loaded spotify from homeassistant.components.spotify
2020-04-04 12:04:50 INFO (SyncWorker_8) [homeassistant.loader] Loaded locative from homeassistant.components.locative
2020-04-04 12:04:50 INFO (SyncWorker_0) [homeassistant.loader] Loaded dialogflow from homeassistant.components.dialogflow
2020-04-04 12:04:50 INFO (SyncWorker_2) [homeassistant.loader] Loaded axis from homeassistant.components.axis
2020-04-04 12:04:50 INFO (SyncWorker_7) [homeassistant.loader] Loaded vilfo from homeassistant.components.vilfo
2020-04-04 12:04:50 INFO (SyncWorker_13) [homeassistant.loader] Loaded brother from homeassistant.components.brother
2020-04-04 12:04:50 INFO (SyncWorker_16) [homeassistant.loader] Loaded tellduslive from homeassistant.components.tellduslive
2020-04-04 12:04:50 INFO (SyncWorker_1) [homeassistant.loader] Loaded met from homeassistant.components.met
2020-04-04 12:04:50 INFO (SyncWorker_19) [homeassistant.loader] Loaded gpslogger from homeassistant.components.gpslogger
2020-04-04 12:04:50 INFO (SyncWorker_11) [homeassistant.loader] Loaded iqvia from homeassistant.components.iqvia
2020-04-04 12:04:50 INFO (SyncWorker_5) [homeassistant.loader] Loaded geonetnz_quakes from homeassistant.components.geonetnz_quakes
2020-04-04 12:04:50 INFO (SyncWorker_6) [homeassistant.loader] Loaded linky from homeassistant.components.linky
2020-04-04 12:04:50 INFO (SyncWorker_9) [homeassistant.loader] Loaded somfy from homeassistant.components.somfy
2020-04-04 12:04:50 INFO (SyncWorker_3) [homeassistant.loader] Loaded tplink from homeassistant.components.tplink
2020-04-04 12:04:50 INFO (SyncWorker_7) [homeassistant.loader] Loaded icloud from homeassistant.components.icloud
2020-04-04 12:04:50 INFO (SyncWorker_10) [homeassistant.loader] Loaded owntracks from homeassistant.components.owntracks
2020-04-04 12:04:50 INFO (SyncWorker_17) [homeassistant.loader] Loaded coolmaster from homeassistant.components.coolmaster
2020-04-04 12:04:50 INFO (SyncWorker_18) [homeassistant.loader] Loaded rainmachine from homeassistant.components.rainmachine
2020-04-04 12:04:50 INFO (SyncWorker_19) [homeassistant.loader] Loaded gdacs from homeassistant.components.gdacs
2020-04-04 12:04:50 INFO (SyncWorker_4) [homeassistant.loader] Loaded point from homeassistant.components.point
2020-04-04 12:04:50 INFO (SyncWorker_15) [homeassistant.loader] Loaded notion from homeassistant.components.notion
2020-04-04 12:04:50 INFO (SyncWorker_8) [homeassistant.loader] Loaded ecobee from homeassistant.components.ecobee
2020-04-04 12:04:50 INFO (SyncWorker_0) [homeassistant.loader] Loaded ifttt from homeassistant.components.ifttt
2020-04-04 12:04:50 INFO (SyncWorker_2) [homeassistant.loader] Loaded ambient_station from homeassistant.components.ambient_station
2020-04-04 12:04:50 INFO (SyncWorker_7) [homeassistant.loader] Loaded vesync from homeassistant.components.vesync
2020-04-04 12:04:50 INFO (SyncWorker_13) [homeassistant.loader] Loaded solaredge from homeassistant.components.solaredge
2020-04-04 12:04:50 INFO (SyncWorker_16) [homeassistant.loader] Loaded logi_circle from homeassistant.components.logi_circle
2020-04-04 12:04:50 INFO (SyncWorker_1) [homeassistant.loader] Loaded ring from homeassistant.components.ring
2020-04-04 12:04:50 INFO (SyncWorker_19) [homeassistant.loader] Loaded wwlln from homeassistant.components.wwlln
2020-04-04 12:04:50 INFO (SyncWorker_11) [homeassistant.loader] Loaded twilio from homeassistant.components.twilio
2020-04-04 12:04:50 INFO (SyncWorker_5) [homeassistant.loader] Loaded adguard from homeassistant.components.adguard
2020-04-04 12:04:50 INFO (SyncWorker_6) [homeassistant.loader] Loaded opentherm_gw from homeassistant.components.opentherm_gw
2020-04-04 12:04:50 INFO (SyncWorker_9) [homeassistant.loader] Loaded griddy from homeassistant.components.griddy
2020-04-04 12:04:50 INFO (SyncWorker_3) [homeassistant.loader] Loaded airly from homeassistant.components.airly
2020-04-04 12:04:50 INFO (SyncWorker_12) [homeassistant.loader] Loaded gios from homeassistant.components.gios
2020-04-04 12:04:50 INFO (SyncWorker_10) [homeassistant.loader] Loaded ps4 from homeassistant.components.ps4
2020-04-04 12:04:50 INFO (SyncWorker_17) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp
2020-04-04 12:04:50 INFO (SyncWorker_18) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku
2020-04-04 12:04:50 INFO (SyncWorker_19) [homeassistant.loader] Loaded transmission from homeassistant.components.transmission
2020-04-04 12:04:50 INFO (SyncWorker_4) [homeassistant.loader] Loaded ios from homeassistant.components.ios
2020-04-04 12:04:50 INFO (SyncWorker_15) [homeassistant.loader] Loaded huawei_lte from homeassistant.components.huawei_lte
2020-04-04 12:04:50 INFO (SyncWorker_8) [homeassistant.loader] Loaded ambiclimate from homeassistant.components.ambiclimate
2020-04-04 12:04:50 INFO (SyncWorker_0) [homeassistant.loader] Loaded geofency from homeassistant.components.geofency
2020-04-04 12:04:50 INFO (SyncWorker_2) [homeassistant.loader] Loaded twentemilieu from homeassistant.components.twentemilieu
2020-04-04 12:04:50 INFO (SyncWorker_7) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi
2020-04-04 12:04:50 INFO (SyncWorker_13) [homeassistant.loader] Loaded hangouts from homeassistant.components.hangouts
2020-04-04 12:04:50 INFO (SyncWorker_16) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz
2020-04-04 12:04:50 INFO (SyncWorker_1) [homeassistant.loader] Loaded iaqualink from homeassistant.components.iaqualink
2020-04-04 12:04:50 INFO (SyncWorker_19) [homeassistant.loader] Loaded openuv from homeassistant.components.openuv
2020-04-04 12:04:50 INFO (SyncWorker_11) [homeassistant.loader] Loaded toon from homeassistant.components.toon
2020-04-04 12:04:50 INFO (SyncWorker_5) [homeassistant.loader] Loaded abode from homeassistant.components.abode
2020-04-04 12:04:50 INFO (SyncWorker_6) [homeassistant.loader] Loaded solarlog from homeassistant.components.solarlog
2020-04-04 12:04:50 INFO (SyncWorker_9) [homeassistant.loader] Loaded minecraft_server from homeassistant.components.minecraft_server
2020-04-04 12:04:50 INFO (SyncWorker_3) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos
2020-04-04 12:04:50 INFO (SyncWorker_12) [homeassistant.loader] Loaded local_ip from homeassistant.components.local_ip
2020-04-04 12:04:50 INFO (SyncWorker_10) [homeassistant.loader] Loaded wled from homeassistant.components.wled
2020-04-04 12:04:50 INFO (SyncWorker_17) [homeassistant.loader] Loaded vizio from homeassistant.components.vizio
2020-04-04 12:04:50 INFO (SyncWorker_18) [homeassistant.loader] Loaded heos from homeassistant.components.heos
2020-04-04 12:04:50 INFO (SyncWorker_19) [homeassistant.loader] Loaded hisense_aehw4a1 from homeassistant.components.hisense_aehw4a1
2020-04-04 12:04:50 INFO (SyncWorker_4) [homeassistant.loader] Loaded plex from homeassistant.components.plex
2020-04-04 12:04:50 INFO (SyncWorker_15) [homeassistant.loader] Loaded tradfri from homeassistant.components.tradfri
2020-04-04 12:04:50 INFO (SyncWorker_8) [homeassistant.loader] Loaded wemo from homeassistant.components.wemo
2020-04-04 12:04:50 INFO (SyncWorker_0) [homeassistant.loader] Loaded samsungtv from homeassistant.components.samsungtv
2020-04-04 12:04:50 INFO (SyncWorker_2) [homeassistant.loader] Loaded shopping_list from homeassistant.components.shopping_list
2020-04-04 12:04:50 INFO (SyncWorker_7) [homeassistant.loader] Loaded sense from homeassistant.components.sense
2020-04-04 12:04:50 INFO (SyncWorker_13) [homeassistant.loader] Loaded ipma from homeassistant.components.ipma
2020-04-04 12:04:50 INFO (SyncWorker_16) [homeassistant.loader] Loaded mailgun from homeassistant.components.mailgun
2020-04-04 12:04:50 INFO (SyncWorker_1) [homeassistant.loader] Loaded daikin from homeassistant.components.daikin
2020-04-04 12:04:50 INFO (SyncWorker_19) [homeassistant.loader] Loaded luftdaten from homeassistant.components.luftdaten
2020-04-04 12:04:50 INFO (SyncWorker_11) [homeassistant.loader] Loaded neato from homeassistant.components.neato
2020-04-04 12:04:50 INFO (SyncWorker_5) [homeassistant.loader] Loaded izone from homeassistant.components.izone
2020-04-04 12:04:50 INFO (SyncWorker_6) [homeassistant.loader] Loaded tesla from homeassistant.components.tesla
2020-04-04 12:04:50 INFO (SyncWorker_9) [homeassistant.loader] Loaded withings from homeassistant.components.withings
2020-04-04 12:04:50 INFO (SyncWorker_3) [homeassistant.loader] Loaded dynalite from homeassistant.components.dynalite
2020-04-04 12:04:50 INFO (SyncWorker_12) [homeassistant.loader] Loaded airvisual from homeassistant.components.airvisual
2020-04-04 12:04:57 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.cert_expiry
2020-04-04 12:05:02 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9 to *: {'requestId': '0', 'backendData': '["https://ccp-lh.googleusercontent.com/proxy/gl8tjq9F4FyVm5vXVsI4_WsoLODvqXoWjweVQl0Kusi9g_Gjuaf0H8MlIaZE-77tdGjpJhKf2oxOVEsJum0Hy2k4PKVchWctB1tvazySS0ylfsdHxqF4=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Narva, Ida-Viru maakond, Estonia","","©2015 CNES / Astrium, DigitalGlobe"],"https://www.google.com/maps/@59.341845,28.096525,17z/data=!3m1!1e3",null,null,"Narva, Ida-Viru maakond, Estonia","©2015 CNES / Astrium, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-5530.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-3521781455794046,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', 'numLinkedUsers': 3, 'appDeviceId': '0013D47106E7C86DFC001599E75B6D72', 'topicHistory': ['["https://ccp-lh.googleusercontent.com/proxy/WWMSECmbuvVTRfBAV0EPBd4w2igPshp5lFUgr1olRMSdR6tObyoKOxAEJjqgKbhBj42DYnL7O1oSpV1I2lUynNU5R0MDuObWIcAgKQjsEjKFk6ZCqgZz=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Ilam, Iran","","© 2014 CNES / Astrium, Cnes/Spot Image, DigitalGlobe"],"https://www.google.com/maps/@33.610911,45.932089,13z/data=!3m1!1e3",null,null,"Ilam, Iran","© 2014 CNES / Astrium, Cnes/Spot Image, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-1826.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],8987851541612240,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/iYRmdToqn5jVEWjZ4hdVKV6TyhSa0OiQmdgGT1R0g9qWV4KfpV622bahtRePfJFKorNs4qTg0AgtCN_Q-lX_ZcUXIP43blo9pJvh4f_ZGqeqjOYRHyXi=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Kailua-Kona, Hawaii, United States","","©2015 DigitalGlobe"],"https://www.google.com/maps/@19.825646,-155.992341,17z/data=!3m1!1e3",null,null,"Kailua-Kona, Hawaii, United States","©2015 DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-6135.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-4519540301254161,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/KMYorksdlZZMWIsxC5jIAgE1RBVJokKoB0N4eQGVWAeJ3GPK_pOqf3Zr2olXSLMBbIZhn1HjAQAgBEUnNgpp56q_cUTFkOr6qw-J6G6Pz6rgn4gHfnpn=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Mission River, Queensland, Australia","","©2015 CNES / Astrium, Cnes/Spot Image, DigitalGlobe, Landsat, U.S. Geological Survey"],"https://www.google.com/maps/@-12.654865,141.971735,14z/data=!3m1!1e3",null,null,"Mission River, Queensland, Australia","©2015 CNES / Astrium, Cnes/Spot Image, DigitalGlobe, Landsat, U.S. Geological Survey",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-5365.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-4657205455764209,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/HgT6AuEGAc6MsveoKBhmvSSXv_EgLUghitzqqwFecpZLI4UlhFpHoN1bibFYjfuNlxyGCMURfZRl-opnVRMwfam33PTE71gNDvORtICpLdOdlNjAi9sxnKG4Cc8sCLBEXzpioyIbbeQDaFa5Nok-T_Gm0M8pGpMhCL67kRyTcbVUuiGONHsGFa7rflCmWOos1OQbKnDHcxkOmsZkFVs_tFQcf4TgZdRD1Y4OnFHz2XPoOEUb0UxSOiQzDBM26elxFvUMg4wS_mMVC8sVaQ=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,7,null,null,null,"https://www.gettyimages.com/detail/photo/sturgeon-bay-lighthouse-door-county-wisconsin-royalty-free-image/512931332",null,null,null,null,[],null,1568168994827,"PHOTO_COMMUNITIES_TITLE","-7462636263483029609",null,null,3,null,null,null,3,[[64]],4057985217765085,[9700067,9700053],null,null,[[64]]]', '["https://ccp-lh.googleusercontent.com/proxy/gl8tjq9F4FyVm5vXVsI4_WsoLODvqXoWjweVQl0Kusi9g_Gjuaf0H8MlIaZE-77tdGjpJhKf2oxOVEsJum0Hy2k4PKVchWctB1tvazySS0ylfsdHxqF4=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Narva, Ida-Viru maakond, Estonia","","©2015 CNES / Astrium, DigitalGlobe"],"https://www.google.com/maps/@59.341845,28.096525,17z/data=!3m1!1e3",null,null,"Narva, Ida-Viru maakond, Estonia","©2015 CNES / Astrium, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-5530.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-3521781455794046,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]']}
2020-04-04 12:05:28 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from aefa629e-20a2-456a-9a1b-7656cd2240f2 to *: {'requestId': '0', 'backendData': '["https://lh3.googleusercontent.com/tii9NoSj3A1xi-TMH0LJf-yytxNWhG-Kx7pht7Lrf7q_WG5uQOMpmtQYZ9QdrPG7rDYslFbF5vwSyA=s1280-w1280-h800-p-k-rw-no-l75-nd-mv
2020-04-04 12:05:36 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9 to *: {'requestId': '0', 'backendData': '["https://ccp-lh.googleusercontent.com/proxy/sfBXkeCxQ8D83upEnbafA3spQY1tROyyvgWvyBIQTJRdHpoGBdr4c55_4LN60r5fey1jtEmJD-cxB_0cZ0WCsquCx1RG4qFI-SfeOFoAZaNFN90aDKax=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Yardea, Australia","","© 2014 Cnes/Spot Image, DigitalGlobe"],"https://www.google.com/maps/@-32.064781,135.38689,14z/data=!3m1!1e3",null,null,"Yardea, Australia","© 2014 Cnes/Spot Image, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","
2020-04-04 12:06:10 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9 to *: {'requestId': '0', 'backendData': '["https://ccp-lh.googleusercontent.com/proxy/obibFdPMb8sK_3J8m6Ldy8YyuJMSy_DHdb1NBKgCbw9SsiEl_JSHA4aGhMoEabc-t9QQvUWVVWYfsvAM75EYqHRwiGDrImncQceqGBv_jQIsAS7keqjL=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Luganville, Sanma Province, Vanuatu","","©2015 CNES / Astrium, DigitalGlobe"],"https://www.google.com/maps/@-15.612332,167.191594,18z/data=!3m1!1e3",null,null,"Luganville, Sanma Province, Vanuatu","©2015 CNES / Astrium, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","
2020-04-04 12:06:31 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from aefa629e-20a2-456a-9a1b-7656cd2240f2 to *: {'requestId': '0', 'backendData': '["https://lh4.googleusercontent.com/proxy/eio22fLM-QQtbkqnsOu58bBmaiPlnePsXJn08vK5vqtPwX56mqWjyKu5VC32VpRhJs9lN13fl1jTfnbvEfARIN6XYPNX8TGtKNxuFbfDP7wmDNA0cDHXyE2tv1W9xg9hcuoAUtDMAI_Zg8uULnmsiqNMuTd-J441_anHrbiQImqlW4g=w640-h800-p-k-rw-no-l75-nd-mv
2020-04-04 12:06:44 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9 to *: {'requestId': '0', 'backendData': '["https://ccp-lh.googleusercontent.com/proxy/sSXre7hjIeIZ11qwXheugagLMqetL6ecex2hMPJMJ3svHNiSANYbUC5BUMNh_oJ0Kdxg-Y3mrUvqRjSR-ZrQ7Gf9sa71vRJ2NRMYu_14sX1Y8PZDmQWR=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["New York, United States","","© 2014 Bluesky, DigitalGlobe, Sanborn"],"https://www.google.com/maps/@40.750482,-73.993743,20z/data=!3m1!1e3",null,null,"New York, United States","© 2014 Bluesky, DigitalGlobe, Sanborn",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-1420.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],5896177007527874,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', 'numLinkedUsers': 3, 'appDeviceId': '0013D47106E7C86DFC001599E75B6D72', 'topicHistory': ['["https://ccp-lh.googleusercontent.com/proxy/HgT6AuEGAc6MsveoKBhmvSSXv_EgLUghitzqqwFecpZLI4UlhFpHoN1bibFYjfuNlxyGCMURfZRl-opnVRMwfam33PTE71gNDvORtICpLdOdlNjAi9sxnKG4Cc8sCLBEXzpioyIbbeQDaFa5Nok-T_Gm0M8pGpMhCL67kRyTcbVUuiGONHsGFa7rflCmWOos1OQbKnDHcxkOmsZkFVs_tFQcf4TgZdRD1Y4OnFHz2XPoOEUb0UxSOiQzDBM26elxFvUMg4wS_mMVC8sVaQ=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,7,null,null,null,"https://www.gettyimages.com/detail/photo/sturgeon-bay-lighthouse-door-county-wisconsin-royalty-free-image/512931332",null,null,null,null,[],null,1568168994827,"PHOTO_COMMUNITIES_TITLE","-7462636263483029609",null,null,3,null,null,null,3,[[64]],4057985217765085,[9700067,9700053],null,null,[[64]]]', '["https://ccp-lh.googleusercontent.com/proxy/gl8tjq9F4FyVm5vXVsI4_WsoLODvqXoWjweVQl0Kusi9g_Gjuaf0H8MlIaZE-77tdGjpJhKf2oxOVEsJum0Hy2k4PKVchWctB1tvazySS0ylfsdHxqF4=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Narva, Ida-Viru maakond, Estonia","","©2015 CNES / Astrium, DigitalGlobe"],"https://www.google.com/maps/@59.341845,28.096525,17z/data=!3m1!1e3",null,null,"Narva, Ida-Viru maakond, Estonia","©2015 CNES / Astrium, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-5530.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-3521781455794046,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/sfBXkeCxQ8D83upEnbafA3spQY1tROyyvgWvyBIQTJRdHpoGBdr4c55_4LN60r5fey1jtEmJD-cxB_0cZ0WCsquCx1RG4qFI-SfeOFoAZaNFN90aDKax=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Yardea, Australia","","© 2014 Cnes/Spot Image, DigitalGlobe"],"https://www.google.com/maps/@-32.064781,135.38689,14z/data=!3m1!1e3",null,null,"Yardea, Australia","© 2014 Cnes/Spot Image, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-1617.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-1587793314409961,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/obibFdPMb8sK_3J8m6Ldy8YyuJMSy_DHdb1NBKgCbw9SsiEl_JSHA4aGhMoEabc-t9QQvUWVVWYfsvAM75EYqHRwiGDrImncQceqGBv_jQIsAS7keqjL=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Luganville, Sanma Province, Vanuatu","","©2015 CNES / Astrium, DigitalGlobe"],"https://www.google.com/maps/@-15.612332,167.191594,18z/data=!3m1!1e3",null,null,"Luganville, Sanma Province, Vanuatu","©2015 CNES / Astrium, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-5818.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-40755485110327,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/sSXre7hjIeIZ11qwXheugagLMqetL6ecex2hMPJMJ3svHNiSANYbUC5BUMNh_oJ0Kdxg-Y3mrUvqRjSR-ZrQ7Gf9sa71vRJ2NRMYu_14sX1Y8PZDmQWR=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["New York, United States","","© 2014 Bluesky, DigitalGlobe, Sanborn"],"https://www.google.com/maps/@40.750482,-73.993743,20z/data=!3m1!1e3",null,null,"New York, United States","© 2014 Bluesky, DigitalGlobe, Sanborn",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-1420.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],5896177007527874,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]']}
2020-04-04 12:06:52 INFO (Dummy-3) [homeassistant.components.zwave] Z-Wave network is ready for use. All awake nodes have been queried. Sleeping nodes will be queried when they awake.
2020-04-04 12:06:53 INFO (MainThread) [homeassistant.components.zwave] Z-Wave ready after 132 seconds
2020-04-04 12:06:53 INFO (SyncWorker_2) [homeassistant.components.zwave] Z-Wave polling interval set to 60000 ms
2020-04-04 12:07:17 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9 to *: {'requestId': '0', 'backendData': '["https://ccp-lh.googleusercontent.com/proxy/BNkOWh62et46pDhOpotsvyKY2v_OaEXsSDAkG5G0ZBPz2-tipunaUJprCLpwSxSzhkQ2-imTf-qSuHKuV-EKG7U2Xrw7kMAb8BPvHBEmN3JTsZR5y4nlcQm2eF2b1JVO21TTcVQlFIbEGVOQt_qwGPDjhdYkD0WZ83SkzmPrxLfueZEq_QcugrbdyfRx9vTaVSj9UMrkzGD0kSAP1KLfSDKxr4KONP2lr-AkSoVA9EIggBkUrSwS_BxKNP4Bq8l3V24Hnzs=s1024-w1024-h600-fcrop64=1,00001999fffff3c7-k-rw-no-l75-nd-mv",null,null,null,30,7,null,null,null,"https://www.gettyimages.com/detail/photo/lake-tegernsee-bavaria-germany-europe-royalty-free-image/918283824",null,null,null,null,[],null,1568168994827,"PHOTO_COMMUNITIES_TITLE","-6429306216729179003",null,null,3,null,null,null,3,[[64]],7080579067540436,[9700067,9700053],null,null,[[64]]]', 'numLinkedUsers': 3, 'appDeviceId': '0013D47106E7C86DFC001599E75B6D72', 'topicHistory': ['["https://ccp-lh.googleusercontent.com/proxy/gl8tjq9F4FyVm5vXVsI4_WsoLODvqXoWjweVQl0Kusi9g_Gjuaf0H8MlIaZE-77tdGjpJhKf2oxOVEsJum0Hy2k4PKVchWctB1tvazySS0ylfsdHxqF4=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Narva, Ida-Viru maakond, Estonia","","©2015 CNES / Astrium, DigitalGlobe"],"https://www.google.com/maps/@59.341845,28.096525,17z/data=!3m1!1e3",null,null,"Narva, Ida-Viru maakond, Estonia","©2015 CNES / Astrium, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-5530.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-3521781455794046,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/sfBXkeCxQ8D83upEnbafA3spQY1tROyyvgWvyBIQTJRdHpoGBdr4c55_4LN60r5fey1jtEmJD-cxB_0cZ0WCsquCx1RG4qFI-SfeOFoAZaNFN90aDKax=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Yardea, Australia","","© 2014 Cnes/Spot Image, DigitalGlobe"],"https://www.google.com/maps/@-32.064781,135.38689,14z/data=!3m1!1e3",null,null,"Yardea, Australia","© 2014 Cnes/Spot Image, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-1617.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-1587793314409961,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/obibFdPMb8sK_3J8m6Ldy8YyuJMSy_DHdb1NBKgCbw9SsiEl_JSHA4aGhMoEabc-t9QQvUWVVWYfsvAM75EYqHRwiGDrImncQceqGBv_jQIsAS7keqjL=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Luganville, Sanma Province, Vanuatu","","©2015 CNES / Astrium, DigitalGlobe"],"https://www.google.com/maps/@-15.612332,167.191594,18z/data=!3m1!1e3",null,null,"Luganville, Sanma Province, Vanuatu","©2015 CNES / Astrium, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-5818.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-40755485110327,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/sSXre7hjIeIZ11qwXheugagLMqetL6ecex2hMPJMJ3svHNiSANYbUC5BUMNh_oJ0Kdxg-Y3mrUvqRjSR-ZrQ7Gf9sa71vRJ2NRMYu_14sX1Y8PZDmQWR=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["New York, United States","","© 2014 Bluesky, DigitalGlobe, Sanborn"],"https://www.google.com/maps/@40.750482,-73.993743,20z/data=!3m1!1e3",null,null,"New York, United States","© 2014 Bluesky, DigitalGlobe, Sanborn",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-1420.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],5896177007527874,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/BNkOWh62et46pDhOpotsvyKY2v_OaEXsSDAkG5G0ZBPz2-tipunaUJprCLpwSxSzhkQ2-imTf-qSuHKuV-EKG7U2Xrw7kMAb8BPvHBEmN3JTsZR5y4nlcQm2eF2b1JVO21TTcVQlFIbEGVOQt_qwGPDjhdYkD0WZ83SkzmPrxLfueZEq_QcugrbdyfRx9vTaVSj9UMrkzGD0kSAP1KLfSDKxr4KONP2lr-AkSoVA9EIggBkUrSwS_BxKNP4Bq8l3V24Hnzs=s1024-w1024-h600-fcrop64=1,00001999fffff3c7-k-rw-no-l75-nd-mv",null,null,null,30,7,null,null,null,"https://www.gettyimages.com/detail/photo/lake-tegernsee-bavaria-germany-europe-royalty-free-image/918283824",null,null,null,null,[],null,1568168994827,"PHOTO_COMMUNITIES_TITLE","-6429306216729179003",null,null,3,null,null,null,3,[[64]],7080579067540436,[9700067,9700053],null,null,[[64]]]']}
2020-04-04 12:07:36 DEBUG (Thread-6) [pychromecast.socket_client] [Kitchen display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from aefa629e-20a2-456a-9a1b-7656cd2240f2 to *: {'requestId': '0', 'backendData': '["https://lh3.googleusercontent.com/yujuMHACGRVWUIU59QU7H4U4LchCZZQhXe_ekGtCmeAAK1Qyw-blfGEN8J6Oxvt25QCfVHmQU_6lHQ=s1280-w1280-h800-p-k-rw-no-l75-nd-mv
2020-04-04 12:07:51 DEBUG (Thread-5) [pychromecast.socket_client] [Office Display:8009] Received unknown namespace: Message urn:x-cast:com.google.cast.sse from b1ff360b-4f6c-4c86-b7d9-30c1ef2aaaa9 to *: {'requestId': '0', 'backendData': '["https://ccp-lh.googleusercontent.com/proxy/rwa3aKebcZ5gBUv6ZJDtf7VfwElIetYmc6fBxtipCiSsXcaV78kG4uIJMmSt-sp0vPHEONHWuXL9zltev2RUSlbTKQgORw7fNB154kxb0fVZfo4Uvk3G=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Scottsdale, United States","","© 2014 DigitalGlobe, U.S. Geological Survey"],"https://www.google.com/maps/@33.460374,-111.881107,17z/data=!3m1!1e3",null,null,"Scottsdale, United States","© 2014 DigitalGlobe, U.S. Geological Survey",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-1806.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-6338989691982096,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', 'numLinkedUsers': 3, 'appDeviceId': '0013D47106E7C86DFC001599E75B6D72', 'topicHistory': ['["https://ccp-lh.googleusercontent.com/proxy/sfBXkeCxQ8D83upEnbafA3spQY1tROyyvgWvyBIQTJRdHpoGBdr4c55_4LN60r5fey1jtEmJD-cxB_0cZ0WCsquCx1RG4qFI-SfeOFoAZaNFN90aDKax=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Yardea, Australia","","© 2014 Cnes/Spot Image, DigitalGlobe"],"https://www.google.com/maps/@-32.064781,135.38689,14z/data=!3m1!1e3",null,null,"Yardea, Australia","© 2014 Cnes/Spot Image, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-1617.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-1587793314409961,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/obibFdPMb8sK_3J8m6Ldy8YyuJMSy_DHdb1NBKgCbw9SsiEl_JSHA4aGhMoEabc-t9QQvUWVVWYfsvAM75EYqHRwiGDrImncQceqGBv_jQIsAS7keqjL=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Luganville, Sanma Province, Vanuatu","","©2015 CNES / Astrium, DigitalGlobe"],"https://www.google.com/maps/@-15.612332,167.191594,18z/data=!3m1!1e3",null,null,"Luganville, Sanma Province, Vanuatu","©2015 CNES / Astrium, DigitalGlobe",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-5818.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-40755485110327,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/sSXre7hjIeIZ11qwXheugagLMqetL6ecex2hMPJMJ3svHNiSANYbUC5BUMNh_oJ0Kdxg-Y3mrUvqRjSR-ZrQ7Gf9sa71vRJ2NRMYu_14sX1Y8PZDmQWR=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["New York, United States","","© 2014 Bluesky, DigitalGlobe, Sanborn"],"https://www.google.com/maps/@40.750482,-73.993743,20z/data=!3m1!1e3",null,null,"New York, United States","© 2014 Bluesky, DigitalGlobe, Sanborn",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-1420.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],5896177007527874,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]', '["https://ccp-lh.googleusercontent.com/proxy/BNkOWh62et46pDhOpotsvyKY2v_OaEXsSDAkG5G0ZBPz2-tipunaUJprCLpwSxSzhkQ2-imTf-qSuHKuV-EKG7U2Xrw7kMAb8BPvHBEmN3JTsZR5y4nlcQm2eF2b1JVO21TTcVQlFIbEGVOQt_qwGPDjhdYkD0WZ83SkzmPrxLfueZEq_QcugrbdyfRx9vTaVSj9UMrkzGD0kSAP1KLfSDKxr4KONP2lr-AkSoVA9EIggBkUrSwS_BxKNP4Bq8l3V24Hnzs=s1024-w1024-h600-fcrop64=1,00001999fffff3c7-k-rw-no-l75-nd-mv",null,null,null,30,7,null,null,null,"https://www.gettyimages.com/detail/photo/lake-tegernsee-bavaria-germany-europe-royalty-free-image/918283824",null,null,null,null,[],null,1568168994827,"PHOTO_COMMUNITIES_TITLE","-6429306216729179003",null,null,3,null,null,null,3,[[64]],7080579067540436,[9700067,9700053],null,null,[[64]]]', '["https://ccp-lh.googleusercontent.com/proxy/rwa3aKebcZ5gBUv6ZJDtf7VfwElIetYmc6fBxtipCiSsXcaV78kG4uIJMmSt-sp0vPHEONHWuXL9zltev2RUSlbTKQgORw7fNB154kxb0fVZfo4Uvk3G=s1024-w1024-h600-p-k-rw-no-l75-nd-mv",null,null,null,30,8,null,null,["Scottsdale, United States","","© 2014 DigitalGlobe, U.S. Geological Survey"],"https://www.google.com/maps/@33.460374,-111.881107,17z/data=!3m1!1e3",null,null,"Scottsdale, United States","© 2014 DigitalGlobe, U.S. Geological Survey",[],null,1568168994827,"PLACES_TITLE","https://www.gstatic.com/chromecast/home/geo/1920x1080/earth-1806.jpg",null,null,3,null,null,null,12,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],-6338989691982096,[9700067,9700053],null,null,[[64],[12,"GOOGLE_MAPS_TITLE","Google Earth"]],null,null,null,"GOOGLE_MAPS_TITLE"]'

@emontnemery
Copy link
Contributor

emontnemery commented Apr 5, 2020

@ttaidapos Let's keep this issue about "HA loses connection to chrome cast and does not reconnect". In patterns 1, 2 and 3 this doesn't seem to be the case.
Connection is sometimes lost to chrome casts, and this will be printed in the log as Heartbeat timeout, resetting connection, this in itself is not an error with HA.

I really appreciate that you're collecting and sharing logs, please continue with that.
Also, I updated the OP to clarify a request for some additional information which will be helpful.

  • Pattern 1: There doesn't seem to anything wrong related to chrome cast here, I don't think the error prints Error doing job: Fatal read error on socket transport are related to chrome cast.
  • Pattern 2: Connection to "Living Room Speaker" is lost, but it's successfully reestablished. At the same time, audio groups 'House' and 'BBQ' reports re-adding 'Living Room Speaker'. This is is 100% sure a genuine reboot or connection loss of "Living Room Speaker", not a problem with HA.
    2020-04-04 04:28:07 DEBUG (Thread-11) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Received cast device connection status: LOST
    2020-04-04 04:28:07 DEBUG (Thread-11) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Cast device availability changed: LOST
    2020-04-04 04:28:30 DEBUG (Thread-9) [pychromecast.socket_client] [House:42355] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'device': {'capabilities': 196612, 'deviceId': '2f84d51d-7af2-bfec-01f2-fba65faab691', 'name': 'Living Room Speaker', 'volume': {'level': 0.3636363744735718, 'muted': False}}, 'requestId': 0, 'type': 'DEVICE_ADDED'}
    2020-04-04 04:28:30 DEBUG (Thread-10) [pychromecast.socket_client] [BBQ:42146] Received: Message urn:x-cast:com.google.cast.multizone from receiver-0 to *: {'device': {'capabilities': 196612, 'deviceId': '2f84d51d-7af2-bfec-01f2-fba65faab691', 'name': 'Living Room Speaker', 'volume': {'level': 0.3636363744735718, 'muted': False}}, 'requestId': 0, 'type': 'DEVICE_ADDED'}
    2020-04-04 04:28:30 DEBUG (Thread-9) [pychromecast.controllers.multizone] (f5a0ad9a-f63e-42e9-bea2-c0c9bec68204) Added member 2f84d51d-7af2-bfec-01f2-fba65faab691(Living Room Speaker), members: {'d79e7a52-47f2-c034-11d4-945d28aaedbc': 'Soundbar Speaker', 'e534616c-92e7-df02-67e7-7d58ce42d4f6': 'Bedroom Speaker', 'bc761776-f954-9626-7455-bcfc243f8c0c': 'Office Display', 'ca56418d-45b3-32f0-c6c3-f050bdf8f44e': 'Bathroom Speaker', '00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display', '2f84d51d-7af2-bfec-01f2-fba65faab691': 'Living Room Speaker'}
    2020-04-04 04:28:30 DEBUG (Thread-10) [pychromecast.controllers.multizone] (f5f3ea97-22e8-45f9-b525-110f229f8030) Added member 2f84d51d-7af2-bfec-01f2-fba65faab691(Living Room Speaker), members: {'d79e7a52-47f2-c034-11d4-945d28aaedbc': 'Soundbar Speaker', '00df755e-dfdd-2f20-a07f-d0842f2eaa6f': 'Dining Room Speaker', 'e42b3dcb-9a5a-54d9-b950-249bc4549154': 'Kitchen display', '2f84d51d-7af2-bfec-01f2-fba65faab691': 'Living Room Speaker'}
    2020-04-04 04:28:32 DEBUG (Thread-11) [homeassistant.components.cast.media_player] [media_player.living_room_speaker Living Room Speaker (192.168.50.118:8009)] Received cast device connection status: CONNECTED
    
  • Pattern 3:
    This log snippet just shows a connect to "Baby Display", with nothing abnormal.

Note: At around time 4:28:45 AM, connection to all casts was lost, but in "Pattern 2" you only included the disconnect from and successful reconnect to "Living Room Speaker". Was connection permanently lost from one of the other casts? If so, please upload a complete log as a file attachment, instead of an incomplete snippet.

@DPAmes
Copy link

DPAmes commented Apr 5, 2020

I'm not sure which issue number it is, but HA fails to restart successfully about 75% of the time for me, failing with:

aml hass[12569]: File "/srv/homeassistant/lib/python3.6/site-packages/pychromecast/socket_client.py", line 381, in new_cast_status  
aml hass[12569]:     new_channel = self.destination_id != cast_status.transport_id  

HA service startup gets stuck permanently on this error. It takes about 2 minutes to manually stop the HA service from the command line, then it can be restarted successfully on 2nd or subsequent attempts. I say subsequent attempts, because often some other random integration fails on startup, requiring multiple restarts, making this a very annoying 10 minute process (I just did this, and the Nest integration failed randomly on the 2nd restart, and the Sonoff integration failed randomly on the 3rd restart, requiring a 4th restart to have everything working). And of course it prevents remote restart if an issue occurs while away from home, so this issue has fairly serious implications.
I have two Chromecasts that are normally unplugged when not in use, but may have been used while HA was running, plus 2 Google Home speakers.

@emontnemery
Copy link
Contributor

@DPAmes OK, please open a new issue for HA failing to restart due to chrome cast, let's keep this issue about HA failing to reconnect to chrome casts.

@jazbraz
Copy link

jazbraz commented May 20, 2020

Same here. I can add but when restart HA it's offline

@emontnemery
Copy link
Contributor

@ttaidapos have you been able to reproduce the problem again?

@jazbraz
Copy link

jazbraz commented May 20, 2020

@ttaidapos have you been able to reproduce the problem again?

Yes. Several times. When I updated to 0.110 Cast went down. I deletedthe integration and re-added and all back again. So something is wrong or is it only me???
I have logger on and nothing seems to be wrong.
logger:
default: info
logs:
homeassistant.components.cast: debug
homeassistant.components.cast.media_player: debug
pychromecast: debug
pychromecast.discovery: debug
pychromecast.socket_client: debug
zeroconf: debug

@emontnemery
Copy link
Contributor

@jazbraz Your problem is not related to this issue. Please open a new issue, and attach a log showing:

  • casts found when you add the integration
  • restart of HA

@emontnemery
Copy link
Contributor

emontnemery commented May 22, 2020

@jazbraz there's now issue #35922, it would be very helpful if you could attach logs there.

@rjmcfadd
Copy link

Has there been a fix for this issue yet? I am having the "Call-service API error. Error Message: Chromecast xxx.xxx.xx.xx:8009 is connecting..." issue quite often. The only way to fix it is to reboot.

@emontnemery
Copy link
Contributor

@rjmcfadd Do you still get this error?

@emontnemery
Copy link
Contributor

I'm closing this issue since there have been improvements in pychromecast to improve the stability and no one has been able to provide a log where the problem happens.
If you still see the problem, please open a new issue.

@Yonny24
Copy link

Yonny24 commented May 20, 2021

Has there been a fix for this issue yet? I am having the "Call-service API error. Error Message: Chromecast xxx.xxx.xx.xx:8009 is connecting..." issue quite often. The only way to fix it is to reboot.

I'm getting this constantly since last night now.
pychromecast issues. HA will not connect to the chromecast device through my LAN. rebooted everything. reinstalled google cast on ha.

Stuck now

@emontnemery
Copy link
Contributor

This issue was closed 9 months ago. Please open a new issue.

@home-assistant home-assistant locked and limited conversation to collaborators May 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests