peteS-UK / sonyavr

Home Assistant Media Player for older Sony AVRs
MIT License
1 stars 0 forks source link

Unable to control STR-DN1030 - "Failed to call service" error when trying to power on/off #2

Closed itm1960 closed 2 months ago

itm1960 commented 2 months ago

As per the discussion on Reddit. I have installed the custom component and see two entities (media_player and remote), but I get these error messages when I try to turn either of them on or off from the HA GUI:

Failed to call service media_player/turn_off. 'CommandService' object has no attribute 'command_writer'
Failed to call service remote/turn_on. 'CommandService' object has no attribute 'command_writer'

I've turned on debugging and attach the log from the relevant period. sonyavr.log

peteS-UK commented 2 months ago

Hi @itm1960 . It looks like it's not able to open the connection to the avr. Have you enabled network standby?

Adjusting Settings Network Standby While the “Network Standby” mode is set to “On”, the receiver can always be connected and controlled over the network. 1Select “Network Standby”, then press . 2Select “Off” or “On”, then press . •Off: The network function turns off when the receiver is in standby mode. The receiver takes more time to resumes operation when powered on again. •On: The network function works even when the receiver is in standby mode, and resume operations when controlled over the network.

https://manualsdump.com/en/manuals/sony-str-dn1030/17113/101#:~:text=While%20the%20%E2%80%9CNetwork%20Sta%20ndby%E2%80%9D%20mode%20is%20set,press.%202%20Select%20%E2%80%9COff%E2%80%9D%20or%20%E2%80%9COn%E2%80%9D%2C%20then%20press.

peteS-UK commented 2 months ago

BTW, if it does connect OK, when the integration loads (when you start HA, or when you reload the integration), you'll see the AVR turn on, change the sound mode, change the volume and then turn off again after about 1 minute. That's because there's no way I've found to poll the AVR for its state - it only sends out the state when you change something. So to discover its power state, volume etc., I have to change them and change them back to get the feedback.

peteS-UK commented 2 months ago

Hi @itm1960 Any chance to have a look at this - did you have Network Standby enabled?

peteS-UK commented 2 months ago

Hi @itm1960 Any joy with this, or shall I close down this issue?

itm1960 commented 2 months ago

Hi, sorry about the delay in responding - I didn't get an email alert when you replied for some reason.

I enabled Network Standby on the receiver (it was previously disabled). I still can''t get the integration to turn the receiver on or off however - I'm still getting the same error message when I try: Failed to call service remote/turn_on. 'CommandService' object has no attribute 'command_writer' (using either the media_player or remote entities)

peteS-UK commented 2 months ago

Hi @itm1960 Hmm.... Ok, couple of other things to look at. Firstly, could you turn on debug logging and then restart HA (with it on), wait a couple of mins after it's finished startup, try and turn it on and off from the media player, and then turn off debug and send me those logs, so I can see what it's doing on startup.

Also, have you setup ssh/terminal access into your HA box. If so, could you run

nmap -sS -O 192.168.x.x 

changing 192.168.x.x for the ip address of your avr. This will give you a list of the open ports on the avr. Do that with the AVR both on and on standby and post those results.

itm1960 commented 2 months ago

This is what I get when I run nmap for the IP address of the AVR:

