home-assistant / core

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

Sonos Speakers not found anymore #52709

Closed therealhalifax closed 3 years ago

therealhalifax commented 3 years ago

The problem

I have my sonos configured via the UI without manual Network configuration. Since the Update to 2021.7 my 2 speakers are not found anymore.

What is version of Home Assistant Core has the issue?

2021.7

What was the last working version of Home Assistant Core?

2021.6.6

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Sonos

Link to integration documentation on our website

https://www.home-assistant.io/integrations/sonos/

Example YAML snippet

Configured vie UI

Anything in the logs that might be useful for us?

I tried to add the Speakers manual in the configuration:

sonos:
  media_player:
    hosts:
      - 192.168.5.91
      - 192.168.5.92

With this the speakers could be found again, but working not good. The Cover pictures are not shown anymore and the Players don't recognize what is playing now. All the logs appeared at the same time. 

I found this in the log:
Error requesting favorites from <SoCo object at ip 192.168.5.91>: HTTPConnectionPool(host='192.168.5.91', port=1400): Max retries exceeded with url: /MediaServer/ContentDirectory/Control (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0331d4c520>: Failed to establish a new connection: [Errno 113] Host is unreachable'))

And that:
Sonos Schlafzimmer cannot reach [None], falling back to polling, functionality may be limited

And that:
Exception in async_seen when dispatching 'sonos_seen-RINCON_542A1B624C4E01400': () Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) OSError: [Errno 113] Host is unreachable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 394, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/local/lib/python3.9/http/client.py", line 1253, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/local/lib/python3.9/http/client.py", line 1299, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.9/http/client.py", line 1248, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.9/http/client.py", line 1008, in _send_output self.send(msg) File "/usr/local/lib/python3.9/http/client.py", line 948, in send self.connect() File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 200, in connect conn = self._new_conn() File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f032f388100>: Failed to establish a new connection: [Errno 113] Host is unreachable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='192.168.5.91', port=1400): Max retries exceeded with url: /MediaRenderer/AVTransport/Control (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f032f388100>: Failed to establish a new connection: [Errno 113] Host is unreachable')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/sonos/speaker.py", line 484, in async_seen done = await self.async_subscribe() File "/usr/src/homeassistant/homeassistant/components/sonos/speaker.py", line 319, in async_subscribe await self.hass.async_add_executor_job(self.set_basic_info) File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/sonos/speaker.py", line 271, in set_basic_info self.media.play_mode = self.soco.play_mode File "/usr/local/lib/python3.9/site-packages/pysonos/core.py", line 443, in play_mode result = self.avTransport.GetTransportSettings( File "/usr/local/lib/python3.9/site-packages/pysonos/services.py", line 207, in _dispatcher return self.send_command(action, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/pysonos/services.py", line 479, in send_command response = requests.post( File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 119, in post return request('post', url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='192.168.5.91', port=1400): Max retries exceeded with url: /MediaRenderer/AVTransport/Control (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f032f388100>: Failed to establish a new connection: [Errno 113] Host is unreachable')) 

And that:
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/sonos/speaker.py", line 379, in async_resubscribe
    await self.async_unseen()
  File "/usr/src/homeassistant/homeassistant/components/sonos/speaker.py", line 509, in async_unseen
    self.hass.data[DATA_SONOS].ssdp_known.remove(self.soco.uid)
KeyError: 'RINCON_542A1B624C4E01400'