Starting Nmap 7.95 ( https://nmap.org ) at 2024-06-28 15:18 BST
dnet: Failed to open device ens160
QUITTING!
peteS-UK commented 2 months ago

OK - that seems to be saying that nmap can't talk to the local ethernet device - no idea why that would be - is that on your HA device? Seems odd - nmap's a pretty standard tool after all.

Could you maybe just try and run nmap from another machine - although that won't tell us why nmap's not working on the HA machine.

Anyway, let's look at the logs for startup and see if they tell us anything

itm1960 commented 2 months ago

OK here are the results of nmap from a different machine (the original command was executed from the HA machine). BTW I can ping the AVR from the HA machine:

Starting Nmap 7.80 ( https://nmap.org ) at 2024-06-28 16:40 BST
Nmap scan report for Sony_STR_DN1030 (192.168.1.82)
Host is up (0.00061s latency).
Not shown: 996 closed ports
PORT      STATE SERVICE
80/tcp    open  http
1900/tcp  open  upnp
8080/tcp  open  http-proxy
50001/tcp open  unknown
MAC Address: 54:53:ED:F7:72:8F (Sony)
Device type: media device
Running: Bowers & Wilkins embedded, Denon embedded, Marantz embedded, Pioneer embedded
OS CPE: cpe:/h:bowers_%26_wilkins:zeppelin_air cpe:/h:denon:avr-1912 cpe:/h:denon:avr-1920 cpe:/h:marantz:nr1602 cpe:/h:pioneer:vsx-921
OS details: Audio receiver: Bose Soundtouch 20, Bowers & Wilkins Zeppelin Air, Denon AVR-1900-series, Marantz NR1602, or Pioneer VSX-921
Network Distance: 1 hop

These are the references to sonyavr in the HA log:

2024-06-28 13:41:39.372 INFO (MainThread) [homeassistant.setup] Setting up sonyavr
2024-06-28 13:41:39.373 INFO (MainThread) [homeassistant.setup] Setup of domain sonyavr took 0.00 seconds
...
2024-06-28 13:42:06.784 INFO (MainThread) [homeassistant.components.media_player] Setting up sonyavr.media_player
2024-06-28 13:42:06.785 INFO (MainThread) [homeassistant.components.remote] Setting up sonyavr.remote
...
2024-06-28 13:46:27.525 CRITICAL (MainThread) [custom_components.sonyavr.sonyavr] Cannot create feedback listener connection 111: Connect call failed ('192.168.1.82', 33335)
2024-06-28 13:46:27.526 CRITICAL (MainThread) [custom_components.sonyavr.sonyavr] Cannot connect to command socket 111: Connect call failed ('192.168.1.82', 33335)
peteS-UK commented 2 months ago

OK, so the 111 error is connection refused. One more question - does it behave the same (i.e. give the same log entries) if the AVR is on to begin with? That will tell us if the problem is waking the AVR or more general.

If this is the same behaviour on or off then it's most likely that the avr is listening on a different port. I'll add the port to the config setup so we can try some other ports.

peteS-UK commented 2 months ago

Here's a new version to test if you like. There's a few changes in here to support a different AVR, but I just added a new option on the config to allow you to enter a different port. The default is 33335. You could also try 33336, 35275, 41824.

sony.zip

You'll need to overwrite the files in custom_components/sonyavr and then reboot.

itm1960 commented 2 months ago

Yes I get the same error if the AVR is powered on during HA startup. Will try the new version....

itm1960 commented 2 months ago

Unfortunately the new version doesn't seem to recognise the AVR. If I try to look at the properties of the media_player and remote entities in the HA UI I get this message: This entity is no longer being provided by the sonyavr integration. If the entity is no longer in use, delete it in settings.

peteS-UK commented 2 months ago

You may need to delete the old config and add a new one. If that doesn't work, send me the debug again. You'll see something in the system logs when the setup fails - i.e. without even turning on debug - when it fails like that.

itm1960 commented 2 months ago

Should the folder name be sony or sonyavr?

peteS-UK commented 2 months ago

sonyavr - just overwrite all the files that are already there

peteS-UK commented 2 months ago

just checked - sorry - you'll defo need to just delete the configuration and add a new one - forgot the allow nothing in the port setting. when you add a new config, it'll set the port up correctly - just changing it to accept a null port

itm1960 commented 2 months ago

Ok I deleted the sonyavr folder, recreated it, and copied the new files into it. I then restarted HA. I still get the same error message when I access the media_player and remote entities in the HA UI This entity is no longer being provided by the sonyavr integration. If the entity is no longer in use, delete it in settings.

peteS-UK commented 2 months ago

Did you delete the config though? Look at Settings/Integrations, select Sony AVR, then click on the three dots next to Configure and select delete

image

Then you're need to go to Settings, Integrations and select Add Integration, select the Sony AVR integration and re-add your IP address, name etc. There you can also select the port, which will default to 33335.

This version will be the same as the old one I think when you use port 33335 - i.e. I don't think it'll work. But, you can try and delete the config, add a new one and try it with a different port - 33336 for example. As mentioned above, the original docs I found mentioned 33335, 33336, 35275, 41824

peteS-UK commented 2 months ago

Do you happen to have the old SOny remote media app, or tv side view app on your phone. I don't have them, but it would be interesting to know if they worked. It seems odd that it works with 1040 but not 1030, although it's possible I guess that one of the other ports is the one 1030 uses. Everything else seems to use 33335 though.

itm1960 commented 2 months ago

I don't, I'm afraid.

So I deleted the old integration and installed the new one. I have the two entities back, but get exactly the same error when I try to power them on or off.

peteS-UK commented 2 months ago

Yes, i'd expect it to be the same with the same port. Next thing (and maybe last thing) to try is delete that config, create a new one and try the other ports instead of 33335. 33336, 35275, 41824 are some of the others I found in some other code, but no idea what they work with I'm afraid.

itm1960 commented 2 months ago

OKI I deleted and re-added the integration, then tried port 41824 instead. Same outcome. Worth trying other ports, do you think?

peteS-UK commented 2 months ago

Yes - try each of them - we're just guessing really. I'd try them with the AVR turned on - just so we can rule out any standby issues. Other than that, I'm getting out of ideas. The integration is failing when it tries to open the port on the AVR. It's not sending anything, commanding anything etc. - it's failing on the first attempt to actually open the port. So, it's either the wrong port, the 1030 doesn't listen for network comms (which I doubt given there's network standby in the doc), or some weird comms issue between HA and the AVR.

This is the bit that's failing

    async def connect(self):

        try:
            self.reader, self.writer = await asyncio.open_connection(
                self.device_service.ip, self.port
            )
            self._connected = True
        except IOError as e:
            _LOGGER.critical(
                "Cannot create feedback listener connection %d: %s", e.errno, e.strerror
            )
            self._connected = False
        except:
            _LOGGER.critical(
                "Unknown error on feedback listener connection %s", sys.exc_info()[0]
            )
            self._connected = False

        return self._connected

i.e. the open_connection line, so it's doesn't get much more basic than that :-(

peteS-UK commented 2 months ago

If all else fails, you can run this if you want ...

import socket

import logging

_LOGGER = logging.getLogger(__name__)

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

start_port = 20000
end_port = 65000

port = start_port

while port < end_port:

    s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

    try:
        s.connect(("192.168.1.82", port))
        print("Success on port " + str(port))
    except:
        pass
    s.close()
    port = port+1

Save that as a file port.py somewhere on a machine with python3, and then run it with python3 ./port.py. It'll literally bombard your AVR with port open requests. You might want to start with start_port something like 33000 and end_port 34000 as we know that 33335 should really be open.

When I run it on 1040 with that range, 33335 is the only port that accepts a connection. All the examples I've seen seem to use 33335, including the original source for this which was a DN860, so it's really odd. Maybe try running this first just 33000-34000 on another machine and from the ha terminal just to see if we can learn anything.

peteS-UK commented 2 months ago

@itm1960 OK - maybe something (or nothing). Just found another reference to a doc which says that DN1030 uses port 8080. So, before anything else, I suggest you give that one a try...

https://forum.roomieremote.com/t/sony-str-za810es-receiver-ip-control-working/2462/2

The roomieremote site says

Port 8080 (STR-DA1800, STR-DN1030) Port 50001 (STR-DN1060) Port 33336 (DN-1070 & CISv2) Port 33335 (All Others)

itm1960 commented 2 months ago

Thanks for the suggestion. Have just tried port 8080 but still no luck. Will have a look at that script later....

peteS-UK commented 2 months ago

Thanks for the suggestion. Have just tried port 8080 but still no luck. Will have a look at that script later....

Damn. I was quite hopeful after reading that. Could you make sure and try it with it turned on, and with debug enabled when you startup, just to see if we get any different messages.

There was a note on there that said there was no feedback from the 1030 which could screw things anyway, although I think that was for the soap interface.

itm1960 commented 2 months ago

OK I turned on the receiver and restarted HA with debug enabled for the integration. These are the log entries that I see:

2024-07-01 19:06:10.772 INFO (MainThread) [homeassistant.setup] Setting up sonyavr
2024-07-01 19:06:10.772 INFO (MainThread) [homeassistant.setup] Setup of domain sonyavr took 0.00 seconds
2024-07-01 19:06:10.772 DEBUG (MainThread) [custom_components.sonyavr] Adding 192.168.1.82 from config
2024-07-01 19:06:10.773 DEBUG (MainThread) [custom_components.sonyavr.sonyavr] Network: 192.168.1 IP: 192.168.1.36
2024-07-01 19:06:10.773 DEBUG (MainThread) [custom_components.sonyavr.sonyavr] Set Max Volume: 45 and Volume Range: 45
...
2024-07-01 19:06:59.294 DEBUG (MainThread) [custom_components.sonyavr.sonyavr] Setting up Sony AVR Notify Listener
...
2024-07-01 19:07:02.363 CRITICAL (MainThread) [custom_components.sonyavr.sonyavr] Cannot create feedback listener connection 113: Connect call failed ('192.168.1.82', 8080)
2024-07-01 19:07:02.365 CRITICAL (MainThread) [custom_components.sonyavr.sonyavr] Cannot connect to command socket 113: Connect call failed ('192.168.1.82', 8080)
...
2024-07-01 19:40:03.522 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139947505004128] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2741, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2784, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 977, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1049, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/config/custom_components/sonyavr/media_player.py", line 253, in async_turn_off
    await self._device.async_turn_off()
  File "/config/custom_components/sonyavr/sonyavr.py", line 1233, in async_turn_off
    await self.command_service.async_power_off()
  File "/config/custom_components/sonyavr/sonyavr.py", line 634, in async_power_off
    await self.async_send_command(CMD_POWER_OFF)
  File "/config/custom_components/sonyavr/sonyavr.py", line 593, in async_send_command
    if not self.block_sending and self.command_writer is not None:
                                  ^^^^^^^^^^^^^^^^^^^
AttributeError: 'CommandService' object has no attribute 'command_writer'
...
2024-07-01 19:40:10.693 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139947505004128] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2741, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2784, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 977, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1049, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/config/custom_components/sonyavr/media_player.py", line 253, in async_turn_off
    await self._device.async_turn_off()
  File "/config/custom_components/sonyavr/sonyavr.py", line 1233, in async_turn_off
    await self.command_service.async_power_off()
  File "/config/custom_components/sonyavr/sonyavr.py", line 634, in async_power_off
    await self.async_send_command(CMD_POWER_OFF)
  File "/config/custom_components/sonyavr/sonyavr.py", line 593, in async_send_command
    if not self.block_sending and self.command_writer is not None:
                                  ^^^^^^^^^^^^^^^^^^^
AttributeError: 'CommandService' object has no attribute 'command_writer'

...

peteS-UK commented 2 months ago

OK, well I think that's different at least. connection error 113 rather than 111. 113 is generally "no route to host" rather than connection refused. Or, do you get 113 if you try and connect on 33335 as well when it's turned on - I think that was 111 from what you've said earlier. I've seen 113 before when I had firewall issues - is that possible here. Could you see if the behaviour is different (i.e. 113) for 8080 vs. the other ports (i.e. 111) with the same setup (i.e. turned on). Is 8080 "different" I guess is the question - i.e. that might tell us it's the right port at least. Might be worth trying to power cycle the avr - just in case we've upset it with all the messing around. 113 (no route) is an odd one when we've seen 111 (connection refused) before.

itm1960 commented 2 months ago

Here's the log output when trying to use port 33335 (with the receiver powered on the whole time):

2024-07-02 11:02:02.713 INFO (MainThread) [homeassistant.setup] Setting up sonyavr
2024-07-02 11:02:02.713 INFO (MainThread) [homeassistant.setup] Setup of domain sonyavr took 0.00 seconds
...
2024-07-02 11:02:09.012 INFO (MainThread) [homeassistant.components.media_player] Setting up sonyavr.media_player
2024-07-02 11:02:09.013 INFO (MainThread) [homeassistant.components.remote] Setting up sonyavr.remote
...
2024-07-02 11:02:47.928 CRITICAL (MainThread) [custom_components.sonyavr.sonyavr] Cannot create feedback listener connection 113: Connect call failed ('192.168.1.82', 33335)
2024-07-02 11:02:47.929 CRITICAL (MainThread) [custom_components.sonyavr.sonyavr] Cannot connect to command socket 113: Connect call failed ('192.168.1.82', 33335)
...
2024-07-02 11:09:41.228 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139848412885296] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2741, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2784, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 977, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1049, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/config/custom_components/sonyavr/media_player.py", line 253, in async_turn_off
    await self._device.async_turn_off()
  File "/config/custom_components/sonyavr/sonyavr.py", line 1233, in async_turn_off
    await self.command_service.async_power_off()
  File "/config/custom_components/sonyavr/sonyavr.py", line 634, in async_power_off
    await self.async_send_command(CMD_POWER_OFF)
  File "/config/custom_components/sonyavr/sonyavr.py", line 593, in async_send_command
    if not self.block_sending and self.command_writer is not None:
                                  ^^^^^^^^^^^^^^^^^^^