And that:
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 969, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)  # type: ignore  # noqa
  File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1056, in create_connection
    raise exceptions[0]
  File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1041, in create_connection
    sock = await self._connect_sock(
  File "/usr/local/lib/python3.9/asyncio/base_events.py", line 955, in _connect_sock
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 502, in sock_connect
    return await fut
  File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 537, in _sock_connect_cb
    raise OSError(err, f'Connect call failed {address}')
OSError: [Errno 113] Connect call failed ('192.168.5.91', 1400)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/pysonos/events_asyncio.py", line 417, in renew
    return await super().renew(requested_timeout, is_autorenew)
  File "/usr/local/lib/python3.9/site-packages/pysonos/events_asyncio.py", line 495, in _async_make_request
    response = await self.event_listener.session.request(
  File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 520, in _request
    conn = await self._connector.connect(
  File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 535, in connect
    proto = await self._create_connection(req, traces, timeout)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 892, in _create_connection
    _, proto = await self._create_direct_connection(req, traces, timeout)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1051, in _create_direct_connection
    raise last_exc
  File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1020, in _create_direct_connection
    transp, proto = await self._wrap_create_connection(
  File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 975, in _wrap_create_connection
    raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 192.168.5.91:1400 ssl:default [Connect call failed ('192.168.5.91', 1400)]

Additional information

No response

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

Hey there @cgtobi, @jjlawren, mind taking a look at this issue as its been labeled with an integration (sonos) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

frenck commented 3 years ago

Duplicate of #52645

therealhalifax commented 3 years ago

@frenck why you closed this issue? in the other issue @jjlawren told me to open a new one, because it seems not to be the same. I also tried the mentioned steps from the other issue, but without success.

So i have only one network interface. before it was working without manual setup. now its working only with manual setup and with a lot of error logs.

Please have a closer look at it.

jjlawren commented 3 years ago

Looks like there are a few things going on. The most obvious is that callback subscriptions are failing. Is there anything that could prevent TCP connections from the Sonos speakers to your HA instance on port 1400? You say you have a single interface on the HA box, but do you have multiple subnets in your network with restrictions between them?

therealhalifax commented 3 years ago

@jjlawren no subnets and no restrictions. It was working perfectly before the update to 2021.7. Now just working with the manual IP configuration:

sonos: media_player: hosts:

without the configuration there is even no error message that something could not be found.

bdraco commented 3 years ago

Looks like async_unseen needs to avoid removing the player from ssdp_known if it hasn't been seen via ssdp.

@therealhalifax Do you have a split network configuration?

therealhalifax commented 3 years ago

@bdraco what does it mean "split network configuration"?

linus1412 commented 3 years ago

I also have this problem since upgrading. I only run one network in the house, no separate subnets or anything if that is what you are referring to.

I have not made any network changes to cause this problem.

bdraco commented 3 years ago

@bdraco what does it mean "split network configuration"?

Do you have more than one network interface connected to Home Assistant?

bdraco commented 3 years ago

I also have this problem since upgrading. I only run one network in the house, no separate subnets or anything if that is what you are referring to.

I have not made any network changes to cause this problem.

Can you post a python3 -m netdisco dump?

therealhalifax commented 3 years ago

@bdraco no, just one simple network, no special configuration, like mentioned above.

linus1412 commented 3 years ago

I also have this problem since upgrading. I only run one network in the house, no separate subnets or anything if that is what you are referring to. I have not made any network changes to cause this problem.

Can you post a python3 -m netdisco dump?

Discovered devices:
igd:
[{'host': '192.168.1.205',
  'manufacturer': 'SAMSUNG',
  'model_name': 'SNH-P6410BN',
  'model_number': 'SNH-P6410BN',
  'name': 'SAMSUNG-SNH-P6410BN-00166CA0BE8C',
  'port': 49152,
  'serial': 'KJPM6V2GA00013Z',
  'ssdp_description': 'http://192.168.1.205:49152/rootDesc.xml',
  'udn': 'uuid:Upnp-BasicDevice-1_0-00166CA0BE8C',
  'upnp_device_type': 'urn:schemas-upnp-org:device:Basic:1'}]

homekit:
[{'host': '192.168.1.68',
  'hostname': 'Philips-hue.local.',
  'name': 'Philips hue - 256CC1',
  'port': 8080,
  'properties': {'c#': '108',
                 'ci': '2',
                 'ff': '1',
                 'id': '2A:C7:47:B2:4F:3C',
                 'md': 'BSB002',
                 'pv': '1.1',
                 's#': '135',
                 'sf': '0'}}]

hikvision:
[{'host': '192.168.1.202',
  'hostname': 'DS-2CD2732F-IS20150918CCCH542912771.local.',
  'port': 80,
  'properties': {'path': '/'}},
 {'host': '192.168.1.204',
  'hostname': 'DS-2CD2742FWD-IZS20160714BBWR624931376.local.',
  'port': 80,
  'properties': {'path': '/'}},
 {'host': '192.168.1.203',
  'hostname': 'DS-2CD2732F-IS20150918CCCH542912985.local.',
  'port': 80,
  'properties': {'path': '/'}}]

spotify_connect:
[{'host': '192.168.1.69',
  'hostname': 'sonosB8E93792826E.local.',
  'port': 1400,
  'properties': {'CPath': '/spotifyzc', 'VERSION': '1.0'}},
 {'host': '192.168.1.42',
  'hostname': 'sonos000E58C60128.local.',
  'port': 1400,
  'properties': {'CPath': '/spotifyzc', 'VERSION': '1.0'}},
 {'host': '192.168.1.60',
  'hostname': 'sonos000E58C5974E.local.',
  'port': 1400,
  'properties': {'CPath': '/spotifyzc', 'VERSION': '1.0'}},
 {'host': '192.168.1.71',
  'hostname': 'sonos5CAAFDA9A233.local.',
  'port': 1400,
  'properties': {'CPath': '/spotifyzc', 'VERSION': '1.0'}},
 {'host': '192.168.1.65',
  'hostname': 'sonos48A6B8D2360A.local.',
  'port': 1400,
  'properties': {'CPath': '/spotifyzc', 'VERSION': '1.0'}},
 {'host': '192.168.1.67',
  'hostname': 'sonosB8E937551480.local.',
  'port': 1400,
  'properties': {'CPath': '/spotifyzc', 'VERSION': '1.0'}}]

roku:
[{'host': '192.168.1.27',
  'manufacturer': 'Roku',
  'model_name': 'Now TV',
  'model_number': '3801UK',
  'name': 'Now TV - YD00E7764725',
  'port': 8060,
  'serial': 'YD00E7764725',
  'ssdp_description': 'http://192.168.1.27:8060/',
  'udn': 'uuid:29500015-1c0b-10ab-8035-d83134e841c5',
  'upnp_device_type': 'urn:roku-com:device:player:1-0'}]

google_cast:
[{'host': '192.168.1.46',
  'hostname': 'd1096478-d95a-610f-51a2-e15adcc65aef.local.',
  'port': 8009,
  'properties': {'bs': 'FA8FCA31BA5B',
                 'ca': '4101',
                 'cd': 'FBE9D5AACC78D4CFB1556863F2D57B28',
                 'fn': 'Lounge Chromecast',
                 'ic': '/setup/icon.png',
                 'id': 'd1096478d95a610f51a2e15adcc65aef',
                 'md': 'Chromecast',
                 'nf': '2',
                 'rm': 'B9EB96C09CCB3FF6',
                 'rs': '',
                 'st': '0',
                 've': '05'}},
 {'host': '192.168.1.33',
  'hostname': 'fuchsia-1cf2-9a19-9de9.local.',
  'port': 8009,
  'properties': {'bs': 'FA8FCA80EFC6',
                 'ca': '231429',
                 'cd': 'ED610F3DEEAB60D5D4870371BDC2C4D7',
                 'fn': 'Lounge display',
                 'ic': '/setup/icon.png',
                 'id': '509e8c550b95b2ab0da0c454b38b5ea6',
                 'md': 'Google Nest Hub',
                 'nf': '1',
                 'rm': '0F1D91B7454CB121',
                 'rs': '',
                 'st': '0',
                 've': '05'}},
 {'host': '192.168.1.28',
  'hostname': '057d0387-ddc7-a3da-c61c-75751ff651fb.local.',
  'port': 8009,
  'properties': {'bs': 'FA8FCA7D9A9B',
                 'ca': '233989',
                 'cd': 'EB138823E9755D08F9F52C7C07390088',
                 'fn': 'Open plan display',
                 'ic': '/setup/icon.png',
                 'id': '057d0387ddc7a3dac61c75751ff651fb',
                 'md': 'Google Nest Hub Max',
                 'nf': '1',
                 'rm': 'F018B7FCA381DA07',
                 'rs': '',
                 'st': '0',
                 've': '05'}},
 {'host': '192.168.1.32',
  'hostname': '1a435ee2-f515-5db4-b2c6-5dfb76e140a7.local.',
  'port': 8009,
  'properties': {'bs': 'FA8FCA398E95',
                 'ca': '199172',
                 'cd': 'F1F81ED9A05C0D066D63DA4A224D17DB',
                 'fn': 'Loft home',
                 'ic': '/setup/icon.png',
                 'id': '1a435ee2f5155db4b2c65dfb76e140a7',
                 'md': 'Google Home',
                 'nf': '1',
                 'rm': '063AFD798218CA29',
                 'rs': '',
                 'st': '0',
                 've': '05'}},
 {'host': '192.168.1.74',
  'hostname': '82cf3d40-210a-92c7-a477-8c4de5f1b6b3.local.',
  'port': 8009,
  'properties': {'bs': 'FA8FCA58D4F8',
                 'ca': '199172',
                 'cd': '1B3D27A5BF6EF9CCF68493F846B0FEEE',
                 'fn': 'Oliver’s bedroom Speaker',
                 'ic': '/setup/icon.png',
                 'id': '82cf3d40210a92c7a4778c4de5f1b6b3',
                 'md': 'Google Home Mini',
                 'nf': '1',
                 'rm': 'AFFB61475F2DB199',
                 'rs': '',
                 'st': '0',
                 've': '05'}},
 {'host': '192.168.1.36',
  'hostname': '650fe3ac-2311-dc59-f971-53ada2b7c896.local.',
  'port': 8009,
  'properties': {'bs': 'FA8FCA88C87C',
                 'ca': '199172',
                 'cd': 'BB32DFF82F5444D9414ECC03DD38AD82',
                 'fn': "Zachary's room Speaker",
                 'ic': '/setup/icon.png',
                 'id': '650fe3ac2311dc59f97153ada2b7c896',
                 'md': 'Google Home Mini',
                 'nf': '1',
                 'rm': 'BB7FED5BFF597CAC',
                 'rs': '',
                 'st': '0',
                 've': '05'}},
 {'host': '192.168.1.29',
  'hostname': '7d98d599-f9f4-33dd-a198-f5fc2bf345d8.local.',
  'port': 8009,
  'properties': {'bs': 'FA8FCA5DD811',
                 'ca': '199172',
                 'cd': 'E6DC47DA56B728ED646A68CAA8791FBC',
                 'fn': 'Front room speaker',
                 'ic': '/setup/icon.png',
                 'id': '7d98d599f9f433dda198f5fc2bf345d8',
                 'md': 'Google Home Mini',
                 'nf': '1',
                 'rm': '4375CF007B094A03',
                 'rs': '',
                 'st': '0',
                 've': '05'}},
 {'host': '192.168.1.51',
  'hostname': 'caf35fd9-334b-ef5d-5249-65aab29d9d9d.local.',
  'port': 8009,
  'properties': {'bs': 'FA8FCE002613',
                 'ca': '460805',
                 'cd': '4AC851B25EBBF3674636003B0D61564B',
                 'fn': 'KDL-43W807C',
                 'ic': '/setup/icon.png',
                 'id': 'caf35fd9334bef5d524965aab29d9d9d',
                 'md': 'BRAVIA 2015',
                 'nf': '1',
                 'rm': '6E79868F38C9611E',
                 'rs': '',
                 'st': '0',
                 've': '05'}},
 {'host': '192.168.1.75',
  'hostname': '8f5dd8ad-58a6-374b-6683-e48b98999878.local.',
  'port': 8009,
  'properties': {'bs': 'FA8FCA93F6B4',
                 'ca': '199172',
                 'cd': 'E8F908360284A0C00579568D930F8863',
                 'fn': 'Office speaker',
                 'ic': '/setup/icon.png',
                 'id': '8f5dd8ad58a6374b6683e48b98999878',
                 'md': 'Google Home Mini',
                 'nf': '1',
                 'rm': '2842F12B2569F9A9',
                 'rs': '',
                 'st': '2',
                 've': '05'}},
 {'host': '192.168.1.40',
  'hostname': '7bc671f8-c76f-99d4-b51f-a5adfb417458.local.',
  'port': 8009,
  'properties': {'bs': 'FA8FCA93D3CA',
                 'ca': '199172',
                 'cd': '3D5D6361C5A5E0FBB4109B6124EB0CBA',
                 'fn': 'Hallway speaker',
                 'ic': '/setup/icon.png',
                 'id': '7bc671f8c76f99d4b51fa5adfb417458',
                 'md': 'Google Home Mini',
                 'nf': '1',
                 'rm': '007B32D6AA69C711',
                 'rs': '',
                 'st': '0',
                 've': '05'}}]

home_assistant:
[{'host': '192.168.1.63',
  'hostname': '8086094bb7bb41298e05ffcb60b0b3c7.local.',
  'port': 8123,
  'properties': {'base_url': 'https://n5hzgnsbxwmyuwvibsjaqpwn5oqm3v8t.ui.nabu.casa',
                 'external_url': 'https://n5hzgnsbxwmyuwvibsjaqpwn5oqm3v8t.ui.nabu.casa',
                 'internal_url': 'http://192.168.1.63:8123',
                 'location_name': 'Home',
                 'requires_api_password': 'True',
                 'uuid': '8086094bb7bb41298e05ffcb60b0b3c7',
                 'version': '2021.7.0'}}]

Discovered 7 devices
bdraco commented 3 years ago

@linus1412 's dump shows mDNS is working but no SSDP response.

https://github.com/home-assistant/core/pull/52655 will likely solve it

therealhalifax commented 3 years ago

@bdraco does that mean I dont need manual IP configuration any more with that update?

bdraco commented 3 years ago

@bdraco does that mean I dont need manual IP configuration any more with that update?

That is the goal

bdraco commented 3 years ago

Can you report if either of these two potential solutions resolve it?

  1. https://github.com/home-assistant/core/pull/52760

  2. https://github.com/home-assistant/core/pull/52655

therealhalifax commented 3 years ago

@bdraco both will come with the next HA update?

bdraco commented 3 years ago

@bdraco both will come with the next HA update?

Neither of them are merged, so they need to be tested manually as a custom component or by checking out the repo and running it.

therealhalifax commented 3 years ago

I have no idea how to do that 🙈

bdraco commented 3 years ago

For https://github.com/home-assistant/core/pull/52760 You should be able to check it out and install it in /config/custom_components/ssdp by adding any version key to manifest.json

For https://github.com/home-assistant/core/pull/52655 You should be able to check it out and install it in /config/custom_components/sonos by adding any version key to manifest.json

bdraco commented 3 years ago

Github cli should make it easier to checkout

https://cli.github.com/

You can do this after you have cloned the home assistant repo from https://github.com/home-assistant/core

gh pr checkout 52760 gh pr checkout 52655

therealhalifax commented 3 years ago

what i can say, with todays update to 2021.7.1 (there have been also some sonos fixes) its the same like before. I am not so deep in dev topics to really get what to do. So i will wait for the merge and let you know after the next update.

linus1412 commented 3 years ago

@bdraco I'm a developer so I should be able to do what you are asking...

I'm new to using HA though so don't know the platform, but I do know git :)

So I'm guessing that I do this on my HA instance? I'm running HA on a RPi 4. I just open the terminal like I did to generate the dump, install github cli then execute the commands above?

bdraco commented 3 years ago

@bdraco I'm a developer so I should be able to do what you are asking...

I'm new to using HA though so don't know the platform, but I do know git :)

So I'm guessing that I do this on my HA instance?

Yes

I'm running HA on a RPi 4. I just open the terminal like I did to generate the dump, install github cli then execute the commands above?

Once you have the pr checked out rsync the home assistant/components/sonos/ directory to /config/custom_components/sonos/ and add a version get to manifest.json.

Once you restart it will override the included integration.

For the ssdp PR replace sonos with ssdp above.

Please test each one independently so we know which one solves it as they both could

bdraco commented 3 years ago

It might be helpful to use https://github.com/alandtse/pr_custom_component

Vansmak commented 3 years ago

her to report same issu. rpi4 no sonos after latest update. if i roll back to before update they are fine

bdraco commented 3 years ago

her to report same issu. rpi4 no sonos after latest update. if i roll back to before update they are fine

Did you try either of the PRs?

Vansmak commented 3 years ago

her to report same issu. rpi4 no sonos after latest update. if i roll back to before update they are fine

Did you try either of the PRs?

beyond my scope of understanding

Vansmak commented 3 years ago

id be glad to try if i had any clue how.

edit: ive got the pr custom component installed but not sure what to put for link to home assistant pull request edit 2: so i entered the link for 52760 and rebooting edit 3: then i did the same for 52655, rebooted and what do my wonderous eyes behold but 13 tiny sonos speakers for the whole home to hear. edit 4: now showing unavailable but back on after another reboot. stable so far

linus1412 commented 3 years ago

I have tried #52760 and #52655 with mixed success.

Neither on their own made it work, but together I had some success. My Sonos speakers reappeared, but then disappeared again.

This is the history of one of the speakers

Became unavailable 20:20:20 - 7 minutes ago Changed to Paused 20:16:50 - 10 minutes ago Changed to Idle 20:16:50 - 10 minutes ago Became unavailable 20:10:24 - 17 minutes ago Changed to Paused 20:06:54 - 20 minutes ago Became unavailable 20:05:26 - 22 minutes ago Changed to Paused 20:01:56 - 25 minutes ago Changed to Idle 20:01:56 - 25 minutes ago Became unavailable 19:52:50 - 35 minutes ago

Now there is also a high chance that just one of the PR's could have fixed this/caused the same result, but I didn't wait long enough running just one patch.

It is progress of sorts because before I applied the patches the history showed them as consistently unavailable.

Here's a new dump if that helps

Discovered devices: igd: [{'host': '192.168.1.205', 'manufacturer': 'SAMSUNG', 'model_name': 'SNH-P6410BN', 'model_number': 'SNH-P6410BN', 'name': 'SAMSUNG-SNH-P6410BN-00166CA0BE8C', 'port': 49152, 'serial': 'KJPM6V2GA00013Z', 'ssdp_description': 'http://192.168.1.205:49152/rootDesc.xml', 'udn': 'uuid:Upnp-BasicDevice-1_0-00166CA0BE8C', 'upnp_device_type': 'urn:schemas-upnp-org:device:Basic:1'}]

homekit: [{'host': '192.168.1.54', 'hostname': 'VELUX Gateway.local.', 'name': 'VELUX Gateway', 'port': 5001, 'properties': {'c#': '21', 'ci': '2', 'ff': '1', 'id': 'C4:8F:8A:25:6A:8A', 'md': 'VELUX Gateway\x00', 'na_tkn': '4aa0469d01e9', 'pv': '1.1', 's#': '1', 'sf': '0', 'sh': 'BbuYDQ=='}}]

roku: [{'host': '192.168.1.27', 'manufacturer': 'Roku', 'model_name': 'Now TV', 'model_number': '3801UK', 'name': 'Now TV - YD00E7764725', 'port': 8060, 'serial': 'YD00E7764725', 'ssdp_description': 'http://192.168.1.27:8060/', 'udn': 'uuid:29500015-1c0b-10ab-8035-d83134e841c5', 'upnp_device_type': 'urn:roku-com:device:player:1-0'}, {'host': '192.168.1.82', 'manufacturer': 'Roku', 'model_name': 'Now TV', 'model_number': '3801UK', 'name': 'Now TV - YD008D583708', 'port': 8060, 'serial': 'YD008D583708', 'ssdp_description': 'http://192.168.1.82:8060/', 'udn': 'uuid:29500008-5008-10e8-801c-d8313439c383', 'upnp_device_type': 'urn:roku-com:device:player:1-0'}]

google_cast: [{'host': '192.168.1.28', 'hostname': '057d0387-ddc7-a3da-c61c-75751ff651fb.local.', 'port': 8009, 'properties': {'bs': 'FA8FCA7D9A9B', 'ca': '233989', 'cd': 'EB138823E9755D08F9F52C7C07390088', 'fn': 'Open plan display', 'ic': '/setup/icon.png', 'id': '057d0387ddc7a3dac61c75751ff651fb', 'md': 'Google Nest Hub Max', 'nf': '1', 'rm': 'F018B7FCA381DA07', 'rs': '', 'st': '0', 've': '05'}}, {'host': '192.168.1.33', 'hostname': 'fuchsia-1cf2-9a19-9de9.local.', 'port': 8009, 'properties': {'bs': 'FA8FCA80EFC6', 'ca': '231429', 'cd': 'ED610F3DEEAB60D5D4870371BDC2C4D7', 'fn': 'Lounge display', 'ic': '/setup/icon.png', 'id': '509e8c550b95b2ab0da0c454b38b5ea6', 'md': 'Google Nest Hub', 'nf': '1', 'rm': '0F1D91B7454CB121', 'rs': '', 'st': '0', 've': '05'}}, {'host': '192.168.1.46', 'hostname': 'd1096478-d95a-610f-51a2-e15adcc65aef.local.', 'port': 8009, 'properties': {'bs': 'FA8FCA31BA5B', 'ca': '4101', 'cd': 'FBE9D5AACC78D4CFB1556863F2D57B28', 'fn': 'Lounge Chromecast', 'ic': '/setup/icon.png', 'id': 'd1096478d95a610f51a2e15adcc65aef', 'md': 'Chromecast', 'nf': '2', 'rm': 'B9EB96C09CCB3FF6', 'rs': '', 'st': '0', 've': '05'}}, {'host': '192.168.1.51', 'hostname': 'caf35fd9-334b-ef5d-5249-65aab29d9d9d.local.', 'port': 8009, 'properties': {'bs': 'FA8FCE002613', 'ca': '460805', 'cd': '4AC851B25EBBF3674636003B0D61564B', 'fn': 'KDL-43W807C', 'ic': '/setup/icon.png', 'id': 'caf35fd9334bef5d524965aab29d9d9d', 'md': 'BRAVIA 2015', 'nf': '1', 'rm': '6E79868F38C9611E', 'rs': '', 'st': '0', 've': '05'}}, {'host': '192.168.1.75', 'hostname': '8f5dd8ad-58a6-374b-6683-e48b98999878.local.', 'port': 8009, 'properties': {'bs': 'FA8FCA93F6B4', 'ca': '199172', 'cd': 'E8F908360284A0C00579568D930F8863', 'fn': 'Office speaker', 'ic': '/setup/icon.png', 'id': '8f5dd8ad58a6374b6683e48b98999878', 'md': 'Google Home Mini', 'nf': '1', 'rm': '2842F12B2569F9A9', 'rs': '', 'st': '2', 've': '05'}}, {'host': '192.168.1.29', 'hostname': '7d98d599-f9f4-33dd-a198-f5fc2bf345d8.local.', 'port': 8009, 'properties': {'bs': 'FA8FCA5DD811', 'ca': '199172', 'cd': 'E6DC47DA56B728ED646A68CAA8791FBC', 'fn': 'Front room speaker', 'ic': '/setup/icon.png', 'id': '7d98d599f9f433dda198f5fc2bf345d8', 'md': 'Google Home Mini', 'nf': '1', 'rm': '4375CF007B094A03', 'rs': '', 'st': '0', 've': '05'}}, {'host': '192.168.1.40', 'hostname': '7bc671f8-c76f-99d4-b51f-a5adfb417458.local.', 'port': 8009, 'properties': {'bs': 'FA8FCA93D3CA', 'ca': '199172', 'cd': '3D5D6361C5A5E0FBB4109B6124EB0CBA', 'fn': 'Hallway speaker', 'ic': '/setup/icon.png', 'id': '7bc671f8c76f99d4b51fa5adfb417458', 'md': 'Google Home Mini', 'nf': '1', 'rm': '007B32D6AA69C711', 'rs': '', 'st': '0', 've': '05'}}, {'host': '192.168.1.74', 'hostname': '82cf3d40-210a-92c7-a477-8c4de5f1b6b3.local.', 'port': 8009, 'properties': {'bs': 'FA8FCA58D4F8', 'ca': '199172', 'cd': '1B3D27A5BF6EF9CCF68493F846B0FEEE', 'fn': 'Oliver’s bedroom Speaker', 'ic': '/setup/icon.png', 'id': '82cf3d40210a92c7a4778c4de5f1b6b3', 'md': 'Google Home Mini', 'nf': '1', 'rm': 'AFFB61475F2DB199', 'rs': '', 'st': '0', 've': '05'}}, {'host': '192.168.1.32', 'hostname': '1a435ee2-f515-5db4-b2c6-5dfb76e140a7.local.', 'port': 8009, 'properties': {'bs': 'FA8FCA398E95', 'ca': '199172', 'cd': 'F1F81ED9A05C0D066D63DA4A224D17DB', 'fn': 'Loft home', 'ic': '/setup/icon.png', 'id': '1a435ee2f5155db4b2c65dfb76e140a7', 'md': 'Google Home', 'nf': '1', 'rm': '063AFD798218CA29', 'rs': '', 'st': '0', 've': '05'}}]

home_assistant: [{'host': '192.168.1.63', 'hostname': '8086094bb7bb41298e05ffcb60b0b3c7.local.', 'port': 8123, 'properties': {'base_url': 'https://n5hzgnsbxwmyuwvibsjaqpwn5oqm3v8t.ui.nabu.casa', 'external_url': 'https://n5hzgnsbxwmyuwvibsjaqpwn5oqm3v8t.ui.nabu.casa', 'internal_url': 'http://192.168.1.63:8123', 'location_name': 'Home', 'requires_api_password': 'True', 'uuid': '8086094bb7bb41298e05ffcb60b0b3c7', 'version': '2021.7.0'}}]

Discovered 5 devices

Raw Data

Zeroconf [record[a,in,8086094bb7bb41298e05ffcb60b0b3c7.local.]=120/107,192.168.1.63, record[ptr,in,_home-assistant._tcp.local.]=4500/4487,Home._home-assistant._tcp.local., record[txt,in,Home._home-assistant._tcp.local.]=4500/4487,b'\x12locati'..., record[srv,in,Home._home-assistant._tcp.local.]=120/107,8086094bb7bb41298e05ffcb60b0b3c7.local.:8123, record[a,in-unique,057d0387-ddc7-a3da-c61c-75751ff651fb.local.]=120/117,192.168.1.28, record[ptr,in,_googlecast._tcp.local.]=1125.0/1112,Google-Nest-Hub-Max-057d0387ddc7a3dac61c75751ff651fb._googlecast._tcp.local., record[ptr,in,_googlecast._tcp.local.]=1125.0/1120,google-nest-hub-509e8c550b95b2ab0da0c454b38b5ea6._googlecast._tcp.local., record[ptr,in,_googlecast._tcp.local.]=1125.0/1112,Chromecast-d1096478d95a610f51a2e15adcc65aef._googlecast._tcp.local., record[ptr,in,_googlecast._tcp.local.]=1125.0/1112,BRAVIA-2015-caf35fd9334bef5d524965aab29d9d9d._googlecast._tcp.local., record[ptr,in,_googlecast._tcp.local.]=1125.0/1112,Google-Home-Mini-8f5dd8ad58a6374b6683e48b98999878._googlecast._tcp.local., record[ptr,in,_googlecast._tcp.local.]=1125.0/1112,Google-Home-Mini-7d98d599f9f433dda198f5fc2bf345d8._googlecast._tcp.local., record[ptr,in,_googlecast._tcp.local.]=1125.0/1112,Google-Home-Mini-7bc671f8c76f99d4b51fa5adfb417458._googlecast._tcp.local., record[ptr,in,_googlecast._tcp.local.]=1125.0/1112,Google-Home-Mini-82cf3d40210a92c7a4778c4de5f1b6b3._googlecast._tcp.local., record[ptr,in,_googlecast._tcp.local.]=1125.0/1112,Google-Home-1a435ee2f5155db4b2c65dfb76e140a7._googlecast._tcp.local., record[txt,in-unique,Google-Nest-Hub-Max-057d0387ddc7a3dac61c75751ff651fb._googlecast._tcp.local.]=4500/4487,b'#id=057'..., record[srv,in-unique,Google-Nest-Hub-Max-057d0387ddc7a3dac61c75751ff651fb._googlecast._tcp.local.]=120/107,057d0387-ddc7-a3da-c61c-75751ff651fb.local.:8009, record[a,in-unique,fuchsia-1cf2-9a19-9de9.local.]=120/115,192.168.1.33, record[quada,in-unique,fuchsia-1cf2-9a19-9de9.local.]=120/115,fe80::5050:f3b2:bbbf:6b02, record[txt,in-unique,google-nest-hub-509e8c550b95b2ab0da0c454b38b5ea6._googlecast._tcp.local.]=4500/4495,b'#id=509'..., record[srv,in-unique,google-nest-hub-509e8c550b95b2ab0da0c454b38b5ea6._googlecast._tcp.local.]=120/115,fuchsia-1cf2-9a19-9de9.local.:8009, record[a,in-unique,d1096478-d95a-610f-51a2-e15adcc65aef.local.]=120/107,192.168.1.46, record[txt,in-unique,Chromecast-d1096478d95a610f51a2e15adcc65aef._googlecast._tcp.local.]=4500/4487,b'#id=d10'..., record[srv,in-unique,Chromecast-d1096478d95a610f51a2e15adcc65aef._googlecast._tcp.local.]=120/107,d1096478-d95a-610f-51a2-e15adcc65aef.local.:8009, record[a,in-unique,caf35fd9-334b-ef5d-5249-65aab29d9d9d.local.]=120/107,192.168.1.51, record[txt,in-unique,BRAVIA-2015-caf35fd9334bef5d524965aab29d9d9d._googlecast._tcp.local.]=4500/4487,b'#id=caf'..., record[srv,in-unique,BRAVIA-2015-caf35fd9334bef5d524965aab29d9d9d._googlecast._tcp.local.]=120/107,caf35fd9-334b-ef5d-5249-65aab29d9d9d.local.:8009, record[a,in-unique,8f5dd8ad-58a6-374b-6683-e48b98999878.local.]=120/115,192.168.1.75, record[txt,in-unique,Google-Home-Mini-8f5dd8ad58a6374b6683e48b98999878._googlecast._tcp.local.]=4500/4487,b'#id=8f5'..., record[srv,in-unique,Google-Home-Mini-8f5dd8ad58a6374b6683e48b98999878._googlecast._tcp.local.]=120/107,8f5dd8ad-58a6-374b-6683-e48b98999878.local.:8009, record[a,in-unique,7d98d599-f9f4-33dd-a198-f5fc2bf345d8.local.]=120/114,192.168.1.29, record[txt,in-unique,Google-Home-Mini-7d98d599f9f433dda198f5fc2bf345d8._googlecast._tcp.local.]=4500/4487,b'#id=7d9'..., record[srv,in-unique,Google-Home-Mini-7d98d599f9f433dda198f5fc2bf345d8._googlecast._tcp.local.]=120/107,7d98d599-f9f4-33dd-a198-f5fc2bf345d8.local.:8009, record[a,in-unique,7bc671f8-c76f-99d4-b51f-a5adfb417458.local.]=120/115,192.168.1.40, record[txt,in-unique,Google-Home-Mini-7bc671f8c76f99d4b51fa5adfb417458._googlecast._tcp.local.]=4500/4487,b'#id=7bc'..., record[srv,in-unique,Google-Home-Mini-7bc671f8c76f99d4b51fa5adfb417458._googlecast._tcp.local.]=120/107,7bc671f8-c76f-99d4-b51f-a5adfb417458.local.:8009, record[a,in-unique,82cf3d40-210a-92c7-a477-8c4de5f1b6b3.local.]=120/115,192.168.1.74, record[txt,in-unique,Google-Home-Mini-82cf3d40210a92c7a4778c4de5f1b6b3._googlecast._tcp.local.]=4500/4487,b'#id=82c'..., record[srv,in-unique,Google-Home-Mini-82cf3d40210a92c7a4778c4de5f1b6b3._googlecast._tcp.local.]=120/107,82cf3d40-210a-92c7-a477-8c4de5f1b6b3.local.:8009, record[a,in-unique,1a435ee2-f515-5db4-b2c6-5dfb76e140a7.local.]=120/115,192.168.1.32, record[txt,in-unique,Google-Home-1a435ee2f5155db4b2c65dfb76e140a7._googlecast._tcp.local.]=4500/4487,b'#id=1a4'..., record[srv,in-unique,Google-Home-1a435ee2f5155db4b2c65dfb76e140a7._googlecast._tcp.local.]=120/107,1a435ee2-f515-5db4-b2c6-5dfb76e140a7.local.:8009, record[a,in-unique,WN3.local.]=120/107,192.168.1.205, record[quada,in-unique,WN3.local.]=120/107,fe80::216:6cff:fea0:be8c, record[ptr,in,_http._tcp.local.]=4500/4487,SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local., record[ptr,in,_http._tcp.local.]=4500/4487,EPSON ET-2750 Series._http._tcp.local., record[ptr,in,_http._tcp.local.]=4500/4487,SonosLibraryServer (2)._http._tcp.local., record[ptr,in,_http._tcp.local.]=4500/4487,SonosLibraryServer._http._tcp.local., record[srv,in-unique,SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local.]=120/107,WN3.local.:80, record[txt,in-unique,SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local.]=4500/4487,b'\x12sn=KJP'..., record[a,in-unique,EPSON6D40CB.local.]=120/107,192.168.1.53, record[quada,in-unique,EPSON6D40CB.local.]=120/107,fe80::fad0:27ff:fe6d:40cb, record[ptr,in,_printer._tcp.local.]=4500/4487,EPSON ET-2750 Series._printer._tcp.local., record[srv,in-unique,EPSON ET-2750 Series._printer._tcp.local.]=120/107,EPSON6D40CB.local.:515, record[txt,in-unique,EPSON ET-2750 Series._printer._tcp.local.]=4500/4487,b'\ttxtver'..., record[srv,in-unique,EPSON ET-2750 Series._http._tcp.local.]=120/107,EPSON6D40CB.local.:80, record[txt,in-unique,EPSON ET-2750 Series._http._tcp.local.]=4500/4487,b'\x00', record[a,in-unique,VELUX Gateway.local.]=120/107,192.168.1.54, record[quada,in-unique,VELUX Gateway.local.]=120/107,fe80::72ee:50ff:fe51:5884, record[ptr,in,_hap._tcp.local.]=4500/4487,VELUX Gateway._hap._tcp.local., record[srv,in-unique,VELUX Gateway._hap._tcp.local.]=120/107,VELUX Gateway.local.:5001, record[txt,in-unique,VELUX Gateway._hap._tcp.local.]=4500/4487,b'\x05c#=21\x04'..., record[quada,in-unique,MacBook-Pro.local.]=120/119,fe80::c9d:9b79:edb7:1d0e, record[a,in-unique,MacBook-Pro.local.]=120/119,192.168.1.58, record[srv,in-unique,SonosLibraryServer (2)._http._tcp.local.]=120/107,MacBook-Pro.local.:29965, record[txt,in-unique,SonosLibraryServer (2)._http._tcp.local.]=4500/4487,b'\x00', record[quada,in-unique,smitek-martin-mbp.local.]=120/119,fe80::df:6064:2e26:3fdd, record[a,in-unique,smitek-martin-mbp.local.]=120/119,192.168.1.57, record[srv,in-unique,SonosLibraryServer._http._tcp.local.]=120/107,smitek-martin-mbp.local.:29965, record[txt,in-unique,SonosLibraryServer._http._tcp.local.]=4500/4487,b'\x00', record[ptr,in,_googlerpc._tcp.local.]=1125.0/1112,googlerpc-1._googlerpc._tcp.local., record[ptr,in,_googlerpc._tcp.local.]=1125.0/1113,googlerpc._googlerpc._tcp.local., record[txt,in-unique,googlerpc-1._googlerpc._tcp.local.]=4500/4487,b'#cd=4AC'..., record[srv,in-unique,googlerpc-1._googlerpc._tcp.local.]=120/107,caf35fd9-334b-ef5d-5249-65aab29d9d9d.local.:8012, record[txt,in-unique,googlerpc._googlerpc._tcp.local.]=4500/4488,b'#cd=ED6'..., record[srv,in-unique,googlerpc._googlerpc._tcp.local.]=120/108,fuchsia-1cf2-9a19-9de9.local.:8012, record[a,in-unique,homeassistant.local.]=120/114,192.168.1.63, record[ptr,in,_googlezone._tcp.local.]=1125.0/1119,7d98d599-f9f4-33dd-a198-f5fc2bf345d8._googlezone._tcp.local., record[ptr,in,_googlezone._tcp.local.]=1125.0/1119,509e8c55-0b95-b2ab-0da0-c454b38b5ea6._googlezone._tcp.local., record[ptr,in,_googlezone._tcp.local.]=1125.0/1119,057d0387-ddc7-a3da-c61c-75751ff651fb._googlezone._tcp.local., record[ptr,in,_googlezone._tcp.local.]=1125.0/1120,7bc671f8-c76f-99d4-b51f-a5adfb417458._googlezone._tcp.local., record[ptr,in,_googlezone._tcp.local.]=1125.0/1120,8f5dd8ad-58a6-374b-6683-e48b98999878._googlezone._tcp.local., record[ptr,in,_googlezone._tcp.local.]=1125.0/1120,1a435ee2-f515-5db4-b2c6-5dfb76e140a7._googlezone._tcp.local., record[ptr,in,_googlezone._tcp.local.]=1125.0/1120,82cf3d40-210a-92c7-a477-8c4de5f1b6b3._googlezone._tcp.local., record[txt,in-unique,7d98d599-f9f4-33dd-a198-f5fc2bf345d8._googlezone._tcp.local.]=4500/4494,b'#id=E6D'..., record[srv,in-unique,7d98d599-f9f4-33dd-a198-f5fc2bf345d8._googlezone._tcp.local.]=120/114,7d98d599-f9f4-33dd-a198-f5fc2bf345d8.local.:10001, record[txt,in-unique,509e8c55-0b95-b2ab-0da0-c454b38b5ea6._googlezone._tcp.local.]=4500/4494,b'#id=ED6'..., record[srv,in-unique,509e8c55-0b95-b2ab-0da0-c454b38b5ea6._googlezone._tcp.local.]=120/114,fuchsia-1cf2-9a19-9de9.local.:10001, record[txt,in-unique,057d0387-ddc7-a3da-c61c-75751ff651fb._googlezone._tcp.local.]=4500/4494,b'#id=EB1'..., record[srv,in-unique,057d0387-ddc7-a3da-c61c-75751ff651fb._googlezone._tcp.local.]=120/114,057d0387-ddc7-a3da-c61c-75751ff651fb.local.:10001, record[txt,in-unique,7bc671f8-c76f-99d4-b51f-a5adfb417458._googlezone._tcp.local.]=4500/4495,b'#id=3D5'..., record[srv,in-unique,7bc671f8-c76f-99d4-b51f-a5adfb417458._googlezone._tcp.local.]=120/115,7bc671f8-c76f-99d4-b51f-a5adfb417458.local.:10001, record[txt,in-unique,8f5dd8ad-58a6-374b-6683-e48b98999878._googlezone._tcp.local.]=4500/4495,b'#id=E8F'..., record[srv,in-unique,8f5dd8ad-58a6-374b-6683-e48b98999878._googlezone._tcp.local.]=120/115,8f5dd8ad-58a6-374b-6683-e48b98999878.local.:10001, record[txt,in-unique,1a435ee2-f515-5db4-b2c6-5dfb76e140a7._googlezone._tcp.local.]=4500/4495,b'#id=F1F'..., record[srv,in-unique,1a435ee2-f515-5db4-b2c6-5dfb76e140a7._googlezone._tcp.local.]=120/115,1a435ee2-f515-5db4-b2c6-5dfb76e140a7.local.:10001, record[txt,in-unique,82cf3d40-210a-92c7-a477-8c4de5f1b6b3._googlezone._tcp.local.]=4500/4495,b'#id=1B3'..., record[srv,in-unique,82cf3d40-210a-92c7-a477-8c4de5f1b6b3._googlezone._tcp.local.]=120/115,82cf3d40-210a-92c7-a477-8c4de5f1b6b3.local.:10001, record[ptr,in,_meshcop._udp.local.]=1125.0/1122,NEST-PAN-EADC._meshcop._udp.local., record[txt,in-unique,NEST-PAN-EADC._meshcop._udp.local.]=4500/4497,b'\x10nn=NES'..., record[srv,in-unique,NEST-PAN-EADC._meshcop._udp.local.]=120/117,057d0387-ddc7-a3da-c61c-75751ff651fb.local.:49191, record[a,in-unique,dp-644700D3.local.]=120/119,192.168.1.35, record[ptr,in,_ssh._tcp.local.]=4500/4499,dp-644700D3._ssh._tcp.local., record[ptr,in,_ssh._tcp.local.]=4500/4499,MacBook Pro._ssh._tcp.local., record[ptr,in,_ssh._tcp.local.]=4500/4499,chimepro._ssh._tcp.local., record[ptr,in,_ssh._tcp.local.]=4500/4499,smitek-martin-mbp._ssh._tcp.local., record[txt,in-unique,dp-644700D3._ssh._tcp.local.]=4500/4499,b'\x00', record[srv,in-unique,dp-644700D3._ssh._tcp.local.]=120/119,dp-644700D3.local.:22, record[txt,in,MacBook Pro._device-info._tcp.local.]=4500/4499,b'\x14model='..., record[txt,in-unique,MacBook Pro._ssh._tcp.local.]=4500/4499,b'\x00', record[srv,in-unique,MacBook Pro._ssh._tcp.local.]=120/119,MacBook-Pro.local.:22, record[quada,in-unique,chimepro.local.]=120/119,fe80::12ce:a9ff:fece:3e55, record[a,in-unique,chimepro.local.]=120/119,192.168.1.37, record[txt,in-unique,chimepro._ssh._tcp.local.]=4500/4499,b'\x00', record[srv,in-unique,chimepro._ssh._tcp.local.]=120/119,chimepro.local.:22, record[txt,in,smitek-martin-mbp._device-info._tcp.local.]=4500/4499,b'\x14model='..., record[txt,in-unique,smitek-martin-mbp._ssh._tcp.local.]=4500/4499,b'\x00', record[srv,in-unique,smitek-martin-mbp._ssh._tcp.local.]=120/119,smitek-martin-mbp.local.:22]

SSDP [<UPNPEntry http://192.168.1.1:5000/rootDesc.xml - urn:schemas-upnp-org:device:WANConnectionDevice:2>, <UPNPEntry http://192.168.1.1:5000/rootDesc.xml - upnp:rootdevice>, <UPNPEntry http://192.168.1.205:49152/rootDesc.xml - upnp:rootdevice>, <UPNPEntry http://192.168.1.205:49152/rootDesc.xml - urn:schemas-upnp-org:device:InternetGatewayDevice:1>, <UPNPEntry http://192.168.1.205:49152/rootDesc.xml - urn:schemas-upnp-org:device:WANConnectionDevice:1>, <UPNPEntry http://192.168.1.205:49152/rootDesc.xml - urn:schemas-upnp-org:device:WANDevice:1>, <UPNPEntry http://192.168.1.205:49152/rootDesc.xml - urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1>, <UPNPEntry http://192.168.1.205:49152/rootDesc.xml - urn:schemas-upnp-org:service:WANIPConnection:1>, <UPNPEntry http://192.168.1.205:49152/rootDesc.xml - urn:schemas-upnp-org:service:WANPPPConnection:1>, <UPNPEntry http://192.168.1.205:49152/rootDesc.xml - uuid:Upnp-BasicDevice-1_0-00166CA0BE8C>, <UPNPEntry http://192.168.1.27:8060/ - upnp:rootdevice>, <UPNPEntry http://192.168.1.27:8060/ - roku:ecp>, <UPNPEntry http://192.168.1.27:8060/dial/dd.xml - urn:dial-multiscreen-org:service:dial:1>, <UPNPEntry http://192.168.1.28:8008/ssdp/device-desc.xml - upnp:rootdevice>, <UPNPEntry http://192.168.1.28:8008/ssdp/device-desc.xml - uuid:057d0387-ddc7-a3da-c61c-75751ff651fb>, <UPNPEntry http://192.168.1.28:8008/ssdp/device-desc.xml - urn:dial-multiscreen-org:device:dial:1>, <UPNPEntry http://192.168.1.28:8008/ssdp/device-desc.xml - urn:dial-multiscreen-org:service:dial:1>, <UPNPEntry http://192.168.1.46:8008/ssdp/device-desc.xml - upnp:rootdevice>, <UPNPEntry http://192.168.1.46:8008/ssdp/device-desc.xml - uuid:d1096478-d95a-610f-51a2-e15adcc65aef>, <UPNPEntry http://192.168.1.46:8008/ssdp/device-desc.xml - urn:dial-multiscreen-org:device:dial:1>, <UPNPEntry http://192.168.1.46:8008/ssdp/device-desc.xml - urn:dial-multiscreen-org:service:dial:1>, <UPNPEntry http://192.168.1.51:45728/sony/webapi/ssdp/dd.xml - upnp:rootdevice>, <UPNPEntry http://192.168.1.51:45728/sony/webapi/ssdp/dd.xml - uuid:f0683bde-7d0c-41bd-97fb-90fde8116f56>, <UPNPEntry http://192.168.1.51:45728/sony/webapi/ssdp/dd.xml - urn:schemas-upnp-org:device:Basic:1>, <UPNPEntry http://192.168.1.51:45728/sony/webapi/ssdp/dd.xml - urn:schemas-sony-com:service:ScalarWebAPI:1>, <UPNPEntry http://192.168.1.51:45728/sony/webapi/ssdp/dd.xml - urn:schemas-sony-com:service:IRCC:1>, <UPNPEntry http://192.168.1.51:54208/dd.xml - upnp:rootdevice>, <UPNPEntry http://192.168.1.51:54208/dd.xml - uuid:bc396284-8173-4740-8f61-12df7e884411>, <UPNPEntry http://192.168.1.51:54208/dd.xml - urn:schemas-upnp-org:device:Basic:1>, <UPNPEntry http://192.168.1.51:54208/dd.xml - urn:dial-multiscreen-org:service:dial:1>, <UPNPEntry http://192.168.1.51:8008/ssdp/device-desc.xml - upnp:rootdevice>, <UPNPEntry http://192.168.1.51:8008/ssdp/device-desc.xml - uuid:caf35fd9-334b-ef5d-5249-65aab29d9d9d>, <UPNPEntry http://192.168.1.51:8008/ssdp/device-desc.xml - urn:dial-multiscreen-org:device:dial:1>, <UPNPEntry http://192.168.1.51:8008/ssdp/device-desc.xml - urn:dial-multiscreen-org:service:dial:1>, <UPNPEntry http://192.168.1.51:9080 - upnp:rootdevice>, <UPNPEntry http://192.168.1.51:9080 - urn:mdx-netflix-com:service:target:3>, <UPNPEntry http://192.168.1.51:9080 - uuid:NFANDROID2-PRV-SONYANDROIDTV2015-SONY=BRAVIA=2015-6027-CC5CD2967475288D588C44BE63D87BA0A1AD5FC609366AAF1CBF317E645BC212>, <UPNPEntry http://192.168.1.51:9080 - urn:schemas-upnp-org:device:mdxdevice:1>, <UPNPEntry http://192.168.1.68:80/description.xml - upnp:rootdevice>, <UPNPEntry http://192.168.1.68:80/description.xml - uuid:2f402f80-da50-11e1-9b23-001788256cc1>, <UPNPEntry http://192.168.1.68:80/description.xml - urn:schemas-upnp-org:device:basic:1>, <UPNPEntry http://192.168.1.82:8060/ - upnp:rootdevice>, <UPNPEntry http://192.168.1.82:8060/ - roku:ecp>, <UPNPEntry http://192.168.1.82:8060/dial/dd.xml - urn:dial-multiscreen-org:service:dial:1>]

GDM []

LMS []

Tellstick []

Xbox SmartGlass []

bdraco commented 3 years ago

Seems like something is preventing the SSDP traffic from reaching Home Assistant given netdisco can't see it either (but only for sonos?). Since mDNS is working, we can likely avoid unseeing the speaker (and thus going unavailable) if it is responding to mDNS.

I'll make some adjustments to https://github.com/home-assistant/core/pull/52655

Vansmak commented 3 years ago

wish you spoke english

bdraco commented 3 years ago

@linus1412 I made some changes to https://github.com/home-assistant/core/pull/52655 with the intent of resolving the unavailablity.

tht commented 3 years ago

@linus1412 I made some changes to #52655 with the intent of resolving the unavailablity.

Looking good so far… 30 minutes and speakers are still available. No interruptions this time. I've only installed #52655. The other one does not seem to be needed. Will give another update in a few hours.

linus1412 commented 3 years ago

Still appearing and disappearing for me @bdraco with the updated PR.

bdraco commented 3 years ago

@linus1412

I just pushed another commit.

Can you post debug logs for homeassistant.components.sonos and homeassistant.components.zeroconf?

linus1412 commented 3 years ago

Sure,

Do you want me to have both PRs applied or just #52655?

bdraco commented 3 years ago

Only https://github.com/home-assistant/core/pull/52655. thanks 👍

linus1412 commented 3 years ago

Sill intermittent,

Here are the logs you requested

2021-07-11 16:48:12 DEBUG (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf browser for: ['_Volumio._tcp.local.', '_airplay._tcp.local.', '_api._udp.local.', '_axis-video._tcp.local.', '_bond._tcp.local.', '_daap._tcp.local.', '_dkapi._tcp.local.', '_dvl-deviceapi._tcp.local.', '_easylink._tcp.local.', '_elg._tcp.local.', '_enphase-envoy._tcp.local.', '_esphomelib._tcp.local.', '_fbx-api._tcp.local.', '_googlecast._tcp.local.', '_hap._tcp.local.', '_homekit._tcp.local.', '_http._tcp.local.', '_ipp._tcp.local.', '_ipps._tcp.local.', '_kizbox._tcp.local.', '_leap._tcp.local.', '_mediaremotetv._tcp.local.', '_miio._udp.local.', '_nut._tcp.local.', '_plugwise._tcp.local.', '_powerview._tcp.local.', '_printer._tcp.local.', '_spotify-connect._tcp.local.', '_ssh._tcp.local.', '_system-bridge._udp.local.', '_touch-able._tcp.local.', '_viziocast._tcp.local.', '_wled._tcp.local.', '_xbmc-jsonrpc-h._tcp.local.', '_sonos._tcp.local.', '_home-assistant._tcp.local.', '_hap._udp.local.']
2021-07-11 16:48:14 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonosB8E93792826E._spotify-connect._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:14 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E93792826E._sonos._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:14 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonosB8E93792826E._spotify-connect._tcp.local. {'host': '192.168.1.69', 'port': 1400, 'hostname': 'sonosB8E93792826E.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonosB8E93792826E._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 16:48:14 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E93792826E._sonos._tcp.local. {'host': '192.168.1.69', 'port': 1443, 'hostname': 'sonosB8E93792826E.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E93792826E._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E93792826E01400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E93792826E01400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:48:14 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonos000E58C60128._spotify-connect._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:15 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonos000E58C60128._spotify-connect._tcp.local. {'host': '192.168.1.42', 'port': 1400, 'hostname': 'sonos000E58C60128.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonos000E58C60128._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 16:48:15 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonosB8E937551480._spotify-connect._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:15 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonosB8E937551480._spotify-connect._tcp.local. {'host': '192.168.1.67', 'port': 1400, 'hostname': 'sonosB8E937551480.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonosB8E937551480._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 16:48:15 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonos5CAAFDA9A233._spotify-connect._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:16 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonos5CAAFDA9A233._spotify-connect._tcp.local. {'host': '192.168.1.71', 'port': 1400, 'hostname': 'sonos5CAAFDA9A233.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonos5CAAFDA9A233._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 16:48:16 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonos48A6B8D2360A._spotify-connect._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:16 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonos48A6B8D2360A._spotify-connect._tcp.local. {'host': '192.168.1.65', 'port': 1400, 'hostname': 'sonos48A6B8D2360A.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonos48A6B8D2360A._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 16:48:16 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=DiskStation._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:16 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device DiskStation._http._tcp.local. {'host': '192.168.1.201', 'port': 5000, 'hostname': 'DiskStation.local.', 'type': '_http._tcp.local.', 'name': 'DiskStation._http._tcp.local.', 'properties': {'_raw': {'vendor': b'Synology', 'model': b'DS216play', 'serial': b'1590NEN486005', 'version_major': b'6', 'version_minor': b'2', 'version_build': b'25556', 'admin_port': b'5000', 'secure_admin_port': b'5001', 'mac_address': b'00:11:32:4e:39:5e'}, 'vendor': 'Synology', 'model': 'DS216play', 'serial': '1590NEN486005', 'version_major': '6', 'version_minor': '2', 'version_build': '25556', 'admin_port': '5000', 'secure_admin_port': '5001', 'mac_address': '00:11:32:4e:39:5e'}}
2021-07-11 16:48:16 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=chimepro._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:16 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device chimepro._ssh._tcp.local. {'host': '192.168.1.37', 'port': 22, 'hostname': 'chimepro.local.', 'type': '_ssh._tcp.local.', 'name': 'chimepro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:48:16 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipps._tcp.local. name=EPSON ET-2750 Series._ipps._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:48:16 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=dp-644700D3._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:16 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device dp-644700D3._ssh._tcp.local. {'host': '192.168.1.35', 'port': 22, 'hostname': 'dp-644700D3.local.', 'type': '_ssh._tcp.local.', 'name': 'dp-644700D3._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:48:17 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_googlecast._tcp.local. name=google-nest-hub-509e8c550b95b2ab0da0c454b38b5ea6._googlecast._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:17 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device google-nest-hub-509e8c550b95b2ab0da0c454b38b5ea6._googlecast._tcp.local. {'host': '192.168.1.33', 'port': 8009, 'hostname': 'fuchsia-1cf2-9a19-9de9.local.', 'type': '_googlecast._tcp.local.', 'name': 'google-nest-hub-509e8c550b95b2ab0da0c454b38b5ea6._googlecast._tcp.local.', 'properties': {'_raw': {'id': b'509e8c550b95b2ab0da0c454b38b5ea6', 'cd': b'ED610F3DEEAB60D5D4870371BDC2C4D7', 'rm': b'0F1D91B7454CB121', 've': b'05', 'md': b'Google Nest Hub', 'ic': b'/setup/icon.png', 'fn': b'Lounge display', 'ca': b'231429', 'st': b'0', 'bs': b'FA8FCA80EFC6', 'nf': b'1', 'rs': b''}, 'id': '509e8c550b95b2ab0da0c454b38b5ea6', 'cd': 'ED610F3DEEAB60D5D4870371BDC2C4D7', 'rm': '0F1D91B7454CB121', 've': '05', 'md': 'Google Nest Hub', 'ic': '/setup/icon.png', 'fn': 'Lounge display', 'ca': '231429', 'st': '0', 'bs': 'FA8FCA80EFC6', 'nf': '1', 'rs': ''}}
2021-07-11 16:48:17 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_hap._tcp.local. name=Philips hue - 256CC1._hap._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:17 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Philips hue - 256CC1._hap._tcp.local. {'host': '192.168.1.68', 'port': 8080, 'hostname': 'Philips-hue.local.', 'type': '_hap._tcp.local.', 'name': 'Philips hue - 256CC1._hap._tcp.local.', 'properties': {'_raw': {'c#': b'108', 'ff': b'1', 'id': b'2A:C7:47:B2:4F:3C', 'md': b'BSB002', 'pv': b'1.1', 'sf': b'0', 's#': b'135', 'ci': b'2'}, 'c#': '108', 'ff': '1', 'id': '2A:C7:47:B2:4F:3C', 'md': 'BSB002', 'pv': '1.1', 'sf': '0', 's#': '135', 'ci': '2'}}
2021-07-11 16:48:17 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_googlecast._tcp.local. name=Chromecast-d1096478d95a610f51a2e15adcc65aef._googlecast._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:17 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Chromecast-d1096478d95a610f51a2e15adcc65aef._googlecast._tcp.local. {'host': '192.168.1.46', 'port': 8009, 'hostname': 'd1096478-d95a-610f-51a2-e15adcc65aef.local.', 'type': '_googlecast._tcp.local.', 'name': 'Chromecast-d1096478d95a610f51a2e15adcc65aef._googlecast._tcp.local.', 'properties': {'_raw': {'id': b'd1096478d95a610f51a2e15adcc65aef', 'cd': b'FBE9D5AACC78D4CFB1556863F2D57B28', 'rm': b'B9EB96C09CCB3FF6', 've': b'05', 'md': b'Chromecast', 'ic': b'/setup/icon.png', 'fn': b'Lounge Chromecast', 'ca': b'4101', 'st': b'0', 'bs': b'FA8FCA31BA5B', 'nf': b'2', 'rs': b''}, 'id': 'd1096478d95a610f51a2e15adcc65aef', 'cd': 'FBE9D5AACC78D4CFB1556863F2D57B28', 'rm': 'B9EB96C09CCB3FF6', 've': '05', 'md': 'Chromecast', 'ic': '/setup/icon.png', 'fn': 'Lounge Chromecast', 'ca': '4101', 'st': '0', 'bs': 'FA8FCA31BA5B', 'nf': '2', 'rs': ''}}
2021-07-11 16:48:17 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_googlecast._tcp.local. name=Google-Home-1a435ee2f5155db4b2c65dfb76e140a7._googlecast._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:17 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Google-Home-1a435ee2f5155db4b2c65dfb76e140a7._googlecast._tcp.local. {'host': '192.168.1.32', 'port': 8009, 'hostname': '1a435ee2-f515-5db4-b2c6-5dfb76e140a7.local.', 'type': '_googlecast._tcp.local.', 'name': 'Google-Home-1a435ee2f5155db4b2c65dfb76e140a7._googlecast._tcp.local.', 'properties': {'_raw': {'id': b'1a435ee2f5155db4b2c65dfb76e140a7', 'cd': b'F1F81ED9A05C0D066D63DA4A224D17DB', 'rm': b'063AFD798218CA29', 've': b'05', 'md': b'Google Home', 'ic': b'/setup/icon.png', 'fn': b'Loft home', 'ca': b'199172', 'st': b'0', 'bs': b'FA8FCA398E95', 'nf': b'1', 'rs': b''}, 'id': '1a435ee2f5155db4b2c65dfb76e140a7', 'cd': 'F1F81ED9A05C0D066D63DA4A224D17DB', 'rm': '063AFD798218CA29', 've': '05', 'md': 'Google Home', 'ic': '/setup/icon.png', 'fn': 'Loft home', 'ca': '199172', 'st': '0', 'bs': 'FA8FCA398E95', 'nf': '1', 'rs': ''}}
2021-07-11 16:48:17 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_googlecast._tcp.local. name=Google-Home-Mini-82cf3d40210a92c7a4778c4de5f1b6b3._googlecast._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:18 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Google-Home-Mini-82cf3d40210a92c7a4778c4de5f1b6b3._googlecast._tcp.local. {'host': '192.168.1.74', 'port': 8009, 'hostname': '82cf3d40-210a-92c7-a477-8c4de5f1b6b3.local.', 'type': '_googlecast._tcp.local.', 'name': 'Google-Home-Mini-82cf3d40210a92c7a4778c4de5f1b6b3._googlecast._tcp.local.', 'properties': {'_raw': {'id': b'82cf3d40210a92c7a4778c4de5f1b6b3', 'cd': b'1B3D27A5BF6EF9CCF68493F846B0FEEE', 'rm': b'AFFB61475F2DB199', 've': b'05', 'md': b'Google Home Mini', 'ic': b'/setup/icon.png', 'fn': b'Oliver\xe2\x80\x99s bedroom Speaker', 'ca': b'199172', 'st': b'0', 'bs': b'FA8FCA58D4F8', 'nf': b'1', 'rs': b''}, 'id': '82cf3d40210a92c7a4778c4de5f1b6b3', 'cd': '1B3D27A5BF6EF9CCF68493F846B0FEEE', 'rm': 'AFFB61475F2DB199', 've': '05', 'md': 'Google Home Mini', 'ic': '/setup/icon.png', 'fn': 'Oliver’s bedroom Speaker', 'ca': '199172', 'st': '0', 'bs': 'FA8FCA58D4F8', 'nf': '1', 'rs': ''}}
2021-07-11 16:48:18 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E937551368._sonos._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:18 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E937551368._sonos._tcp.local. {'host': '192.168.1.59', 'port': 1443, 'hostname': 'Sonos-B8E937551368.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E937551368._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E93755136801400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E93755136801400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:48:18 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:18 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:18 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer._http._tcp.local. {'host': '192.168.1.57', 'port': 29965, 'hostname': 'smitek-martin-mbp.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:48:18 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device smitek-martin-mbp._ssh._tcp.local. {'host': '192.168.1.57', 'port': 22, 'hostname': 'smitek-martin-mbp.local.', 'type': '_ssh._tcp.local.', 'name': 'smitek-martin-mbp._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-347E5C31A2B6._sonos._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-347E5C31A2B6._sonos._tcp.local. {'host': '192.168.1.72', 'port': 1443, 'hostname': 'Sonos-347E5C31A2B6.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-347E5C31A2B6._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_347E5C31A2B601400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_347E5C31A2B601400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-347E5C31A2B8._sonos._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-347E5C31A2B8._sonos._tcp.local. {'host': '192.168.1.73', 'port': 1443, 'hostname': 'Sonos-347E5C31A2B8.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-347E5C31A2B8._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_347E5C31A2B801400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_347E5C31A2B801400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_hap._tcp.local. name=VELUX Gateway._hap._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device VELUX Gateway._hap._tcp.local. {'host': '192.168.1.54', 'port': 5001, 'hostname': 'VELUX Gateway.local.', 'type': '_hap._tcp.local.', 'name': 'VELUX Gateway._hap._tcp.local.', 'properties': {'_raw': {'c#': b'21', 's#': b'1', 'ff': b'1', 'sf': b'0', 'pv': b'1.1', 'md': b'VELUX Gateway\x00', 'id': b'C4:8F:8A:25:6A:8A', 'na_tkn': b'4aa0469d01e9', 'ci': b'2', 'sh': b'BbuYDQ=='}, 'c#': '21', 's#': '1', 'ff': '1', 'sf': '0', 'pv': '1.1', 'md': 'VELUX Gateway\x00', 'id': 'C4:8F:8A:25:6A:8A', 'na_tkn': '4aa0469d01e9', 'ci': '2', 'sh': 'BbuYDQ=='}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-000E58C60128._sonos._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-000E58C60128._sonos._tcp.local. {'host': '192.168.1.42', 'port': 1443, 'hostname': 'Sonos-000E58C60128.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-000E58C60128._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_000E58C6012801400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_000E58C6012801400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-48A6B81D2454._sonos._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-48A6B81D2454._sonos._tcp.local. {'host': '192.168.1.64', 'port': 1443, 'hostname': 'Sonos-48A6B81D2454.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-48A6B81D2454._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_48A6B81D245401400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_48A6B81D245401400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E937551480._sonos._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Failed to get addresses for device EPSON ET-2750 Series._ipps._tcp.local.
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E937551480._sonos._tcp.local. {'host': '192.168.1.67', 'port': 1443, 'hostname': 'Sonos-B8E937551480.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E937551480._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E93755148001400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E93755148001400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-5CAAFDA9A233._sonos._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-5CAAFDA9A233._sonos._tcp.local. {'host': '192.168.1.71', 'port': 1443, 'hostname': 'Sonos-5CAAFDA9A233.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-5CAAFDA9A233._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_5CAAFDA9A23301400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_5CAAFDA9A23301400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local. {'host': '192.168.1.204', 'port': 80, 'hostname': 'DS-2CD2742FWD-IZS20160714BBWR624931376.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-000E58C5974E._sonos._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-000E58C5974E._sonos._tcp.local. {'host': '192.168.1.60', 'port': 1443, 'hostname': 'Sonos-000E58C5974E.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-000E58C5974E._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_000E58C5974E01400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_000E58C5974E01400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E9375513F6._sonos._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E9375513F6._sonos._tcp.local. {'host': '192.168.1.44', 'port': 1443, 'hostname': 'Sonos-B8E9375513F6.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E9375513F6._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E9375513F601400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E9375513F601400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local. {'host': '192.168.1.202', 'port': 80, 'hostname': 'DS-2CD2732F-IS20150918CCCH542912771.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_airplay._tcp.local. name=Office._airplay._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-48A6B8D2360A._sonos._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Office._airplay._tcp.local. {'host': '192.168.1.65', 'port': 7000, 'hostname': 'Sonos-48A6B8D2360A.local.', 'type': '_airplay._tcp.local.', 'name': 'Office._airplay._tcp.local.', 'properties': {'_raw': {'acl': b'0', 'deviceid': b'48:A6:B8:D2:36:0A', 'features': b'0x445F8A00,0x1C340', 'rsf': b'0x0', 'fv': b'p20.57.6-88280', 'flags': b'0x4', 'model': b'One', 'manufacturer': b'Sonos', 'serialNumber': b'48-A6-B8-D2-36-0A:G', 'protovers': b'1.1', 'srcvers': b'366.0', 'pi': b'ed3c6985-bc78-4978-a620-12205ac7ef7e', 'gid': b'ed3c6985-bc78-4978-a620-12205ac7ef7e', 'gcgl': b'0', 'pk': b'53cb7ec9d57f5f5b2d08eb2c1625d93565be66698f2607585be55aa74c06ec30'}, 'acl': '0', 'deviceid': '48:A6:B8:D2:36:0A', 'features': '0x445F8A00,0x1C340', 'rsf': '0x0', 'fv': 'p20.57.6-88280', 'flags': '0x4', 'model': 'One', 'manufacturer': 'Sonos', 'serialNumber': '48-A6-B8-D2-36-0A:G', 'protovers': '1.1', 'srcvers': '366.0', 'pi': 'ed3c6985-bc78-4978-a620-12205ac7ef7e', 'gid': 'ed3c6985-bc78-4978-a620-12205ac7ef7e', 'gcgl': '0', 'pk': '53cb7ec9d57f5f5b2d08eb2c1625d93565be66698f2607585be55aa74c06ec30'}}
2021-07-11 16:48:19 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-48A6B8D2360A._sonos._tcp.local. {'host': '192.168.1.65', 'port': 1443, 'hostname': 'Sonos-48A6B8D2360A.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-48A6B8D2360A._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_48A6B8D2360A01400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_48A6B8D2360A01400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local. {'host': '192.168.1.203', 'port': 80, 'hostname': 'DS-2CD2732F-IS20150918CCCH542912985.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_googlecast._tcp.local. name=Google-Nest-Hub-Max-057d0387ddc7a3dac61c75751ff651fb._googlecast._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Google-Nest-Hub-Max-057d0387ddc7a3dac61c75751ff651fb._googlecast._tcp.local. {'host': '192.168.1.28', 'port': 8009, 'hostname': '057d0387-ddc7-a3da-c61c-75751ff651fb.local.', 'type': '_googlecast._tcp.local.', 'name': 'Google-Nest-Hub-Max-057d0387ddc7a3dac61c75751ff651fb._googlecast._tcp.local.', 'properties': {'_raw': {'id': b'057d0387ddc7a3dac61c75751ff651fb', 'cd': b'EB138823E9755D08F9F52C7C07390088', 'rm': b'F018B7FCA381DA07', 've': b'05', 'md': b'Google Nest Hub Max', 'ic': b'/setup/icon.png', 'fn': b'Open plan display', 'ca': b'233989', 'st': b'0', 'bs': b'FA8FCA7D9A9B', 'nf': b'1', 'rs': b''}, 'id': '057d0387ddc7a3dac61c75751ff651fb', 'cd': 'EB138823E9755D08F9F52C7C07390088', 'rm': 'F018B7FCA381DA07', 've': '05', 'md': 'Google Nest Hub Max', 'ic': '/setup/icon.png', 'fn': 'Open plan display', 'ca': '233989', 'st': '0', 'bs': 'FA8FCA7D9A9B', 'nf': '1', 'rs': ''}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_googlecast._tcp.local. name=Google-Home-Mini-650fe3ac2311dc59f97153ada2b7c896._googlecast._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Google-Home-Mini-650fe3ac2311dc59f97153ada2b7c896._googlecast._tcp.local. {'host': '192.168.1.36', 'port': 8009, 'hostname': '650fe3ac-2311-dc59-f971-53ada2b7c896.local.', 'type': '_googlecast._tcp.local.', 'name': 'Google-Home-Mini-650fe3ac2311dc59f97153ada2b7c896._googlecast._tcp.local.', 'properties': {'_raw': {'id': b'650fe3ac2311dc59f97153ada2b7c896', 'cd': b'BB32DFF82F5444D9414ECC03DD38AD82', 'rm': b'BB7FED5BFF597CAC', 've': b'05', 'md': b'Google Home Mini', 'ic': b'/setup/icon.png', 'fn': b"Zachary's room Speaker", 'ca': b'199172', 'st': b'0', 'bs': b'FA8FCA88C87C', 'nf': b'1', 'rs': b''}, 'id': '650fe3ac2311dc59f97153ada2b7c896', 'cd': 'BB32DFF82F5444D9414ECC03DD38AD82', 'rm': 'BB7FED5BFF597CAC', 've': '05', 'md': 'Google Home Mini', 'ic': '/setup/icon.png', 'fn': "Zachary's room Speaker", 'ca': '199172', 'st': '0', 'bs': 'FA8FCA88C87C', 'nf': '1', 'rs': ''}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_googlecast._tcp.local. name=Google-Home-Mini-7bc671f8c76f99d4b51fa5adfb417458._googlecast._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Google-Home-Mini-7bc671f8c76f99d4b51fa5adfb417458._googlecast._tcp.local. {'host': '192.168.1.40', 'port': 8009, 'hostname': '7bc671f8-c76f-99d4-b51f-a5adfb417458.local.', 'type': '_googlecast._tcp.local.', 'name': 'Google-Home-Mini-7bc671f8c76f99d4b51fa5adfb417458._googlecast._tcp.local.', 'properties': {'_raw': {'id': b'7bc671f8c76f99d4b51fa5adfb417458', 'cd': b'3D5D6361C5A5E0FBB4109B6124EB0CBA', 'rm': b'007B32D6AA69C711', 've': b'05', 'md': b'Google Home Mini', 'ic': b'/setup/icon.png', 'fn': b'Hallway speaker', 'ca': b'199172', 'st': b'0', 'bs': b'FA8FCA93D3CA', 'nf': b'1', 'rs': b''}, 'id': '7bc671f8c76f99d4b51fa5adfb417458', 'cd': '3D5D6361C5A5E0FBB4109B6124EB0CBA', 'rm': '007B32D6AA69C711', 've': '05', 'md': 'Google Home Mini', 'ic': '/setup/icon.png', 'fn': 'Hallway speaker', 'ca': '199172', 'st': '0', 'bs': 'FA8FCA93D3CA', 'nf': '1', 'rs': ''}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_googlecast._tcp.local. name=Google-Home-Mini-7d98d599f9f433dda198f5fc2bf345d8._googlecast._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Google-Home-Mini-7d98d599f9f433dda198f5fc2bf345d8._googlecast._tcp.local. {'host': '192.168.1.29', 'port': 8009, 'hostname': '7d98d599-f9f4-33dd-a198-f5fc2bf345d8.local.', 'type': '_googlecast._tcp.local.', 'name': 'Google-Home-Mini-7d98d599f9f433dda198f5fc2bf345d8._googlecast._tcp.local.', 'properties': {'_raw': {'id': b'7d98d599f9f433dda198f5fc2bf345d8', 'cd': b'E6DC47DA56B728ED646A68CAA8791FBC', 'rm': b'4375CF007B094A03', 've': b'05', 'md': b'Google Home Mini', 'ic': b'/setup/icon.png', 'fn': b'Front room speaker', 'ca': b'199172', 'st': b'0', 'bs': b'FA8FCA5DD811', 'nf': b'1', 'rs': b''}, 'id': '7d98d599f9f433dda198f5fc2bf345d8', 'cd': 'E6DC47DA56B728ED646A68CAA8791FBC', 'rm': '4375CF007B094A03', 've': '05', 'md': 'Google Home Mini', 'ic': '/setup/icon.png', 'fn': 'Front room speaker', 'ca': '199172', 'st': '0', 'bs': 'FA8FCA5DD811', 'nf': '1', 'rs': ''}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. {'host': '192.168.1.205', 'port': 80, 'hostname': 'WN3.local.', 'type': '_http._tcp.local.', 'name': 'SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local.', 'properties': {'_raw': {'sn': b'KJPM6V2GA00013Z'}, 'sn': 'KJPM6V2GA00013Z'}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipps._tcp.local. name=EPSON ET-2750 Series._ipps._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._ipps._tcp.local. {'host': '192.168.1.53', 'port': 631, 'hostname': 'EPSON6D40CB.local.', 'type': '_ipps._tcp.local.', 'name': 'EPSON ET-2750 Series._ipps._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': b'ipp/print', 'qtotal': b'1', 'Color': b'T', 'Duplex': b'T', 'Scan': b'T', 'Fax': b'F', 'kind': b'document,envelope,photo', 'PaperMax': b'legal-A4', 'URF': b'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': b'T', 'mopria-certified': b'1.3', 'priority': b'30', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b'', 'UUID': b'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': b'1.2'}, 'txtvers': '1', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': 'ipp/print', 'qtotal': '1', 'Color': 'T', 'Duplex': 'T', 'Scan': 'T', 'Fax': 'F', 'kind': 'document,envelope,photo', 'PaperMax': 'legal-A4', 'URF': 'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': 'T', 'mopria-certified': '1.3', 'priority': '30', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': '', 'UUID': 'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': '1.2'}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_printer._tcp.local. name=EPSON ET-2750 Series._printer._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=EPSON ET-2750 Series._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipp._tcp.local. name=EPSON ET-2750 Series._ipp._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipps._tcp.local. name=EPSON ET-2750 Series._ipps._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._printer._tcp.local. {'host': '192.168.1.53', 'port': 515, 'hostname': 'EPSON6D40CB.local.', 'type': '_printer._tcp.local.', 'name': 'EPSON ET-2750 Series._printer._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'priority': b'50', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'raw', 'rp': b'auto', 'qtotal': b'1', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b''}, 'txtvers': '1', 'priority': '50', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'raw', 'rp': 'auto', 'qtotal': '1', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': ''}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._http._tcp.local. {'host': '192.168.1.53', 'port': 80, 'hostname': 'EPSON6D40CB.local.', 'type': '_http._tcp.local.', 'name': 'EPSON ET-2750 Series._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._ipp._tcp.local. {'host': '192.168.1.53', 'port': 631, 'hostname': 'EPSON6D40CB.local.', 'type': '_ipp._tcp.local.', 'name': 'EPSON ET-2750 Series._ipp._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': b'ipp/print', 'qtotal': b'1', 'Color': b'T', 'Duplex': b'T', 'Scan': b'T', 'Fax': b'F', 'kind': b'document,envelope,photo', 'PaperMax': b'legal-A4', 'URF': b'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': b'T', 'mopria-certified': b'1.3', 'priority': b'30', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b'', 'UUID': b'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': b'1.2'}, 'txtvers': '1', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': 'ipp/print', 'qtotal': '1', 'Color': 'T', 'Duplex': 'T', 'Scan': 'T', 'Fax': 'F', 'kind': 'document,envelope,photo', 'PaperMax': 'legal-A4', 'URF': 'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': 'T', 'mopria-certified': '1.3', 'priority': '30', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': '', 'UUID': 'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': '1.2'}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._ipps._tcp.local. {'host': '192.168.1.53', 'port': 631, 'hostname': 'EPSON6D40CB.local.', 'type': '_ipps._tcp.local.', 'name': 'EPSON ET-2750 Series._ipps._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': b'ipp/print', 'qtotal': b'1', 'Color': b'T', 'Duplex': b'T', 'Scan': b'T', 'Fax': b'F', 'kind': b'document,envelope,photo', 'PaperMax': b'legal-A4', 'URF': b'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': b'T', 'mopria-certified': b'1.3', 'priority': b'30', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b'', 'UUID': b'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': b'1.2'}, 'txtvers': '1', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': 'ipp/print', 'qtotal': '1', 'Color': 'T', 'Duplex': 'T', 'Scan': 'T', 'Fax': 'F', 'kind': 'document,envelope,photo', 'PaperMax': 'legal-A4', 'URF': 'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': 'T', 'mopria-certified': '1.3', 'priority': '30', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': '', 'UUID': 'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': '1.2'}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer (2)._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer (2)._http._tcp.local. {'host': '192.168.1.58', 'port': 29965, 'hostname': 'MacBook-Pro.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer (2)._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=MacBook Pro._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device MacBook Pro._ssh._tcp.local. {'host': '192.168.1.58', 'port': 22, 'hostname': 'MacBook-Pro.local.', 'type': '_ssh._tcp.local.', 'name': 'MacBook Pro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:48:44 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2021-07-11 16:48:45 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_home-assistant._tcp.local. name=Home._home-assistant._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:48:45 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Home._home-assistant._tcp.local. {'host': '192.168.1.63', 'port': 8123, 'hostname': '8086094bb7bb41298e05ffcb60b0b3c7.local.', 'type': '_home-assistant._tcp.local.', 'name': 'Home._home-assistant._tcp.local.', 'properties': {'_raw': {'location_name': b'Home', 'uuid': b'8086094bb7bb41298e05ffcb60b0b3c7', 'version': b'2021.7.0', 'external_url': b'https://n5hzgnsbxwmyuwvibsjaqpwn5oqm3v8t.ui.nabu.casa', 'internal_url': b'http://192.168.1.63:8123', 'base_url': b'https://n5hzgnsbxwmyuwvibsjaqpwn5oqm3v8t.ui.nabu.casa', 'requires_api_password': b'True'}, 'location_name': 'Home', 'uuid': '8086094bb7bb41298e05ffcb60b0b3c7', 'version': '2021.7.0', 'external_url': 'https://n5hzgnsbxwmyuwvibsjaqpwn5oqm3v8t.ui.nabu.casa', 'internal_url': 'http://192.168.1.63:8123', 'base_url': 'https://n5hzgnsbxwmyuwvibsjaqpwn5oqm3v8t.ui.nabu.casa', 'requires_api_password': 'True'}}
2021-07-11 16:51:32 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=chimepro._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:51:32 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device chimepro._ssh._tcp.local. {'host': '192.168.1.37', 'port': 22, 'hostname': 'chimepro.local.', 'type': '_ssh._tcp.local.', 'name': 'chimepro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:51:32 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=dp-644700D3._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:51:32 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device dp-644700D3._ssh._tcp.local. {'host': '192.168.1.35', 'port': 22, 'hostname': 'dp-644700D3.local.', 'type': '_ssh._tcp.local.', 'name': 'dp-644700D3._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:51:32 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:51:32 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device smitek-martin-mbp._ssh._tcp.local. {'host': '192.168.1.57', 'port': 22, 'hostname': 'smitek-martin-mbp.local.', 'type': '_ssh._tcp.local.', 'name': 'smitek-martin-mbp._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:51:32 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=MacBook Pro._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:51:32 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device MacBook Pro._ssh._tcp.local. {'host': '192.168.1.58', 'port': 22, 'hostname': 'MacBook-Pro.local.', 'type': '_ssh._tcp.local.', 'name': 'MacBook Pro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:54:22 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=EPSON ET-2750 Series._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:54:22 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._http._tcp.local. {'host': '192.168.1.53', 'port': 80, 'hostname': 'EPSON6D40CB.local.', 'type': '_http._tcp.local.', 'name': 'EPSON ET-2750 Series._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:54:22 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:54:22 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. {'host': '192.168.1.205', 'port': 80, 'hostname': 'WN3.local.', 'type': '_http._tcp.local.', 'name': 'SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local.', 'properties': {'_raw': {'sn': b'KJPM6V2GA00013Z'}, 'sn': 'KJPM6V2GA00013Z'}}
2021-07-11 16:54:22 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer (2)._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:54:22 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer (2)._http._tcp.local. {'host': '192.168.1.58', 'port': 29965, 'hostname': 'MacBook-Pro.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer (2)._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:54:22 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:54:22 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer._http._tcp.local. {'host': '192.168.1.57', 'port': 29965, 'hostname': 'smitek-martin-mbp.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:54:38 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_hap._tcp.local. name=VELUX Gateway._hap._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:54:38 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device VELUX Gateway._hap._tcp.local. {'host': '192.168.1.54', 'port': 5001, 'hostname': 'VELUX Gateway.local.', 'type': '_hap._tcp.local.', 'name': 'VELUX Gateway._hap._tcp.local.', 'properties': {'_raw': {'c#': b'21', 's#': b'1', 'ff': b'1', 'sf': b'0', 'pv': b'1.1', 'md': b'VELUX Gateway\x00', 'id': b'C4:8F:8A:25:6A:8A', 'na_tkn': b'4aa0469d01e9', 'ci': b'2', 'sh': b'BbuYDQ=='}, 'c#': '21', 's#': '1', 'ff': '1', 'sf': '0', 'pv': '1.1', 'md': 'VELUX Gateway\x00', 'id': 'C4:8F:8A:25:6A:8A', 'na_tkn': '4aa0469d01e9', 'ci': '2', 'sh': 'BbuYDQ=='}}
2021-07-11 16:54:54 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipp._tcp.local. name=EPSON ET-2750 Series._ipp._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:54:54 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._ipp._tcp.local. {'host': '192.168.1.53', 'port': 631, 'hostname': 'EPSON6D40CB.local.', 'type': '_ipp._tcp.local.', 'name': 'EPSON ET-2750 Series._ipp._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': b'ipp/print', 'qtotal': b'1', 'Color': b'T', 'Duplex': b'T', 'Scan': b'T', 'Fax': b'F', 'kind': b'document,envelope,photo', 'PaperMax': b'legal-A4', 'URF': b'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': b'T', 'mopria-certified': b'1.3', 'priority': b'30', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b'', 'UUID': b'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': b'1.2'}, 'txtvers': '1', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': 'ipp/print', 'qtotal': '1', 'Color': 'T', 'Duplex': 'T', 'Scan': 'T', 'Fax': 'F', 'kind': 'document,envelope,photo', 'PaperMax': 'legal-A4', 'URF': 'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': 'T', 'mopria-certified': '1.3', 'priority': '30', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': '', 'UUID': 'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': '1.2'}}
2021-07-11 16:55:02 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipps._tcp.local. name=EPSON ET-2750 Series._ipps._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:55:02 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._ipps._tcp.local. {'host': '192.168.1.53', 'port': 631, 'hostname': 'EPSON6D40CB.local.', 'type': '_ipps._tcp.local.', 'name': 'EPSON ET-2750 Series._ipps._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': b'ipp/print', 'qtotal': b'1', 'Color': b'T', 'Duplex': b'T', 'Scan': b'T', 'Fax': b'F', 'kind': b'document,envelope,photo', 'PaperMax': b'legal-A4', 'URF': b'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': b'T', 'mopria-certified': b'1.3', 'priority': b'30', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b'', 'UUID': b'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': b'1.2'}, 'txtvers': '1', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': 'ipp/print', 'qtotal': '1', 'Color': 'T', 'Duplex': 'T', 'Scan': 'T', 'Fax': 'F', 'kind': 'document,envelope,photo', 'PaperMax': 'legal-A4', 'URF': 'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': 'T', 'mopria-certified': '1.3', 'priority': '30', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': '', 'UUID': 'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': '1.2'}}
2021-07-11 16:55:34 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_printer._tcp.local. name=EPSON ET-2750 Series._printer._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:55:34 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._printer._tcp.local. {'host': '192.168.1.53', 'port': 515, 'hostname': 'EPSON6D40CB.local.', 'type': '_printer._tcp.local.', 'name': 'EPSON ET-2750 Series._printer._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'priority': b'50', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'raw', 'rp': b'auto', 'qtotal': b'1', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b''}, 'txtvers': '1', 'priority': '50', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'raw', 'rp': 'auto', 'qtotal': '1', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': ''}}
2021-07-11 16:55:39 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 16:55:39 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 16:55:54 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:55:54 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:55:54 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer._http._tcp.local. {'host': '192.168.1.57', 'port': 29965, 'hostname': 'smitek-martin-mbp.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:55:54 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device smitek-martin-mbp._ssh._tcp.local. {'host': '192.168.1.57', 'port': 22, 'hostname': 'smitek-martin-mbp.local.', 'type': '_ssh._tcp.local.', 'name': 'smitek-martin-mbp._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:56:06 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=chimepro._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:56:06 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device chimepro._ssh._tcp.local. {'host': '192.168.1.37', 'port': 22, 'hostname': 'chimepro.local.', 'type': '_ssh._tcp.local.', 'name': 'chimepro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:56:06 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=MacBook Pro._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:56:06 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device MacBook Pro._ssh._tcp.local. {'host': '192.168.1.58', 'port': 22, 'hostname': 'MacBook-Pro.local.', 'type': '_ssh._tcp.local.', 'name': 'MacBook Pro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:56:06 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=dp-644700D3._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:56:06 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device dp-644700D3._ssh._tcp.local. {'host': '192.168.1.35', 'port': 22, 'hostname': 'dp-644700D3.local.', 'type': '_ssh._tcp.local.', 'name': 'dp-644700D3._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:58:03 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 16:58:03 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 16:58:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:58:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:58:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer._http._tcp.local. {'host': '192.168.1.57', 'port': 29965, 'hostname': 'smitek-martin-mbp.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:58:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device smitek-martin-mbp._ssh._tcp.local. {'host': '192.168.1.57', 'port': 22, 'hostname': 'smitek-martin-mbp.local.', 'type': '_ssh._tcp.local.', 'name': 'smitek-martin-mbp._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonosB8E93792826E._spotify-connect._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E93792826E._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonosB8E93792826E._spotify-connect._tcp.local. {'host': '192.168.1.69', 'port': 1400, 'hostname': 'sonosB8E93792826E.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonosB8E93792826E._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E93792826E._sonos._tcp.local. {'host': '192.168.1.69', 'port': 1443, 'hostname': 'sonosB8E93792826E.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E93792826E._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E93792826E01400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E93792826E01400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonos000E58C60128._spotify-connect._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonos000E58C60128._spotify-connect._tcp.local. {'host': '192.168.1.42', 'port': 1400, 'hostname': 'sonos000E58C60128.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonos000E58C60128._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonos5CAAFDA9A233._spotify-connect._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonos5CAAFDA9A233._spotify-connect._tcp.local. {'host': '192.168.1.71', 'port': 1400, 'hostname': 'sonos5CAAFDA9A233.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonos5CAAFDA9A233._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonosB8E937551480._spotify-connect._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonosB8E937551480._spotify-connect._tcp.local. {'host': '192.168.1.67', 'port': 1400, 'hostname': 'sonosB8E937551480.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonosB8E937551480._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonos48A6B8D2360A._spotify-connect._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:02 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonos48A6B8D2360A._spotify-connect._tcp.local. {'host': '192.168.1.65', 'port': 1400, 'hostname': 'sonos48A6B8D2360A.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonos48A6B8D2360A._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 16:59:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_hap._tcp.local. name=Philips hue - 256CC1._hap._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Philips hue - 256CC1._hap._tcp.local. {'host': '192.168.1.68', 'port': 8080, 'hostname': 'Philips-hue.local.', 'type': '_hap._tcp.local.', 'name': 'Philips hue - 256CC1._hap._tcp.local.', 'properties': {'_raw': {'c#': b'108', 'ff': b'1', 'id': b'2A:C7:47:B2:4F:3C', 'md': b'BSB002', 'pv': b'1.1', 'sf': b'0', 's#': b'135', 'ci': b'2'}, 'c#': '108', 'ff': '1', 'id': '2A:C7:47:B2:4F:3C', 'md': 'BSB002', 'pv': '1.1', 'sf': '0', 's#': '135', 'ci': '2'}}
2021-07-11 16:59:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_hap._tcp.local. name=VELUX Gateway._hap._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device VELUX Gateway._hap._tcp.local. {'host': '192.168.1.54', 'port': 5001, 'hostname': 'VELUX Gateway.local.', 'type': '_hap._tcp.local.', 'name': 'VELUX Gateway._hap._tcp.local.', 'properties': {'_raw': {'c#': b'21', 's#': b'1', 'ff': b'1', 'sf': b'0', 'pv': b'1.1', 'md': b'VELUX Gateway\x00', 'id': b'C4:8F:8A:25:6A:8A', 'na_tkn': b'4aa0469d01e9', 'ci': b'2', 'sh': b'BbuYDQ=='}, 'c#': '21', 's#': '1', 'ff': '1', 'sf': '0', 'pv': '1.1', 'md': 'VELUX Gateway\x00', 'id': 'C4:8F:8A:25:6A:8A', 'na_tkn': '4aa0469d01e9', 'ci': '2', 'sh': 'BbuYDQ=='}}
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E937551368._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E937551368._sonos._tcp.local. {'host': '192.168.1.59', 'port': 1443, 'hostname': 'Sonos-B8E937551368.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E937551368._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E93755136801400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E93755136801400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E9375513F6._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E9375513F6._sonos._tcp.local. {'host': '192.168.1.44', 'port': 1443, 'hostname': 'Sonos-B8E9375513F6.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E9375513F6._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E9375513F601400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E9375513F601400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-000E58C60128._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-000E58C60128._sonos._tcp.local. {'host': '192.168.1.42', 'port': 1443, 'hostname': 'Sonos-000E58C60128.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-000E58C60128._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_000E58C6012801400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_000E58C6012801400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-48A6B81D2454._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-48A6B81D2454._sonos._tcp.local. {'host': '192.168.1.64', 'port': 1443, 'hostname': 'Sonos-48A6B81D2454.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-48A6B81D2454._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_48A6B81D245401400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_48A6B81D245401400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-347E5C31A2B6._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-347E5C31A2B6._sonos._tcp.local. {'host': '192.168.1.72', 'port': 1443, 'hostname': 'Sonos-347E5C31A2B6.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-347E5C31A2B6._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_347E5C31A2B601400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_347E5C31A2B601400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-48A6B8D2360A._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-48A6B8D2360A._sonos._tcp.local. {'host': '192.168.1.65', 'port': 1443, 'hostname': 'Sonos-48A6B8D2360A.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-48A6B8D2360A._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_48A6B8D2360A01400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_48A6B8D2360A01400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-347E5C31A2B8._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-347E5C31A2B8._sonos._tcp.local. {'host': '192.168.1.73', 'port': 1443, 'hostname': 'Sonos-347E5C31A2B8.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-347E5C31A2B8._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_347E5C31A2B801400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_347E5C31A2B801400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E937551480._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E937551480._sonos._tcp.local. {'host': '192.168.1.67', 'port': 1443, 'hostname': 'Sonos-B8E937551480.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E937551480._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E93755148001400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E93755148001400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-000E58C5974E._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-000E58C5974E._sonos._tcp.local. {'host': '192.168.1.60', 'port': 1443, 'hostname': 'Sonos-000E58C5974E.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-000E58C5974E._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_000E58C5974E01400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_000E58C5974E01400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-5CAAFDA9A233._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-5CAAFDA9A233._sonos._tcp.local. {'host': '192.168.1.71', 'port': 1443, 'hostname': 'Sonos-5CAAFDA9A233.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-5CAAFDA9A233._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_5CAAFDA9A23301400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_5CAAFDA9A23301400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 16:59:38 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 16:59:38 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. {'host': '192.168.1.205', 'port': 80, 'hostname': 'WN3.local.', 'type': '_http._tcp.local.', 'name': 'SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local.', 'properties': {'_raw': {'sn': b'KJPM6V2GA00013Z'}, 'sn': 'KJPM6V2GA00013Z'}}
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=DiskStation._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device DiskStation._http._tcp.local. {'host': '192.168.1.201', 'port': 5000, 'hostname': 'DiskStation.local.', 'type': '_http._tcp.local.', 'name': 'DiskStation._http._tcp.local.', 'properties': {'_raw': {'vendor': b'Synology', 'model': b'DS216play', 'serial': b'1590NEN486005', 'version_major': b'6', 'version_minor': b'2', 'version_build': b'25556', 'admin_port': b'5000', 'secure_admin_port': b'5001', 'mac_address': b'00:11:32:4e:39:5e'}, 'vendor': 'Synology', 'model': 'DS216play', 'serial': '1590NEN486005', 'version_major': '6', 'version_minor': '2', 'version_build': '25556', 'admin_port': '5000', 'secure_admin_port': '5001', 'mac_address': '00:11:32:4e:39:5e'}}
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local. {'host': '192.168.1.204', 'port': 80, 'hostname': 'DS-2CD2742FWD-IZS20160714BBWR624931376.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=EPSON ET-2750 Series._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._http._tcp.local. {'host': '192.168.1.53', 'port': 80, 'hostname': 'EPSON6D40CB.local.', 'type': '_http._tcp.local.', 'name': 'EPSON ET-2750 Series._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local. {'host': '192.168.1.203', 'port': 80, 'hostname': 'DS-2CD2732F-IS20150918CCCH542912985.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local. {'host': '192.168.1.202', 'port': 80, 'hostname': 'DS-2CD2732F-IS20150918CCCH542912771.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer (2)._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 16:59:44 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer (2)._http._tcp.local. {'host': '192.168.1.58', 'port': 29965, 'hostname': 'MacBook-Pro.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer (2)._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:59:54 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:59:54 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 16:59:54 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer._http._tcp.local. {'host': '192.168.1.57', 'port': 29965, 'hostname': 'smitek-martin-mbp.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 16:59:54 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device smitek-martin-mbp._ssh._tcp.local. {'host': '192.168.1.57', 'port': 22, 'hostname': 'smitek-martin-mbp.local.', 'type': '_ssh._tcp.local.', 'name': 'smitek-martin-mbp._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:00:16 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_printer._tcp.local. name=EPSON ET-2750 Series._printer._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:00:16 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._printer._tcp.local. {'host': '192.168.1.53', 'port': 515, 'hostname': 'EPSON6D40CB.local.', 'type': '_printer._tcp.local.', 'name': 'EPSON ET-2750 Series._printer._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'priority': b'50', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'raw', 'rp': b'auto', 'qtotal': b'1', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b''}, 'txtvers': '1', 'priority': '50', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'raw', 'rp': 'auto', 'qtotal': '1', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': ''}}
2021-07-11 17:00:56 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipp._tcp.local. name=EPSON ET-2750 Series._ipp._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:00:56 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._ipp._tcp.local. {'host': '192.168.1.53', 'port': 631, 'hostname': 'EPSON6D40CB.local.', 'type': '_ipp._tcp.local.', 'name': 'EPSON ET-2750 Series._ipp._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': b'ipp/print', 'qtotal': b'1', 'Color': b'T', 'Duplex': b'T', 'Scan': b'T', 'Fax': b'F', 'kind': b'document,envelope,photo', 'PaperMax': b'legal-A4', 'URF': b'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': b'T', 'mopria-certified': b'1.3', 'priority': b'30', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b'', 'UUID': b'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': b'1.2'}, 'txtvers': '1', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': 'ipp/print', 'qtotal': '1', 'Color': 'T', 'Duplex': 'T', 'Scan': 'T', 'Fax': 'F', 'kind': 'document,envelope,photo', 'PaperMax': 'legal-A4', 'URF': 'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': 'T', 'mopria-certified': '1.3', 'priority': '30', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': '', 'UUID': 'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': '1.2'}}
2021-07-11 17:01:04 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipps._tcp.local. name=EPSON ET-2750 Series._ipps._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:01:04 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._ipps._tcp.local. {'host': '192.168.1.53', 'port': 631, 'hostname': 'EPSON6D40CB.local.', 'type': '_ipps._tcp.local.', 'name': 'EPSON ET-2750 Series._ipps._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': b'ipp/print', 'qtotal': b'1', 'Color': b'T', 'Duplex': b'T', 'Scan': b'T', 'Fax': b'F', 'kind': b'document,envelope,photo', 'PaperMax': b'legal-A4', 'URF': b'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': b'T', 'mopria-certified': b'1.3', 'priority': b'30', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b'', 'UUID': b'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': b'1.2'}, 'txtvers': '1', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': 'ipp/print', 'qtotal': '1', 'Color': 'T', 'Duplex': 'T', 'Scan': 'T', 'Fax': 'F', 'kind': 'document,envelope,photo', 'PaperMax': 'legal-A4', 'URF': 'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': 'T', 'mopria-certified': '1.3', 'priority': '30', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': '', 'UUID': 'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': '1.2'}}
2021-07-11 17:02:32 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=chimepro._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:02:32 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device chimepro._ssh._tcp.local. {'host': '192.168.1.37', 'port': 22, 'hostname': 'chimepro.local.', 'type': '_ssh._tcp.local.', 'name': 'chimepro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:02:32 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=MacBook Pro._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:02:32 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device MacBook Pro._ssh._tcp.local. {'host': '192.168.1.58', 'port': 22, 'hostname': 'MacBook-Pro.local.', 'type': '_ssh._tcp.local.', 'name': 'MacBook Pro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:02:32 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=dp-644700D3._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:02:32 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device dp-644700D3._ssh._tcp.local. {'host': '192.168.1.35', 'port': 22, 'hostname': 'dp-644700D3.local.', 'type': '_ssh._tcp.local.', 'name': 'dp-644700D3._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:02:32 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:02:32 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device smitek-martin-mbp._ssh._tcp.local. {'host': '192.168.1.57', 'port': 22, 'hostname': 'smitek-martin-mbp.local.', 'type': '_ssh._tcp.local.', 'name': 'smitek-martin-mbp._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:02:56 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_airplay._tcp.local. name=Office._airplay._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:02:56 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Office._airplay._tcp.local. {'host': '192.168.1.65', 'port': 7000, 'hostname': 'Sonos-48A6B8D2360A.local.', 'type': '_airplay._tcp.local.', 'name': 'Office._airplay._tcp.local.', 'properties': {'_raw': {'acl': b'0', 'deviceid': b'48:A6:B8:D2:36:0A', 'features': b'0x445F8A00,0x1C340', 'rsf': b'0x0', 'fv': b'p20.57.6-88280', 'flags': b'0x4', 'model': b'One', 'manufacturer': b'Sonos', 'serialNumber': b'48-A6-B8-D2-36-0A:G', 'protovers': b'1.1', 'srcvers': b'366.0', 'pi': b'ed3c6985-bc78-4978-a620-12205ac7ef7e', 'gid': b'ed3c6985-bc78-4978-a620-12205ac7ef7e', 'gcgl': b'0', 'pk': b'53cb7ec9d57f5f5b2d08eb2c1625d93565be66698f2607585be55aa74c06ec30'}, 'acl': '0', 'deviceid': '48:A6:B8:D2:36:0A', 'features': '0x445F8A00,0x1C340', 'rsf': '0x0', 'fv': 'p20.57.6-88280', 'flags': '0x4', 'model': 'One', 'manufacturer': 'Sonos', 'serialNumber': '48-A6-B8-D2-36-0A:G', 'protovers': '1.1', 'srcvers': '366.0', 'pi': 'ed3c6985-bc78-4978-a620-12205ac7ef7e', 'gid': 'ed3c6985-bc78-4978-a620-12205ac7ef7e', 'gcgl': '0', 'pk': '53cb7ec9d57f5f5b2d08eb2c1625d93565be66698f2607585be55aa74c06ec30'}}
2021-07-11 17:02:58 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-000E58C60128._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:02:58 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-000E58C60128._sonos._tcp.local. {'host': '192.168.1.42', 'port': 1443, 'hostname': 'Sonos-000E58C60128.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-000E58C60128._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_000E58C6012801400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_000E58C6012801400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:02:58 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-48A6B8D2360A._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:02:58 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-48A6B8D2360A._sonos._tcp.local. {'host': '192.168.1.65', 'port': 1443, 'hostname': 'Sonos-48A6B8D2360A.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-48A6B8D2360A._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_48A6B8D2360A01400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_48A6B8D2360A01400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:02:58 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E937551480._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:02:58 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E937551480._sonos._tcp.local. {'host': '192.168.1.67', 'port': 1443, 'hostname': 'Sonos-B8E937551480.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E937551480._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E93755148001400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E93755148001400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:02:58 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-000E58C5974E._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:02:58 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-000E58C5974E._sonos._tcp.local. {'host': '192.168.1.60', 'port': 1443, 'hostname': 'Sonos-000E58C5974E.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-000E58C5974E._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_000E58C5974E01400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_000E58C5974E01400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:02:58 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-5CAAFDA9A233._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:02:58 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-5CAAFDA9A233._sonos._tcp.local. {'host': '192.168.1.71', 'port': 1443, 'hostname': 'Sonos-5CAAFDA9A233.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-5CAAFDA9A233._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_5CAAFDA9A23301400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_5CAAFDA9A23301400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonosB8E93792826E._spotify-connect._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E93792826E._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonosB8E93792826E._spotify-connect._tcp.local. {'host': '192.168.1.69', 'port': 1400, 'hostname': 'sonosB8E93792826E.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonosB8E93792826E._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E93792826E._sonos._tcp.local. {'host': '192.168.1.69', 'port': 1443, 'hostname': 'sonosB8E93792826E.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E93792826E._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E93792826E01400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E93792826E01400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonos000E58C60128._spotify-connect._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonos000E58C60128._spotify-connect._tcp.local. {'host': '192.168.1.42', 'port': 1400, 'hostname': 'sonos000E58C60128.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonos000E58C60128._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonosB8E937551480._spotify-connect._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonosB8E937551480._spotify-connect._tcp.local. {'host': '192.168.1.67', 'port': 1400, 'hostname': 'sonosB8E937551480.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonosB8E937551480._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonos5CAAFDA9A233._spotify-connect._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonos5CAAFDA9A233._spotify-connect._tcp.local. {'host': '192.168.1.71', 'port': 1400, 'hostname': 'sonos5CAAFDA9A233.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonos5CAAFDA9A233._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_spotify-connect._tcp.local. name=sonos48A6B8D2360A._spotify-connect._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:05:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device sonos48A6B8D2360A._spotify-connect._tcp.local. {'host': '192.168.1.65', 'port': 1400, 'hostname': 'sonos48A6B8D2360A.local.', 'type': '_spotify-connect._tcp.local.', 'name': 'sonos48A6B8D2360A._spotify-connect._tcp.local.', 'properties': {'_raw': {'VERSION': b'1.0', 'CPath': b'/spotifyzc'}, 'VERSION': '1.0', 'CPath': '/spotifyzc'}}
2021-07-11 17:05:46 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_hap._tcp.local. name=VELUX Gateway._hap._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:05:46 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device VELUX Gateway._hap._tcp.local. {'host': '192.168.1.54', 'port': 5001, 'hostname': 'VELUX Gateway.local.', 'type': '_hap._tcp.local.', 'name': 'VELUX Gateway._hap._tcp.local.', 'properties': {'_raw': {'c#': b'21', 's#': b'1', 'ff': b'1', 'sf': b'0', 'pv': b'1.1', 'md': b'VELUX Gateway\x00', 'id': b'C4:8F:8A:25:6A:8A', 'na_tkn': b'4aa0469d01e9', 'ci': b'2', 'sh': b'BbuYDQ=='}, 'c#': '21', 's#': '1', 'ff': '1', 'sf': '0', 'pv': '1.1', 'md': 'VELUX Gateway\x00', 'id': 'C4:8F:8A:25:6A:8A', 'na_tkn': '4aa0469d01e9', 'ci': '2', 'sh': 'BbuYDQ=='}}
2021-07-11 17:05:46 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_hap._tcp.local. name=Philips hue - 256CC1._hap._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:05:46 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Philips hue - 256CC1._hap._tcp.local. {'host': '192.168.1.68', 'port': 8080, 'hostname': 'Philips-hue.local.', 'type': '_hap._tcp.local.', 'name': 'Philips hue - 256CC1._hap._tcp.local.', 'properties': {'_raw': {'c#': b'108', 'ff': b'1', 'id': b'2A:C7:47:B2:4F:3C', 'md': b'BSB002', 'pv': b'1.1', 'sf': b'0', 's#': b'135', 'ci': b'2'}, 'c#': '108', 'ff': '1', 'id': '2A:C7:47:B2:4F:3C', 'md': 'BSB002', 'pv': '1.1', 'sf': '0', 's#': '135', 'ci': '2'}}
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=EPSON ET-2750 Series._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._http._tcp.local. {'host': '192.168.1.53', 'port': 80, 'hostname': 'EPSON6D40CB.local.', 'type': '_http._tcp.local.', 'name': 'EPSON ET-2750 Series._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=DiskStation._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device DiskStation._http._tcp.local. {'host': '192.168.1.201', 'port': 5000, 'hostname': 'DiskStation.local.', 'type': '_http._tcp.local.', 'name': 'DiskStation._http._tcp.local.', 'properties': {'_raw': {'vendor': b'Synology', 'model': b'DS216play', 'serial': b'1590NEN486005', 'version_major': b'6', 'version_minor': b'2', 'version_build': b'25556', 'admin_port': b'5000', 'secure_admin_port': b'5001', 'mac_address': b'00:11:32:4e:39:5e'}, 'vendor': 'Synology', 'model': 'DS216play', 'serial': '1590NEN486005', 'version_major': '6', 'version_minor': '2', 'version_build': '25556', 'admin_port': '5000', 'secure_admin_port': '5001', 'mac_address': '00:11:32:4e:39:5e'}}
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. {'host': '192.168.1.205', 'port': 80, 'hostname': 'WN3.local.', 'type': '_http._tcp.local.', 'name': 'SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local.', 'properties': {'_raw': {'sn': b'KJPM6V2GA00013Z'}, 'sn': 'KJPM6V2GA00013Z'}}
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local. {'host': '192.168.1.203', 'port': 80, 'hostname': 'DS-2CD2732F-IS20150918CCCH542912985.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local. {'host': '192.168.1.204', 'port': 80, 'hostname': 'DS-2CD2742FWD-IZS20160714BBWR624931376.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer (2)._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer (2)._http._tcp.local. {'host': '192.168.1.58', 'port': 29965, 'hostname': 'MacBook-Pro.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer (2)._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer._http._tcp.local. {'host': '192.168.1.57', 'port': 29965, 'hostname': 'smitek-martin-mbp.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:10 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local. {'host': '192.168.1.202', 'port': 80, 'hostname': 'DS-2CD2732F-IS20150918CCCH542912771.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-000E58C60128._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-000E58C60128._sonos._tcp.local. {'host': '192.168.1.42', 'port': 1443, 'hostname': 'Sonos-000E58C60128.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-000E58C60128._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_000E58C6012801400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_000E58C6012801400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-347E5C31A2B8._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-347E5C31A2B8._sonos._tcp.local. {'host': '192.168.1.73', 'port': 1443, 'hostname': 'Sonos-347E5C31A2B8.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-347E5C31A2B8._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_347E5C31A2B801400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_347E5C31A2B801400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E937551368._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E937551368._sonos._tcp.local. {'host': '192.168.1.59', 'port': 1443, 'hostname': 'Sonos-B8E937551368.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E937551368._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E93755136801400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E93755136801400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-347E5C31A2B6._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-347E5C31A2B6._sonos._tcp.local. {'host': '192.168.1.72', 'port': 1443, 'hostname': 'Sonos-347E5C31A2B6.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-347E5C31A2B6._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_347E5C31A2B601400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_347E5C31A2B601400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-48A6B81D2454._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-48A6B81D2454._sonos._tcp.local. {'host': '192.168.1.64', 'port': 1443, 'hostname': 'Sonos-48A6B81D2454.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-48A6B81D2454._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_48A6B81D245401400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_48A6B81D245401400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-5CAAFDA9A233._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-5CAAFDA9A233._sonos._tcp.local. {'host': '192.168.1.71', 'port': 1443, 'hostname': 'Sonos-5CAAFDA9A233.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-5CAAFDA9A233._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_5CAAFDA9A23301400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_5CAAFDA9A23301400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E937551480._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E937551480._sonos._tcp.local. {'host': '192.168.1.67', 'port': 1443, 'hostname': 'Sonos-B8E937551480.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E937551480._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E93755148001400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E93755148001400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-48A6B8D2360A._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-48A6B8D2360A._sonos._tcp.local. {'host': '192.168.1.65', 'port': 1443, 'hostname': 'Sonos-48A6B8D2360A.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-48A6B8D2360A._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_48A6B8D2360A01400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_48A6B8D2360A01400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-000E58C5974E._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-000E58C5974E._sonos._tcp.local. {'host': '192.168.1.60', 'port': 1443, 'hostname': 'Sonos-000E58C5974E.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-000E58C5974E._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_000E58C5974E01400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_000E58C5974E01400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_sonos._tcp.local. name=Sonos-B8E9375513F6._sonos._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-B8E9375513F6._sonos._tcp.local. {'host': '192.168.1.44', 'port': 1443, 'hostname': 'Sonos-B8E9375513F6.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-B8E9375513F6._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_B8E9375513F601400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_B8E9375513F601400/info', 'vers': '1', 'protovers': '1.18.9'}}
2021-07-11 17:06:34 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_printer._tcp.local. name=EPSON ET-2750 Series._printer._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:06:34 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._printer._tcp.local. {'host': '192.168.1.53', 'port': 515, 'hostname': 'EPSON6D40CB.local.', 'type': '_printer._tcp.local.', 'name': 'EPSON ET-2750 Series._printer._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'priority': b'50', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'raw', 'rp': b'auto', 'qtotal': b'1', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b''}, 'txtvers': '1', 'priority': '50', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'raw', 'rp': 'auto', 'qtotal': '1', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': ''}}
2021-07-11 17:06:53 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 17:06:53 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 17:07:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 17:07:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 17:07:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer._http._tcp.local. {'host': '192.168.1.57', 'port': 29965, 'hostname': 'smitek-martin-mbp.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:07:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device smitek-martin-mbp._ssh._tcp.local. {'host': '192.168.1.57', 'port': 22, 'hostname': 'smitek-martin-mbp.local.', 'type': '_ssh._tcp.local.', 'name': 'smitek-martin-mbp._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:07:14 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipp._tcp.local. name=EPSON ET-2750 Series._ipp._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:07:14 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._ipp._tcp.local. {'host': '192.168.1.53', 'port': 631, 'hostname': 'EPSON6D40CB.local.', 'type': '_ipp._tcp.local.', 'name': 'EPSON ET-2750 Series._ipp._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': b'ipp/print', 'qtotal': b'1', 'Color': b'T', 'Duplex': b'T', 'Scan': b'T', 'Fax': b'F', 'kind': b'document,envelope,photo', 'PaperMax': b'legal-A4', 'URF': b'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': b'T', 'mopria-certified': b'1.3', 'priority': b'30', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b'', 'UUID': b'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': b'1.2'}, 'txtvers': '1', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': 'ipp/print', 'qtotal': '1', 'Color': 'T', 'Duplex': 'T', 'Scan': 'T', 'Fax': 'F', 'kind': 'document,envelope,photo', 'PaperMax': 'legal-A4', 'URF': 'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': 'T', 'mopria-certified': '1.3', 'priority': '30', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': '', 'UUID': 'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': '1.2'}}
2021-07-11 17:07:17 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 17:07:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 17:07:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. {'host': '192.168.1.205', 'port': 80, 'hostname': 'WN3.local.', 'type': '_http._tcp.local.', 'name': 'SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local.', 'properties': {'_raw': {'sn': b'KJPM6V2GA00013Z'}, 'sn': 'KJPM6V2GA00013Z'}}
2021-07-11 17:07:22 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipps._tcp.local. name=EPSON ET-2750 Series._ipps._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:07:22 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._ipps._tcp.local. {'host': '192.168.1.53', 'port': 631, 'hostname': 'EPSON6D40CB.local.', 'type': '_ipps._tcp.local.', 'name': 'EPSON ET-2750 Series._ipps._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': b'ipp/print', 'qtotal': b'1', 'Color': b'T', 'Duplex': b'T', 'Scan': b'T', 'Fax': b'F', 'kind': b'document,envelope,photo', 'PaperMax': b'legal-A4', 'URF': b'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': b'T', 'mopria-certified': b'1.3', 'priority': b'30', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b'', 'UUID': b'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': b'1.2'}, 'txtvers': '1', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': 'ipp/print', 'qtotal': '1', 'Color': 'T', 'Duplex': 'T', 'Scan': 'T', 'Fax': 'F', 'kind': 'document,envelope,photo', 'PaperMax': 'legal-A4', 'URF': 'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': 'T', 'mopria-certified': '1.3', 'priority': '30', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': '', 'UUID': 'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': '1.2'}}
2021-07-11 17:08:27 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 17:08:27 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 17:08:43 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 17:08:43 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 17:08:43 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer._http._tcp.local. {'host': '192.168.1.57', 'port': 29965, 'hostname': 'smitek-martin-mbp.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:08:43 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device smitek-martin-mbp._ssh._tcp.local. {'host': '192.168.1.57', 'port': 22, 'hostname': 'smitek-martin-mbp.local.', 'type': '_ssh._tcp.local.', 'name': 'smitek-martin-mbp._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:09:14 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=chimepro._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:09:14 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device chimepro._ssh._tcp.local. {'host': '192.168.1.37', 'port': 22, 'hostname': 'chimepro.local.', 'type': '_ssh._tcp.local.', 'name': 'chimepro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:09:14 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=MacBook Pro._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:09:14 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device MacBook Pro._ssh._tcp.local. {'host': '192.168.1.58', 'port': 22, 'hostname': 'MacBook-Pro.local.', 'type': '_ssh._tcp.local.', 'name': 'MacBook Pro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:09:14 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=dp-644700D3._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:09:14 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device dp-644700D3._ssh._tcp.local. {'host': '192.168.1.35', 'port': 22, 'hostname': 'dp-644700D3.local.', 'type': '_ssh._tcp.local.', 'name': 'dp-644700D3._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:11:41 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 17:11:41 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 17:11:57 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_printer._tcp.local. name=EPSON ET-2750 Series._printer._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:11:57 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipp._tcp.local. name=EPSON ET-2750 Series._ipp._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:11:57 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._printer._tcp.local. {'host': '192.168.1.53', 'port': 515, 'hostname': 'EPSON6D40CB.local.', 'type': '_printer._tcp.local.', 'name': 'EPSON ET-2750 Series._printer._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'priority': b'50', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'raw', 'rp': b'auto', 'qtotal': b'1', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b''}, 'txtvers': '1', 'priority': '50', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'raw', 'rp': 'auto', 'qtotal': '1', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': ''}}
2021-07-11 17:11:57 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._ipp._tcp.local. {'host': '192.168.1.53', 'port': 631, 'hostname': 'EPSON6D40CB.local.', 'type': '_ipp._tcp.local.', 'name': 'EPSON ET-2750 Series._ipp._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': b'ipp/print', 'qtotal': b'1', 'Color': b'T', 'Duplex': b'T', 'Scan': b'T', 'Fax': b'F', 'kind': b'document,envelope,photo', 'PaperMax': b'legal-A4', 'URF': b'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': b'T', 'mopria-certified': b'1.3', 'priority': b'30', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b'', 'UUID': b'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': b'1.2'}, 'txtvers': '1', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': 'ipp/print', 'qtotal': '1', 'Color': 'T', 'Duplex': 'T', 'Scan': 'T', 'Fax': 'F', 'kind': 'document,envelope,photo', 'PaperMax': 'legal-A4', 'URF': 'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': 'T', 'mopria-certified': '1.3', 'priority': '30', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': '', 'UUID': 'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': '1.2'}}
2021-07-11 17:11:57 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 17:11:57 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 17:11:57 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer._http._tcp.local. {'host': '192.168.1.57', 'port': 29965, 'hostname': 'smitek-martin-mbp.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:11:57 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device smitek-martin-mbp._ssh._tcp.local. {'host': '192.168.1.57', 'port': 22, 'hostname': 'smitek-martin-mbp.local.', 'type': '_ssh._tcp.local.', 'name': 'smitek-martin-mbp._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:12:28 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipps._tcp.local. name=EPSON ET-2750 Series._ipps._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:12:28 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._ipps._tcp.local. {'host': '192.168.1.53', 'port': 631, 'hostname': 'EPSON6D40CB.local.', 'type': '_ipps._tcp.local.', 'name': 'EPSON ET-2750 Series._ipps._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'ty': b'EPSON ET-2750 Series', 'usb_MFG': b'EPSON', 'usb_MDL': b'ET-2750 Series', 'product': b'(EPSON ET-2750 Series)', 'pdl': b'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': b'ipp/print', 'qtotal': b'1', 'Color': b'T', 'Duplex': b'T', 'Scan': b'T', 'Fax': b'F', 'kind': b'document,envelope,photo', 'PaperMax': b'legal-A4', 'URF': b'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': b'T', 'mopria-certified': b'1.3', 'priority': b'30', 'adminurl': b'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': b'', 'UUID': b'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': b'1.2'}, 'txtvers': '1', 'ty': 'EPSON ET-2750 Series', 'usb_MFG': 'EPSON', 'usb_MDL': 'ET-2750 Series', 'product': '(EPSON ET-2750 Series)', 'pdl': 'application/octet-stream,image/pwg-raster,image/urf,image/jpeg', 'rp': 'ipp/print', 'qtotal': '1', 'Color': 'T', 'Duplex': 'T', 'Scan': 'T', 'Fax': 'F', 'kind': 'document,envelope,photo', 'PaperMax': 'legal-A4', 'URF': 'CP1,PQ4-5,OB9,OFU0,RS360,SRGB24,W8,DM3,IS1,V1.4,MT1-3-6-8-10-11-12', 'print_wfds': 'T', 'mopria-certified': '1.3', 'priority': '30', 'adminurl': 'http://EPSON6D40CB.local.:80/PRESENTATION/BONJOUR', 'note': '', 'UUID': 'cfe92100-67c4-11d4-a45f-f8d0276d40cb', 'TLS': '1.2'}}
2021-07-11 17:12:40 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 17:12:40 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 17:12:58 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 17:12:58 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 17:12:58 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer._http._tcp.local. {'host': '192.168.1.57', 'port': 29965, 'hostname': 'smitek-martin-mbp.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:12:58 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device smitek-martin-mbp._ssh._tcp.local. {'host': '192.168.1.57', 'port': 22, 'hostname': 'smitek-martin-mbp.local.', 'type': '_ssh._tcp.local.', 'name': 'smitek-martin-mbp._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=EPSON ET-2750 Series._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device EPSON ET-2750 Series._http._tcp.local. {'host': '192.168.1.53', 'port': 80, 'hostname': 'EPSON6D40CB.local.', 'type': '_http._tcp.local.', 'name': 'EPSON ET-2750 Series._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=DiskStation._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device DiskStation._http._tcp.local. {'host': '192.168.1.201', 'port': 5000, 'hostname': 'DiskStation.local.', 'type': '_http._tcp.local.', 'name': 'DiskStation._http._tcp.local.', 'properties': {'_raw': {'vendor': b'Synology', 'model': b'DS216play', 'serial': b'1590NEN486005', 'version_major': b'6', 'version_minor': b'2', 'version_build': b'25556', 'admin_port': b'5000', 'secure_admin_port': b'5001', 'mac_address': b'00:11:32:4e:39:5e'}, 'vendor': 'Synology', 'model': 'DS216play', 'serial': '1590NEN486005', 'version_major': '6', 'version_minor': '2', 'version_build': '25556', 'admin_port': '5000', 'secure_admin_port': '5001', 'mac_address': '00:11:32:4e:39:5e'}}
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local. {'host': '192.168.1.202', 'port': 80, 'hostname': 'DS-2CD2732F-IS20150918CCCH542912771.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2732F-IS - 542912771._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local. {'host': '192.168.1.204', 'port': 80, 'hostname': 'DS-2CD2742FWD-IZS20160714BBWR624931376.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2742FWD-IZS - 624931376._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local. {'host': '192.168.1.203', 'port': 80, 'hostname': 'DS-2CD2732F-IS20150918CCCH542912985.local.', 'type': '_http._tcp.local.', 'name': 'HIKVISION DS-2CD2732F-IS - 542912985._http._tcp.local.', 'properties': {'_raw': {'path': b'/'}, 'path': '/'}}
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer (2)._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer (2)._http._tcp.local. {'host': '192.168.1.58', 'port': 29965, 'hostname': 'MacBook-Pro.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer (2)._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:13:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local. {'host': '192.168.1.205', 'port': 80, 'hostname': 'WN3.local.', 'type': '_http._tcp.local.', 'name': 'SAMSUNG-SNH-P6410BN-00166CA0BE8C tcp._http._tcp.local.', 'properties': {'_raw': {'sn': b'KJPM6V2GA00013Z'}, 'sn': 'KJPM6V2GA00013Z'}}
2021-07-11 17:13:24 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_hap._tcp.local. name=VELUX Gateway._hap._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:13:24 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device VELUX Gateway._hap._tcp.local. {'host': '192.168.1.54', 'port': 5001, 'hostname': 'VELUX Gateway.local.', 'type': '_hap._tcp.local.', 'name': 'VELUX Gateway._hap._tcp.local.', 'properties': {'_raw': {'c#': b'21', 's#': b'1', 'ff': b'1', 'sf': b'0', 'pv': b'1.1', 'md': b'VELUX Gateway\x00', 'id': b'C4:8F:8A:25:6A:8A', 'na_tkn': b'4aa0469d01e9', 'ci': b'2', 'sh': b'BbuYDQ=='}, 'c#': '21', 's#': '1', 'ff': '1', 'sf': '0', 'pv': '1.1', 'md': 'VELUX Gateway\x00', 'id': 'C4:8F:8A:25:6A:8A', 'na_tkn': '4aa0469d01e9', 'ci': '2', 'sh': 'BbuYDQ=='}}
2021-07-11 17:13:24 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_hap._tcp.local. name=Philips hue - 256CC1._hap._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:13:24 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Philips hue - 256CC1._hap._tcp.local. {'host': '192.168.1.68', 'port': 8080, 'hostname': 'Philips-hue.local.', 'type': '_hap._tcp.local.', 'name': 'Philips hue - 256CC1._hap._tcp.local.', 'properties': {'_raw': {'c#': b'108', 'ff': b'1', 'id': b'2A:C7:47:B2:4F:3C', 'md': b'BSB002', 'pv': b'1.1', 'sf': b'0', 's#': b'135', 'ci': b'2'}, 'c#': '108', 'ff': '1', 'id': '2A:C7:47:B2:4F:3C', 'md': 'BSB002', 'pv': '1.1', 'sf': '0', 's#': '135', 'ci': '2'}}
2021-07-11 17:14:17 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 17:14:17 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Removed
2021-07-11 17:14:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=chimepro._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:14:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device chimepro._ssh._tcp.local. {'host': '192.168.1.37', 'port': 22, 'hostname': 'chimepro.local.', 'type': '_ssh._tcp.local.', 'name': 'chimepro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:14:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=dp-644700D3._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:14:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device dp-644700D3._ssh._tcp.local. {'host': '192.168.1.35', 'port': 22, 'hostname': 'dp-644700D3.local.', 'type': '_ssh._tcp.local.', 'name': 'dp-644700D3._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:14:20 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=MacBook Pro._ssh._tcp.local. state_change=ServiceStateChange.Updated
2021-07-11 17:14:20 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device MacBook Pro._ssh._tcp.local. {'host': '192.168.1.58', 'port': 22, 'hostname': 'MacBook-Pro.local.', 'type': '_ssh._tcp.local.', 'name': 'MacBook Pro._ssh._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:14:33 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=SonosLibraryServer._http._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 17:14:33 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ssh._tcp.local. name=smitek-martin-mbp._ssh._tcp.local. state_change=ServiceStateChange.Added
2021-07-11 17:14:33 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device SonosLibraryServer._http._tcp.local. {'host': '192.168.1.57', 'port': 29965, 'hostname': 'smitek-martin-mbp.local.', 'type': '_http._tcp.local.', 'name': 'SonosLibraryServer._http._tcp.local.', 'properties': {'_raw': {}}}
2021-07-11 17:14:33 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device smitek-martin-mbp._ssh._tcp.local. {'host': '192.168.1.57', 'port': 22, 'hostname': 'smitek-martin-mbp.local.', 'type': '_ssh._tcp.local.', 'name': 'smitek-martin-mbp._ssh._tcp.local.', 'properties': {'_raw': {}}}
bdraco commented 3 years ago

Thanks for that. Looks like mDNS is working as expected given 2021-07-11 17:06:26 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Sonos-000E58C60128._sonos._tcp.local. {'host': '192.168.1.42', 'port': 1443, 'hostname': 'Sonos-000E58C60128.local.', 'type': '_sonos._tcp.local.', 'name': 'Sonos-000E58C60128._sonos._tcp.local.', 'properties': {'_raw': {'info': b'/api/v1/players/RINCON_000E58C6012801400/info', 'vers': b'1', 'protovers': b'1.18.9'}, 'info': '/api/v1/players/RINCON_000E58C6012801400/info', 'vers': '1', 'protovers': '1.18.9'}}

Can you do homeassistant.components.sonos as well?

linus1412 commented 3 years ago

@bdraco - the log output above was produced by greping home-assistant.log for both homeassistant.components.zeroconf and homeassistant.components.sonos

bdraco commented 3 years ago

Can you double check the sonos one? There should at least be some messages from the startup

linus1412 commented 3 years ago

Fixed for my by upgrading to 2021.7.2

therealhalifax commented 3 years ago

Seems also fine for me with the update to 2021.7.2

Thanks a lot

linus1412 commented 3 years ago

I spoke too soon, they've gone again

Became unavailable 11:42:20 - 34 seconds ago Changed to Paused 11:35:17 - 8 minutes ago Became unavailable 11:21:22 - 22 minutes ago Changed to Paused 11:17:49 - 25 minutes ago Changed to Idle 11:17:49 - 25 minutes ago

Should this ticket be repoened?

linus1412 commented 3 years ago

Hey @bdraco

Not sure if you saw my comment with this ticket being closed, but I have still have the error after updating to 2021.7.2

Should I raise a new ticket or should this one be reopened?

Martin

jjlawren commented 3 years ago

@linus1412 do you have any other Sonos warnings or errors in your logs?

linus1412 commented 3 years ago

I have no log lines mentioning sonos with level WARNING or INFO

bdraco commented 3 years ago

If you still have the testing version installed it will override the new one.

Also for the testing version the log message to enable is custom_components.sonos instead of homeassistant.components.sonos

linus1412 commented 3 years ago

I have removed all the custom component PRs