AttributeError: 'CommandService' object has no attribute 'command_writer'
2024-07-02 11:09:46.730 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139848412885296] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2741, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2784, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 977, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1049, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/config/custom_components/sonyavr/remote.py", line 123, in async_turn_off
    await self._device.async_turn_off()
  File "/config/custom_components/sonyavr/sonyavr.py", line 1233, in async_turn_off
    await self.command_service.async_power_off()
  File "/config/custom_components/sonyavr/sonyavr.py", line 634, in async_power_off
    await self.async_send_command(CMD_POWER_OFF)
  File "/config/custom_components/sonyavr/sonyavr.py", line 593, in async_send_command
    if not self.block_sending and self.command_writer is not None:
                                  ^^^^^^^^^^^^^^^^^^^
AttributeError: 'CommandService' object has no attribute 'command_writer'
peteS-UK commented 2 months ago

OK - looking back through the thread, that's different. The original 111 error is "connection refused", which is what I expect to see if we're trying the wrong port. Now, on 33335 (and 8080), you're seeing 113, which is "no route to host" - i.e. it can't find the machine. So, has something's changed networking-wise from the HA machine to the AVR, or at the AVR itself. If you put a random IP address in, 113 is what you'd see I think.

itm1960 commented 2 months ago

No network changes but there was an Ubuntu update. Not sure if that would have had any impact.

peteS-UK commented 2 months ago

My guess would be a firewall update then perhaps. Have you retried pinging it from the HA device. I'm still confused by the nmap results we saw earlier. The 111 errors made sense - i.e. you're trying to connect to the wrong port - but 113 is a more general TCP problem - just can't connect at all. My guess would be ping might not work now either.

itm1960 commented 2 months ago

Yes I can still ping the AVR. HA is running in a Docker container. If I open a bash prompt inside the Docker container I can still ping it. So I guess it's not a firewall issue ???

peteS-UK commented 2 months ago

Well, firewall is by port, so it could be. Something's changed if it's now giving 113 rather than 111. Maybe try running the script I sent earlier, limit the ports to just a few and see what that tells us. Docker networking is not something I know well sadly and this seems like a network problem if you're getting 113 where before we got 111 for some reason.

peteS-UK commented 2 months ago

My HA development instance is running in a docker container on my QNAP NAS (I run proxmox for the rest of my stuff which doesn't have native docker support) and if I run nmap -sT 192.168.3.x from the bash prompt of the container, it runs fine and the integration runs fine. We need to get to the bottom of the 111 vs 113 error change I think and then I'm guessing that port 8080 will work. If you can try that script, it might tell us something i.e. can it connect and see any ports. If it can't then we're really down to something odd in the networking setup.

itm1960 commented 2 months ago

I kicked off the script for ports 33000 to 34000 - it's been running for 10 minutes (with no output). Any idea how long it should take to run for 1000 ports?

peteS-UK commented 2 months ago

10 seconds or so is what it takes for me

peteS-UK commented 2 months ago

let me just try it via a bash on ha docker

itm1960 commented 2 months ago

OK. I'll kill the job

peteS-UK commented 2 months ago

OK - that's screwy - it takes a few secs on another machine for a thousand ports, but from the container, each port takes about 2 seconds. Can you just try port 8080 to 8081 - see if that shows an open port (as we know that one is open anyway)

peteS-UK commented 2 months ago

ok - forget the above - I had your IP address in the script still not mine doh. When I change it to the right IP, 1000 ports takes a couple of seconds

peteS-UK commented 2 months ago

so, if it's taking ages, it's saying the same thing - it can't find the avr (since for me it was trying to connect to a non0existent machine)

itm1960 commented 2 months ago

Ok I ran it for port 8080-8081 and it completed but produced no output

peteS-UK commented 2 months ago

change the loop to

while port < end_port:

    s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

    try:
        s.connect(("192.168.3.42", port))
        print("Success on port " + str(port))
    except IOError as e:
        print("Connection error " + str(e.errno) + " " + e.strerror)
    except:
        pass
    s.close()
    port = port + 1

I bet you get a 113 error on port 8080-8081

peteS-UK commented 2 months ago

oops - careful with the ip address in there - that's my avr ip address not yours

itm1960 commented 2 months ago

OK I just tried pinging the AVR and it's no longer responding (the AVR is powered on). So there's something else going on at the moment. I'm afraid I'll need to pick this up in the morning. Will keep you posted....

peteS-UK commented 2 months ago

Yep - that's what I thought :-) As you say, getting rather late now. There's defo a network problem. If you can sort that out so that script runs on port 8080-8081, then I'm hopeful that 8080 will work in the integration - or at least will connect and then we'll learn if your AVR gives the same feedback etc.

itm1960 commented 2 months ago

Hmmm...that was strange...the AVR dropped off the network. When I went into network settings in the AVR's GUI it hung for quite a while before displaying the network info. It eventually did, but it was still not detected on the network. I power cycled it and it's now back.

So I re-ran the python script and got success on port 8080 (and failure on ports 33000-34000).

I then removed and re-installed the integration (on port 8080) and restarted HA (with the receiver turned on). I still can't turn the AVR on or off from HA, but this time there were a load of "unknown data packet" errors in the log:

2024-07-03 11:07:05.595 INFO (MainThread) [homeassistant.setup] Setting up sonyavr
2024-07-03 11:07:05.595 INFO (MainThread) [homeassistant.setup] Setup of domain sonyavr took 0.00 seconds
...
2024-07-03 11:07:10.847 INFO (MainThread) [homeassistant.components.media_player] Setting up dlna_dmr.media_player
2024-07-03 11:07:10.848 INFO (MainThread) [homeassistant.components.media_player] Setting up sonyavr.media_player
2024-07-03 11:07:11.166 INFO (MainThread) [homeassistant.components.remote] Setting up sonyavr.remote
...
2024-07-03 11:08:08.056 ERROR (MainThread) [custom_components.sonyavr.sonyavr] Cannot disconnect from command socket
...
2024-07-03 11:08:10.063 ERROR (MainThread) [custom_components.sonyavr.sonyavr] Cannot disconnect from command socket
2024-07-03 11:08:11.377 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:11.378 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:11.480 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:11.481 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:11.582 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:11.582 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:11.686 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:11.687 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:11.788 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:11.788 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:11.888 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:11.888 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:11.989 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:11.990 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:12.091 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:12.091 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:12.192 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:12.193 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:12.325 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:12.325 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:12.426 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:12.427 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:12.528 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:12.528 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:12.629 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:12.629 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:12.730 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:12.730 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:12.834 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:12.834 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:12.935 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:12.935 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:13.037 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:13.037 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:13.138 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:13.138 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:13.239 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:13.239 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:13.340 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:13.341 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:13.442 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:13.442 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:13.543 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:13.544 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:13.646 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:13.646 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:13.748 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:13.748 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:13.849 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:13.849 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:13.952 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:13.952 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:14.053 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:14.053 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:14.154 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:14.155 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:14.258 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:14.259 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:14.361 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:14.361 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:14.463 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:14.463 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:14.564 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:14.564 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:14.665 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:14.665 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:14.766 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:14.766 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:14.867 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:14.867 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:14.968 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:14.969 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:15.069 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:15.070 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:15.172 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:15.172 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:15.273 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:15.273 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:15.386 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:15.386 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:15.486 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:15.487 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:15.590 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:15.590 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:15.691 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:15.691 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:15.793 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:15.794 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:15.896 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:15.896 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:15.997 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:15.997 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:16.098 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:16.099 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:16.201 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:16.201 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:16.302 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:16.302 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:16.404 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:16.404 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:16.507 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:16.507 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:16.609 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:16.609 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:16.710 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:16.710 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:16.812 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:16.812 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:16.916 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:16.916 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:17.017 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:17.017 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:17.118 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:17.119 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:17.224 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:17.224 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:17.325 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:17.325 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:17.426 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:17.427 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:17.528 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:17.528 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:17.628 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:17.628 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:17.730 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:17.730 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:17.831 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:17.831 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:17.932 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:17.932 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:18.034 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:18.034 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:18.135 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:18.135 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:18.236 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:18.237 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:18.338 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:18.338 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:18.439 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:18.439 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:18.540 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:18.540 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:18.641 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:18.641 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:18.742 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:18.742 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:18.845 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:18.845 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:18.946 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:18.946 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:19.047 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:19.047 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:19.148 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:19.148 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:19.249 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:19.250 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:19.351 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:19.351 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:19.452 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:19.452 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:19.553 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:19.553 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:19.655 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:19.655 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:19.755 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:19.755 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:19.856 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:19.856 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:19.958 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:19.959 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:20.067 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:20.067 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:20.169 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:20.169 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:20.271 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:20.271 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:20.372 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:20.372 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:20.473 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:20.473 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:20.574 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:20.574 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:20.676 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:20.676 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:20.777 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:20.777 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:20.878 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:20.879 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:20.979 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:20.980 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:21.080 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:21.081 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:21.182 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:21.182 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:21.283 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:21.283 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:21.384 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:21.384 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:21.485 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:21.485 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:21.586 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:21.586 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:21.688 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:21.688 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:21.790 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:21.791 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:21.891 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:21.892 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:21.993 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:21.993 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:22.094 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:22.094 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:22.196 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:22.196 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:22.298 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:22.298 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:22.399 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:22.399 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:22.500 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:22.500 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:22.601 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:22.601 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:22.705 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:22.705 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:22.806 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:22.806 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:22.908 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:22.908 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:23.010 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:23.010 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:23.111 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:23.111 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:23.212 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:23.213 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:23.313 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:23.314 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:23.415 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:23.415 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:23.516 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:23.516 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:23.617 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:23.617 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:23.718 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:23.718 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:23.819 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:23.820 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:23.920 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:23.920 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:24.020 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:24.021 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:24.122 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:24.122 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:24.223 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:24.223 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:24.324 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:24.324 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:24.425 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:24.426 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:24.531 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:24.531 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:24.633 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:24.633 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:24.734 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:24.734 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:24.836 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:24.836 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:24.938 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:24.938 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:25.039 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:25.039 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:25.083 DEBUG (MainThread) [custom_components.sonyavr.sonyavr] Command : 0x2, 0x4, 0xa0, 0x60, 0x0, 0x0, 0x0
2024-07-03 11:08:25.140 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:25.140 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:25.241 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:25.241 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:25.343 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:25.343 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:25.444 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:25.445 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:25.546 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:25.546 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:25.646 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:25.646 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:25.747 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:25.748 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:25.849 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:25.849 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:25.951 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:25.951 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:26.051 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:26.052 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:26.153 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:26.153 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:26.254 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:26.255 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:26.355 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:26.356 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:26.457 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:26.457 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:26.558 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:26.558 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:26.660 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:26.660 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:26.761 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:26.761 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:26.862 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:26.863 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:26.964 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:26.964 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:27.066 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:27.066 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:27.167 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:27.167 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:27.267 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:27.267 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:27.368 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:27.369 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:27.470 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:27.470 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:27.571 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:27.572 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:27.673 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:27.673 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:27.776 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:27.776 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:27.877 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:27.877 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:27.978 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:27.978 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:28.080 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:28.080 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:28.182 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:28.183 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:28.283 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:28.283 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:28.385 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:28.385 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:28.486 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:28.486 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:28.587 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:28.587 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:28.688 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:28.689 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:28.789 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:28.790 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:28.890 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:28.890 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:28.991 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:28.991 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:29.092 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:29.092 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:29.195 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:29.195 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:29.297 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:29.298 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:29.398 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:29.399 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:29.500 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:29.500 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:29.601 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:29.601 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:29.702 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:29.702 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:29.804 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:29.804 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:29.905 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:29.905 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:30.006 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:30.006 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:30.108 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:30.108 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:30.211 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:30.211 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:30.311 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:30.311 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:30.414 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:30.414 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:30.517 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:30.517 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:30.619 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:30.619 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:30.721 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:30.721 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:30.823 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:30.823 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:30.924 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:30.924 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:31.024 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:31.025 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:31.126 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:31.126 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:31.227 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:31.227 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:31.329 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:31.329 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:31.430 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:31.431 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:31.531 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:31.532 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:31.632 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:31.633 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:31.674 ERROR (MainThread) [custom_components.sonyavr.sonyavr] Cannot disconnect from command socket
2024-07-03 11:08:31.734 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:31.734 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:31.837 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:31.837 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:31.939 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:31.939 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:32.040 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:32.040 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:32.142 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:32.142 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:32.245 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:32.245 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:32.347 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:32.347 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:32.406 INFO (MainThread) [custom_components.tapo] Migration to version 6 successful
2024-07-03 11:08:32.448 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:32.448 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:32.550 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:32.550 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:32.563 INFO (MainThread) [custom_components.tapo] Migration to version 6 successful
2024-07-03 11:08:32.651 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:32.651 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:32.752 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:32.752 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:32.853 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:32.854 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:32.955 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:32.955 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:33.056 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:33.056 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:33.157 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:33.157 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:33.258 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:33.259 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:33.360 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:33.360 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:33.462 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:33.462 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:33.562 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:33.562 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:33.663 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:33.663 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:33.764 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:33.765 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:33.865 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:33.865 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:33.966 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:33.967 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:34.056 ERROR (SyncWorker_2) [pynetgear.router] login using all known port-ssl combinations failed.
2024-07-03 11:08:34.068 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:34.069 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:34.169 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:34.169 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:34.270 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:34.270 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:34.372 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:34.372 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:34.473 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:34.473 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:34.574 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:34.575 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:34.675 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:34.675 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:34.776 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:34.777 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:34.877 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:34.877 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:34.978 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:34.978 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:35.079 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:35.079 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:35.182 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:35.182 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:35.283 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:35.284 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:35.385 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:35.385 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:35.487 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:35.487 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:35.588 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:35.588 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:35.689 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:35.689 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:35.792 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:35.792 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:35.893 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:35.893 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:35.996 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:35.996 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:36.097 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:36.097 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:36.198 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:36.199 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:36.300 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:36.300 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:36.401 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:36.401 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:36.502 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:36.502 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:36.603 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:36.603 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:36.704 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:36.704 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:36.807 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:36.807 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:36.878 DEBUG (MainThread) [custom_components.sonyavr.sonyavr] Command : 0x2, 0x4, 0xa0, 0x60, 0x0, 0x0, 0x0
2024-07-03 11:08:36.908 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:36.908 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:37.010 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:37.010 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:37.112 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:37.112 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:37.215 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:37.215 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:37.317 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:37.317 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:37.418 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:37.418 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:37.519 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:37.520 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:37.621 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:37.621 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:37.722 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:37.722 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:37.823 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:37.823 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:37.924 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:37.925 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:38.025 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:38.026 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:38.127 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:38.127 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:38.228 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:38.228 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:38.330 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:38.330 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:38.432 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:38.432 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:38.533 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:38.533 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:38.635 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:38.635 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:38.736 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:38.736 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:38.837 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:38.837 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:38.938 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:38.939 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:39.039 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:39.039 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:39.141 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:39.141 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:39.242 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:39.242 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:39.343 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:39.343 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:39.445 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:39.445 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:39.547 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:39.547 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:39.649 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:39.650 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:39.751 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:39.751 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:39.852 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:39.852 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:39.953 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:39.953 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:40.054 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:40.054 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:40.157 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:40.157 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:40.258 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:40.259 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:40.364 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:40.364 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:40.465 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:40.466 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:40.568 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:40.569 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:40.670 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:40.670 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:40.771 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:40.771 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:40.872 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:40.872 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:40.974 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:40.974 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:41.074 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:41.075 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:41.177 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:41.177 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:41.279 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:41.279 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:41.381 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:41.381 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:41.483 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:41.483 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:41.584 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:41.585 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:41.685 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:41.686 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:41.787 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:41.787 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:41.888 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:41.888 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:41.989 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:41.989 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:42.090 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:42.090 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:42.197 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:42.197 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:42.299 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:42.299 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:42.400 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:42.400 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:42.501 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:42.501 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:42.602 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:42.603 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:42.704 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:42.704 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:42.805 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:42.806 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:42.907 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:42.907 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:43.008 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:43.008 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:43.109 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:43.110 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:43.212 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:43.212 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:43.313 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:43.313 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:43.414 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:43.415 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:43.516 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:43.516 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:43.617 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:43.617 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:43.718 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:43.718 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:43.819 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:43.819 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:43.920 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:43.920 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:44.025 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:44.026 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''
2024-07-03 11:08:44.127 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug b''
2024-07-03 11:08:44.127 INFO (MainThread) [custom_components.sonyavr.sonyavr] Debug [unknown data packet]b''