ioBroker / ioBroker.onkyo

Adapter to control Onkyo AVRs via EISCP
Other
4 stars 8 forks source link

Onkyo AVR reachable after 2 Minutes #56

Closed SchiFrank closed 3 years ago

SchiFrank commented 3 years ago

Hi, I am using the adapter in combination with a harmony remote. The harmony remote turns the power on, and theOnkyo receiver starts. Now it takes 2 Minutes until I can change the volume while the Onkyo is already playing. I try to use the "connected" attribute, but it shows always "true". Is this normal? Is there a way to get the connection quicker? Thanks in advance.

Apollon77 commented 3 years ago

Can you please set adapter to debug log and provide a log?

SchiFrank commented 3 years ago

I had to restart the onkyo adapter. Than it worked. But this is not, what I want to do, you can imagine. iobroker_log_onkyo.log

ice987987 commented 3 years ago

I can confirm this issue. If the Onkyo receiver is switched off and on again, the adapter loses the connection and can not re-establish it. The connection can only be established if the adapter is activated at least 2min after switching on the Onkyo receiver (this is approximately the duration that the Onkyo receiver has to start up and establish the Internet connection).

SchiFrank commented 3 years ago

But the ping to the receiver does already work directly after booting the Onkyo. So why does it take so long and how can this be forced by the adapter?

SchiFrank commented 3 years ago

My workarround is to restart the adapter when starting to hear music. This should be somehow fixed, if possible.

Videonisse commented 3 years ago

Did this problem start after updating to v2.0.5 of the adapter, or do you have it with v2.0.3 as well? What version of js-controller do you have?

SchiFrank commented 3 years ago

I use the js-controller version: v12.22.1 and the onkyo adapter 2.05. The version 2.03 I can't remember, but all version I tested have the same behaviour.

Videonisse commented 3 years ago

That's the version of Node.js. Select Hosts in the menu and you find the Js-controller version.

In your log there is several errors. I would delete the Onkyo Instance and install it again.

I'm using both Onkyo and Harmony Hub and do not have any problems (so far I know).

ice987987 commented 3 years ago

I have this issue only, if I plug out the Onkyo receiver or if it was plugged out and then plugged in again. As long as the adapter establish the connetion to an already running Onyko recieiver, there is no issue. If the adapter starts before the Onkyo recieiver has connection to WiFi, then you get warnings.

SchiFrank commented 3 years ago

The Version of js-controller is: "3.3.9" and yes, the adapter is already running, if I plug in the onkyo.

Apollon77 commented 3 years ago

@SchiFrank Ok the log do not really contain such a case where ethe connection gor lost. COuld it be that dapter is "offline" once it logged "AVR disconnected"?? If yes I might can add a solution.

But for that I need: 1.) A log that shows where adapter loses connection 2.) A log that shows adapter starting when device is offline and what happens when device comes online then. Is the adapter connecting or not?

ice987987 commented 3 years ago

@Apollon77: Thank you very much for your help! here two logs from my system (Log-Stufe: debug).

1.1.) case: Onkyo receiver is offline, Instance is off. Instance will be started (Onkyo receiver stays offline):

onkyo.0 2021-06-05 16:03:46.216 debug (24627) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-05 16:03:46.204 info (24627) Connecting to AVR 192.168.1.xxx:60128
onkyo.0 2021-06-05 16:03:46.183 debug (24627) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1622901826167,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622901767072}
onkyo.0 2021-06-05 16:03:46.177 debug (24627) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1622901826166,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622901766939}
onkyo.0 2021-06-05 16:03:46.032 info (24627) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.onkyo, node: v12.22.1, js-controller: 3.2.16
host.iobroker-v510 2021-06-05 16:03:43.334 info instance system.adapter.onkyo.0 started with pid 24627
host.iobroker-v510 2021-06-05 16:03:43.223 info "system.adapter.onkyo.0" enabled

instance goes on yellow.

1.2.) Now, Onykyo reciever will be started (set it online):

no log entry. instance remains on yellow. No connectotion to the receiver will be established.

1.3.) Instance will be shut down:

host.iobroker-v510 2021-06-05 16:07:42.310 info instance system.adapter.onkyo.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
host.iobroker-v510 2021-06-05 16:07:41.733 info stopInstance system.adapter.onkyo.0 send kill signal
onkyo.0 2021-06-05 16:07:41.699 info (24627) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
onkyo.0 2021-06-05 16:07:41.698 info (24627) terminating
onkyo.0 2021-06-05 16:07:41.696 info (24627) Got terminate signal TERMINATE_YOURSELF
host.iobroker-v510 2021-06-05 16:07:41.687 info stopInstance system.adapter.onkyo.0 (force=false, process=true)
host.iobroker-v510 2021-06-05 16:07:41.681 info "system.adapter.onkyo.0" disabled

2.1) case: Onkyo receiver is online, Instance is off. Instance will be started:

onkyo.0 2021-06-05 16:11:07.255 info (24989) Successfully connected to AVR
onkyo.0 2021-06-05 16:11:07.254 debug (24989) INFO (connected) Connected to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-05 16:11:07.248 debug (24989) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-05 16:11:07.243 debug (24989) DEBUG (received_discovery) Received discovery packet from 192.168.1.xxx:60128 ([{"host":"192.168.1.xxx","port":"60128","model":"TX-NR656","mac":"000xxxxxxxxx","areacode":"XX"}])
onkyo.0 2021-06-05 16:11:07.234 debug (24989) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-05 16:11:07.223 info (24989) Connecting to AVR 192.168.1.xxx:60128
onkyo.0 2021-06-05 16:11:07.199 debug (24989) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1622902267179,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622902249317}
onkyo.0 2021-06-05 16:11:07.197 debug (24989) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1622902267179,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622902249316}
onkyo.0 2021-06-05 16:11:07.009 info (24989) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.onkyo, node: v12.22.1, js-controller: 3.2.16
host.iobroker-v510 2021-06-05 16:11:04.359 info instance system.adapter.onkyo.0 started with pid 24989
host.iobroker-v510 2021-06-05 16:11:04.251 info "system.adapter.onkyo.0" enabled

connection will successful established

2.2.) Instance will be shut down:

host.iobroker-v510 2021-06-05 16:14:10.616 info instance system.adapter.onkyo.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
host.iobroker-v510 2021-06-05 16:14:10.039 info stopInstance system.adapter.onkyo.0 send kill signal
onkyo.0 2021-06-05 16:14:10.010 info (24989) AVR disconnected
onkyo.0 2021-06-05 16:14:10.010 debug (24989) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-05 16:14:10.009 info (24989) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
onkyo.0 2021-06-05 16:14:10.008 info (24989) terminating
onkyo.0 2021-06-05 16:14:10.005 info (24989) Got terminate signal TERMINATE_YOURSELF
host.iobroker-v510 2021-06-05 16:14:09.975 info stopInstance system.adapter.onkyo.0 (force=false, process=true)
host.iobroker-v510 2021-06-05 16:14:09.966 info "system.adapter.onkyo.0" disabled

Adapter: onkyo v2.0.5 js-controller: 3.2.16 Node.js: v12.22.1 NPM: 6.14.12

Apollon77 commented 3 years ago

@ice987987 That helps a lot. Can you also provide a log please when instance is running and you turn off the onkyo device?

ice987987 commented 3 years ago

@Apollon77 sure, no Problem: 3.1.) Onkyo receiver is running, Instance is connected (green), Onkyo receiver will be switched off:

onkyo.0 2021-06-06 10:38:56.504 debug (12574) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1622968736472,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622968736472}
onkyo.0 2021-06-06 10:38:56.434 debug (12574) string: W-x
onkyo.0 2021-06-06 10:38:56.433 debug (12574) chunk: NDS
onkyo.0 2021-06-06 10:38:56.432 debug (12574) EISCP String: NDSW-x
onkyo.0 2021-06-06 10:38:56.431 debug (12574) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-06 10:38:56.375 debug (12574) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxxF","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-06 10:38:56.037 debug (12574) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1622968736020,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622968736020}
onkyo.0 2021-06-06 10:38:56.033 debug (12574) stateChange onkyo.0.Device.command {"val":"PWR00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1AMT00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u000
onkyo.0 2021-06-06 10:38:56.011 debug (12574) string: 00
onkyo.0 2021-06-06 10:38:56.011 debug (12574) chunk: PWR
onkyo.0 2021-06-06 10:38:56.010 debug (12574) EISCP String: PWR00 ISCP !1AMT00 ISCP !1NDSW-x
onkyo.0 2021-06-06 10:38:56.010 debug (12574) Got message: {"command":"system-power","zone":"main","iscp_command":"PWR00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1AMT00\u001a\r\nISCP\u0000\u0000\u0
onkyo.0 2021-06-06 10:38:56.009 debug (12574) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","iscp_command":"PWR00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u00

3.2.) Onkyo receiver is switched off, Onkyo receiver will be disconnected (power is interrupted): there are no log entry. Instance/Adapter does not recognize, that Onkyo receiver is no longer availabe. Instance remains on "green".

3.3.) Instance will be restarted (Onkyo reciver is still disconnected/power is interrupted)

       
onkyo.0 2021-06-06 10:47:47.720 debug (13078) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-06 10:47:47.709 info (13078) Connecting to AVR 192.168.1.xxx:60128
onkyo.0 2021-06-06 10:47:47.669 debug (13078) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1622969267629,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622969262123}
onkyo.0 2021-06-06 10:47:47.639 debug (13078) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1622969267625,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622969262123}
onkyo.0 2021-06-06 10:47:47.515 info (13078) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.onkyo, node: v12.22.1, js-controller: 3.2.16
host.iobroker-v510 2021-06-06 10:47:45.237 info instance system.adapter.onkyo.0 started with pid 13078
host.iobroker-v510 2021-06-06 10:47:42.734 info instance system.adapter.onkyo.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
host.iobroker-v510 2021-06-06 10:47:42.117 info stopInstance system.adapter.onkyo.0 send kill signal
onkyo.0 2021-06-06 10:47:42.110 info (12574) AVR disconnected
onkyo.0 2021-06-06 10:47:42.110 debug (12574) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-06 10:47:42.108 info (12574) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
onkyo.0 2021-06-06 10:47:42.107 info (12574) terminating
onkyo.0 2021-06-06 10:47:42.104 info (12574) Got terminate signal TERMINATE_YOURSELF
host.iobroker-v510 2021-06-06 10:47:42.059 info stopInstance system.adapter.onkyo.0 (force=false, process=true)
SchiFrank commented 3 years ago

I can confirm that the Connection will be checked after starting the adapter, but it will not change the status, if the Onkyo is restartet or shut down. Only the restart of the adapter will show the correct connection status.

Apollon77 commented 3 years ago

Hm .. the log is not showing any info that adapzter could see that the device goes offline :-( thats meeehhh ...

Apollon77 commented 3 years ago

Ok,then: Please try Github version. It SHOULD (untested!):

It would be great to see the logs now for all cases above :-)

ice987987 commented 3 years ago

@Apollon77 thank you very much for your great work! I updated to the newest Version on github (I hope I have the correct Version installed). Now I did the following tests (Log-Stufe: debug):

1.1.) case: Onkyo receiver is offline, Instance is off. Instance will be started (Onkyo receiver stays offline):

onkyo.0 2021-06-13 09:30:43.922 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:30:33.921 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:30:23.921 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:30:13.921 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:30:03.920 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:29:53.920 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:29:43.919 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:29:33.919 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:29:23.919 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:29:13.919 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:29:03.918 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:28:53.917 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:28:43.917 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:28:33.916 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:28:23.916 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:28:13.915 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:28:03.916 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:27:53.916 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:27:43.915 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:27:33.915 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:27:23.914 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:27:13.913 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:27:03.913 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:26:53.914 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:26:43.920 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:26:43.908 info (32182) Connecting to AVR 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:26:43.880 debug (32182) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623569203867,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623533089866}
onkyo.0 2021-06-13 09:26:43.876 debug (32182) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623569203867,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623533089676}
onkyo.0 2021-06-13 09:26:43.713 info (32182) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.onkyo, node: v12.22.1, js-controller: 3.2.16
onkyo.0 2021-06-13 09:26:43.327 debug (32182) Plugin sentry Initialize Plugin (enabled=true)
host.iobroker-v510 2021-06-13 09:26:39.308 info instance system.adapter.onkyo.0 started with pid 32182
host.iobroker-v510 2021-06-13 09:26:39.164 info "system.adapter.onkyo.0" enabled

instance goes on yellow and stays on yellow

1.2.) Now, Onkyo receiver will be started (power connection is established, connect device with WLAN):

onkyo.0 2021-06-13 09:36:34.086 info (32182) Successfully connected to AVR
onkyo.0 2021-06-13 09:36:34.085 debug (32182) INFO (connected) Connected to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-13 09:36:34.064 debug (32182) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-13 09:36:34.059 debug (32182) DEBUG (received_discovery) Received discovery packet from 192.168.1.xxx:60128 ([{"host":"192.168.1.xxx","port":"60128","model":"TX-NR656","mac":"000xxxxxxxxx","areacode":"XX"}])
onkyo.0 2021-06-13 09:36:33.932 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xx:60128
onkyo.0 2021-06-13 09:36:23.931 debug (32182) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128

instance goes on green and stays on green, all values will be loaded

1.3) n/a

1.4) Onkyo will be shut down (power connection is not interrupted)

onkyo.0 2021-06-13 09:41:56.137 debug (32182) stateChange onkyo.0.Zone1.Mute {"val":false,"ack":true,"ts":1623570116117,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622972787183}
onkyo.0 2021-06-13 09:41:56.120 debug (32182) stateChange onkyo.0.Device.command {"val":"AMT00","ack":true,"ts":1623570116116,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623570116116}
onkyo.0 2021-06-13 09:41:56.110 debug (32182) string: 00
onkyo.0 2021-06-13 09:41:56.110 debug (32182) chunk: AMT
onkyo.0 2021-06-13 09:41:56.109 debug (32182) EISCP String: AMT00
onkyo.0 2021-06-13 09:41:56.109 debug (32182) Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-13 09:41:56.108 debug (32182) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX
onkyo.0 2021-06-13 09:41:55.138 debug (32182) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623570115048,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623530473909}
onkyo.0 2021-06-13 09:41:55.053 debug (32182) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623570115048,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623570115048}
onkyo.0 2021-06-13 09:41:55.042 debug (32182) string: 00
onkyo.0 2021-06-13 09:41:55.042 debug (32182) chunk: PWR
onkyo.0 2021-06-13 09:41:55.042 debug (32182) EISCP String: PWR00
onkyo.0 2021-06-13 09:41:55.041 debug (32182) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-13 09:41:55.041 debug (32182) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"

1.4) power connection is interrupted no log entry Instance remains on green

1.5) Now, Onkyo receiver will be started again (power connection is established, connect device with WLAN):

onkyo.0 2021-06-13 09:46:59.721 debug (32182) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NLTF3000000000B0000FFFF00NET","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-13 09:46:56.740 debug (32182) stateChange onkyo.0.info.connection {"val":true,"ack":true,"ts":1623570416733,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623570416733}
onkyo.0 2021-06-13 09:46:56.737 debug (32182) stateChange onkyo.0.Device.connected {"val":true,"ack":true,"ts":1623570416733,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623570416733}
onkyo.0 2021-06-13 09:46:56.727 info (32182) Successfully connected to AVR
onkyo.0 2021-06-13 09:46:56.727 debug (32182) INFO (connected) Connected to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-13 09:46:56.722 debug (32182) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-13 09:46:51.745 debug (32182) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623570411737,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623570411737}
onkyo.0 2021-06-13 09:46:51.741 debug (32182) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623570411737,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623570411737}
onkyo.0 2021-06-13 09:46:51.720 info (32182) AVR disconnected
onkyo.0 2021-06-13 09:46:51.719 debug (32182) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-13 09:46:51.715 error (32182) Error: ERROR (server_error) Server error on 192.168.1.xxx:60128 - Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:209:20) { errno: 'ECONNRESET', code: 'ECON

all values will be loaded

after first tests, it seems to work, but the Adapter/instance does not yet recognize if the Onkyo device is no longer connected.

onkyo.0.Device.connected remains always on "true" onkyo.0.Zone1.Power remains always on "false" onkyo.0.info.connection remains always on "true" onkyo.0.connected remains always on "false"

@SchiFrank can you confirm/check?

OT: how does the display of the cover work? somehow it does not work for me... I tried with

[{"tpl":"tplValueStringRaw","data":{"oid":"onkyo.0.Device.CoverBase64","g_fixed":false,"g_visibility":true,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":"true","visibility-groups-action":"hide","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"visibility-oid":"onkyo.0.Device.connected"},"style":{"left":"279px","top":"580px","width":"80px","height":"80px","z-index":"1"},"widgetSet":"basic"}]

but this does not work

Apollon77 commented 3 years ago

I think you did not waited enough!! The ping/pong to detect a poweroff is done every 10s! This means that in worst case 10s after turning the receiver off it would detect it .. so it would he helpfull to get the log complete (and not split in cases) but tell WHEN exactly what happened (like "turned off at time X"). I want to make sure we do not miss anything.

For the cover, hontesly ... no idea

ice987987 commented 3 years ago

I tried it again: only the first time, after the instance is started and the Receiver is plugged in, there is a connection. All later try's are not successful:

Instance stopped, Onkyo receiver unplugged Instance will be started at 2021-06-15 07:53:16.774 and goes on yellow Onkyo reciever will be plugged in at 2021-06-15 07:55:29.763 Instance is connected with reciever at 2021-06-15 07:56:19.815, Instance goes on green Set option TV via remote at 2021-06-15 07:57:40.057 shut reciever down via remote at 2021-06-15 07:59:43.363 (still plugged in) unplug receiver at approx. 2021-06-15 08:01 -> will not be recognized (no log entry) plug in reciever at approx. 2021-06-15 08:04 -> will not be recognized (no log entry) Set option TV via remote at 2021-06-15 08:07 -> will not be recognized (no log entry) shut reciever down via remote at approx 08:07 -> will not be recognized (no log entry) (still plugged in) put PWR01 at onkyo.0.Device.RAW at 2021-06-15 08:09:37.151

onkyo.0 2021-06-15 08:11:00.064 debug (2337) stateChange onkyo.0.Device.command {"val":"UPD00","ack":true,"ts":1623737460060,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737459988}
onkyo.0 2021-06-15 08:11:00.009 debug (2337) string: 00
onkyo.0 2021-06-15 08:11:00.009 debug (2337) chunk: UPD
onkyo.0 2021-06-15 08:11:00.008 debug (2337) EISCP String: UPD00
onkyo.0 2021-06-15 08:11:00.008 debug (2337) Got message: {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:11:00.007 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:59.992 debug (2337) stateChange onkyo.0.Device.command {"val":"UPD00","ack":true,"ts":1623737459988,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737459988}
onkyo.0 2021-06-15 08:10:59.983 debug (2337) string: 00
onkyo.0 2021-06-15 08:10:59.982 debug (2337) chunk: UPD
onkyo.0 2021-06-15 08:10:59.982 debug (2337) EISCP String: UPD00
onkyo.0 2021-06-15 08:10:59.982 debug (2337) Got message: {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:59.981 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:50.204 debug (2337) stateChange onkyo.0.Device.command {"val":"RAS01","ack":true,"ts":1623737450201,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737450201}
onkyo.0 2021-06-15 08:10:50.156 debug (2337) string: 01
onkyo.0 2021-06-15 08:10:50.156 debug (2337) chunk: RAS
onkyo.0 2021-06-15 08:10:50.155 debug (2337) EISCP String: RAS01
onkyo.0 2021-06-15 08:10:50.155 debug (2337) Got message: {"command":"cinema-filter","zone":"main","argument":"on","iscp_command":"RAS01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:50.155 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"cinema-filter","zone":"main","argument":"on","iscp_command":"RAS01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 08:10:50.140 debug (2337) stateChange onkyo.0.Device.ListeningMode {"val":"80","ack":true,"ts":1623737450133,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737450133}
onkyo.0 2021-06-15 08:10:50.137 debug (2337) stateChange onkyo.0.Device.command {"val":"LMD80","ack":true,"ts":1623737450133,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737450133}
onkyo.0 2021-06-15 08:10:50.127 debug (2337) string: 80
onkyo.0 2021-06-15 08:10:50.127 debug (2337) chunk: LMD
onkyo.0 2021-06-15 08:10:50.127 debug (2337) EISCP String: LMD80
onkyo.0 2021-06-15 08:10:50.127 debug (2337) Got message: {"command":"listening-mode","zone":"main","argument":["plii","pliix-movie"],"iscp_command":"LMD80","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:50.126 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"listening-mode","zone":"main","argument":["plii","pliix-movie"],"iscp_command":"LMD80","host":"192.168.1.xxx","port":"
onkyo.0 2021-06-15 08:10:49.674 debug (2337) stateChange onkyo.0.Device.command {"val":"RAS00","ack":true,"ts":1623737449664,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737449664}
onkyo.0 2021-06-15 08:10:49.671 debug (2337) stateChange onkyo.0.Device.ListeningMode {"val":"0C","ack":true,"ts":1623737449664,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737449664}
onkyo.0 2021-06-15 08:10:49.668 debug (2337) stateChange onkyo.0.Device.command {"val":"LMD0C","ack":true,"ts":1623737449664,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737449664}
onkyo.0 2021-06-15 08:10:49.654 debug (2337) string: 00
onkyo.0 2021-06-15 08:10:49.652 debug (2337) chunk: RAS
onkyo.0 2021-06-15 08:10:49.652 debug (2337) EISCP String: RAS00
onkyo.0 2021-06-15 08:10:49.651 debug (2337) Got message: {"command":"cinema-filter","zone":"main","argument":"off","iscp_command":"RAS00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:49.651 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"cinema-filter","zone":"main","argument":"off","iscp_command":"RAS00","host":"192.168.1.xxx","port":"60128","model":"TX
onkyo.0 2021-06-15 08:10:49.645 debug (2337) string: 0C
onkyo.0 2021-06-15 08:10:49.644 debug (2337) chunk: LMD
onkyo.0 2021-06-15 08:10:49.644 debug (2337) EISCP String: LMD0C
onkyo.0 2021-06-15 08:10:49.644 debug (2337) Got message: {"command":"listening-mode","zone":"main","argument":"all-ch-stereo","iscp_command":"LMD0C","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:49.643 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"listening-mode","zone":"main","argument":"all-ch-stereo","iscp_command":"LMD0C","host":"192.168.1.xxx","port":"60128",
onkyo.0 2021-06-15 08:10:49.235 debug (2337) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623737449231,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737449231}
onkyo.0 2021-06-15 08:10:49.172 debug (2337) stateChange onkyo.0.Device.ListeningMode {"val":"80","ack":true,"ts":1623737449164,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736743977}
onkyo.0 2021-06-15 08:10:49.162 debug (2337) stateChange onkyo.0.Device.command {"val":"LMD80\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1MOT00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000
onkyo.0 2021-06-15 08:10:49.159 debug (2337) stateChange onkyo.0.Zone1.Mute {"val":false,"ack":true,"ts":1623737449150,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622972787183}
onkyo.0 2021-06-15 08:10:49.151 debug (2337) stateChange onkyo.0.Device.command {"val":"AMT00","ack":true,"ts":1623737449140,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737449140}
onkyo.0 2021-06-15 08:10:49.147 debug (2337) string: W-x
onkyo.0 2021-06-15 08:10:49.147 debug (2337) chunk: NDS
onkyo.0 2021-06-15 08:10:49.147 debug (2337) EISCP String: NDSW-x
onkyo.0 2021-06-15 08:10:49.146 debug (2337) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:49.146 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:49.138 debug (2337) string: 80
onkyo.0 2021-06-15 08:10:49.138 debug (2337) chunk: LMD
onkyo.0 2021-06-15 08:10:49.137 debug (2337) EISCP String: LMD80 ISCP !1MOT00 ISCP !1RAS01 ISCP !1PCT00 ISCP !1ITV+10
onkyo.0 2021-06-15 08:10:49.137 debug (2337) Got message: {"command":"listening-mode","zone":"main","iscp_command":"LMD80\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1MOT00\u001a\r\nISCP\u0000\u0000\u
onkyo.0 2021-06-15 08:10:49.136 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"listening-mode","zone":"main","iscp_command":"LMD80\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0
onkyo.0 2021-06-15 08:10:49.133 debug (2337) stateChange onkyo.0.Device.command {"val":"DIM00","ack":true,"ts":1623737449120,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737449120}
onkyo.0 2021-06-15 08:10:49.130 debug (2337) string: 00
onkyo.0 2021-06-15 08:10:49.130 debug (2337) chunk: AMT
onkyo.0 2021-06-15 08:10:49.130 debug (2337) EISCP String: AMT00
onkyo.0 2021-06-15 08:10:49.129 debug (2337) Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:49.129 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 08:10:49.109 debug (2337) string: 00
onkyo.0 2021-06-15 08:10:49.109 debug (2337) chunk: DIM
onkyo.0 2021-06-15 08:10:49.109 debug (2337) EISCP String: DIM00
onkyo.0 2021-06-15 08:10:49.106 debug (2337) Got message: {"command":"dimmer-level","zone":"main","argument":"bright","iscp_command":"DIM00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:49.106 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"dimmer-level","zone":"main","argument":"bright","iscp_command":"DIM00","host":"192.168.1.xxx","port":"60128","model":"
onkyo.0 2021-06-15 08:10:48.522 debug (2337) stateChange onkyo.0.Zone1.InputSelect {"val":"12","ack":true,"ts":1623737448515,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735795803}
onkyo.0 2021-06-15 08:10:48.519 debug (2337) stateChange onkyo.0.Device.command {"val":"SLI12","ack":true,"ts":1623737448514,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737448514}
onkyo.0 2021-06-15 08:10:48.507 debug (2337) string: 12
onkyo.0 2021-06-15 08:10:48.507 debug (2337) chunk: SLI
onkyo.0 2021-06-15 08:10:48.507 debug (2337) EISCP String: SLI12
onkyo.0 2021-06-15 08:10:48.507 debug (2337) Got message: {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:48.506 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:48.435 debug (2337) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623737448356,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737448100}
onkyo.0 2021-06-15 08:10:48.429 debug (2337) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623737448356,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737448135}
onkyo.0 2021-06-15 08:10:48.350 debug (2337) string: 01
onkyo.0 2021-06-15 08:10:48.349 debug (2337) chunk: PWR
onkyo.0 2021-06-15 08:10:48.349 debug (2337) EISCP String: PWR01
onkyo.0 2021-06-15 08:10:48.349 debug (2337) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:48.348 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-N
onkyo.0 2021-06-15 08:10:48.143 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWR01
onkyo.0 2021-06-15 08:10:48.142 debug (2337) newCommand: PWR01
onkyo.0 2021-06-15 08:10:48.141 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:10:48.141 debug (2337) Value: PWR01
onkyo.0 2021-06-15 08:10:48.140 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:10:48.140 debug (2337) stateChange onkyo.0.Device.command {"val":"PWR01","ack":false,"ts":1623737448135,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737448135}
onkyo.0 2021-06-15 08:10:48.129 debug (2337) new_val: PWR01
onkyo.0 2021-06-15 08:10:48.129 debug (2337) id: onkyo.0.Zone1.Power
onkyo.0 2021-06-15 08:10:48.129 debug (2337) Value: true
onkyo.0 2021-06-15 08:10:48.105 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:10:48.105 debug (2337) stateChange onkyo.0.Zone1.Power {"val":true,"ack":false,"ts":1623737448100,"q":0,"from":"system.adapter.web.0","user":"system.user.admin","lc":1623737448100}
web.0 2021-06-15 08:10:42.886 warn (20140) State "0" has no existing object, this might lead to an error in future versions
onkyo.0 2021-06-15 08:10:01.246 debug (2337) stateChange onkyo.0.Device.command {"val":"\"CD Control(NewRemote)\" value=\"0\" /><control id=\"NoVolume\" value=\"0\" /><control id=\"Auto Sound Retriever\" value=\"0\" /><control id=\"Lock R
onkyo.0 2021-06-15 08:10:01.172 debug (2337) stateChange onkyo.0.Device.command {"val":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Ma
onkyo.0 2021-06-15 08:10:01.167 debug (2337) string: Control(NewRemote)" value="0" /><control id="NoVolume" value="0" /><control id=
onkyo.0 2021-06-15 08:10:01.166 debug (2337) chunk: "CD
onkyo.0 2021-06-15 08:10:01.166 debug (2337) EISCP String: "CD Control(NewRemote)" value="0" /><control id="NoVolume" value="0" /><control id="Auto Sound Retriever" value="0" /><control id="Lock Range Adjust" value="0" /><control id="P.BA
onkyo.0 2021-06-15 08:10:01.166 debug (2337) Got message: {"iscp_command":"\"CD Control(NewRemote)\" value=\"0\" /><control id=\"NoVolume\" value=\"0\" /><control id=\"Auto Sound Retriever\" value=\"0\" /><control id=\"Lock Range Adjust\"
onkyo.0 2021-06-15 08:10:01.165 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"\"CD Control(NewRemote)\" value=\"0\" /><control id=\"NoVolume\" value=\"0\" /><control id=\"Auto Sound Retriever
onkyo.0 2021-06-15 08:10:01.155 debug (2337) stateChange onkyo.0.Device.NavInfo {"val":"<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>20
onkyo.0 2021-06-15 08:10:01.148 debug (2337) stateChange onkyo.0.Device.command {"val":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year
onkyo.0 2021-06-15 08:10:01.132 debug (2337) string: e id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><
onkyo.0 2021-06-15 08:10:01.131 debug (2337) chunk: vic
onkyo.0 2021-06-15 08:10:01.131 debug (2337) EISCP String: vice id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist count="4"><zone id="1" value="1" name="Main" volmax="82" volstep="1" src="1" dst="1" lr
onkyo.0 2021-06-15 08:10:01.130 debug (2337) Got message: {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=\
onkyo.0 2021-06-15 08:10:01.129 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"
onkyo.0 2021-06-15 08:10:01.036 debug (2337) string: <?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656
onkyo.0 2021-06-15 08:10:01.036 debug (2337) chunk: NRI
onkyo.0 2021-06-15 08:10:01.035 debug (2337) EISCP String: NRI<?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><model>TX-NR656</model><d
onkyo.0 2021-06-15 08:10:01.035 debug (2337) Got message: {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><
onkyo.0 2021-06-15 08:10:01.034 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand>
onkyo.0 2021-06-15 08:10:00.864 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NRIQSTN
onkyo.0 2021-06-15 08:10:00.464 debug (2337) stateChange onkyo.0.Device.command {"val":"SLA05","ack":true,"ts":1623737400452,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737400452}
onkyo.0 2021-06-15 08:10:00.437 debug (2337) string: 05
onkyo.0 2021-06-15 08:10:00.436 debug (2337) chunk: SLA
onkyo.0 2021-06-15 08:10:00.435 debug (2337) EISCP String: SLA05
onkyo.0 2021-06-15 08:10:00.434 debug (2337) Got message: {"command":"audio-selector","zone":"main","argument":["coax","opt"],"iscp_command":"SLA05","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:10:00.433 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-selector","zone":"main","argument":["coax","opt"],"iscp_command":"SLA05","host":"192.168.1.xxx","port":"60128","
onkyo.0 2021-06-15 08:10:00.363 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLAQSTN
onkyo.0 2021-06-15 08:09:59.940 debug (2337) stateChange onkyo.0.Device.VideoInformation {"val":"No Video,Unknown,,24bit,,Unknown,,24bit,,","ack":true,"ts":1623737399928,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc
onkyo.0 2021-06-15 08:09:59.932 debug (2337) stateChange onkyo.0.Device.command {"val":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","ack":true,"ts":1623737399928,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623
onkyo.0 2021-06-15 08:09:59.921 debug (2337) string: No Video,Unknown,,24bit,,Unknown,,24bit,,
onkyo.0 2021-06-15 08:09:59.921 debug (2337) chunk: IFV
onkyo.0 2021-06-15 08:09:59.921 debug (2337) EISCP String: IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,
onkyo.0 2021-06-15 08:09:59.920 debug (2337) Got message: {"command":"video-infomation","zone":"main","iscp_command":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:59.920 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"video-infomation","zone":"main","iscp_command":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","host":"192.168.1.xxx","
onkyo.0 2021-06-15 08:09:59.862 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - IFVQSTN
onkyo.0 2021-06-15 08:09:59.438 debug (2337) stateChange onkyo.0.Zone3.Tune {"val":87.5,"ack":true,"ts":1623737399430,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072178}
onkyo.0 2021-06-15 08:09:59.435 debug (2337) stateChange onkyo.0.Device.command {"val":"TU308750","ack":true,"ts":1623737399430,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737399430}
onkyo.0 2021-06-15 08:09:59.423 debug (2337) string: 08750
onkyo.0 2021-06-15 08:09:59.422 debug (2337) chunk: TU3
onkyo.0 2021-06-15 08:09:59.422 debug (2337) EISCP String: TU308750
onkyo.0 2021-06-15 08:09:59.422 debug (2337) Got message: {"command":"tuning","zone":"zone3","iscp_command":"TU308750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:59.421 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone3","iscp_command":"TU308750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:59.361 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TU3QSTN
onkyo.0 2021-06-15 08:09:58.939 debug (2337) stateChange onkyo.0.Zone2.Tune {"val":87.5,"ack":true,"ts":1623737398931,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072161}
onkyo.0 2021-06-15 08:09:58.935 debug (2337) stateChange onkyo.0.Device.command {"val":"TUZ08750","ack":true,"ts":1623737398931,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737398931}
onkyo.0 2021-06-15 08:09:58.925 debug (2337) string: 08750
onkyo.0 2021-06-15 08:09:58.925 debug (2337) chunk: TUZ
onkyo.0 2021-06-15 08:09:58.925 debug (2337) EISCP String: TUZ08750
onkyo.0 2021-06-15 08:09:58.924 debug (2337) Got message: {"command":"tuning","zone":"zone2","iscp_command":"TUZ08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:58.924 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone2","iscp_command":"TUZ08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:58.860 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TUZQSTN
onkyo.0 2021-06-15 08:09:58.453 debug (2337) stateChange onkyo.0.Zone1.Tune {"val":87.5,"ack":true,"ts":1623737398446,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072144}
onkyo.0 2021-06-15 08:09:58.450 debug (2337) stateChange onkyo.0.Device.command {"val":"TUN08750","ack":true,"ts":1623737398445,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737398445}
onkyo.0 2021-06-15 08:09:58.439 debug (2337) string: 08750
onkyo.0 2021-06-15 08:09:58.439 debug (2337) chunk: TUN
onkyo.0 2021-06-15 08:09:58.439 debug (2337) EISCP String: TUN08750
onkyo.0 2021-06-15 08:09:58.438 debug (2337) Got message: {"command":"tuning","zone":"zone4","iscp_command":"TUN08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:58.438 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone4","iscp_command":"TUN08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:58.359 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TUNQSTN
onkyo.0 2021-06-15 08:09:57.940 debug (2337) stateChange onkyo.0.Zone3.TunerPreset {"val":0,"ack":true,"ts":1623737397933,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506924679}
onkyo.0 2021-06-15 08:09:57.936 debug (2337) stateChange onkyo.0.Device.command {"val":"PR300","ack":true,"ts":1623737397932,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737397932}
onkyo.0 2021-06-15 08:09:57.927 debug (2337) string: 00
onkyo.0 2021-06-15 08:09:57.927 debug (2337) chunk: PR3
onkyo.0 2021-06-15 08:09:57.927 debug (2337) EISCP String: PR300
onkyo.0 2021-06-15 08:09:57.926 debug (2337) Got message: {"command":"preset","zone":"zone3","iscp_command":"PR300","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:57.926 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone3","iscp_command":"PR300","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:57.858 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PR3QSTN
onkyo.0 2021-06-15 08:09:57.468 debug (2337) stateChange onkyo.0.Zone2.TunerPreset {"val":0,"ack":true,"ts":1623737397461,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506924179}
onkyo.0 2021-06-15 08:09:57.465 debug (2337) stateChange onkyo.0.Device.command {"val":"PRZ00","ack":true,"ts":1623737397461,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737397461}
onkyo.0 2021-06-15 08:09:57.430 debug (2337) string: 00
onkyo.0 2021-06-15 08:09:57.430 debug (2337) chunk: PRZ
onkyo.0 2021-06-15 08:09:57.430 debug (2337) EISCP String: PRZ00
onkyo.0 2021-06-15 08:09:57.429 debug (2337) Got message: {"command":"preset","zone":"zone2","iscp_command":"PRZ00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:57.429 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone2","iscp_command":"PRZ00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:57.357 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PRZQSTN
onkyo.0 2021-06-15 08:09:56.941 debug (2337) stateChange onkyo.0.Zone1.TunerPreset {"val":0,"ack":true,"ts":1623737396931,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1596293154365}
onkyo.0 2021-06-15 08:09:56.936 debug (2337) stateChange onkyo.0.Device.command {"val":"PRS00","ack":true,"ts":1623737396931,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737396931}
onkyo.0 2021-06-15 08:09:56.924 debug (2337) string: 00
onkyo.0 2021-06-15 08:09:56.924 debug (2337) chunk: PRS
onkyo.0 2021-06-15 08:09:56.923 debug (2337) EISCP String: PRS00
onkyo.0 2021-06-15 08:09:56.922 debug (2337) Got message: {"command":"preset","zone":"zone4","iscp_command":"PRS00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:56.921 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone4","iscp_command":"PRS00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:56.855 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PRSQSTN
onkyo.0 2021-06-15 08:09:56.354 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTRQSTN
onkyo.0 2021-06-15 08:09:55.910 debug (2337) stateChange onkyo.0.Device.MediaTitelName {"val":" ","ack":true,"ts":1623737395902,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735307568}
onkyo.0 2021-06-15 08:09:55.906 debug (2337) stateChange onkyo.0.Device.command {"val":"NTI ","ack":true,"ts":1623737395902,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737395902}
onkyo.0 2021-06-15 08:09:55.896 debug (2337) string:
onkyo.0 2021-06-15 08:09:55.895 debug (2337) chunk: NTI
onkyo.0 2021-06-15 08:09:55.895 debug (2337) EISCP String: NTI
onkyo.0 2021-06-15 08:09:55.894 debug (2337) Got message: {"command":"net-usb-title-name","zone":"main","iscp_command":"NTI ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:55.894 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-title-name","zone":"main","iscp_command":"NTI ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:55.853 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTIQSTN
onkyo.0 2021-06-15 08:09:55.352 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTMQSTN
onkyo.0 2021-06-15 08:09:54.938 debug (2337) stateChange onkyo.0.Device.MediaArtistNameInfo {"val":" ","ack":true,"ts":1623737394929,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735306937}
onkyo.0 2021-06-15 08:09:54.934 debug (2337) stateChange onkyo.0.Device.command {"val":"NAT ","ack":true,"ts":1623737394929,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737394929}
onkyo.0 2021-06-15 08:09:54.893 debug (2337) string:
onkyo.0 2021-06-15 08:09:54.892 debug (2337) chunk: NAT
onkyo.0 2021-06-15 08:09:54.892 debug (2337) EISCP String: NAT
onkyo.0 2021-06-15 08:09:54.892 debug (2337) Got message: {"command":"net-usb-artist-name-info","zone":"main","iscp_command":"NAT ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:54.891 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-artist-name-info","zone":"main","iscp_command":"NAT ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"
onkyo.0 2021-06-15 08:09:54.851 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NATQSTN
onkyo.0 2021-06-15 08:09:54.434 debug (2337) stateChange onkyo.0.Device.MediaAlbumName {"val":" ","ack":true,"ts":1623737394405,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735306806}
onkyo.0 2021-06-15 08:09:54.430 debug (2337) stateChange onkyo.0.Device.command {"val":"NAL ","ack":true,"ts":1623737394405,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737394405}
onkyo.0 2021-06-15 08:09:54.399 debug (2337) string:
onkyo.0 2021-06-15 08:09:54.399 debug (2337) chunk: NAL
onkyo.0 2021-06-15 08:09:54.399 debug (2337) EISCP String: NAL
onkyo.0 2021-06-15 08:09:54.399 debug (2337) Got message: {"command":"net-usb-album-name-info","zone":"main","iscp_command":"NAL ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:54.398 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-album-name-info","zone":"main","iscp_command":"NAL ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:54.350 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NALQSTN
onkyo.0 2021-06-15 08:09:53.925 debug (2337) stateChange onkyo.0.Device.ListeningMode {"val":"80","ack":true,"ts":1623737393917,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736743977}
onkyo.0 2021-06-15 08:09:53.922 debug (2337) stateChange onkyo.0.Device.command {"val":"LMD80","ack":true,"ts":1623737393917,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737393917}
onkyo.0 2021-06-15 08:09:53.910 debug (2337) string: 80
onkyo.0 2021-06-15 08:09:53.910 debug (2337) chunk: LMD
onkyo.0 2021-06-15 08:09:53.909 debug (2337) EISCP String: LMD80
onkyo.0 2021-06-15 08:09:53.909 debug (2337) Got message: {"command":"listening-mode","zone":"main","argument":["plii","pliix-movie"],"iscp_command":"LMD80","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:53.909 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"listening-mode","zone":"main","argument":["plii","pliix-movie"],"iscp_command":"LMD80","host":"192.168.1.xxx","port":"
onkyo.0 2021-06-15 08:09:53.849 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - LMDQSTN
onkyo.0 2021-06-15 08:09:53.348 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NPZQSTN
onkyo.0 2021-06-15 08:09:52.847 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NPRQSTN
onkyo.0 2021-06-15 08:09:52.346 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NSTQSTN
onkyo.0 2021-06-15 08:09:51.934 debug (2337) stateChange onkyo.0.Zone1.Mute {"val":false,"ack":true,"ts":1623737391911,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622972787183}
onkyo.0 2021-06-15 08:09:51.930 debug (2337) stateChange onkyo.0.Device.command {"val":"AMT00","ack":true,"ts":1623737391911,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737391911}
onkyo.0 2021-06-15 08:09:51.905 debug (2337) string: 00
onkyo.0 2021-06-15 08:09:51.905 debug (2337) chunk: AMT
onkyo.0 2021-06-15 08:09:51.904 debug (2337) EISCP String: AMT00
onkyo.0 2021-06-15 08:09:51.904 debug (2337) Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:51.904 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 08:09:51.844 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - AMTQSTN
onkyo.0 2021-06-15 08:09:51.434 debug (2337) stateChange onkyo.0.Zone2.Mute {"val":false,"ack":true,"ts":1623737391420,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506918170}
onkyo.0 2021-06-15 08:09:51.431 debug (2337) stateChange onkyo.0.Device.command {"val":"ZMT00","ack":true,"ts":1623737391420,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737391420}
onkyo.0 2021-06-15 08:09:51.414 debug (2337) string: 00
onkyo.0 2021-06-15 08:09:51.414 debug (2337) chunk: ZMT
onkyo.0 2021-06-15 08:09:51.413 debug (2337) EISCP String: ZMT00
onkyo.0 2021-06-15 08:09:51.413 debug (2337) Got message: {"command":"muting","zone":"zone2","argument":"off","iscp_command":"ZMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:51.413 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"muting","zone":"zone2","argument":"off","iscp_command":"ZMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656
onkyo.0 2021-06-15 08:09:51.343 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZMTQSTN
onkyo.0 2021-06-15 08:09:50.936 debug (2337) stateChange onkyo.0.Zone3.InputSelect {"val":"N/","ack":true,"ts":1623737390929,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506917670}
onkyo.0 2021-06-15 08:09:50.933 debug (2337) stateChange onkyo.0.Device.command {"val":"SL3N/A","ack":true,"ts":1623737390924,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737390924}
onkyo.0 2021-06-15 08:09:50.919 debug (2337) string: N/A
onkyo.0 2021-06-15 08:09:50.918 debug (2337) chunk: SL3
onkyo.0 2021-06-15 08:09:50.918 debug (2337) EISCP String: SL3N/A
onkyo.0 2021-06-15 08:09:50.918 debug (2337) Got message: {"command":"selector","zone":"zone3","iscp_command":"SL3N/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:50.917 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"selector","zone":"zone3","iscp_command":"SL3N/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:50.842 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SL3QSTN
onkyo.0 2021-06-15 08:09:50.522 debug (2337) stateChange onkyo.0.Zone2.InputSelect {"val":"80","ack":true,"ts":1623737390513,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506917158}
onkyo.0 2021-06-15 08:09:50.518 debug (2337) stateChange onkyo.0.Device.command {"val":"SLZ80","ack":true,"ts":1623737390513,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737390513}
onkyo.0 2021-06-15 08:09:50.508 debug (2337) string: 80
onkyo.0 2021-06-15 08:09:50.507 debug (2337) chunk: SLZ
onkyo.0 2021-06-15 08:09:50.507 debug (2337) EISCP String: SLZ80
onkyo.0 2021-06-15 08:09:50.506 debug (2337) Got message: {"command":"selector","zone":"zone2","argument":"source","iscp_command":"SLZ80","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:50.506 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"selector","zone":"zone2","argument":"source","iscp_command":"SLZ80","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 08:09:50.341 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLZQSTN
onkyo.0 2021-06-15 08:09:49.963 debug (2337) stateChange onkyo.0.Zone1.InputSelect {"val":"12","ack":true,"ts":1623737389957,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735795803}
onkyo.0 2021-06-15 08:09:49.960 debug (2337) stateChange onkyo.0.Device.command {"val":"SLI12","ack":true,"ts":1623737389956,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737389956}
onkyo.0 2021-06-15 08:09:49.932 debug (2337) string: 12
onkyo.0 2021-06-15 08:09:49.932 debug (2337) chunk: SLI
onkyo.0 2021-06-15 08:09:49.930 debug (2337) EISCP String: SLI12
onkyo.0 2021-06-15 08:09:49.929 debug (2337) Got message: {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:49.929 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:49.840 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLIQSTN
onkyo.0 2021-06-15 08:09:49.440 debug (2337) stateChange onkyo.0.Device.AudioInformation {"val":"OPTICAL 2,Dolby D,48 kHz,5.1 ch,Dolby Surround,5.1 ch,","ack":true,"ts":1623737389431,"q":0,"from":"system.adapter.onkyo.0","user":"system.us
onkyo.0 2021-06-15 08:09:49.439 debug (2337) stateChange onkyo.0.Device.command {"val":"IFAOPTICAL 2,Dolby D,48 kHz,5.1 ch,Dolby Surround,5.1 ch,","ack":true,"ts":1623737389431,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.adm
onkyo.0 2021-06-15 08:09:49.399 debug (2337) string: OPTICAL 2,Dolby D,48 kHz,5.1 ch,Dolby Surround,5.1 ch,
onkyo.0 2021-06-15 08:09:49.399 debug (2337) chunk: IFA
onkyo.0 2021-06-15 08:09:49.399 debug (2337) EISCP String: IFAOPTICAL 2,Dolby D,48 kHz,5.1 ch,Dolby Surround,5.1 ch,
onkyo.0 2021-06-15 08:09:49.398 debug (2337) Got message: {"command":"audio-infomation","zone":"main","iscp_command":"IFAOPTICAL 2,Dolby D,48 kHz,5.1 ch,Dolby Surround,5.1 ch,","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:49.398 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-infomation","zone":"main","iscp_command":"IFAOPTICAL 2,Dolby D,48 kHz,5.1 ch,Dolby Surround,5.1 ch,","host":"192
onkyo.0 2021-06-15 08:09:49.339 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - IFAQSTN
onkyo.0 2021-06-15 08:09:48.837 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - VL3QSTN
onkyo.0 2021-06-15 08:09:48.410 debug (2337) stateChange onkyo.0.Zone2.Volume {"val":null,"ack":true,"ts":1623737388402,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737388402}
onkyo.0 2021-06-15 08:09:48.406 debug (2337) stateChange onkyo.0.Device.command {"val":"ZVLN/A","ack":true,"ts":1623737388402,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737388402}
onkyo.0 2021-06-15 08:09:48.395 debug (2337) string: N/A
onkyo.0 2021-06-15 08:09:48.395 debug (2337) chunk: ZVL
onkyo.0 2021-06-15 08:09:48.395 debug (2337) EISCP String: ZVLN/A
onkyo.0 2021-06-15 08:09:48.394 debug (2337) Got message: {"command":"volume","zone":"zone2","iscp_command":"ZVLN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:48.394 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"volume","zone":"zone2","iscp_command":"ZVLN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:48.336 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZVLQSTN
onkyo.0 2021-06-15 08:09:47.936 debug (2337) stateChange onkyo.0.Zone1.Volume {"val":17,"ack":true,"ts":1623737387902,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735411018}
onkyo.0 2021-06-15 08:09:47.933 debug (2337) stateChange onkyo.0.Device.command {"val":"MVL11","ack":true,"ts":1623737387902,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387902}
onkyo.0 2021-06-15 08:09:47.895 debug (2337) string: 11
onkyo.0 2021-06-15 08:09:47.895 debug (2337) chunk: MVL
onkyo.0 2021-06-15 08:09:47.895 debug (2337) EISCP String: MVL11
onkyo.0 2021-06-15 08:09:47.894 debug (2337) Got message: {"command":["master-volume","volume"],"zone":"main","argument":17,"iscp_command":"MVL11","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:47.894 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":["master-volume","volume"],"zone":"main","argument":17,"iscp_command":"MVL11","host":"192.168.1.xxx","port":"60128","mo
onkyo.0 2021-06-15 08:09:47.835 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - MVLQSTN
onkyo.0 2021-06-15 08:09:47.544 debug (2337) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623737387539,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736783374}
onkyo.0 2021-06-15 08:09:47.534 debug (2337) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623737387530,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387530}
onkyo.0 2021-06-15 08:09:47.529 debug (2337) newCommand: NRIQSTN
onkyo.0 2021-06-15 08:09:47.529 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.489 debug (2337) Value: NRIQSTN
onkyo.0 2021-06-15 08:09:47.489 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.488 debug (2337) stateChange onkyo.0.Device.command {"val":"NRIQSTN","ack":false,"ts":1623737387369,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387369}
onkyo.0 2021-06-15 08:09:47.488 debug (2337) newCommand: SLAQSTN
onkyo.0 2021-06-15 08:09:47.487 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.487 debug (2337) Value: SLAQSTN
onkyo.0 2021-06-15 08:09:47.486 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.486 debug (2337) stateChange onkyo.0.Device.command {"val":"SLAQSTN","ack":false,"ts":1623737387368,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387368}
onkyo.0 2021-06-15 08:09:47.485 debug (2337) newCommand: IFVQSTN
onkyo.0 2021-06-15 08:09:47.485 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.485 debug (2337) Value: IFVQSTN
onkyo.0 2021-06-15 08:09:47.484 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.484 debug (2337) stateChange onkyo.0.Device.command {"val":"IFVQSTN","ack":false,"ts":1623737387368,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387368}
onkyo.0 2021-06-15 08:09:47.478 debug (2337) newCommand: TU3QSTN
onkyo.0 2021-06-15 08:09:47.478 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.478 debug (2337) Value: TU3QSTN
onkyo.0 2021-06-15 08:09:47.477 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.477 debug (2337) stateChange onkyo.0.Device.command {"val":"TU3QSTN","ack":false,"ts":1623737387368,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387368}
onkyo.0 2021-06-15 08:09:47.476 debug (2337) newCommand: TUZQSTN
onkyo.0 2021-06-15 08:09:47.476 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.476 debug (2337) Value: TUZQSTN
onkyo.0 2021-06-15 08:09:47.475 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.475 debug (2337) stateChange onkyo.0.Device.command {"val":"TUZQSTN","ack":false,"ts":1623737387368,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387368}
onkyo.0 2021-06-15 08:09:47.474 debug (2337) newCommand: TUNQSTN
onkyo.0 2021-06-15 08:09:47.474 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.474 debug (2337) Value: TUNQSTN
onkyo.0 2021-06-15 08:09:47.473 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.473 debug (2337) stateChange onkyo.0.Device.command {"val":"TUNQSTN","ack":false,"ts":1623737387368,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387368}
onkyo.0 2021-06-15 08:09:47.472 debug (2337) newCommand: PR3QSTN
onkyo.0 2021-06-15 08:09:47.471 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.471 debug (2337) Value: PR3QSTN
onkyo.0 2021-06-15 08:09:47.471 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.470 debug (2337) stateChange onkyo.0.Device.command {"val":"PR3QSTN","ack":false,"ts":1623737387368,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387368}
onkyo.0 2021-06-15 08:09:47.470 debug (2337) newCommand: PRZQSTN
onkyo.0 2021-06-15 08:09:47.470 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.469 debug (2337) Value: PRZQSTN
onkyo.0 2021-06-15 08:09:47.469 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.468 debug (2337) stateChange onkyo.0.Device.command {"val":"PRZQSTN","ack":false,"ts":1623737387368,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387368}
onkyo.0 2021-06-15 08:09:47.464 debug (2337) newCommand: PRSQSTN
onkyo.0 2021-06-15 08:09:47.464 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.463 debug (2337) Value: PRSQSTN
onkyo.0 2021-06-15 08:09:47.463 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.462 debug (2337) stateChange onkyo.0.Device.command {"val":"PRSQSTN","ack":false,"ts":1623737387368,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387368}
onkyo.0 2021-06-15 08:09:47.458 debug (2337) newCommand: NTRQSTN
onkyo.0 2021-06-15 08:09:47.458 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.457 debug (2337) Value: NTRQSTN
onkyo.0 2021-06-15 08:09:47.455 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.454 debug (2337) stateChange onkyo.0.Device.command {"val":"NTRQSTN","ack":false,"ts":1623737387368,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387368}
onkyo.0 2021-06-15 08:09:47.454 debug (2337) newCommand: NTIQSTN
onkyo.0 2021-06-15 08:09:47.454 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.453 debug (2337) Value: NTIQSTN
onkyo.0 2021-06-15 08:09:47.453 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.452 debug (2337) stateChange onkyo.0.Device.command {"val":"NTIQSTN","ack":false,"ts":1623737387367,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387367}
onkyo.0 2021-06-15 08:09:47.452 debug (2337) newCommand: NTMQSTN
onkyo.0 2021-06-15 08:09:47.451 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.451 debug (2337) Value: NTMQSTN
onkyo.0 2021-06-15 08:09:47.450 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.450 debug (2337) stateChange onkyo.0.Device.command {"val":"NTMQSTN","ack":false,"ts":1623737387367,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387367}
onkyo.0 2021-06-15 08:09:47.444 debug (2337) newCommand: NATQSTN
onkyo.0 2021-06-15 08:09:47.444 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.443 debug (2337) Value: NATQSTN
onkyo.0 2021-06-15 08:09:47.443 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.442 debug (2337) stateChange onkyo.0.Device.command {"val":"NATQSTN","ack":false,"ts":1623737387367,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387367}
onkyo.0 2021-06-15 08:09:47.442 debug (2337) newCommand: NALQSTN
onkyo.0 2021-06-15 08:09:47.441 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.441 debug (2337) Value: NALQSTN
onkyo.0 2021-06-15 08:09:47.441 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.440 debug (2337) stateChange onkyo.0.Device.command {"val":"NALQSTN","ack":false,"ts":1623737387367,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387367}
onkyo.0 2021-06-15 08:09:47.440 debug (2337) newCommand: LMDQSTN
onkyo.0 2021-06-15 08:09:47.439 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.439 debug (2337) Value: LMDQSTN
onkyo.0 2021-06-15 08:09:47.438 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.438 debug (2337) stateChange onkyo.0.Device.command {"val":"LMDQSTN","ack":false,"ts":1623737387367,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387367}
onkyo.0 2021-06-15 08:09:47.436 debug (2337) string: 00
onkyo.0 2021-06-15 08:09:47.435 debug (2337) chunk: PWR
onkyo.0 2021-06-15 08:09:47.435 debug (2337) EISCP String: PWR00
onkyo.0 2021-06-15 08:09:47.434 debug (2337) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 08:09:47.434 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":
onkyo.0 2021-06-15 08:09:47.430 debug (2337) newCommand: NPZQSTN
onkyo.0 2021-06-15 08:09:47.429 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.394 debug (2337) Value: NPZQSTN
onkyo.0 2021-06-15 08:09:47.394 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.393 debug (2337) stateChange onkyo.0.Device.command {"val":"NPZQSTN","ack":false,"ts":1623737387367,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387367}
onkyo.0 2021-06-15 08:09:47.393 debug (2337) newCommand: NPRQSTN
onkyo.0 2021-06-15 08:09:47.393 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.392 debug (2337) Value: NPRQSTN
onkyo.0 2021-06-15 08:09:47.392 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.391 debug (2337) stateChange onkyo.0.Device.command {"val":"NPRQSTN","ack":false,"ts":1623737387367,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387367}
onkyo.0 2021-06-15 08:09:47.386 debug (2337) newCommand: NSTQSTN
onkyo.0 2021-06-15 08:09:47.385 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.384 debug (2337) Value: NSTQSTN
onkyo.0 2021-06-15 08:09:47.384 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.382 debug (2337) stateChange onkyo.0.Device.command {"val":"NSTQSTN","ack":false,"ts":1623737387367,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387367}
onkyo.0 2021-06-15 08:09:47.382 debug (2337) newCommand: AMTQSTN
onkyo.0 2021-06-15 08:09:47.381 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.381 debug (2337) Value: AMTQSTN
onkyo.0 2021-06-15 08:09:47.381 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.380 debug (2337) stateChange onkyo.0.Device.command {"val":"AMTQSTN","ack":false,"ts":1623737387367,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387367}
onkyo.0 2021-06-15 08:09:47.374 debug (2337) newCommand: ZMTQSTN
onkyo.0 2021-06-15 08:09:47.374 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.374 debug (2337) Value: ZMTQSTN
onkyo.0 2021-06-15 08:09:47.373 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.372 debug (2337) stateChange onkyo.0.Device.command {"val":"ZMTQSTN","ack":false,"ts":1623737387366,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387366}
onkyo.0 2021-06-15 08:09:47.365 debug (2337) newCommand: SL3QSTN
onkyo.0 2021-06-15 08:09:47.365 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.365 debug (2337) Value: SL3QSTN
onkyo.0 2021-06-15 08:09:47.364 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.364 debug (2337) stateChange onkyo.0.Device.command {"val":"SL3QSTN","ack":false,"ts":1623737387287,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387287}
onkyo.0 2021-06-15 08:09:47.361 debug (2337) newCommand: SLZQSTN
onkyo.0 2021-06-15 08:09:47.360 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.360 debug (2337) Value: SLZQSTN
onkyo.0 2021-06-15 08:09:47.359 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.359 debug (2337) stateChange onkyo.0.Device.command {"val":"SLZQSTN","ack":false,"ts":1623737387286,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387286}
onkyo.0 2021-06-15 08:09:47.358 debug (2337) newCommand: SLIQSTN
onkyo.0 2021-06-15 08:09:47.358 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.358 debug (2337) Value: SLIQSTN
onkyo.0 2021-06-15 08:09:47.356 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.355 debug (2337) stateChange onkyo.0.Device.command {"val":"SLIQSTN","ack":false,"ts":1623737387286,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387286}
onkyo.0 2021-06-15 08:09:47.355 debug (2337) newCommand: IFAQSTN
onkyo.0 2021-06-15 08:09:47.354 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.353 debug (2337) Value: IFAQSTN
onkyo.0 2021-06-15 08:09:47.351 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.351 debug (2337) stateChange onkyo.0.Device.command {"val":"IFAQSTN","ack":false,"ts":1623737387286,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387286}
onkyo.0 2021-06-15 08:09:47.346 debug (2337) newCommand: VL3QSTN
onkyo.0 2021-06-15 08:09:47.345 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.345 debug (2337) Value: VL3QSTN
onkyo.0 2021-06-15 08:09:47.344 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.344 debug (2337) stateChange onkyo.0.Device.command {"val":"VL3QSTN","ack":false,"ts":1623737387286,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387286}
onkyo.0 2021-06-15 08:09:47.343 debug (2337) newCommand: ZVLQSTN
onkyo.0 2021-06-15 08:09:47.343 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.343 debug (2337) Value: ZVLQSTN
onkyo.0 2021-06-15 08:09:47.342 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.342 debug (2337) stateChange onkyo.0.Device.command {"val":"ZVLQSTN","ack":false,"ts":1623737387286,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387286}
onkyo.0 2021-06-15 08:09:47.339 debug (2337) newCommand: MVLQSTN
onkyo.0 2021-06-15 08:09:47.338 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.338 debug (2337) Value: MVLQSTN
onkyo.0 2021-06-15 08:09:47.337 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.336 debug (2337) stateChange onkyo.0.Device.command {"val":"MVLQSTN","ack":false,"ts":1623737387286,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387286}
onkyo.0 2021-06-15 08:09:47.333 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 08:09:47.329 debug (2337) newCommand: PWRQSTN
onkyo.0 2021-06-15 08:09:47.329 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:47.290 debug (2337) Value: PWRQSTN
onkyo.0 2021-06-15 08:09:47.290 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:47.289 debug (2337) stateChange onkyo.0.Device.command {"val":"PWRQSTN","ack":false,"ts":1623737387286,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737387286}
onkyo.0 2021-06-15 08:09:42.332 debug (2337) stateChange onkyo.0.info.connection {"val":true,"ack":true,"ts":1623737382283,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737382283}
onkyo.0 2021-06-15 08:09:42.329 debug (2337) stateChange onkyo.0.Device.connected {"val":true,"ack":true,"ts":1623737382282,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737382282}
onkyo.0 2021-06-15 08:09:42.279 info (2337) Successfully connected to AVR
onkyo.0 2021-06-15 08:09:42.278 debug (2337) INFO (connected) Connected to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 08:09:42.270 debug (2337) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 08:09:37.279 debug (2337) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623737377271,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737377271}
onkyo.0 2021-06-15 08:09:37.275 debug (2337) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623737377271,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737377271}
onkyo.0 2021-06-15 08:09:37.267 info (2337) AVR disconnected
onkyo.0 2021-06-15 08:09:37.267 debug (2337) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-15 08:09:37.265 error (2337) Error: ERROR (server_error) Server error on 192.168.1.xxx:60128 - Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:209:20) { errno: 'ECONNRESET', code: 'ECONN
onkyo.0 2021-06-15 08:09:37.243 debug (2337) stateChange onkyo.0.Device.RAW {"val":null,"ack":true,"ts":1623737377230,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737377230}
onkyo.0 2021-06-15 08:09:37.240 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWR01
onkyo.0 2021-06-15 08:09:37.239 debug (2337) newCommand: PWR01
onkyo.0 2021-06-15 08:09:37.238 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 08:09:37.238 debug (2337) Value: PWR01
onkyo.0 2021-06-15 08:09:37.237 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:37.235 debug (2337) stateChange onkyo.0.Device.command {"val":"PWR01","ack":false,"ts":1623737377229,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623737377229}
onkyo.0 2021-06-15 08:09:37.152 debug (2337) Send RAW to Receiver: PWR01
onkyo.0 2021-06-15 08:09:37.152 debug (2337) id: onkyo.0.Device.RAW
onkyo.0 2021-06-15 08:09:37.152 debug (2337) Value: PWR01
onkyo.0 2021-06-15 08:09:37.151 debug (2337) ack is not set!
onkyo.0 2021-06-15 08:09:37.151 debug (2337) stateChange onkyo.0.Device.RAW {"val":"PWR01","ack":false,"ts":1623737377147,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1623737377147}
onkyo.0 2021-06-15 07:59:43.441 debug (2337) stateChange onkyo.0.Zone1.Mute {"val":false,"ack":true,"ts":1623736783434,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622972787183}
onkyo.0 2021-06-15 07:59:43.438 debug (2337) stateChange onkyo.0.Device.command {"val":"AMT00","ack":true,"ts":1623736783434,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736783434}
onkyo.0 2021-06-15 07:59:43.434 debug (2337) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623736783374,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736783374}
onkyo.0 2021-06-15 07:59:43.433 debug (2337) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623736783373,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736783373}
onkyo.0 2021-06-15 07:59:43.371 debug (2337) string: 00
onkyo.0 2021-06-15 07:59:43.370 debug (2337) chunk: AMT
onkyo.0 2021-06-15 07:59:43.370 debug (2337) EISCP String: AMT00
onkyo.0 2021-06-15 07:59:43.370 debug (2337) Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:59:43.369 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 07:59:43.365 debug (2337) string: 00
onkyo.0 2021-06-15 07:59:43.364 debug (2337) chunk: PWR
onkyo.0 2021-06-15 07:59:43.364 debug (2337) EISCP String: PWR00
onkyo.0 2021-06-15 07:59:43.364 debug (2337) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:59:43.363 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":
onkyo.0 2021-06-15 07:59:03.988 debug (2337) stateChange onkyo.0.Device.ListeningMode {"val":"80","ack":true,"ts":1623736743977,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736743977}
onkyo.0 2021-06-15 07:59:03.985 debug (2337) stateChange onkyo.0.Device.command {"val":"LMD80\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1RAS01\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000
onkyo.0 2021-06-15 07:59:03.982 debug (2337) stateChange onkyo.0.Device.command {"val":"MOT00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1RAS00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000
onkyo.0 2021-06-15 07:59:03.970 debug (2337) string: 80
onkyo.0 2021-06-15 07:59:03.970 debug (2337) chunk: LMD
onkyo.0 2021-06-15 07:59:03.969 debug (2337) EISCP String: LMD80 ISCP !1RAS01 ISCP !1UPDFF ISCP !1UPDFF ISCP !1UPDFF ISCP !1UPDFF ISCP !1UPDFF ISCP 
onkyo.0 2021-06-15 07:59:03.969 debug (2337) Got message: {"command":"listening-mode","zone":"main","iscp_command":"LMD80\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1RAS01\u001a\r\nISCP\u0000\u0000\u
onkyo.0 2021-06-15 07:59:03.968 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"listening-mode","zone":"main","iscp_command":"LMD80\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0
onkyo.0 2021-06-15 07:59:03.967 debug (2337) string: 00
onkyo.0 2021-06-15 07:59:03.967 debug (2337) chunk: MOT
onkyo.0 2021-06-15 07:59:03.966 debug (2337) EISCP String: MOT00 ISCP !1RAS00 ISCP !1PCT00 ISCP !1ITV+10 ISCP !1NDSW-x
onkyo.0 2021-06-15 07:59:03.966 debug (2337) Got message: {"command":"music-optimizer","zone":"main","iscp_command":"MOT00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1RAS00\u001a\r\nISCP\u0000\u0000\
onkyo.0 2021-06-15 07:59:03.965 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"music-optimizer","zone":"main","iscp_command":"MOT00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u
onkyo.0 2021-06-15 07:57:48.061 debug (2337) stateChange onkyo.0.Zone1.Mute {"val":false,"ack":true,"ts":1623736668054,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622972787183}
onkyo.0 2021-06-15 07:57:48.059 debug (2337) stateChange onkyo.0.Device.command {"val":"AMT00","ack":true,"ts":1623736668054,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736668054}
onkyo.0 2021-06-15 07:57:48.048 debug (2337) string: 00
onkyo.0 2021-06-15 07:57:48.048 debug (2337) chunk: AMT
onkyo.0 2021-06-15 07:57:48.048 debug (2337) EISCP String: AMT00
onkyo.0 2021-06-15 07:57:48.048 debug (2337) Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:57:48.047 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 07:57:40.403 debug (2337) stateChange onkyo.0.Device.command {"val":"DIM00","ack":true,"ts":1623736660381,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736660381}
onkyo.0 2021-06-15 07:57:40.329 debug (2337) string: 00
onkyo.0 2021-06-15 07:57:40.328 debug (2337) chunk: DIM
onkyo.0 2021-06-15 07:57:40.328 debug (2337) EISCP String: DIM00
onkyo.0 2021-06-15 07:57:40.328 debug (2337) Got message: {"command":"dimmer-level","zone":"main","argument":"bright","iscp_command":"DIM00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:57:40.327 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"dimmer-level","zone":"main","argument":"bright","iscp_command":"DIM00","host":"192.168.1.xxx","port":"60128","model":"
onkyo.0 2021-06-15 07:57:40.271 debug (2337) stateChange onkyo.0.Zone1.InputSelect {"val":"12","ack":true,"ts":1623736660264,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735795803}
onkyo.0 2021-06-15 07:57:40.268 debug (2337) stateChange onkyo.0.Device.command {"val":"SLI12","ack":true,"ts":1623736660263,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736660263}
onkyo.0 2021-06-15 07:57:40.258 debug (2337) string: 12
onkyo.0 2021-06-15 07:57:40.258 debug (2337) chunk: SLI
onkyo.0 2021-06-15 07:57:40.257 debug (2337) EISCP String: SLI12
onkyo.0 2021-06-15 07:57:40.257 debug (2337) Got message: {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:57:40.256 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:57:40.156 debug (2337) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623736660143,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736660143}
onkyo.0 2021-06-15 07:57:40.148 debug (2337) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623736660142,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736660142}
onkyo.0 2021-06-15 07:57:40.059 debug (2337) string: 01
onkyo.0 2021-06-15 07:57:40.059 debug (2337) chunk: PWR
onkyo.0 2021-06-15 07:57:40.058 debug (2337) EISCP String: PWR01
onkyo.0 2021-06-15 07:57:40.058 debug (2337) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:57:40.057 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-N
onkyo.0 2021-06-15 07:56:39.271 debug (2337) stateChange onkyo.0.Device.command {"val":" /><control id=\"LMD Surround\" value=\"0\" code=\"SURR\" position=\"4\" /><control id=\"TUNER Control\" value=\"1\" /><control id=\"TUNER Freq Contro
onkyo.0 2021-06-15 07:56:39.267 debug (2337) stateChange onkyo.0.Device.command {"val":"d=\"0\" freq=\"0\" name=\"\" /><preset id=\"23\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"24\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"25
onkyo.0 2021-06-15 07:56:39.263 debug (2337) stateChange onkyo.0.Device.command {"val":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"04\" ba
onkyo.0 2021-06-15 07:56:39.216 debug (2337) stateChange onkyo.0.Device.command {"val":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Ma
onkyo.0 2021-06-15 07:56:39.212 debug (2337) string: <control id="LMD Surround" value="0" code="SURR" position="4" /><control id="TUN
onkyo.0 2021-06-15 07:56:39.212 debug (2337) chunk: />
onkyo.0 2021-06-15 07:56:39.211 debug (2337) EISCP String: /><control id="LMD Surround" value="0" code="SURR" position="4" /><control id="TUNER Control" value="1" /><control id="TUNER Freq Control" value="0" /><control id="Info" value="1
onkyo.0 2021-06-15 07:56:39.211 debug (2337) Got message: {"iscp_command":" /><control id=\"LMD Surround\" value=\"0\" code=\"SURR\" position=\"4\" /><control id=\"TUNER Control\" value=\"1\" /><control id=\"TUNER Freq Control\" value=\"0
onkyo.0 2021-06-15 07:56:39.210 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":" /><control id=\"LMD Surround\" value=\"0\" code=\"SURR\" position=\"4\" /><control id=\"TUNER Control\" value=\"
onkyo.0 2021-06-15 07:56:39.207 debug (2337) string: 0" freq="0" name="" /><preset id="23" band="0" freq="0" name="" /><preset id="24
onkyo.0 2021-06-15 07:56:39.207 debug (2337) chunk: d="
onkyo.0 2021-06-15 07:56:39.206 debug (2337) EISCP String: d="0" freq="0" name="" /><preset id="23" band="0" freq="0" name="" /><preset id="24" band="0" freq="0" name="" /><preset id="25" band="0" freq="0" name="" /><preset id="26" band="
onkyo.0 2021-06-15 07:56:39.205 debug (2337) Got message: {"iscp_command":"d=\"0\" freq=\"0\" name=\"\" /><preset id=\"23\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"24\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"25\" band=\"0\"
onkyo.0 2021-06-15 07:56:39.205 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"d=\"0\" freq=\"0\" name=\"\" /><preset id=\"23\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"24\" band=\"0\" f
onkyo.0 2021-06-15 07:56:39.203 debug (2337) string: req="0" name="" /><preset id="02" band="0" freq="0" name="" /><preset id="03" ba
onkyo.0 2021-06-15 07:56:39.203 debug (2337) chunk: " f
onkyo.0 2021-06-15 07:56:39.202 debug (2337) EISCP String: " freq="0" name="" /><preset id="02" band="0" freq="0" name="" /><preset id="03" band="0" freq="0" name="" /><preset id="04" band="0" freq="0" name="" /><preset id="05" band="0" f
onkyo.0 2021-06-15 07:56:39.202 debug (2337) Got message: {"iscp_command":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"04\" band=\"0\" freq
onkyo.0 2021-06-15 07:56:39.200 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\
onkyo.0 2021-06-15 07:56:39.191 debug (2337) string: e id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><
onkyo.0 2021-06-15 07:56:39.191 debug (2337) chunk: vic
onkyo.0 2021-06-15 07:56:39.190 debug (2337) EISCP String: vice id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist count="4"><zone id="1" value="1" name="Main" volmax="82" volstep="1" src="1" dst="1" lr
onkyo.0 2021-06-15 07:56:39.190 debug (2337) Got message: {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=\
onkyo.0 2021-06-15 07:56:39.190 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"
onkyo.0 2021-06-15 07:56:39.135 debug (2337) stateChange onkyo.0.Device.NavInfo {"val":"<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>20
onkyo.0 2021-06-15 07:56:39.132 debug (2337) stateChange onkyo.0.Device.command {"val":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year
onkyo.0 2021-06-15 07:56:39.107 debug (2337) string: <?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656
onkyo.0 2021-06-15 07:56:39.107 debug (2337) chunk: NRI
onkyo.0 2021-06-15 07:56:39.106 debug (2337) EISCP String: NRI<?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><model>TX-NR656</model><d
onkyo.0 2021-06-15 07:56:39.106 debug (2337) Got message: {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><
onkyo.0 2021-06-15 07:56:39.105 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand>
onkyo.0 2021-06-15 07:56:38.536 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NRIQSTN
onkyo.0 2021-06-15 07:56:38.306 debug (2337) stateChange onkyo.0.Device.command {"val":"SLA05","ack":true,"ts":1623736598302,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736598302}
onkyo.0 2021-06-15 07:56:38.209 debug (2337) string: 05
onkyo.0 2021-06-15 07:56:38.209 debug (2337) chunk: SLA
onkyo.0 2021-06-15 07:56:38.208 debug (2337) EISCP String: SLA05
onkyo.0 2021-06-15 07:56:38.208 debug (2337) Got message: {"command":"audio-selector","zone":"main","argument":["coax","opt"],"iscp_command":"SLA05","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:38.207 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-selector","zone":"main","argument":["coax","opt"],"iscp_command":"SLA05","host":"192.168.1.xxx","port":"60128","
onkyo.0 2021-06-15 07:56:38.035 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLAQSTN
onkyo.0 2021-06-15 07:56:37.721 debug (2337) stateChange onkyo.0.Device.VideoInformation {"val":"No Video,Unknown,,24bit,,Unknown,,24bit,,","ack":true,"ts":1623736597713,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc
onkyo.0 2021-06-15 07:56:37.717 debug (2337) stateChange onkyo.0.Device.command {"val":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","ack":true,"ts":1623736597712,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623
onkyo.0 2021-06-15 07:56:37.701 debug (2337) string: No Video,Unknown,,24bit,,Unknown,,24bit,,
onkyo.0 2021-06-15 07:56:37.700 debug (2337) chunk: IFV
onkyo.0 2021-06-15 07:56:37.700 debug (2337) EISCP String: IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,
onkyo.0 2021-06-15 07:56:37.700 debug (2337) Got message: {"command":"video-infomation","zone":"main","iscp_command":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:37.699 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"video-infomation","zone":"main","iscp_command":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","host":"192.168.1.xxx","
onkyo.0 2021-06-15 07:56:37.533 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - IFVQSTN
onkyo.0 2021-06-15 07:56:37.155 debug (2337) stateChange onkyo.0.Zone3.Tune {"val":87.5,"ack":true,"ts":1623736597151,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072178}
onkyo.0 2021-06-15 07:56:37.151 debug (2337) stateChange onkyo.0.Device.command {"val":"TU308750","ack":true,"ts":1623736597147,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736597147}
onkyo.0 2021-06-15 07:56:37.101 debug (2337) string: 08750
onkyo.0 2021-06-15 07:56:37.101 debug (2337) chunk: TU3
onkyo.0 2021-06-15 07:56:37.101 debug (2337) EISCP String: TU308750
onkyo.0 2021-06-15 07:56:37.100 debug (2337) Got message: {"command":"tuning","zone":"zone3","iscp_command":"TU308750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:37.100 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone3","iscp_command":"TU308750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:37.076 debug (2337) stateChange onkyo.0.Zone2.Tune {"val":87.5,"ack":true,"ts":1623736597069,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072161}
onkyo.0 2021-06-15 07:56:37.073 debug (2337) stateChange onkyo.0.Device.command {"val":"TUZ08750","ack":true,"ts":1623736597068,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736597068}
onkyo.0 2021-06-15 07:56:37.063 debug (2337) string: 08750
onkyo.0 2021-06-15 07:56:37.063 debug (2337) chunk: TUZ
onkyo.0 2021-06-15 07:56:37.063 debug (2337) EISCP String: TUZ08750
onkyo.0 2021-06-15 07:56:37.063 debug (2337) Got message: {"command":"tuning","zone":"zone2","iscp_command":"TUZ08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:37.062 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone2","iscp_command":"TUZ08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:37.032 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TU3QSTN
onkyo.0 2021-06-15 07:56:37.029 debug (2337) stateChange onkyo.0.Zone1.Tune {"val":87.5,"ack":true,"ts":1623736597025,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072144}
onkyo.0 2021-06-15 07:56:36.955 debug (2337) stateChange onkyo.0.Device.command {"val":"TUN08750","ack":true,"ts":1623736596950,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736596950}
onkyo.0 2021-06-15 07:56:36.948 debug (2337) stateChange onkyo.0.Zone2.TunerPreset {"val":0,"ack":true,"ts":1623736596940,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506924179}
onkyo.0 2021-06-15 07:56:36.944 debug (2337) stateChange onkyo.0.Device.command {"val":"PRZ00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1PR300","ack":true,"ts":1623736596938,"q":0,"from":"system.ada
onkyo.0 2021-06-15 07:56:36.939 debug (2337) stateChange onkyo.0.Zone1.TunerPreset {"val":0,"ack":true,"ts":1623736596889,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1596293154365}
onkyo.0 2021-06-15 07:56:36.938 debug (2337) stateChange onkyo.0.Device.command {"val":"PRS00","ack":true,"ts":1623736596889,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736596889}
onkyo.0 2021-06-15 07:56:36.934 debug (2337) string: 08750
onkyo.0 2021-06-15 07:56:36.933 debug (2337) chunk: TUN
onkyo.0 2021-06-15 07:56:36.933 debug (2337) EISCP String: TUN08750
onkyo.0 2021-06-15 07:56:36.932 debug (2337) Got message: {"command":"tuning","zone":"zone4","iscp_command":"TUN08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:36.931 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone4","iscp_command":"TUN08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:36.887 debug (2337) string: 00
onkyo.0 2021-06-15 07:56:36.886 debug (2337) chunk: PRZ
onkyo.0 2021-06-15 07:56:36.886 debug (2337) EISCP String: PRZ00 ISCP !1PR300
onkyo.0 2021-06-15 07:56:36.886 debug (2337) Got message: {"command":"preset","zone":"zone2","iscp_command":"PRZ00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1PR300","host":"192.168.1.xxx","port":"60
onkyo.0 2021-06-15 07:56:36.885 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone2","iscp_command":"PRZ00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u00
onkyo.0 2021-06-15 07:56:36.880 debug (2337) string: 00
onkyo.0 2021-06-15 07:56:36.880 debug (2337) chunk: PRS
onkyo.0 2021-06-15 07:56:36.879 debug (2337) EISCP String: PRS00
onkyo.0 2021-06-15 07:56:36.879 debug (2337) Got message: {"command":"preset","zone":"zone4","iscp_command":"PRS00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:36.879 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone4","iscp_command":"PRS00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:36.531 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TUZQSTN
onkyo.0 2021-06-15 07:56:36.389 debug (2337) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623736596383,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736595694}
onkyo.0 2021-06-15 07:56:36.332 debug (2337) string: W-x
onkyo.0 2021-06-15 07:56:36.330 debug (2337) chunk: NDS
onkyo.0 2021-06-15 07:56:36.315 debug (2337) EISCP String: NDSW-x
onkyo.0 2021-06-15 07:56:36.315 debug (2337) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:36.314 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:36.035 debug (2337) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623736596031,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736595694}
onkyo.0 2021-06-15 07:56:35.953 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TUNQSTN
onkyo.0 2021-06-15 07:56:35.944 debug (2337) string: W-x
onkyo.0 2021-06-15 07:56:35.944 debug (2337) chunk: NDS
onkyo.0 2021-06-15 07:56:35.944 debug (2337) EISCP String: NDSW-x
onkyo.0 2021-06-15 07:56:35.943 debug (2337) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:35.942 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:35.698 debug (2337) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623736595694,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736595694}
onkyo.0 2021-06-15 07:56:35.689 debug (2337) string: W-x
onkyo.0 2021-06-15 07:56:35.689 debug (2337) chunk: NDS
onkyo.0 2021-06-15 07:56:35.689 debug (2337) EISCP String: NDSW-x
onkyo.0 2021-06-15 07:56:35.688 debug (2337) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:35.688 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:35.452 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PR3QSTN
onkyo.0 2021-06-15 07:56:34.951 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PRZQSTN
onkyo.0 2021-06-15 07:56:34.448 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PRSQSTN
onkyo.0 2021-06-15 07:56:34.006 debug (2337) stateChange onkyo.0.Device.ListeningMode {"val":"0C","ack":true,"ts":1623736593999,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593999}
onkyo.0 2021-06-15 07:56:33.947 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTRQSTN
onkyo.0 2021-06-15 07:56:33.925 debug (2337) stateChange onkyo.0.Device.command {"val":"LMD0C","ack":true,"ts":1623736593918,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593918}
onkyo.0 2021-06-15 07:56:33.922 debug (2337) stateChange onkyo.0.Zone1.Mute {"val":false,"ack":true,"ts":1623736593918,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622972787183}
onkyo.0 2021-06-15 07:56:33.913 debug (2337) stateChange onkyo.0.Device.command {"val":"AMT00","ack":true,"ts":1623736593906,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593906}
onkyo.0 2021-06-15 07:56:33.912 debug (2337) string: 0C
onkyo.0 2021-06-15 07:56:33.912 debug (2337) chunk: LMD
onkyo.0 2021-06-15 07:56:33.911 debug (2337) EISCP String: LMD0C
onkyo.0 2021-06-15 07:56:33.911 debug (2337) Got message: {"command":"listening-mode","zone":"main","argument":"all-ch-stereo","iscp_command":"LMD0C","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.910 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"listening-mode","zone":"main","argument":"all-ch-stereo","iscp_command":"LMD0C","host":"192.168.1.xxx","port":"60128",
onkyo.0 2021-06-15 07:56:33.905 debug (2337) stateChange onkyo.0.Zone2.Mute {"val":false,"ack":true,"ts":1623736593899,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506918170}
onkyo.0 2021-06-15 07:56:33.897 debug (2337) string: 00
onkyo.0 2021-06-15 07:56:33.897 debug (2337) chunk: AMT
onkyo.0 2021-06-15 07:56:33.896 debug (2337) EISCP String: AMT00
onkyo.0 2021-06-15 07:56:33.896 debug (2337) Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.896 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 07:56:33.854 debug (2337) stateChange onkyo.0.Device.command {"val":"ZMT00","ack":true,"ts":1623736593848,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593848}
onkyo.0 2021-06-15 07:56:33.852 debug (2337) stateChange onkyo.0.Zone3.InputSelect {"val":"N/","ack":true,"ts":1623736593848,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506917670}
onkyo.0 2021-06-15 07:56:33.847 debug (2337) stateChange onkyo.0.Device.command {"val":"SL3N/A","ack":true,"ts":1623736593840,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593840}
onkyo.0 2021-06-15 07:56:33.841 debug (2337) stateChange onkyo.0.Zone2.InputSelect {"val":"80","ack":true,"ts":1623736593833,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506917158}
onkyo.0 2021-06-15 07:56:33.837 debug (2337) string: 00
onkyo.0 2021-06-15 07:56:33.837 debug (2337) chunk: ZMT
onkyo.0 2021-06-15 07:56:33.837 debug (2337) EISCP String: ZMT00
onkyo.0 2021-06-15 07:56:33.836 debug (2337) Got message: {"command":"muting","zone":"zone2","argument":"off","iscp_command":"ZMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.835 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"muting","zone":"zone2","argument":"off","iscp_command":"ZMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656
onkyo.0 2021-06-15 07:56:33.833 debug (2337) stateChange onkyo.0.Device.command {"val":"SLZ80","ack":true,"ts":1623736593823,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593823}
onkyo.0 2021-06-15 07:56:33.829 debug (2337) stateChange onkyo.0.Zone1.InputSelect {"val":"12","ack":true,"ts":1623736593823,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735795803}
onkyo.0 2021-06-15 07:56:33.825 debug (2337) stateChange onkyo.0.Device.command {"val":"SLI12","ack":true,"ts":1623736593806,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593806}
onkyo.0 2021-06-15 07:56:33.824 debug (2337) stateChange onkyo.0.Device.AudioInformation {"val":"N/A","ack":true,"ts":1623736593806,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735308427}
onkyo.0 2021-06-15 07:56:33.818 debug (2337) string: N/A
onkyo.0 2021-06-15 07:56:33.817 debug (2337) chunk: SL3
onkyo.0 2021-06-15 07:56:33.817 debug (2337) EISCP String: SL3N/A
onkyo.0 2021-06-15 07:56:33.817 debug (2337) Got message: {"command":"selector","zone":"zone3","iscp_command":"SL3N/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.816 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"selector","zone":"zone3","iscp_command":"SL3N/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.813 debug (2337) string: 80
onkyo.0 2021-06-15 07:56:33.812 debug (2337) chunk: SLZ
onkyo.0 2021-06-15 07:56:33.811 debug (2337) EISCP String: SLZ80
onkyo.0 2021-06-15 07:56:33.810 debug (2337) Got message: {"command":"selector","zone":"zone2","argument":"source","iscp_command":"SLZ80","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.809 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"selector","zone":"zone2","argument":"source","iscp_command":"SLZ80","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 07:56:33.800 debug (2337) string: 12
onkyo.0 2021-06-15 07:56:33.800 debug (2337) chunk: SLI
onkyo.0 2021-06-15 07:56:33.800 debug (2337) EISCP String: SLI12
onkyo.0 2021-06-15 07:56:33.799 debug (2337) Got message: {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.799 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.798 debug (2337) stateChange onkyo.0.Device.command {"val":"IFAN/A","ack":true,"ts":1623736593790,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593790}
onkyo.0 2021-06-15 07:56:33.794 debug (2337) stateChange onkyo.0.Zone2.Volume {"val":null,"ack":true,"ts":1623736593789,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593789}
onkyo.0 2021-06-15 07:56:33.784 debug (2337) string: N/A
onkyo.0 2021-06-15 07:56:33.784 debug (2337) chunk: IFA
onkyo.0 2021-06-15 07:56:33.784 debug (2337) EISCP String: IFAN/A
onkyo.0 2021-06-15 07:56:33.783 debug (2337) Got message: {"command":"audio-infomation","zone":"main","iscp_command":"IFAN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.783 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-infomation","zone":"main","iscp_command":"IFAN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.756 debug (2337) stateChange onkyo.0.Device.command {"val":"ZVLN/A","ack":true,"ts":1623736593744,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593744}
onkyo.0 2021-06-15 07:56:33.755 debug (2337) stateChange onkyo.0.Zone1.Volume {"val":17,"ack":true,"ts":1623736593743,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735411018}
onkyo.0 2021-06-15 07:56:33.749 debug (2337) stateChange onkyo.0.Device.command {"val":"MVL11","ack":true,"ts":1623736593743,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593743}
onkyo.0 2021-06-15 07:56:33.741 debug (2337) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623736593720,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735892969}
onkyo.0 2021-06-15 07:56:33.736 debug (2337) string: N/A
onkyo.0 2021-06-15 07:56:33.735 debug (2337) chunk: ZVL
onkyo.0 2021-06-15 07:56:33.735 debug (2337) EISCP String: ZVLN/A
onkyo.0 2021-06-15 07:56:33.735 debug (2337) Got message: {"command":"volume","zone":"zone2","iscp_command":"ZVLN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.734 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"volume","zone":"zone2","iscp_command":"ZVLN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.732 debug (2337) string: 11
onkyo.0 2021-06-15 07:56:33.731 debug (2337) chunk: MVL
onkyo.0 2021-06-15 07:56:33.731 debug (2337) EISCP String: MVL11
onkyo.0 2021-06-15 07:56:33.731 debug (2337) Got message: {"command":["master-volume","volume"],"zone":"main","argument":17,"iscp_command":"MVL11","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.730 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":["master-volume","volume"],"zone":"main","argument":17,"iscp_command":"MVL11","host":"192.168.1.xxx","port":"60128","mo
onkyo.0 2021-06-15 07:56:33.729 debug (2337) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623736593720,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593720}
onkyo.0 2021-06-15 07:56:33.710 debug (2337) string: 00
onkyo.0 2021-06-15 07:56:33.710 debug (2337) chunk: PWR
onkyo.0 2021-06-15 07:56:33.710 debug (2337) EISCP String: PWR00
onkyo.0 2021-06-15 07:56:33.710 debug (2337) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.709 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":
onkyo.0 2021-06-15 07:56:33.510 debug (2337) stateChange onkyo.0.Device.MediaTitelName {"val":" ","ack":true,"ts":1623736593503,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735307568}
onkyo.0 2021-06-15 07:56:33.506 debug (2337) stateChange onkyo.0.Device.command {"val":"NTI ","ack":true,"ts":1623736593502,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736593502}
onkyo.0 2021-06-15 07:56:33.497 debug (2337) string:
onkyo.0 2021-06-15 07:56:33.497 debug (2337) chunk: NTI
onkyo.0 2021-06-15 07:56:33.496 debug (2337) EISCP String: NTI
onkyo.0 2021-06-15 07:56:33.496 debug (2337) Got message: {"command":"net-usb-title-name","zone":"main","iscp_command":"NTI ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.495 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-title-name","zone":"main","iscp_command":"NTI ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:33.446 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTIQSTN
onkyo.0 2021-06-15 07:56:32.944 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTMQSTN
onkyo.0 2021-06-15 07:56:32.863 debug (2337) stateChange onkyo.0.Device.command {"val":"NLSU4-Tidal\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0017\u0001\u0000\u0000\u0000!1NLSU5-FlareConnect\u001a\r\nISCP\u0000\u0000\u0000\
onkyo.0 2021-06-15 07:56:32.856 debug (2337) stateChange onkyo.0.Device.command {"val":"NLSU3-Deezer","ack":true,"ts":1623736592850,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736592850}
onkyo.0 2021-06-15 07:56:32.847 debug (2337) stateChange onkyo.0.Device.command {"val":"NLSU0-TuneIn\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0012\u0001\u0000\u0000\u0000!1NLSU1-Pandora\u001a\r\nISCP\u0000\u0000\u0000\u001
onkyo.0 2021-06-15 07:56:32.846 debug (2337) stateChange onkyo.0.Device.command {"val":"NLSC0P","ack":true,"ts":1623736592837,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736592837}
onkyo.0 2021-06-15 07:56:32.836 debug (2337) string: U4-Tidal
onkyo.0 2021-06-15 07:56:32.835 debug (2337) chunk: NLS
onkyo.0 2021-06-15 07:56:32.835 debug (2337) EISCP String: NLSU4-Tidal ISCP!1NLSU5-FlareConnect ISCP!1NLSU6-Chromecast built-in ISCP!1NLSU7-AirPlay ISCP!1NLSU8-Music Server ISCP
onkyo.0 2021-06-15 07:56:32.835 debug (2337) Got message: {"command":"net-usb-list-info","zone":"main","iscp_command":"NLSU4-Tidal\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0017\u0001\u0000\u0000\u0000!1NLSU5-FlareConnect\u
onkyo.0 2021-06-15 07:56:32.834 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-list-info","zone":"main","iscp_command":"NLSU4-Tidal\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u
onkyo.0 2021-06-15 07:56:32.829 debug (2337) string: U3-Deezer
onkyo.0 2021-06-15 07:56:32.829 debug (2337) chunk: NLS
onkyo.0 2021-06-15 07:56:32.828 debug (2337) EISCP String: NLSU3-Deezer
onkyo.0 2021-06-15 07:56:32.827 debug (2337) Got message: {"command":"net-usb-list-info","zone":"main","iscp_command":"NLSU3-Deezer","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:32.827 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-list-info","zone":"main","iscp_command":"NLSU3-Deezer","host":"192.168.1.xxx","port":"60128","model":"TX-NR656
onkyo.0 2021-06-15 07:56:32.824 debug (2337) string: U0-TuneIn
onkyo.0 2021-06-15 07:56:32.824 debug (2337) chunk: NLS
onkyo.0 2021-06-15 07:56:32.823 debug (2337) EISCP String: NLSU0-TuneIn ISCP!1NLSU1-Pandora ISCP!1NLSU2-Spotify
onkyo.0 2021-06-15 07:56:32.823 debug (2337) Got message: {"command":"net-usb-list-info","zone":"main","iscp_command":"NLSU0-TuneIn\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0012\u0001\u0000\u0000\u0000!1NLSU1-Pandora\u001a
onkyo.0 2021-06-15 07:56:32.822 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-list-info","zone":"main","iscp_command":"NLSU0-TuneIn\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\
onkyo.0 2021-06-15 07:56:32.820 debug (2337) string: C0P
onkyo.0 2021-06-15 07:56:32.820 debug (2337) chunk: NLS
onkyo.0 2021-06-15 07:56:32.820 debug (2337) EISCP String: NLSC0P
onkyo.0 2021-06-15 07:56:32.820 debug (2337) Got message: {"command":"net-usb-list-info","zone":"main","iscp_command":"NLSC0P","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:32.819 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-list-info","zone":"main","iscp_command":"NLSC0P","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:32.630 debug (2337) stateChange onkyo.0.Device.MediaArtistNameInfo {"val":" ","ack":true,"ts":1623736592621,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735306937}
onkyo.0 2021-06-15 07:56:32.626 debug (2337) stateChange onkyo.0.Device.command {"val":"NAT ","ack":true,"ts":1623736592620,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736592620}
onkyo.0 2021-06-15 07:56:32.614 debug (2337) string:
onkyo.0 2021-06-15 07:56:32.613 debug (2337) chunk: NAT
onkyo.0 2021-06-15 07:56:32.613 debug (2337) EISCP String: NAT
onkyo.0 2021-06-15 07:56:32.613 debug (2337) Got message: {"command":"net-usb-artist-name-info","zone":"main","iscp_command":"NAT ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:32.612 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-artist-name-info","zone":"main","iscp_command":"NAT ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"
onkyo.0 2021-06-15 07:56:32.528 debug (2337) stateChange onkyo.0.Device.command {"val":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"04\" ba
onkyo.0 2021-06-15 07:56:32.456 debug (2337) stateChange onkyo.0.Device.command {"val":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Ma
onkyo.0 2021-06-15 07:56:32.454 debug (2337) stateChange onkyo.0.Device.NavInfo {"val":"<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>20
onkyo.0 2021-06-15 07:56:32.453 debug (2337) stateChange onkyo.0.Device.command {"val":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year
onkyo.0 2021-06-15 07:56:32.442 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NATQSTN
onkyo.0 2021-06-15 07:56:32.432 debug (2337) string: req="0" name="" /><preset id="02" band="0" freq="0" name="" /><preset id="03" ba
onkyo.0 2021-06-15 07:56:32.431 debug (2337) chunk: " f
onkyo.0 2021-06-15 07:56:32.431 debug (2337) EISCP String: " freq="0" name="" /><preset id="02" band="0" freq="0" name="" /><preset id="03" band="0" freq="0" name="" /><preset id="04" band="0" freq="0" name="" /><preset id="05" band="0" f
onkyo.0 2021-06-15 07:56:32.430 debug (2337) Got message: {"iscp_command":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"04\" band=\"0\" freq
onkyo.0 2021-06-15 07:56:32.429 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\
onkyo.0 2021-06-15 07:56:32.411 debug (2337) string: e id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><
onkyo.0 2021-06-15 07:56:32.410 debug (2337) chunk: vic
onkyo.0 2021-06-15 07:56:32.410 debug (2337) EISCP String: vice id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist count="4"><zone id="1" value="1" name="Main" volmax="82" volstep="1" src="1" dst="1" lr
onkyo.0 2021-06-15 07:56:32.409 debug (2337) Got message: {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=\
onkyo.0 2021-06-15 07:56:32.409 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"
onkyo.0 2021-06-15 07:56:32.407 debug (2337) string: <?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656
onkyo.0 2021-06-15 07:56:32.407 debug (2337) chunk: NRI
onkyo.0 2021-06-15 07:56:32.406 debug (2337) EISCP String: NRI<?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><model>TX-NR656</model><d
onkyo.0 2021-06-15 07:56:32.406 debug (2337) Got message: {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><
onkyo.0 2021-06-15 07:56:32.405 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand>
onkyo.0 2021-06-15 07:56:32.147 debug (2337) stateChange onkyo.0.NET_Shuffle_Status {"val":"x","ack":true,"ts":1623736592120,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623570618922}
onkyo.0 2021-06-15 07:56:32.144 debug (2337) stateChange onkyo.0.Device.MediaFastReverse {"val":false,"ack":true,"ts":1623736592120,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461096}
onkyo.0 2021-06-15 07:56:32.140 debug (2337) stateChange onkyo.0.Device.MediaReverse {"val":false,"ack":true,"ts":1623736592119,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461095}
onkyo.0 2021-06-15 07:56:32.138 debug (2337) stateChange onkyo.0.Device.MediaFastForward {"val":false,"ack":true,"ts":1623736592119,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461095}
onkyo.0 2021-06-15 07:56:32.135 debug (2337) stateChange onkyo.0.Device.MediaForward {"val":false,"ack":true,"ts":1623736592119,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461093}
onkyo.0 2021-06-15 07:56:32.131 debug (2337) stateChange onkyo.0.Device.MediaPause {"val":false,"ack":true,"ts":1623736592118,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461093}
onkyo.0 2021-06-15 07:56:32.129 debug (2337) stateChange onkyo.0.Device.MediaPlay {"val":false,"ack":true,"ts":1623736592118,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623583523445}
onkyo.0 2021-06-15 07:56:32.126 debug (2337) stateChange onkyo.0.Device.MediaStop {"val":true,"ack":true,"ts":1623736592117,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623583523445}
onkyo.0 2021-06-15 07:56:32.122 debug (2337) stateChange onkyo.0.Device.command {"val":"NSTSxx","ack":true,"ts":1623736592117,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736592117}
onkyo.0 2021-06-15 07:56:32.110 debug (2337) string: Sxx
onkyo.0 2021-06-15 07:56:32.110 debug (2337) chunk: NST
onkyo.0 2021-06-15 07:56:32.110 debug (2337) EISCP String: NSTSxx
onkyo.0 2021-06-15 07:56:32.109 debug (2337) Got message: {"command":"net-usb-play-status","zone":"main","iscp_command":"NSTSxx","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:32.109 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-play-status","zone":"main","iscp_command":"NSTSxx","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:32.034 debug (2337) stateChange onkyo.0.Device.MediaAlbumName {"val":" ","ack":true,"ts":1623736591996,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735306806}
onkyo.0 2021-06-15 07:56:32.031 debug (2337) stateChange onkyo.0.Device.command {"val":"NAL ","ack":true,"ts":1623736591995,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736591995}
onkyo.0 2021-06-15 07:56:31.990 debug (2337) string:
onkyo.0 2021-06-15 07:56:31.990 debug (2337) chunk: NAL
onkyo.0 2021-06-15 07:56:31.989 debug (2337) EISCP String: NAL
onkyo.0 2021-06-15 07:56:31.989 debug (2337) Got message: {"command":"net-usb-album-name-info","zone":"main","iscp_command":"NAL ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:31.989 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-album-name-info","zone":"main","iscp_command":"NAL ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:31.941 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NALQSTN
onkyo.0 2021-06-15 07:56:31.440 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - LMDQSTN
onkyo.0 2021-06-15 07:56:30.938 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NPZQSTN
onkyo.0 2021-06-15 07:56:30.437 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NPRQSTN
onkyo.0 2021-06-15 07:56:29.935 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NSTQSTN
onkyo.0 2021-06-15 07:56:29.434 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - AMTQSTN
onkyo.0 2021-06-15 07:56:28.932 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZMTQSTN
onkyo.0 2021-06-15 07:56:28.431 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SL3QSTN
onkyo.0 2021-06-15 07:56:27.930 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLZQSTN
onkyo.0 2021-06-15 07:56:27.429 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLIQSTN
onkyo.0 2021-06-15 07:56:26.847 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - IFAQSTN
onkyo.0 2021-06-15 07:56:26.346 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - VL3QSTN
onkyo.0 2021-06-15 07:56:25.844 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZVLQSTN
onkyo.0 2021-06-15 07:56:25.343 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - MVLQSTN
onkyo.0 2021-06-15 07:56:25.070 debug (2337) newCommand: NRIQSTN
onkyo.0 2021-06-15 07:56:25.070 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:25.069 debug (2337) Value: NRIQSTN
onkyo.0 2021-06-15 07:56:25.068 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:25.068 debug (2337) stateChange onkyo.0.Device.command {"val":"NRIQSTN","ack":false,"ts":1623736585007,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736585007}
onkyo.0 2021-06-15 07:56:25.067 debug (2337) newCommand: SLAQSTN
onkyo.0 2021-06-15 07:56:25.067 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:25.066 debug (2337) Value: SLAQSTN
onkyo.0 2021-06-15 07:56:25.066 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:25.065 debug (2337) stateChange onkyo.0.Device.command {"val":"SLAQSTN","ack":false,"ts":1623736585007,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736585007}
onkyo.0 2021-06-15 07:56:25.062 debug (2337) newCommand: IFVQSTN
onkyo.0 2021-06-15 07:56:25.061 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:25.061 debug (2337) Value: IFVQSTN
onkyo.0 2021-06-15 07:56:25.060 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:25.060 debug (2337) stateChange onkyo.0.Device.command {"val":"IFVQSTN","ack":false,"ts":1623736585007,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736585007}
onkyo.0 2021-06-15 07:56:25.059 debug (2337) newCommand: TU3QSTN
onkyo.0 2021-06-15 07:56:25.059 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:25.058 debug (2337) Value: TU3QSTN
onkyo.0 2021-06-15 07:56:25.058 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:25.057 debug (2337) stateChange onkyo.0.Device.command {"val":"TU3QSTN","ack":false,"ts":1623736585007,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736585007}
onkyo.0 2021-06-15 07:56:25.054 debug (2337) newCommand: TUZQSTN
onkyo.0 2021-06-15 07:56:25.054 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:25.054 debug (2337) Value: TUZQSTN
onkyo.0 2021-06-15 07:56:25.053 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:25.053 debug (2337) stateChange onkyo.0.Device.command {"val":"TUZQSTN","ack":false,"ts":1623736585007,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736585007}
onkyo.0 2021-06-15 07:56:25.045 debug (2337) newCommand: TUNQSTN
onkyo.0 2021-06-15 07:56:25.043 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:25.042 debug (2337) Value: TUNQSTN
onkyo.0 2021-06-15 07:56:25.041 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:25.040 debug (2337) stateChange onkyo.0.Device.command {"val":"TUNQSTN","ack":false,"ts":1623736585003,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736585003}
onkyo.0 2021-06-15 07:56:24.976 debug (2337) newCommand: PR3QSTN
onkyo.0 2021-06-15 07:56:24.976 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.976 debug (2337) Value: PR3QSTN
onkyo.0 2021-06-15 07:56:24.975 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.975 debug (2337) stateChange onkyo.0.Device.command {"val":"PR3QSTN","ack":false,"ts":1623736584832,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584832}
onkyo.0 2021-06-15 07:56:24.975 debug (2337) newCommand: PRZQSTN
onkyo.0 2021-06-15 07:56:24.974 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.974 debug (2337) Value: PRZQSTN
onkyo.0 2021-06-15 07:56:24.974 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.973 debug (2337) stateChange onkyo.0.Device.command {"val":"PRZQSTN","ack":false,"ts":1623736584832,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584832}
onkyo.0 2021-06-15 07:56:24.973 debug (2337) newCommand: PRSQSTN
onkyo.0 2021-06-15 07:56:24.972 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.970 debug (2337) Value: PRSQSTN
onkyo.0 2021-06-15 07:56:24.969 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.968 debug (2337) stateChange onkyo.0.Device.command {"val":"PRSQSTN","ack":false,"ts":1623736584832,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584832}
onkyo.0 2021-06-15 07:56:24.968 debug (2337) newCommand: NTRQSTN
onkyo.0 2021-06-15 07:56:24.967 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.967 debug (2337) Value: NTRQSTN
onkyo.0 2021-06-15 07:56:24.967 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.966 debug (2337) stateChange onkyo.0.Device.command {"val":"NTRQSTN","ack":false,"ts":1623736584831,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584831}
onkyo.0 2021-06-15 07:56:24.966 debug (2337) newCommand: NTIQSTN
onkyo.0 2021-06-15 07:56:24.965 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.965 debug (2337) Value: NTIQSTN
onkyo.0 2021-06-15 07:56:24.964 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.964 debug (2337) stateChange onkyo.0.Device.command {"val":"NTIQSTN","ack":false,"ts":1623736584831,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584831}
onkyo.0 2021-06-15 07:56:24.963 debug (2337) newCommand: NTMQSTN
onkyo.0 2021-06-15 07:56:24.963 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.963 debug (2337) Value: NTMQSTN
onkyo.0 2021-06-15 07:56:24.962 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.962 debug (2337) stateChange onkyo.0.Device.command {"val":"NTMQSTN","ack":false,"ts":1623736584831,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584831}
onkyo.0 2021-06-15 07:56:24.958 debug (2337) newCommand: NATQSTN
onkyo.0 2021-06-15 07:56:24.958 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.957 debug (2337) Value: NATQSTN
onkyo.0 2021-06-15 07:56:24.957 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.957 debug (2337) stateChange onkyo.0.Device.command {"val":"NATQSTN","ack":false,"ts":1623736584831,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584831}
onkyo.0 2021-06-15 07:56:24.956 debug (2337) newCommand: NALQSTN
onkyo.0 2021-06-15 07:56:24.955 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.955 debug (2337) Value: NALQSTN
onkyo.0 2021-06-15 07:56:24.955 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.954 debug (2337) stateChange onkyo.0.Device.command {"val":"NALQSTN","ack":false,"ts":1623736584831,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584831}
onkyo.0 2021-06-15 07:56:24.953 debug (2337) newCommand: LMDQSTN
onkyo.0 2021-06-15 07:56:24.953 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.952 debug (2337) Value: LMDQSTN
onkyo.0 2021-06-15 07:56:24.952 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.951 debug (2337) stateChange onkyo.0.Device.command {"val":"LMDQSTN","ack":false,"ts":1623736584830,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584830}
onkyo.0 2021-06-15 07:56:24.945 debug (2337) newCommand: NPZQSTN
onkyo.0 2021-06-15 07:56:24.945 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.944 debug (2337) Value: NPZQSTN
onkyo.0 2021-06-15 07:56:24.944 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.943 debug (2337) stateChange onkyo.0.Device.command {"val":"NPZQSTN","ack":false,"ts":1623736584830,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584830}
onkyo.0 2021-06-15 07:56:24.942 debug (2337) newCommand: NPRQSTN
onkyo.0 2021-06-15 07:56:24.942 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.942 debug (2337) Value: NPRQSTN
onkyo.0 2021-06-15 07:56:24.941 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.941 debug (2337) stateChange onkyo.0.Device.command {"val":"NPRQSTN","ack":false,"ts":1623736584830,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584830}
onkyo.0 2021-06-15 07:56:24.934 debug (2337) newCommand: NSTQSTN
onkyo.0 2021-06-15 07:56:24.933 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.933 debug (2337) Value: NSTQSTN
onkyo.0 2021-06-15 07:56:24.887 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.887 debug (2337) stateChange onkyo.0.Device.command {"val":"NSTQSTN","ack":false,"ts":1623736584829,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584829}
onkyo.0 2021-06-15 07:56:24.886 debug (2337) newCommand: AMTQSTN
onkyo.0 2021-06-15 07:56:24.886 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.885 debug (2337) Value: AMTQSTN
onkyo.0 2021-06-15 07:56:24.885 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.884 debug (2337) stateChange onkyo.0.Device.command {"val":"AMTQSTN","ack":false,"ts":1623736584829,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584829}
onkyo.0 2021-06-15 07:56:24.878 debug (2337) newCommand: ZMTQSTN
onkyo.0 2021-06-15 07:56:24.877 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.877 debug (2337) Value: ZMTQSTN
onkyo.0 2021-06-15 07:56:24.876 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.876 debug (2337) stateChange onkyo.0.Device.command {"val":"ZMTQSTN","ack":false,"ts":1623736584829,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584829}
onkyo.0 2021-06-15 07:56:24.875 debug (2337) newCommand: SL3QSTN
onkyo.0 2021-06-15 07:56:24.875 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.874 debug (2337) Value: SL3QSTN
onkyo.0 2021-06-15 07:56:24.874 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.873 debug (2337) stateChange onkyo.0.Device.command {"val":"SL3QSTN","ack":false,"ts":1623736584829,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584829}
onkyo.0 2021-06-15 07:56:24.873 debug (2337) newCommand: SLZQSTN
onkyo.0 2021-06-15 07:56:24.872 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.872 debug (2337) Value: SLZQSTN
onkyo.0 2021-06-15 07:56:24.872 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.871 debug (2337) stateChange onkyo.0.Device.command {"val":"SLZQSTN","ack":false,"ts":1623736584828,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584828}
onkyo.0 2021-06-15 07:56:24.866 debug (2337) newCommand: SLIQSTN
onkyo.0 2021-06-15 07:56:24.866 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.865 debug (2337) Value: SLIQSTN
onkyo.0 2021-06-15 07:56:24.865 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.864 debug (2337) stateChange onkyo.0.Device.command {"val":"SLIQSTN","ack":false,"ts":1623736584828,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584828}
onkyo.0 2021-06-15 07:56:24.861 debug (2337) newCommand: IFAQSTN
onkyo.0 2021-06-15 07:56:24.860 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.860 debug (2337) Value: IFAQSTN
onkyo.0 2021-06-15 07:56:24.860 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.859 debug (2337) stateChange onkyo.0.Device.command {"val":"IFAQSTN","ack":false,"ts":1623736584828,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584828}
onkyo.0 2021-06-15 07:56:24.855 debug (2337) newCommand: VL3QSTN
onkyo.0 2021-06-15 07:56:24.855 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.854 debug (2337) Value: VL3QSTN
onkyo.0 2021-06-15 07:56:24.854 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.853 debug (2337) stateChange onkyo.0.Device.command {"val":"VL3QSTN","ack":false,"ts":1623736584828,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584828}
onkyo.0 2021-06-15 07:56:24.852 debug (2337) newCommand: ZVLQSTN
onkyo.0 2021-06-15 07:56:24.852 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.851 debug (2337) Value: ZVLQSTN
onkyo.0 2021-06-15 07:56:24.851 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.850 debug (2337) stateChange onkyo.0.Device.command {"val":"ZVLQSTN","ack":false,"ts":1623736584828,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584828}
onkyo.0 2021-06-15 07:56:24.847 debug (2337) newCommand: MVLQSTN
onkyo.0 2021-06-15 07:56:24.846 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.846 debug (2337) Value: MVLQSTN
onkyo.0 2021-06-15 07:56:24.845 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.845 debug (2337) stateChange onkyo.0.Device.command {"val":"MVLQSTN","ack":false,"ts":1623736584828,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584828}
onkyo.0 2021-06-15 07:56:24.841 debug (2337) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 07:56:24.836 debug (2337) newCommand: PWRQSTN
onkyo.0 2021-06-15 07:56:24.836 debug (2337) id: onkyo.0.Device.command
onkyo.0 2021-06-15 07:56:24.835 debug (2337) Value: PWRQSTN
onkyo.0 2021-06-15 07:56:24.835 debug (2337) ack is not set!
onkyo.0 2021-06-15 07:56:24.834 debug (2337) stateChange onkyo.0.Device.command {"val":"PWRQSTN","ack":false,"ts":1623736584827,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736584827}
onkyo.0 2021-06-15 07:56:24.029 debug (2337) stateChange onkyo.0.Device.command {"val":"NDS--x","ack":true,"ts":1623736583983,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736583983}
onkyo.0 2021-06-15 07:56:23.977 debug (2337) string: --x
onkyo.0 2021-06-15 07:56:23.976 debug (2337) chunk: NDS
onkyo.0 2021-06-15 07:56:23.976 debug (2337) EISCP String: NDS--x
onkyo.0 2021-06-15 07:56:23.976 debug (2337) Got message: {"iscp_command":"NDS--x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:23.975 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDS--x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 07:56:21.301 debug (2337) stateChange onkyo.0.Device.command {"val":"ewRemote)\" value=\"0\" /><control id=\"NoVolume\" value=\"0\" /><control id=\"Auto Sound Retriever\" value=\"0\" /><control id=\"Lock Range Adjust\"
onkyo.0 2021-06-15 07:56:21.247 debug (2337) string: emote)" value="0" /><control id="NoVolume" value="0" /><control id="Auto Sound R
onkyo.0 2021-06-15 07:56:21.247 debug (2337) chunk: ewR
onkyo.0 2021-06-15 07:56:21.246 debug (2337) EISCP String: ewRemote)" value="0" /><control id="NoVolume" value="0" /><control id="Auto Sound Retriever" value="0" /><control id="Lock Range Adjust" value="0" /><control id="P.BASS" value="0"
onkyo.0 2021-06-15 07:56:21.246 debug (2337) Got message: {"iscp_command":"ewRemote)\" value=\"0\" /><control id=\"NoVolume\" value=\"0\" /><control id=\"Auto Sound Retriever\" value=\"0\" /><control id=\"Lock Range Adjust\" value=\"0\" /
onkyo.0 2021-06-15 07:56:21.245 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"ewRemote)\" value=\"0\" /><control id=\"NoVolume\" value=\"0\" /><control id=\"Auto Sound Retriever\" value=\"0\"
onkyo.0 2021-06-15 07:56:21.241 debug (2337) stateChange onkyo.0.Device.command {"val":"d=\"LMD Surround\" value=\"0\" code=\"SURR\" position=\"4\" /><control id=\"TUNER Control\" value=\"1\" /><control id=\"TUNER Freq Control\" value=\"0
onkyo.0 2021-06-15 07:56:21.232 debug (2337) stateChange onkyo.0.Device.command {"val":"\" name=\"\" /><preset id=\"23\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"24\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"25\" band=\"0\" fr
onkyo.0 2021-06-15 07:56:21.222 debug (2337) string: LMD Surround" value="0" code="SURR" position="4" /><control id="TUNER Control" v
onkyo.0 2021-06-15 07:56:21.222 debug (2337) chunk: d="
onkyo.0 2021-06-15 07:56:21.222 debug (2337) EISCP String: d="LMD Surround" value="0" code="SURR" position="4" /><control id="TUNER Control" value="1" /><control id="TUNER Freq Control" value="0" /><control id="Info" value="1" /><control
onkyo.0 2021-06-15 07:56:21.221 debug (2337) Got message: {"iscp_command":"d=\"LMD Surround\" value=\"0\" code=\"SURR\" position=\"4\" /><control id=\"TUNER Control\" value=\"1\" /><control id=\"TUNER Freq Control\" value=\"0\" /><control
onkyo.0 2021-06-15 07:56:21.220 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"d=\"LMD Surround\" value=\"0\" code=\"SURR\" position=\"4\" /><control id=\"TUNER Control\" value=\"1\" /><contro
onkyo.0 2021-06-15 07:56:21.193 debug (2337) string: ame="" /><preset id="23" band="0" freq="0" name="" /><preset id="24" band="0" fr
onkyo.0 2021-06-15 07:56:21.193 debug (2337) chunk: " n
onkyo.0 2021-06-15 07:56:21.193 debug (2337) EISCP String: " name="" /><preset id="23" band="0" freq="0" name="" /><preset id="24" band="0" freq="0" name="" /><preset id="25" band="0" freq="0" name="" /><preset id="26" band="0" freq="0" n
onkyo.0 2021-06-15 07:56:21.192 debug (2337) Got message: {"iscp_command":"\" name=\"\" /><preset id=\"23\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"24\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"25\" band=\"0\" freq=\"0\" name
onkyo.0 2021-06-15 07:56:21.192 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"\" name=\"\" /><preset id=\"23\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"24\" band=\"0\" freq=\"0\" name=\
onkyo.0 2021-06-15 07:56:21.167 debug (2337) stateChange onkyo.0.Device.command {"val":"me=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"04\" band=\"0\" freq=\"
onkyo.0 2021-06-15 07:56:21.160 debug (2337) stateChange onkyo.0.Device.command {"val":"value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=\"8
onkyo.0 2021-06-15 07:56:21.158 debug (2337) stateChange onkyo.0.Device.NavInfo {"val":"<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>20
onkyo.0 2021-06-15 07:56:21.152 debug (2337) string: "" /><preset id="02" band="0" freq="0" name="" /><preset id="03" band="0" freq="
onkyo.0 2021-06-15 07:56:21.150 debug (2337) chunk: me=
onkyo.0 2021-06-15 07:56:21.150 debug (2337) EISCP String: me="" /><preset id="02" band="0" freq="0" name="" /><preset id="03" band="0" freq="0" name="" /><preset id="04" band="0" freq="0" name="" /><preset id="05" band="0" freq="0" name=
onkyo.0 2021-06-15 07:56:21.149 debug (2337) Got message: {"iscp_command":"me=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"04\" band=\"0\" freq=\"0\" name=\"\"
onkyo.0 2021-06-15 07:56:21.149 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"me=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\"0\" name=\"\" /
onkyo.0 2021-06-15 07:56:21.145 debug (2337) stateChange onkyo.0.Device.command {"val":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year
onkyo.0 2021-06-15 07:56:21.131 debug (2337) string: ue="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist coun
onkyo.0 2021-06-15 07:56:21.130 debug (2337) chunk: val
onkyo.0 2021-06-15 07:56:21.130 debug (2337) EISCP String: value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist count="4"><zone id="1" value="1" name="Main" volmax="82" volstep="1" src="1" dst="1" lrselect="0" />
onkyo.0 2021-06-15 07:56:21.129 debug (2337) Got message: {"iscp_command":"value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=\"82\" volstep=\
onkyo.0 2021-06-15 07:56:21.129 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\"
onkyo.0 2021-06-15 07:56:21.077 debug (2337) string: <?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656
onkyo.0 2021-06-15 07:56:21.076 debug (2337) chunk: NRI
onkyo.0 2021-06-15 07:56:21.076 debug (2337) EISCP String: NRI<?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><model>TX-NR656</model><d
onkyo.0 2021-06-15 07:56:21.076 debug (2337) Got message: {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><
onkyo.0 2021-06-15 07:56:21.072 debug (2337) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand>
onkyo.0 2021-06-15 07:56:19.827 debug (2337) stateChange onkyo.0.info.connection {"val":true,"ack":true,"ts":1623736579821,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736579821}
onkyo.0 2021-06-15 07:56:19.824 debug (2337) stateChange onkyo.0.Device.connected {"val":true,"ack":true,"ts":1623736579820,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736579820}
onkyo.0 2021-06-15 07:56:19.815 info (2337) Successfully connected to AVR
onkyo.0 2021-06-15 07:56:19.814 debug (2337) INFO (connected) Connected to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 07:56:19.797 debug (2337) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 07:56:19.792 debug (2337) DEBUG (received_discovery) Received discovery packet from 192.168.1.xxx:60128 ([{"host":"192.168.1.xxx","port":"60128","model":"TX-NR656","mac":"000xxxxxxxxxx","areacode":"XX"}])
onkyo.0 2021-06-15 07:56:19.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:56:09.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:55:59.763 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:55:49.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:55:39.763 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:55:29.763 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:55:19.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:55:09.763 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:54:59.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:54:49.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:54:39.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:54:29.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:54:19.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:54:09.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:53:59.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:53:49.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:53:39.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:53:29.764 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:53:19.771 debug (2337) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:53:19.760 info (2337) Connecting to AVR 192.168.1.xxx:60128
onkyo.0 2021-06-15 07:53:19.735 debug (2337) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623736399717,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736290245}
onkyo.0 2021-06-15 07:53:19.732 debug (2337) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623736399704,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623736290245}
onkyo.0 2021-06-15 07:53:19.573 info (2337) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.onkyo, node: v12.22.1, js-controller: 3.2.16
onkyo.0 2021-06-15 07:53:19.355 debug (2337) Plugin sentry Initialize Plugin (enabled=true)
host.iobroker-v510 2021-06-15 07:53:16.920 info instance system.adapter.onkyo.0 started with pid 2337
host.iobroker-v510 2021-06-15 07:53:16.774 info "system.adapter.onkyo.0" enabled
Apollon77 commented 3 years ago

Ooooohhhje ... seems it was too late... I added a power check,but never initialized it :-)

try again please. Sorry

Apollon77 commented 3 years ago

Ok, I saw the crash ... Install GitHub again and try again!

ice987987 commented 3 years ago

@Appollon77 no problem. There is such a good support from your side!

I tried the new version as follow: new version installed, Instance stopped, Onkyo receiver unplugged

what should DP onkyo.0.connected do? this point remains always on false

onkyo.0 2021-06-15 13:34:25.292 debug (18472) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756865283,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:34:25.288 debug (18472) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756865283,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756853810}
onkyo.0 2021-06-15 13:34:25.273 debug (18472) string: 00
onkyo.0 2021-06-15 13:34:25.273 debug (18472) chunk: PWR
onkyo.0 2021-06-15 13:34:25.273 debug (18472) EISCP String: PWR00
onkyo.0 2021-06-15 13:34:25.272 debug (18472) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:34:25.272 debug (18472) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:25.271 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:34:24.594 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:34:24.593 debug (18472) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:34:24.592 debug (18472) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:34:24.592 debug (18472) Request Power status to check device availability...
onkyo.0 2021-06-15 13:34:14.840 debug (18472) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756854737,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:34:14.839 debug (18472) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756854737,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756853810}
onkyo.0 2021-06-15 13:34:14.731 debug (18472) string: 00
onkyo.0 2021-06-15 13:34:14.731 debug (18472) chunk: PWR
onkyo.0 2021-06-15 13:34:14.731 debug (18472) EISCP String: PWR00
onkyo.0 2021-06-15 13:34:14.730 debug (18472) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:34:14.730 debug (18472) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:14.730 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:34:14.594 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:34:14.593 debug (18472) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:34:14.593 debug (18472) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:34:14.592 debug (18472) Request Power status to check device availability...
onkyo.0 2021-06-15 13:34:13.816 debug (18472) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756853810,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:34:13.813 debug (18472) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756853810,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756853810}
onkyo.0 2021-06-15 13:34:13.805 debug (18472) string: 00
onkyo.0 2021-06-15 13:34:13.805 debug (18472) chunk: PWR
onkyo.0 2021-06-15 13:34:13.804 debug (18472) EISCP String: PWR00
onkyo.0 2021-06-15 13:34:13.804 debug (18472) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:13.804 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:34:13.679 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:34:13.504 debug (18472) stateChange onkyo.0.Device.command {"val":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"M
onkyo.0 2021-06-15 13:34:13.501 debug (18472) stateChange onkyo.0.Device.NavInfo {"val":"<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2
onkyo.0 2021-06-15 13:34:13.495 debug (18472) stateChange onkyo.0.Device.command {"val":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><yea
onkyo.0 2021-06-15 13:34:13.477 debug (18472) string: e id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><
onkyo.0 2021-06-15 13:34:13.472 debug (18472) chunk: vic
onkyo.0 2021-06-15 13:34:13.472 debug (18472) EISCP String: vice id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist count="4"><zone id="1" value="1" name="Main" volmax="82" volstep="1" src="1" dst="1" l
onkyo.0 2021-06-15 13:34:13.471 debug (18472) Got message: {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=
onkyo.0 2021-06-15 13:34:13.470 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\
onkyo.0 2021-06-15 13:34:13.467 debug (18472) string: <?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656
onkyo.0 2021-06-15 13:34:13.466 debug (18472) chunk: NRI
onkyo.0 2021-06-15 13:34:13.466 debug (18472) EISCP String: NRI<?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><model>TX-NR656</model><
onkyo.0 2021-06-15 13:34:13.466 debug (18472) Got message: {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year>
onkyo.0 2021-06-15 13:34:13.465 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand
onkyo.0 2021-06-15 13:34:13.178 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NRIQSTN
onkyo.0 2021-06-15 13:34:13.052 debug (18472) stateChange onkyo.0.Device.command {"val":"SLA05","ack":true,"ts":1623756853048,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756853048}
onkyo.0 2021-06-15 13:34:13.043 debug (18472) string: 05
onkyo.0 2021-06-15 13:34:13.042 debug (18472) chunk: SLA
onkyo.0 2021-06-15 13:34:13.042 debug (18472) EISCP String: SLA05
onkyo.0 2021-06-15 13:34:13.042 debug (18472) Got message: {"command":"audio-selector","zone":"main","argument":["coax","opt"],"iscp_command":"SLA05","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:13.041 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-selector","zone":"main","argument":["coax","opt"],"iscp_command":"SLA05","host":"192.168.1.xxx","port":"60128",
onkyo.0 2021-06-15 13:34:12.677 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLAQSTN
onkyo.0 2021-06-15 13:34:12.431 debug (18472) stateChange onkyo.0.Device.VideoInformation {"val":"No Video,Unknown,,24bit,,Unknown,,24bit,,","ack":true,"ts":1623756852342,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","l
onkyo.0 2021-06-15 13:34:12.346 debug (18472) stateChange onkyo.0.Device.command {"val":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","ack":true,"ts":1623756852341,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":162
onkyo.0 2021-06-15 13:34:12.336 debug (18472) string: No Video,Unknown,,24bit,,Unknown,,24bit,,
onkyo.0 2021-06-15 13:34:12.336 debug (18472) chunk: IFV
onkyo.0 2021-06-15 13:34:12.335 debug (18472) EISCP String: IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,
onkyo.0 2021-06-15 13:34:12.335 debug (18472) Got message: {"command":"video-infomation","zone":"main","iscp_command":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:12.334 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"video-infomation","zone":"main","iscp_command":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","host":"192.168.1.xxx",
onkyo.0 2021-06-15 13:34:12.194 debug (18472) stateChange onkyo.0.Zone3.Tune {"val":87.5,"ack":true,"ts":1623756852179,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072178}
onkyo.0 2021-06-15 13:34:12.190 debug (18472) stateChange onkyo.0.Device.command {"val":"TU308750","ack":true,"ts":1623756852179,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756852179}
onkyo.0 2021-06-15 13:34:12.187 debug (18472) stateChange onkyo.0.Zone2.Tune {"val":87.5,"ack":true,"ts":1623756852179,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072161}
onkyo.0 2021-06-15 13:34:12.183 debug (18472) stateChange onkyo.0.Device.command {"val":"TUZ08750","ack":true,"ts":1623756852178,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756852178}
onkyo.0 2021-06-15 13:34:12.175 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - IFVQSTN
onkyo.0 2021-06-15 13:34:12.009 debug (18472) string: 08750
onkyo.0 2021-06-15 13:34:12.008 debug (18472) chunk: TU3
onkyo.0 2021-06-15 13:34:12.008 debug (18472) EISCP String: TU308750
onkyo.0 2021-06-15 13:34:12.007 debug (18472) Got message: {"command":"tuning","zone":"zone3","iscp_command":"TU308750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:12.007 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone3","iscp_command":"TU308750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:12.004 debug (18472) string: 08750
onkyo.0 2021-06-15 13:34:12.004 debug (18472) chunk: TUZ
onkyo.0 2021-06-15 13:34:12.003 debug (18472) EISCP String: TUZ08750
onkyo.0 2021-06-15 13:34:12.003 debug (18472) Got message: {"command":"tuning","zone":"zone2","iscp_command":"TUZ08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:12.002 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone2","iscp_command":"TUZ08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:11.674 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TU3QSTN
onkyo.0 2021-06-15 13:34:11.173 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TUZQSTN
onkyo.0 2021-06-15 13:34:11.115 debug (18472) stateChange onkyo.0.Zone1.Tune {"val":87.5,"ack":true,"ts":1623756851108,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072144}
onkyo.0 2021-06-15 13:34:11.112 debug (18472) stateChange onkyo.0.Device.command {"val":"TUN08750","ack":true,"ts":1623756851108,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756851108}
onkyo.0 2021-06-15 13:34:11.102 debug (18472) string: 08750
onkyo.0 2021-06-15 13:34:11.102 debug (18472) chunk: TUN
onkyo.0 2021-06-15 13:34:11.102 debug (18472) EISCP String: TUN08750
onkyo.0 2021-06-15 13:34:11.101 debug (18472) Got message: {"command":"tuning","zone":"zone4","iscp_command":"TUN08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:11.101 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone4","iscp_command":"TUN08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:10.672 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TUNQSTN
onkyo.0 2021-06-15 13:34:10.334 debug (18472) stateChange onkyo.0.Zone3.TunerPreset {"val":0,"ack":true,"ts":1623756850327,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506924679}
onkyo.0 2021-06-15 13:34:10.330 debug (18472) stateChange onkyo.0.Device.command {"val":"PR300","ack":true,"ts":1623756850326,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756850326}
onkyo.0 2021-06-15 13:34:10.320 debug (18472) string: 00
onkyo.0 2021-06-15 13:34:10.320 debug (18472) chunk: PR3
onkyo.0 2021-06-15 13:34:10.319 debug (18472) EISCP String: PR300
onkyo.0 2021-06-15 13:34:10.318 debug (18472) Got message: {"command":"preset","zone":"zone3","iscp_command":"PR300","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:10.317 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone3","iscp_command":"PR300","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:10.171 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PR3QSTN
onkyo.0 2021-06-15 13:34:09.746 debug (18472) stateChange onkyo.0.Zone2.TunerPreset {"val":0,"ack":true,"ts":1623756849737,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506924179}
onkyo.0 2021-06-15 13:34:09.743 debug (18472) stateChange onkyo.0.Device.command {"val":"PRZ00","ack":true,"ts":1623756849737,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756849737}
onkyo.0 2021-06-15 13:34:09.731 debug (18472) string: 00
onkyo.0 2021-06-15 13:34:09.731 debug (18472) chunk: PRZ
onkyo.0 2021-06-15 13:34:09.730 debug (18472) EISCP String: PRZ00
onkyo.0 2021-06-15 13:34:09.730 debug (18472) Got message: {"command":"preset","zone":"zone2","iscp_command":"PRZ00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:09.729 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone2","iscp_command":"PRZ00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:09.668 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PRZQSTN
onkyo.0 2021-06-15 13:34:09.241 debug (18472) stateChange onkyo.0.Zone1.TunerPreset {"val":0,"ack":true,"ts":1623756849233,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1596293154365}
onkyo.0 2021-06-15 13:34:09.239 debug (18472) stateChange onkyo.0.Device.command {"val":"PRS00","ack":true,"ts":1623756849232,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756849232}
onkyo.0 2021-06-15 13:34:09.226 debug (18472) string: 00
onkyo.0 2021-06-15 13:34:09.226 debug (18472) chunk: PRS
onkyo.0 2021-06-15 13:34:09.225 debug (18472) EISCP String: PRS00
onkyo.0 2021-06-15 13:34:09.225 debug (18472) Got message: {"command":"preset","zone":"zone4","iscp_command":"PRS00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:09.225 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone4","iscp_command":"PRS00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:09.165 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PRSQSTN
onkyo.0 2021-06-15 13:34:08.664 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTRQSTN
onkyo.0 2021-06-15 13:34:08.290 debug (18472) stateChange onkyo.0.Device.MediaTitelName {"val":" ","ack":true,"ts":1623756848283,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735307568}
onkyo.0 2021-06-15 13:34:08.287 debug (18472) stateChange onkyo.0.Device.command {"val":"NTI ","ack":true,"ts":1623756848283,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756848283}
onkyo.0 2021-06-15 13:34:08.277 debug (18472) string:
onkyo.0 2021-06-15 13:34:08.276 debug (18472) chunk: NTI
onkyo.0 2021-06-15 13:34:08.276 debug (18472) EISCP String: NTI
onkyo.0 2021-06-15 13:34:08.275 debug (18472) Got message: {"command":"net-usb-title-name","zone":"main","iscp_command":"NTI ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:08.275 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-title-name","zone":"main","iscp_command":"NTI ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:08.163 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTIQSTN
onkyo.0 2021-06-15 13:34:08.076 debug (18472) stateChange onkyo.0.Device.ListeningMode {"val":"0C","ack":true,"ts":1623756848069,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756848069}
onkyo.0 2021-06-15 13:34:08.073 debug (18472) stateChange onkyo.0.Device.command {"val":"LMD0C","ack":true,"ts":1623756848069,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756848069}
onkyo.0 2021-06-15 13:34:08.063 debug (18472) string: 0C
onkyo.0 2021-06-15 13:34:08.063 debug (18472) chunk: LMD
onkyo.0 2021-06-15 13:34:08.063 debug (18472) EISCP String: LMD0C
onkyo.0 2021-06-15 13:34:08.063 debug (18472) Got message: {"command":"listening-mode","zone":"main","argument":"all-ch-stereo","iscp_command":"LMD0C","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:08.062 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"listening-mode","zone":"main","argument":"all-ch-stereo","iscp_command":"LMD0C","host":"192.168.1.xxx","port":"60128"
onkyo.0 2021-06-15 13:34:08.029 debug (18472) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623756848023,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756848023}
onkyo.0 2021-06-15 13:34:08.018 debug (18472) string: W-x
onkyo.0 2021-06-15 13:34:08.017 debug (18472) chunk: NDS
onkyo.0 2021-06-15 13:34:08.017 debug (18472) EISCP String: NDSW-x
onkyo.0 2021-06-15 13:34:08.017 debug (18472) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:08.016 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:07.662 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTMQSTN
onkyo.0 2021-06-15 13:34:07.301 debug (18472) stateChange onkyo.0.Device.MediaArtistNameInfo {"val":" \u001a\r\n","ack":true,"ts":1623756847297,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756847297}
onkyo.0 2021-06-15 13:34:07.297 debug (18472) stateChange onkyo.0.Device.command {"val":"NAT \u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1AMT00","ack":true,"ts":1623756847292,"q":0,"from":"system.ada
onkyo.0 2021-06-15 13:34:07.246 debug (18472) string: 
onkyo.0 2021-06-15 13:34:07.246 debug (18472) chunk: NAT
onkyo.0 2021-06-15 13:34:07.246 debug (18472) EISCP String: NAT  ISCP !1AMT00
onkyo.0 2021-06-15 13:34:07.245 debug (18472) Got message: {"command":"net-usb-artist-name-info","zone":"main","iscp_command":"NAT \u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1AMT00","host":"192.168.
onkyo.0 2021-06-15 13:34:07.245 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-artist-name-info","zone":"main","iscp_command":"NAT \u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\
onkyo.0 2021-06-15 13:34:07.217 debug (18472) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623756847213,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756847206}
onkyo.0 2021-06-15 13:34:07.212 debug (18472) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623756847206,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756847206}
onkyo.0 2021-06-15 13:34:07.203 debug (18472) string: W-x
onkyo.0 2021-06-15 13:34:07.203 debug (18472) chunk: NDS
onkyo.0 2021-06-15 13:34:07.203 debug (18472) EISCP String: NDSW-x
onkyo.0 2021-06-15 13:34:07.202 debug (18472) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:07.202 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:07.175 debug (18472) stateChange onkyo.0.Zone2.Mute {"val":false,"ack":true,"ts":1623756847160,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506918170}
onkyo.0 2021-06-15 13:34:07.169 debug (18472) stateChange onkyo.0.Device.command {"val":"ZMT00","ack":true,"ts":1623756847159,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756847159}
onkyo.0 2021-06-15 13:34:07.161 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NATQSTN
onkyo.0 2021-06-15 13:34:07.146 debug (18472) string: W-x
onkyo.0 2021-06-15 13:34:07.145 debug (18472) chunk: NDS
onkyo.0 2021-06-15 13:34:07.143 debug (18472) EISCP String: NDSW-x
onkyo.0 2021-06-15 13:34:07.139 debug (18472) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:07.139 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:07.115 debug (18472) string: 00
onkyo.0 2021-06-15 13:34:07.xxx debug (18472) chunk: ZMT
onkyo.0 2021-06-15 13:34:07.113 debug (18472) EISCP String: ZMT00
onkyo.0 2021-06-15 13:34:07.113 debug (18472) Got message: {"command":"muting","zone":"zone2","argument":"off","iscp_command":"ZMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:07.112 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"muting","zone":"zone2","argument":"off","iscp_command":"ZMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR65
onkyo.0 2021-06-15 13:34:06.736 debug (18472) stateChange onkyo.0.Device.MediaAlbumName {"val":" ","ack":true,"ts":1623756846710,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735306806}
onkyo.0 2021-06-15 13:34:06.732 debug (18472) stateChange onkyo.0.Device.command {"val":"NAL ","ack":true,"ts":1623756846710,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756846710}
onkyo.0 2021-06-15 13:34:06.703 debug (18472) string:
onkyo.0 2021-06-15 13:34:06.703 debug (18472) chunk: NAL
onkyo.0 2021-06-15 13:34:06.703 debug (18472) EISCP String: NAL
onkyo.0 2021-06-15 13:34:06.702 debug (18472) Got message: {"command":"net-usb-album-name-info","zone":"main","iscp_command":"NAL ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:06.702 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-album-name-info","zone":"main","iscp_command":"NAL ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"
onkyo.0 2021-06-15 13:34:06.660 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NALQSTN
onkyo.0 2021-06-15 13:34:06.159 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - LMDQSTN
onkyo.0 2021-06-15 13:34:05.657 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NPZQSTN
onkyo.0 2021-06-15 13:34:05.156 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NPRQSTN
onkyo.0 2021-06-15 13:34:05.046 debug (18472) stateChange onkyo.0.Zone3.InputSelect {"val":"N/","ack":true,"ts":1623756845037,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506917670}
onkyo.0 2021-06-15 13:34:05.043 debug (18472) stateChange onkyo.0.Device.command {"val":"SL3N/A","ack":true,"ts":1623756845037,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756845037}
onkyo.0 2021-06-15 13:34:05.040 debug (18472) stateChange onkyo.0.Zone2.InputSelect {"val":"80","ack":true,"ts":1623756845037,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506917158}
onkyo.0 2021-06-15 13:34:05.011 debug (18472) stateChange onkyo.0.Device.command {"val":"SLZ80","ack":true,"ts":1623756845006,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756845006}
onkyo.0 2021-06-15 13:34:05.005 debug (18472) stateChange onkyo.0.Zone1.InputSelect {"val":"12","ack":true,"ts":1623756844995,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735795803}
onkyo.0 2021-06-15 13:34:04.994 debug (18472) stateChange onkyo.0.Device.command {"val":"SLI12","ack":true,"ts":1623756844982,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756844982}
onkyo.0 2021-06-15 13:34:04.990 debug (18472) stateChange onkyo.0.Device.AudioInformation {"val":"N/A","ack":true,"ts":1623756844981,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756011892}
onkyo.0 2021-06-15 13:34:04.989 debug (18472) string: N/A
onkyo.0 2021-06-15 13:34:04.989 debug (18472) chunk: SL3
onkyo.0 2021-06-15 13:34:04.989 debug (18472) EISCP String: SL3N/A
onkyo.0 2021-06-15 13:34:04.988 debug (18472) Got message: {"command":"selector","zone":"zone3","iscp_command":"SL3N/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:04.988 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"selector","zone":"zone3","iscp_command":"SL3N/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:04.985 debug (18472) string: 80
onkyo.0 2021-06-15 13:34:04.984 debug (18472) chunk: SLZ
onkyo.0 2021-06-15 13:34:04.984 debug (18472) EISCP String: SLZ80
onkyo.0 2021-06-15 13:34:04.984 debug (18472) Got message: {"command":"selector","zone":"zone2","argument":"source","iscp_command":"SLZ80","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:04.983 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"selector","zone":"zone2","argument":"source","iscp_command":"SLZ80","host":"192.168.1.xxx","port":"60128","model":"TX
onkyo.0 2021-06-15 13:34:04.981 debug (18472) stateChange onkyo.0.Device.command {"val":"IFAN/A","ack":true,"ts":1623756844971,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756844971}
onkyo.0 2021-06-15 13:34:04.979 debug (18472) stateChange onkyo.0.Zone2.Volume {"val":null,"ack":true,"ts":1623756844971,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756844971}
onkyo.0 2021-06-15 13:34:04.968 debug (18472) string: 12
onkyo.0 2021-06-15 13:34:04.968 debug (18472) chunk: SLI
onkyo.0 2021-06-15 13:34:04.968 debug (18472) EISCP String: SLI12
onkyo.0 2021-06-15 13:34:04.967 debug (18472) Got message: {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:04.966 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:04.957 debug (18472) stateChange onkyo.0.Device.command {"val":"ZVLN/A","ack":true,"ts":1623756844946,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756844946}
onkyo.0 2021-06-15 13:34:04.955 debug (18472) stateChange onkyo.0.Zone1.Volume {"val":30,"ack":true,"ts":1623756844946,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623755579845}
onkyo.0 2021-06-15 13:34:04.954 debug (18472) stateChange onkyo.0.Device.command {"val":"MVL1E","ack":true,"ts":1623756844945,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756844945}
onkyo.0 2021-06-15 13:34:04.949 debug (18472) string: N/A
onkyo.0 2021-06-15 13:34:04.949 debug (18472) chunk: IFA
onkyo.0 2021-06-15 13:34:04.948 debug (18472) EISCP String: IFAN/A
onkyo.0 2021-06-15 13:34:04.947 debug (18472) Got message: {"command":"audio-infomation","zone":"main","iscp_command":"IFAN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:04.947 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-infomation","zone":"main","iscp_command":"IFAN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:04.939 debug (18472) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756844920,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:34:04.938 debug (18472) string: N/A
onkyo.0 2021-06-15 13:34:04.938 debug (18472) chunk: ZVL
onkyo.0 2021-06-15 13:34:04.938 debug (18472) EISCP String: ZVLN/A
onkyo.0 2021-06-15 13:34:04.937 debug (18472) Got message: {"command":"volume","zone":"zone2","iscp_command":"ZVLN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:04.937 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"volume","zone":"zone2","iscp_command":"ZVLN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:04.933 debug (18472) string: 1E
onkyo.0 2021-06-15 13:34:04.933 debug (18472) chunk: MVL
onkyo.0 2021-06-15 13:34:04.932 debug (18472) EISCP String: MVL1E
onkyo.0 2021-06-15 13:34:04.932 debug (18472) Got message: {"command":["master-volume","volume"],"zone":"main","argument":30,"iscp_command":"MVL1E","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:04.932 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":["master-volume","volume"],"zone":"main","argument":30,"iscp_command":"MVL1E","host":"192.168.1.xxx","port":"60128","m
onkyo.0 2021-06-15 13:34:04.930 debug (18472) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756844920,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756844920}
onkyo.0 2021-06-15 13:34:04.913 debug (18472) string: 00
onkyo.0 2021-06-15 13:34:04.912 debug (18472) chunk: PWR
onkyo.0 2021-06-15 13:34:04.912 debug (18472) EISCP String: PWR00
onkyo.0 2021-06-15 13:34:04.912 debug (18472) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:34:04.911 debug (18472) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:04.911 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:34:04.654 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NSTQSTN
onkyo.0 2021-06-15 13:34:04.594 debug (18472) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:34:04.594 debug (18472) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:34:04.592 debug (18472) Request Power status to check device availability...
onkyo.0 2021-06-15 13:34:04.506 debug (18472) stateChange onkyo.0.Device.command {"val":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"04\" b
onkyo.0 2021-06-15 13:34:04.499 debug (18472) stateChange onkyo.0.Device.command {"val":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"M
onkyo.0 2021-06-15 13:34:04.448 debug (18472) stateChange onkyo.0.Device.NavInfo {"val":"<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2
onkyo.0 2021-06-15 13:34:04.448 debug (18472) stateChange onkyo.0.Device.command {"val":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><yea
onkyo.0 2021-06-15 13:34:04.442 debug (18472) string: req="0" name="" /><preset id="02" band="0" freq="0" name="" /><preset id="03" ba
onkyo.0 2021-06-15 13:34:04.441 debug (18472) chunk: " f
onkyo.0 2021-06-15 13:34:04.441 debug (18472) EISCP String: " freq="0" name="" /><preset id="02" band="0" freq="0" name="" /><preset id="03" band="0" freq="0" name="" /><preset id="04" band="0" freq="0" name="" /><preset id="05" band="0"
onkyo.0 2021-06-15 13:34:04.441 debug (18472) Got message: {"iscp_command":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"04\" band=\"0\" fre
onkyo.0 2021-06-15 13:34:04.440 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=
onkyo.0 2021-06-15 13:34:04.438 debug (18472) string: e id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><
onkyo.0 2021-06-15 13:34:04.437 debug (18472) chunk: vic
onkyo.0 2021-06-15 13:34:04.437 debug (18472) EISCP String: vice id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist count="4"><zone id="1" value="1" name="Main" volmax="82" volstep="1" src="1" dst="1" l
onkyo.0 2021-06-15 13:34:04.437 debug (18472) Got message: {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=
onkyo.0 2021-06-15 13:34:04.436 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\
onkyo.0 2021-06-15 13:34:04.423 debug (18472) string: <?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656
onkyo.0 2021-06-15 13:34:04.423 debug (18472) chunk: NRI
onkyo.0 2021-06-15 13:34:04.423 debug (18472) EISCP String: NRI<?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><model>TX-NR656</model><
onkyo.0 2021-06-15 13:34:04.422 debug (18472) Got message: {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year>
onkyo.0 2021-06-15 13:34:04.422 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand
onkyo.0 2021-06-15 13:34:04.153 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - AMTQSTN
onkyo.0 2021-06-15 13:34:03.962 debug (18472) stateChange onkyo.0.NET_Shuffle_Status {"val":"x","ack":true,"ts":1623756843888,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756006071}
onkyo.0 2021-06-15 13:34:03.962 debug (18472) stateChange onkyo.0.Device.MediaFastReverse {"val":false,"ack":true,"ts":1623756843888,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461096}
onkyo.0 2021-06-15 13:34:03.961 debug (18472) stateChange onkyo.0.Device.MediaReverse {"val":false,"ack":true,"ts":1623756843887,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461095}
onkyo.0 2021-06-15 13:34:03.959 debug (18472) stateChange onkyo.0.Device.MediaFastForward {"val":false,"ack":true,"ts":1623756843887,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461095}
onkyo.0 2021-06-15 13:34:03.955 debug (18472) stateChange onkyo.0.Device.MediaForward {"val":false,"ack":true,"ts":1623756843887,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461093}
onkyo.0 2021-06-15 13:34:03.940 debug (18472) stateChange onkyo.0.Device.MediaPause {"val":false,"ack":true,"ts":1623756843886,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461093}
onkyo.0 2021-06-15 13:34:03.937 debug (18472) stateChange onkyo.0.Device.MediaPlay {"val":false,"ack":true,"ts":1623756843886,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623583523445}
onkyo.0 2021-06-15 13:34:03.934 debug (18472) stateChange onkyo.0.Device.MediaStop {"val":true,"ack":true,"ts":1623756843886,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623583523445}
onkyo.0 2021-06-15 13:34:03.930 debug (18472) stateChange onkyo.0.Device.command {"val":"NSTSxx","ack":true,"ts":1623756843886,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756843886}
onkyo.0 2021-06-15 13:34:03.878 debug (18472) string: Sxx
onkyo.0 2021-06-15 13:34:03.878 debug (18472) chunk: NST
onkyo.0 2021-06-15 13:34:03.877 debug (18472) EISCP String: NSTSxx
onkyo.0 2021-06-15 13:34:03.877 debug (18472) Got message: {"command":"net-usb-play-status","zone":"main","iscp_command":"NSTSxx","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:03.876 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-play-status","zone":"main","iscp_command":"NSTSxx","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:34:03.651 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZMTQSTN
onkyo.0 2021-06-15 13:34:03.150 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SL3QSTN
onkyo.0 2021-06-15 13:34:02.649 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLZQSTN
onkyo.0 2021-06-15 13:34:02.147 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLIQSTN
onkyo.0 2021-06-15 13:34:01.643 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - IFAQSTN
onkyo.0 2021-06-15 13:34:01.142 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - VL3QSTN
onkyo.0 2021-06-15 13:34:00.640 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZVLQSTN
onkyo.0 2021-06-15 13:34:00.138 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - MVLQSTN
onkyo.0 2021-06-15 13:33:59.836 debug (18472) newCommand: NRIQSTN
onkyo.0 2021-06-15 13:33:59.836 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.836 debug (18472) Value: NRIQSTN
onkyo.0 2021-06-15 13:33:59.835 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.835 debug (18472) stateChange onkyo.0.Device.command {"val":"NRIQSTN","ack":false,"ts":1623756839754,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839754}
onkyo.0 2021-06-15 13:33:59.835 debug (18472) newCommand: SLAQSTN
onkyo.0 2021-06-15 13:33:59.834 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.834 debug (18472) Value: SLAQSTN
onkyo.0 2021-06-15 13:33:59.833 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.833 debug (18472) stateChange onkyo.0.Device.command {"val":"SLAQSTN","ack":false,"ts":1623756839754,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839754}
onkyo.0 2021-06-15 13:33:59.832 debug (18472) newCommand: IFVQSTN
onkyo.0 2021-06-15 13:33:59.832 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.832 debug (18472) Value: IFVQSTN
onkyo.0 2021-06-15 13:33:59.831 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.831 debug (18472) stateChange onkyo.0.Device.command {"val":"IFVQSTN","ack":false,"ts":1623756839754,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839754}
onkyo.0 2021-06-15 13:33:59.831 debug (18472) newCommand: TU3QSTN
onkyo.0 2021-06-15 13:33:59.830 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.830 debug (18472) Value: TU3QSTN
onkyo.0 2021-06-15 13:33:59.830 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.829 debug (18472) stateChange onkyo.0.Device.command {"val":"TU3QSTN","ack":false,"ts":1623756839754,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839754}
onkyo.0 2021-06-15 13:33:59.803 debug (18472) newCommand: TUZQSTN
onkyo.0 2021-06-15 13:33:59.803 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.803 debug (18472) Value: TUZQSTN
onkyo.0 2021-06-15 13:33:59.802 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.802 debug (18472) stateChange onkyo.0.Device.command {"val":"TUZQSTN","ack":false,"ts":1623756839754,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839754}
onkyo.0 2021-06-15 13:33:59.801 debug (18472) newCommand: TUNQSTN
onkyo.0 2021-06-15 13:33:59.801 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.801 debug (18472) Value: TUNQSTN
onkyo.0 2021-06-15 13:33:59.800 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.800 debug (18472) stateChange onkyo.0.Device.command {"val":"TUNQSTN","ack":false,"ts":1623756839753,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839753}
onkyo.0 2021-06-15 13:33:59.799 debug (18472) newCommand: PR3QSTN
onkyo.0 2021-06-15 13:33:59.799 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.798 debug (18472) Value: PR3QSTN
onkyo.0 2021-06-15 13:33:59.798 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.798 debug (18472) stateChange onkyo.0.Device.command {"val":"PR3QSTN","ack":false,"ts":1623756839753,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839753}
onkyo.0 2021-06-15 13:33:59.792 debug (18472) newCommand: PRZQSTN
onkyo.0 2021-06-15 13:33:59.792 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.791 debug (18472) Value: PRZQSTN
onkyo.0 2021-06-15 13:33:59.791 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.790 debug (18472) stateChange onkyo.0.Device.command {"val":"PRZQSTN","ack":false,"ts":1623756839753,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839753}
onkyo.0 2021-06-15 13:33:59.781 debug (18472) newCommand: PRSQSTN
onkyo.0 2021-06-15 13:33:59.781 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.780 debug (18472) Value: PRSQSTN
onkyo.0 2021-06-15 13:33:59.778 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.777 debug (18472) stateChange onkyo.0.Device.command {"val":"PRSQSTN","ack":false,"ts":1623756839605,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839605}
onkyo.0 2021-06-15 13:33:59.776 debug (18472) newCommand: NTRQSTN
onkyo.0 2021-06-15 13:33:59.775 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.773 debug (18472) Value: NTRQSTN
onkyo.0 2021-06-15 13:33:59.772 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.771 debug (18472) stateChange onkyo.0.Device.command {"val":"NTRQSTN","ack":false,"ts":1623756839605,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839605}
onkyo.0 2021-06-15 13:33:59.769 debug (18472) newCommand: NTIQSTN
onkyo.0 2021-06-15 13:33:59.766 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.766 debug (18472) Value: NTIQSTN
onkyo.0 2021-06-15 13:33:59.765 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.765 debug (18472) stateChange onkyo.0.Device.command {"val":"NTIQSTN","ack":false,"ts":1623756839605,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839605}
onkyo.0 2021-06-15 13:33:59.751 debug (18472) newCommand: NTMQSTN
onkyo.0 2021-06-15 13:33:59.750 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.750 debug (18472) Value: NTMQSTN
onkyo.0 2021-06-15 13:33:59.750 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.749 debug (18472) stateChange onkyo.0.Device.command {"val":"NTMQSTN","ack":false,"ts":1623756839605,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839605}
onkyo.0 2021-06-15 13:33:59.749 debug (18472) newCommand: NATQSTN
onkyo.0 2021-06-15 13:33:59.749 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.748 debug (18472) Value: NATQSTN
onkyo.0 2021-06-15 13:33:59.748 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.748 debug (18472) stateChange onkyo.0.Device.command {"val":"NATQSTN","ack":false,"ts":1623756839605,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839605}
onkyo.0 2021-06-15 13:33:59.747 debug (18472) newCommand: NALQSTN
onkyo.0 2021-06-15 13:33:59.747 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.747 debug (18472) Value: NALQSTN
onkyo.0 2021-06-15 13:33:59.746 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.746 debug (18472) stateChange onkyo.0.Device.command {"val":"NALQSTN","ack":false,"ts":1623756839605,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839605}
onkyo.0 2021-06-15 13:33:59.745 debug (18472) newCommand: LMDQSTN
onkyo.0 2021-06-15 13:33:59.745 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.745 debug (18472) Value: LMDQSTN
onkyo.0 2021-06-15 13:33:59.744 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.744 debug (18472) stateChange onkyo.0.Device.command {"val":"LMDQSTN","ack":false,"ts":1623756839604,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839604}
onkyo.0 2021-06-15 13:33:59.743 debug (18472) newCommand: NPZQSTN
onkyo.0 2021-06-15 13:33:59.743 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.742 debug (18472) Value: NPZQSTN
onkyo.0 2021-06-15 13:33:59.742 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.741 debug (18472) stateChange onkyo.0.Device.command {"val":"NPZQSTN","ack":false,"ts":1623756839604,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839604}
onkyo.0 2021-06-15 13:33:59.740 debug (18472) newCommand: NPRQSTN
onkyo.0 2021-06-15 13:33:59.740 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.739 debug (18472) Value: NPRQSTN
onkyo.0 2021-06-15 13:33:59.739 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.738 debug (18472) stateChange onkyo.0.Device.command {"val":"NPRQSTN","ack":false,"ts":1623756839604,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839604}
onkyo.0 2021-06-15 13:33:59.729 debug (18472) newCommand: NSTQSTN
onkyo.0 2021-06-15 13:33:59.698 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.698 debug (18472) Value: NSTQSTN
onkyo.0 2021-06-15 13:33:59.697 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.696 debug (18472) stateChange onkyo.0.Device.command {"val":"NSTQSTN","ack":false,"ts":1623756839604,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839604}
onkyo.0 2021-06-15 13:33:59.696 debug (18472) newCommand: AMTQSTN
onkyo.0 2021-06-15 13:33:59.695 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.695 debug (18472) Value: AMTQSTN
onkyo.0 2021-06-15 13:33:59.694 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.693 debug (18472) stateChange onkyo.0.Device.command {"val":"AMTQSTN","ack":false,"ts":1623756839603,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839603}
onkyo.0 2021-06-15 13:33:59.693 debug (18472) newCommand: ZMTQSTN
onkyo.0 2021-06-15 13:33:59.692 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.692 debug (18472) Value: ZMTQSTN
onkyo.0 2021-06-15 13:33:59.691 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.690 debug (18472) stateChange onkyo.0.Device.command {"val":"ZMTQSTN","ack":false,"ts":1623756839603,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839603}
onkyo.0 2021-06-15 13:33:59.679 debug (18472) newCommand: SL3QSTN
onkyo.0 2021-06-15 13:33:59.679 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.678 debug (18472) Value: SL3QSTN
onkyo.0 2021-06-15 13:33:59.676 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.676 debug (18472) stateChange onkyo.0.Device.command {"val":"SL3QSTN","ack":false,"ts":1623756839603,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839603}
onkyo.0 2021-06-15 13:33:59.674 debug (18472) newCommand: SLZQSTN
onkyo.0 2021-06-15 13:33:59.673 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.673 debug (18472) Value: SLZQSTN
onkyo.0 2021-06-15 13:33:59.671 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.671 debug (18472) stateChange onkyo.0.Device.command {"val":"SLZQSTN","ack":false,"ts":1623756839603,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839603}
onkyo.0 2021-06-15 13:33:59.669 debug (18472) newCommand: SLIQSTN
onkyo.0 2021-06-15 13:33:59.668 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.668 debug (18472) Value: SLIQSTN
onkyo.0 2021-06-15 13:33:59.666 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.664 debug (18472) stateChange onkyo.0.Device.command {"val":"SLIQSTN","ack":false,"ts":1623756839603,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839603}
onkyo.0 2021-06-15 13:33:59.663 debug (18472) newCommand: IFAQSTN
onkyo.0 2021-06-15 13:33:59.663 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.662 debug (18472) Value: IFAQSTN
onkyo.0 2021-06-15 13:33:59.662 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.662 debug (18472) stateChange onkyo.0.Device.command {"val":"IFAQSTN","ack":false,"ts":1623756839603,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839603}
onkyo.0 2021-06-15 13:33:59.650 debug (18472) newCommand: VL3QSTN
onkyo.0 2021-06-15 13:33:59.650 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.649 debug (18472) Value: VL3QSTN
onkyo.0 2021-06-15 13:33:59.649 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.648 debug (18472) stateChange onkyo.0.Device.command {"val":"VL3QSTN","ack":false,"ts":1623756839602,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839602}
onkyo.0 2021-06-15 13:33:59.646 debug (18472) newCommand: ZVLQSTN
onkyo.0 2021-06-15 13:33:59.645 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.645 debug (18472) Value: ZVLQSTN
onkyo.0 2021-06-15 13:33:59.645 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.644 debug (18472) stateChange onkyo.0.Device.command {"val":"ZVLQSTN","ack":false,"ts":1623756839602,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839602}
onkyo.0 2021-06-15 13:33:59.640 debug (18472) newCommand: MVLQSTN
onkyo.0 2021-06-15 13:33:59.640 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.639 debug (18472) Value: MVLQSTN
onkyo.0 2021-06-15 13:33:59.639 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.638 debug (18472) stateChange onkyo.0.Device.command {"val":"MVLQSTN","ack":false,"ts":1623756839601,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839601}
onkyo.0 2021-06-15 13:33:59.636 debug (18472) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:33:59.631 debug (18472) newCommand: PWRQSTN
onkyo.0 2021-06-15 13:33:59.631 debug (18472) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:33:59.630 debug (18472) Value: PWRQSTN
onkyo.0 2021-06-15 13:33:59.630 debug (18472) ack is not set!
onkyo.0 2021-06-15 13:33:59.629 debug (18472) stateChange onkyo.0.Device.command {"val":"PWRQSTN","ack":false,"ts":1623756839600,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756839600}
onkyo.0 2021-06-15 13:33:57.032 debug (18472) stateChange onkyo.0.Device.command {"val":"NDS--x","ack":true,"ts":1623756837025,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756837025}
onkyo.0 2021-06-15 13:33:57.018 debug (18472) string: --x
onkyo.0 2021-06-15 13:33:57.017 debug (18472) chunk: NDS
onkyo.0 2021-06-15 13:33:57.017 debug (18472) EISCP String: NDS--x
onkyo.0 2021-06-15 13:33:57.016 debug (18472) Got message: {"iscp_command":"NDS--x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:33:57.013 debug (18472) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDS--x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:33:54.604 debug (18472) stateChange onkyo.0.info.connection {"val":true,"ack":true,"ts":1623756834596,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756834596}
onkyo.0 2021-06-15 13:33:54.600 debug (18472) stateChange onkyo.0.Device.connected {"val":true,"ack":true,"ts":1623756834596,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756834596}
onkyo.0 2021-06-15 13:33:54.591 info (18472) Successfully connected to AVR
onkyo.0 2021-06-15 13:33:54.590 debug (18472) INFO (connected) Connected to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 13:33:54.522 debug (18472) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 13:33:54.517 debug (18472) DEBUG (received_discovery) Received discovery packet from 192.168.1.xxx:60128 ([{"host":"192.168.1.xxx","port":"60128","model":"TX-NR656","mac":"000xxxxxxxxx","areacode":"XX"}])
onkyo.0 2021-06-15 13:33:54.509 debug (18472) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:33:44.508 debug (18472) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:33:34.508 debug (18472) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:33:24.508 debug (18472) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:33:14.508 debug (18472) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:33:04.508 debug (18472) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:32:54.507 debug (18472) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:32:44.507 debug (18472) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:32:34.515 debug (18472) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:32:34.503 info (18472) Connecting to AVR 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:32:34.472 debug (18472) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623756754437,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756710664}
onkyo.0 2021-06-15 13:32:34.471 debug (18472) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623756754436,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756710664}
onkyo.0 2021-06-15 13:32:34.249 info (18472) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.onkyo, node: v12.22.1, js-controller: 3.2.16
onkyo.0 2021-06-15 13:32:33.997 debug (18472) Plugin sentry Initialize Plugin (enabled=true)
host.iobroker-v510 2021-06-15 13:32:31.455 info instance system.adapter.onkyo.0 started with pid 18472
host.iobroker-v510 2021-06-15 13:32:01.330 info Restart adapter system.adapter.onkyo.0 because enabled
host.iobroker-v510 2021-06-15 13:32:01.330 error instance system.adapter.onkyo.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
host.iobroker-v510 2021-06-15 13:32:01.329 error Caught by controller[0]: at processTimers (internal/timers.js:497:7)
host.iobroker-v510 2021-06-15 13:32:01.329 error Caught by controller[0]: at listOnTimeout (internal/timers.js:554:17)
host.iobroker-v510 2021-06-15 13:32:01.328 error Caught by controller[0]: at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.onkyo/main.js:641:31)
host.iobroker-v510 2021-06-15 13:32:01.323 error Caught by controller[0]: ReferenceError: options is not defined
onkyo.0 2021-06-15 13:32:00.925 warn (18101) Terminated (UNCAUGHT_EXCEPTION): Without reason
onkyo.0 2021-06-15 13:32:00.924 debug (18101) Plugin sentry destroyed
onkyo.0 2021-06-15 13:32:00.922 info (18101) terminating
onkyo.0 2021-06-15 13:32:00.738 error (18101) options is not defined
onkyo.0 2021-06-15 13:32:00.738 error (18101) ReferenceError: options is not defined at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.onkyo/main.js:641:31) at listOnTimeout (internal/timers.js:554:17) at processTimer
onkyo.0 2021-06-15 13:32:00.737 error (18101) uncaught exception: options is not defined
onkyo.0 2021-06-15 13:31:55.662 debug (18101) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 13:31:50.671 debug (18101) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623756710664,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756710664}
onkyo.0 2021-06-15 13:31:50.668 debug (18101) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623756710664,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756710664}
onkyo.0 2021-06-15 13:31:50.659 info (18101) AVR disconnected
onkyo.0 2021-06-15 13:31:50.659 debug (18101) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:31:50.657 info (18101) Got no response from Power status check ... reconnect
onkyo.0 2021-06-15 13:31:40.659 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:31:40.657 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:31:40.657 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:31:40.656 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:31:30.741 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756690728,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:31:30.732 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756690728,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:31:30.722 debug (18101) string: 00
onkyo.0 2021-06-15 13:31:30.722 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:31:30.722 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:31:30.721 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:31:30.721 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:31:30.721 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:31:30.658 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:31:30.657 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:31:30.656 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:31:30.656 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:31:20.735 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756680723,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:31:20.734 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756680723,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:31:20.714 debug (18101) string: 00
onkyo.0 2021-06-15 13:31:20.713 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:31:20.712 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:31:20.712 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:31:20.712 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:31:20.711 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:31:20.657 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:31:20.656 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:31:20.655 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:31:20.655 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:31:10.733 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756670725,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:31:10.728 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756670724,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:31:10.719 debug (18101) string: 00
onkyo.0 2021-06-15 13:31:10.719 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:31:10.719 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:31:10.719 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:31:10.718 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:31:10.718 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:31:10.660 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:31:10.656 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:31:10.656 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:31:10.655 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:31:00.885 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756660830,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:31:00.873 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756660829,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:31:00.731 debug (18101) string: 00
onkyo.0 2021-06-15 13:31:00.731 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:31:00.730 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:31:00.730 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:31:00.729 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:31:00.729 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:31:00.657 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:31:00.656 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:31:00.655 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:31:00.654 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:30:50.727 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756650718,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:30:50.722 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756650718,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:30:50.711 debug (18101) string: 00
onkyo.0 2021-06-15 13:30:50.711 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:30:50.710 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:30:50.710 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:30:50.709 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:30:50.709 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:30:50.656 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:30:50.655 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:30:50.654 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:30:50.653 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:30:40.746 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756640735,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:30:40.742 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756640735,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:30:40.710 debug (18101) string: 00
onkyo.0 2021-06-15 13:30:40.710 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:30:40.709 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:30:40.709 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:30:40.709 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:30:40.708 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:30:40.655 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:30:40.654 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:30:40.654 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:30:40.653 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:30:30.857 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756630834,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:30:30.853 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756630834,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:30:30.708 debug (18101) string: 00
onkyo.0 2021-06-15 13:30:30.707 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:30:30.707 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:30:30.707 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:30:30.707 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:30:30.706 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:30:30.655 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:30:30.653 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:30:30.653 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:30:30.652 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:30:21.529 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756621524,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:30:21.454 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756621447,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:30:21.450 debug (18101) stateChange onkyo.0.Zone1.Mute {"val":false,"ack":true,"ts":1623756621442,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622972787183}
onkyo.0 2021-06-15 13:30:21.446 debug (18101) stateChange onkyo.0.Device.command {"val":"AMT00","ack":true,"ts":1623756621442,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621442}
onkyo.0 2021-06-15 13:30:21.438 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756621425,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:30:21.436 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756621425,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:30:21.431 debug (18101) string: 00
onkyo.0 2021-06-15 13:30:21.430 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:30:21.430 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:30:21.429 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:30:21.429 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:30:21.423 debug (18101) string: 00
onkyo.0 2021-06-15 13:30:21.423 debug (18101) chunk: AMT
onkyo.0 2021-06-15 13:30:21.422 debug (18101) EISCP String: AMT00
onkyo.0 2021-06-15 13:30:21.422 debug (18101) Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:30:21.422 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX
onkyo.0 2021-06-15 13:30:21.416 debug (18101) string: 00
onkyo.0 2021-06-15 13:30:21.415 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:30:21.415 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:30:21.415 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:30:21.414 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:30:21.414 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:30:20.655 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:30:20.652 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:30:20.652 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:30:20.651 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:30:10.714 debug (18101) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623756610707,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756543645}
onkyo.0 2021-06-15 13:30:10.710 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623756610706,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756560707}
onkyo.0 2021-06-15 13:30:10.702 debug (18101) string: 01
onkyo.0 2021-06-15 13:30:10.701 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:30:10.701 debug (18101) EISCP String: PWR01
onkyo.0 2021-06-15 13:30:10.701 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:30:10.700 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:30:10.700 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:30:10.653 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:30:10.652 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:30:10.652 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:30:10.651 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:30:00.937 debug (18101) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623756600879,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756543645}
onkyo.0 2021-06-15 13:30:00.937 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623756600879,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756560707}
onkyo.0 2021-06-15 13:30:00.729 debug (18101) string: 01
onkyo.0 2021-06-15 13:30:00.707 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:30:00.707 debug (18101) EISCP String: PWR01
onkyo.0 2021-06-15 13:30:00.707 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:30:00.706 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:30:00.706 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:30:00.655 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:30:00.652 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:30:00.652 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:30:00.651 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:29:50.720 debug (18101) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623756590713,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756543645}
onkyo.0 2021-06-15 13:29:50.717 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623756590712,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756560707}
onkyo.0 2021-06-15 13:29:50.707 debug (18101) string: 01
onkyo.0 2021-06-15 13:29:50.707 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:29:50.706 debug (18101) EISCP String: PWR01
onkyo.0 2021-06-15 13:29:50.706 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:29:50.706 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:50.705 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:29:50.653 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:29:50.652 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:29:50.651 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:29:50.651 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:29:40.754 debug (18101) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623756580734,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756543645}
onkyo.0 2021-06-15 13:29:40.747 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623756580733,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756560707}
onkyo.0 2021-06-15 13:29:40.695 debug (18101) string: 01
onkyo.0 2021-06-15 13:29:40.694 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:29:40.693 debug (18101) EISCP String: PWR01
onkyo.0 2021-06-15 13:29:40.693 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:29:40.692 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:40.692 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:29:40.653 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:29:40.652 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:29:40.652 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:29:40.651 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:29:30.714 debug (18101) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623756570706,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756543645}
onkyo.0 2021-06-15 13:29:30.711 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623756570706,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756560707}
onkyo.0 2021-06-15 13:29:30.694 debug (18101) string: 01
onkyo.0 2021-06-15 13:29:30.694 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:29:30.694 debug (18101) EISCP String: PWR01
onkyo.0 2021-06-15 13:29:30.693 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:29:30.692 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:30.692 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:29:30.653 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:29:30.652 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:29:30.651 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:29:30.651 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:29:20.715 debug (18101) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623756560708,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756543645}
onkyo.0 2021-06-15 13:29:20.712 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623756560707,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756560707}
onkyo.0 2021-06-15 13:29:20.700 debug (18101) string: 01
onkyo.0 2021-06-15 13:29:20.700 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:29:20.700 debug (18101) EISCP String: PWR01
onkyo.0 2021-06-15 13:29:20.699 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:29:20.699 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:20.699 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:29:20.653 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:29:20.652 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:29:20.651 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:29:20.651 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:29:19.606 debug (18101) stateChange onkyo.0.Device.command {"val":"UPD00","ack":true,"ts":1623756559602,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756559534}
onkyo.0 2021-06-15 13:29:19.556 debug (18101) string: 00
onkyo.0 2021-06-15 13:29:19.555 debug (18101) chunk: UPD
onkyo.0 2021-06-15 13:29:19.555 debug (18101) EISCP String: UPD00
onkyo.0 2021-06-15 13:29:19.555 debug (18101) Got message: {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:19.554 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:19.538 debug (18101) stateChange onkyo.0.Device.command {"val":"UPD00","ack":true,"ts":1623756559534,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756559534}
onkyo.0 2021-06-15 13:29:19.527 debug (18101) string: 00
onkyo.0 2021-06-15 13:29:19.527 debug (18101) chunk: UPD
onkyo.0 2021-06-15 13:29:19.527 debug (18101) EISCP String: UPD00
onkyo.0 2021-06-15 13:29:19.526 debug (18101) Got message: {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:19.526 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:10.743 debug (18101) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623756550734,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756543645}
onkyo.0 2021-06-15 13:29:10.739 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623756550734,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756550734}
onkyo.0 2021-06-15 13:29:10.701 debug (18101) string: 01
onkyo.0 2021-06-15 13:29:10.701 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:29:10.701 debug (18101) EISCP String: PWR01
onkyo.0 2021-06-15 13:29:10.700 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:29:10.700 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:10.699 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:29:10.653 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:29:10.652 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:29:10.651 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:29:10.650 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:29:06.034 debug (18101) stateChange onkyo.0.Device.command {"val":"RAS01","ack":true,"ts":1623756546030,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756546030}
onkyo.0 2021-06-15 13:29:05.978 debug (18101) string: 01
onkyo.0 2021-06-15 13:29:05.978 debug (18101) chunk: RAS
onkyo.0 2021-06-15 13:29:05.977 debug (18101) EISCP String: RAS01
onkyo.0 2021-06-15 13:29:05.977 debug (18101) Got message: {"command":"cinema-filter","zone":"main","argument":"on","iscp_command":"RAS01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:05.976 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"cinema-filter","zone":"main","argument":"on","iscp_command":"RAS01","host":"192.168.1.xxx","port":"60128","model":"TX
onkyo.0 2021-06-15 13:29:05.968 debug (18101) stateChange onkyo.0.Device.ListeningMode {"val":"80","ack":true,"ts":1623756545956,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756545956}
onkyo.0 2021-06-15 13:29:05.960 debug (18101) stateChange onkyo.0.Device.command {"val":"LMD80","ack":true,"ts":1623756545955,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756545955}
onkyo.0 2021-06-15 13:29:05.949 debug (18101) string: 80
onkyo.0 2021-06-15 13:29:05.948 debug (18101) chunk: LMD
onkyo.0 2021-06-15 13:29:05.948 debug (18101) EISCP String: LMD80
onkyo.0 2021-06-15 13:29:05.948 debug (18101) Got message: {"command":"listening-mode","zone":"main","argument":["plii","pliix-movie"],"iscp_command":"LMD80","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:05.947 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"listening-mode","zone":"main","argument":["plii","pliix-movie"],"iscp_command":"LMD80","host":"192.168.1.xxx","port":
onkyo.0 2021-06-15 13:29:04.230 debug (18101) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623756544226,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756544226}
onkyo.0 2021-06-15 13:29:04.183 debug (18101) stateChange onkyo.0.Device.command {"val":"DIM00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1AMT00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u000
onkyo.0 2021-06-15 13:29:04.180 debug (18101) string: W-x
onkyo.0 2021-06-15 13:29:04.179 debug (18101) chunk: NDS
onkyo.0 2021-06-15 13:29:04.179 debug (18101) EISCP String: NDSW-x
onkyo.0 2021-06-15 13:29:04.179 debug (18101) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:04.178 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:04.135 debug (18101) stateChange onkyo.0.Zone1.InputSelect {"val":"12","ack":true,"ts":1623756544074,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735795803}
onkyo.0 2021-06-15 13:29:04.132 debug (18101) string: 00
onkyo.0 2021-06-15 13:29:04.131 debug (18101) chunk: DIM
onkyo.0 2021-06-15 13:29:04.130 debug (18101) EISCP String: DIM00 ISCP !1AMT00 ISCP !1MOT00 ISCP !1RAS00 ISCP !1PCT00 ISCP !1ITV+10
onkyo.0 2021-06-15 13:29:04.130 debug (18101) Got message: {"command":"dimmer-level","zone":"main","iscp_command":"DIM00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1AMT00\u001a\r\nISCP\u0000\u0000\u0
onkyo.0 2021-06-15 13:29:04.129 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"dimmer-level","zone":"main","iscp_command":"DIM00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u00
onkyo.0 2021-06-15 13:29:04.077 debug (18101) stateChange onkyo.0.Device.command {"val":"SLI12","ack":true,"ts":1623756544073,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756544073}
onkyo.0 2021-06-15 13:29:04.068 debug (18101) string: 12
onkyo.0 2021-06-15 13:29:04.068 debug (18101) chunk: SLI
onkyo.0 2021-06-15 13:29:04.068 debug (18101) EISCP String: SLI12
onkyo.0 2021-06-15 13:29:04.068 debug (18101) Got message: {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:04.067 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:03.731 debug (18101) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623756543645,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756543645}
onkyo.0 2021-06-15 13:29:03.649 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623756543645,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756543645}
onkyo.0 2021-06-15 13:29:03.640 debug (18101) string: 01
onkyo.0 2021-06-15 13:29:03.640 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:29:03.640 debug (18101) EISCP String: PWR01
onkyo.0 2021-06-15 13:29:03.640 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:03.639 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:29:00.728 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756540722,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623755753227}
onkyo.0 2021-06-15 13:29:00.725 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756540722,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756490580}
onkyo.0 2021-06-15 13:29:00.713 debug (18101) string: 00
onkyo.0 2021-06-15 13:29:00.713 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:29:00.712 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:29:00.712 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:29:00.711 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:29:00.711 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:29:00.653 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:29:00.651 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:29:00.651 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:29:00.650 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:28:50.733 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756530725,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623755753227}
onkyo.0 2021-06-15 13:28:50.730 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756530725,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756490580}
onkyo.0 2021-06-15 13:28:50.719 debug (18101) string: 00
onkyo.0 2021-06-15 13:28:50.719 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:28:50.718 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:28:50.718 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:28:50.718 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:50.717 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:28:50.652 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:28:50.651 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:28:50.651 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:28:50.650 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:28:40.915 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756520907,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623755753227}
onkyo.0 2021-06-15 13:28:40.912 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756520907,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756490580}
onkyo.0 2021-06-15 13:28:40.900 debug (18101) string: 00
onkyo.0 2021-06-15 13:28:40.900 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:28:40.900 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:28:40.900 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:28:40.899 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:40.899 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:28:40.652 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:28:40.651 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:28:40.650 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:28:40.649 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:28:31.546 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756511532,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623755753227}
onkyo.0 2021-06-15 13:28:31.546 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756511532,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756490580}
onkyo.0 2021-06-15 13:28:31.526 debug (18101) string: 00
onkyo.0 2021-06-15 13:28:31.525 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:28:31.525 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:28:31.525 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:28:31.525 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:31.524 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:28:30.651 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:28:30.650 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:28:30.649 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:28:30.649 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:28:21.034 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756500979,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623755753227}
onkyo.0 2021-06-15 13:28:21.031 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756500979,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756490580}
onkyo.0 2021-06-15 13:28:20.970 debug (18101) string: 00
onkyo.0 2021-06-15 13:28:20.970 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:28:20.970 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:28:20.969 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:28:20.969 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:20.969 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:28:20.651 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:28:20.650 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:28:20.649 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:28:20.649 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:28:11.101 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756491081,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623755753227}
onkyo.0 2021-06-15 13:28:11.096 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756491080,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756490580}
onkyo.0 2021-06-15 13:28:11.071 debug (18101) string: 00
onkyo.0 2021-06-15 13:28:11.070 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:28:11.069 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:28:11.069 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:28:11.068 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:11.068 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:28:10.652 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:28:10.650 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:28:10.650 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:28:10.649 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:28:10.589 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756490580,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623755753227}
onkyo.0 2021-06-15 13:28:10.587 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756490580,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756490580}
onkyo.0 2021-06-15 13:28:10.572 debug (18101) string: 00
onkyo.0 2021-06-15 13:28:10.572 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:28:10.571 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:28:10.568 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:10.568 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:28:09.783 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:28:09.771 debug (18101) stateChange onkyo.0.Device.command {"val":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"M
onkyo.0 2021-06-15 13:28:09.766 debug (18101) stateChange onkyo.0.Device.NavInfo {"val":"<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2
onkyo.0 2021-06-15 13:28:09.761 debug (18101) stateChange onkyo.0.Device.command {"val":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><yea
onkyo.0 2021-06-15 13:28:09.736 debug (18101) string: e id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><
onkyo.0 2021-06-15 13:28:09.735 debug (18101) chunk: vic
onkyo.0 2021-06-15 13:28:09.734 debug (18101) EISCP String: vice id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist count="4"><zone id="1" value="1" name="Main" volmax="82" volstep="1" src="1" dst="1" l
onkyo.0 2021-06-15 13:28:09.733 debug (18101) Got message: {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=
onkyo.0 2021-06-15 13:28:09.733 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\
onkyo.0 2021-06-15 13:28:09.729 debug (18101) string: <?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656
onkyo.0 2021-06-15 13:28:09.729 debug (18101) chunk: NRI
onkyo.0 2021-06-15 13:28:09.643 debug (18101) EISCP String: NRI<?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><model>TX-NR656</model><
onkyo.0 2021-06-15 13:28:09.643 debug (18101) Got message: {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year>
onkyo.0 2021-06-15 13:28:09.642 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand
onkyo.0 2021-06-15 13:28:09.281 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NRIQSTN
onkyo.0 2021-06-15 13:28:09.181 debug (18101) stateChange onkyo.0.Device.command {"val":"SLA05","ack":true,"ts":1623756489178,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756489178}
onkyo.0 2021-06-15 13:28:09.173 debug (18101) string: 05
onkyo.0 2021-06-15 13:28:09.173 debug (18101) chunk: SLA
onkyo.0 2021-06-15 13:28:09.172 debug (18101) EISCP String: SLA05
onkyo.0 2021-06-15 13:28:09.172 debug (18101) Got message: {"command":"audio-selector","zone":"main","argument":["coax","opt"],"iscp_command":"SLA05","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:09.172 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-selector","zone":"main","argument":["coax","opt"],"iscp_command":"SLA05","host":"192.168.1.xxx","port":"60128",
onkyo.0 2021-06-15 13:28:08.780 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLAQSTN
onkyo.0 2021-06-15 13:28:08.530 debug (18101) stateChange onkyo.0.Device.VideoInformation {"val":"No Video,Unknown,,24bit,,Unknown,,24bit,,","ack":true,"ts":1623756488507,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","l
onkyo.0 2021-06-15 13:28:08.510 debug (18101) stateChange onkyo.0.Device.command {"val":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","ack":true,"ts":1623756488506,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":162
onkyo.0 2021-06-15 13:28:08.501 debug (18101) string: No Video,Unknown,,24bit,,Unknown,,24bit,,
onkyo.0 2021-06-15 13:28:08.501 debug (18101) chunk: IFV
onkyo.0 2021-06-15 13:28:08.501 debug (18101) EISCP String: IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,
onkyo.0 2021-06-15 13:28:08.500 debug (18101) Got message: {"command":"video-infomation","zone":"main","iscp_command":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:08.500 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"video-infomation","zone":"main","iscp_command":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","host":"192.168.1.xxx",
onkyo.0 2021-06-15 13:28:08.278 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - IFVQSTN
onkyo.0 2021-06-15 13:28:07.851 debug (18101) stateChange onkyo.0.Zone3.Tune {"val":87.5,"ack":true,"ts":1623756487846,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072178}
onkyo.0 2021-06-15 13:28:07.849 debug (18101) stateChange onkyo.0.Device.command {"val":"TU308750","ack":true,"ts":1623756487845,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756487845}
onkyo.0 2021-06-15 13:28:07.841 debug (18101) string: 08750
onkyo.0 2021-06-15 13:28:07.840 debug (18101) chunk: TU3
onkyo.0 2021-06-15 13:28:07.840 debug (18101) EISCP String: TU308750
onkyo.0 2021-06-15 13:28:07.840 debug (18101) Got message: {"command":"tuning","zone":"zone3","iscp_command":"TU308750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:07.839 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone3","iscp_command":"TU308750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:07.777 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TU3QSTN
onkyo.0 2021-06-15 13:28:07.693 debug (18101) stateChange onkyo.0.Zone2.Tune {"val":87.5,"ack":true,"ts":1623756487683,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072161}
onkyo.0 2021-06-15 13:28:07.690 debug (18101) stateChange onkyo.0.Device.command {"val":"TUZ08750","ack":true,"ts":1623756487683,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756487683}
onkyo.0 2021-06-15 13:28:07.635 debug (18101) stateChange onkyo.0.Zone1.Tune {"val":87.5,"ack":true,"ts":1623756487585,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072144}
onkyo.0 2021-06-15 13:28:07.634 debug (18101) stateChange onkyo.0.Device.command {"val":"TUN08750","ack":true,"ts":1623756487585,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756487585}
onkyo.0 2021-06-15 13:28:07.631 debug (18101) string: 08750
onkyo.0 2021-06-15 13:28:07.631 debug (18101) chunk: TUZ
onkyo.0 2021-06-15 13:28:07.630 debug (18101) EISCP String: TUZ08750
onkyo.0 2021-06-15 13:28:07.630 debug (18101) Got message: {"command":"tuning","zone":"zone2","iscp_command":"TUZ08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:07.630 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone2","iscp_command":"TUZ08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:07.579 debug (18101) string: 08750
onkyo.0 2021-06-15 13:28:07.579 debug (18101) chunk: TUN
onkyo.0 2021-06-15 13:28:07.578 debug (18101) EISCP String: TUN08750
onkyo.0 2021-06-15 13:28:07.578 debug (18101) Got message: {"command":"tuning","zone":"zone4","iscp_command":"TUN08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:07.577 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone4","iscp_command":"TUN08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:07.276 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TUZQSTN
onkyo.0 2021-06-15 13:28:07.124 debug (18101) stateChange onkyo.0.Zone3.TunerPreset {"val":0,"ack":true,"ts":1623756487121,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506924679}
onkyo.0 2021-06-15 13:28:07.120 debug (18101) stateChange onkyo.0.Device.command {"val":"PR300","ack":true,"ts":1623756487116,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756487116}
onkyo.0 2021-06-15 13:28:07.071 debug (18101) string: 00
onkyo.0 2021-06-15 13:28:07.070 debug (18101) chunk: PR3
onkyo.0 2021-06-15 13:28:07.070 debug (18101) EISCP String: PR300
onkyo.0 2021-06-15 13:28:07.070 debug (18101) Got message: {"command":"preset","zone":"zone3","iscp_command":"PR300","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:07.069 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone3","iscp_command":"PR300","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:07.049 debug (18101) stateChange onkyo.0.Zone1.TunerPreset {"val":0,"ack":true,"ts":1623756487042,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1596293154365}
onkyo.0 2021-06-15 13:28:07.046 debug (18101) stateChange onkyo.0.Device.command {"val":"PRS00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1PRZ00","ack":true,"ts":1623756487041,"q":0,"from":"system.ad
onkyo.0 2021-06-15 13:28:07.036 debug (18101) string: 00
onkyo.0 2021-06-15 13:28:07.036 debug (18101) chunk: PRS
onkyo.0 2021-06-15 13:28:07.036 debug (18101) EISCP String: PRS00 ISCP !1PRZ00
onkyo.0 2021-06-15 13:28:07.035 debug (18101) Got message: {"command":"preset","zone":"zone4","iscp_command":"PRS00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1PRZ00","host":"192.168.1.xxx","port":"6
onkyo.0 2021-06-15 13:28:07.035 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone4","iscp_command":"PRS00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0
onkyo.0 2021-06-15 13:28:07.003 debug (18101) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623756486999,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756486206}
onkyo.0 2021-06-15 13:28:06.994 debug (18101) string: W-x
onkyo.0 2021-06-15 13:28:06.994 debug (18101) chunk: NDS
onkyo.0 2021-06-15 13:28:06.993 debug (18101) EISCP String: NDSW-x
onkyo.0 2021-06-15 13:28:06.993 debug (18101) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:06.992 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:06.775 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TUNQSTN
onkyo.0 2021-06-15 13:28:06.279 debug (18101) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623756486275,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756486206}
onkyo.0 2021-06-15 13:28:06.273 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PR3QSTN
onkyo.0 2021-06-15 13:28:06.234 debug (18101) string: W-x
onkyo.0 2021-06-15 13:28:06.233 debug (18101) chunk: NDS
onkyo.0 2021-06-15 13:28:06.233 debug (18101) EISCP String: NDSW-x
onkyo.0 2021-06-15 13:28:06.233 debug (18101) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:06.232 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:06.229 debug (18101) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623756486206,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756486206}
onkyo.0 2021-06-15 13:28:06.199 debug (18101) string: W-x
onkyo.0 2021-06-15 13:28:06.199 debug (18101) chunk: NDS
onkyo.0 2021-06-15 13:28:06.199 debug (18101) EISCP String: NDSW-x
onkyo.0 2021-06-15 13:28:06.198 debug (18101) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:06.198 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:05.772 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PRZQSTN
onkyo.0 2021-06-15 13:28:05.270 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PRSQSTN
onkyo.0 2021-06-15 13:28:04.768 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTRQSTN
onkyo.0 2021-06-15 13:28:04.496 debug (18101) stateChange onkyo.0.Device.MediaTitelName {"val":" ","ack":true,"ts":1623756484477,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735307568}
onkyo.0 2021-06-15 13:28:04.487 debug (18101) stateChange onkyo.0.Device.command {"val":"NTI ","ack":true,"ts":1623756484476,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756484476}
onkyo.0 2021-06-15 13:28:04.447 debug (18101) string:
onkyo.0 2021-06-15 13:28:04.447 debug (18101) chunk: NTI
onkyo.0 2021-06-15 13:28:04.447 debug (18101) EISCP String: NTI
onkyo.0 2021-06-15 13:28:04.446 debug (18101) Got message: {"command":"net-usb-title-name","zone":"main","iscp_command":"NTI ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:04.445 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-title-name","zone":"main","iscp_command":"NTI ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:04.266 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTIQSTN
onkyo.0 2021-06-15 13:28:03.767 debug (18101) stateChange onkyo.0.Device.ListeningMode {"val":"0C","ack":true,"ts":1623756483753,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756013527}
onkyo.0 2021-06-15 13:28:03.765 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTMQSTN
onkyo.0 2021-06-15 13:28:03.764 debug (18101) stateChange onkyo.0.Device.command {"val":"LMD0C","ack":true,"ts":1623756483753,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756483753}
onkyo.0 2021-06-15 13:28:03.757 debug (18101) stateChange onkyo.0.Zone1.Mute {"val":false,"ack":true,"ts":1623756483753,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622972787183}
onkyo.0 2021-06-15 13:28:03.732 debug (18101) stateChange onkyo.0.Device.command {"val":"AMT00","ack":true,"ts":1623756483723,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756483723}
onkyo.0 2021-06-15 13:28:03.730 debug (18101) stateChange onkyo.0.Zone2.Mute {"val":false,"ack":true,"ts":1623756483712,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506918170}
onkyo.0 2021-06-15 13:28:03.722 debug (18101) stateChange onkyo.0.Device.command {"val":"ZMT00","ack":true,"ts":1623756483705,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756483705}
onkyo.0 2021-06-15 13:28:03.718 debug (18101) stateChange onkyo.0.Zone3.InputSelect {"val":"N/","ack":true,"ts":1623756483705,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506917670}
onkyo.0 2021-06-15 13:28:03.705 debug (18101) stateChange onkyo.0.Device.command {"val":"SL3N/A","ack":true,"ts":1623756483693,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756483693}
onkyo.0 2021-06-15 13:28:03.701 debug (18101) string: 0C
onkyo.0 2021-06-15 13:28:03.701 debug (18101) chunk: LMD
onkyo.0 2021-06-15 13:28:03.701 debug (18101) EISCP String: LMD0C
onkyo.0 2021-06-15 13:28:03.700 debug (18101) Got message: {"command":"listening-mode","zone":"main","argument":"all-ch-stereo","iscp_command":"LMD0C","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:03.700 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"listening-mode","zone":"main","argument":"all-ch-stereo","iscp_command":"LMD0C","host":"192.168.1.xxx","port":"60128"
onkyo.0 2021-06-15 13:28:03.699 debug (18101) stateChange onkyo.0.Zone2.InputSelect {"val":"80","ack":true,"ts":1623756483675,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506917158}
onkyo.0 2021-06-15 13:28:03.698 debug (18101) stateChange onkyo.0.Device.command {"val":"SLZ80","ack":true,"ts":1623756483675,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756483675}
onkyo.0 2021-06-15 13:28:03.693 debug (18101) string: 00
onkyo.0 2021-06-15 13:28:03.692 debug (18101) chunk: AMT
onkyo.0 2021-06-15 13:28:03.692 debug (18101) EISCP String: AMT00
onkyo.0 2021-06-15 13:28:03.692 debug (18101) Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:03.676 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX
onkyo.0 2021-06-15 13:28:03.674 debug (18101) string: 00
onkyo.0 2021-06-15 13:28:03.665 debug (18101) chunk: ZMT
onkyo.0 2021-06-15 13:28:03.664 debug (18101) EISCP String: ZMT00
onkyo.0 2021-06-15 13:28:03.664 debug (18101) Got message: {"command":"muting","zone":"zone2","argument":"off","iscp_command":"ZMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:03.663 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"muting","zone":"zone2","argument":"off","iscp_command":"ZMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR65
onkyo.0 2021-06-15 13:28:03.657 debug (18101) string: N/A
onkyo.0 2021-06-15 13:28:03.656 debug (18101) chunk: SL3
onkyo.0 2021-06-15 13:28:03.655 debug (18101) EISCP String: SL3N/A
onkyo.0 2021-06-15 13:28:03.655 debug (18101) Got message: {"command":"selector","zone":"zone3","iscp_command":"SL3N/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:03.654 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"selector","zone":"zone3","iscp_command":"SL3N/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:03.650 debug (18101) string: 80
onkyo.0 2021-06-15 13:28:03.650 debug (18101) chunk: SLZ
onkyo.0 2021-06-15 13:28:03.649 debug (18101) EISCP String: SLZ80
onkyo.0 2021-06-15 13:28:03.649 debug (18101) Got message: {"command":"selector","zone":"zone2","argument":"source","iscp_command":"SLZ80","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:03.649 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"selector","zone":"zone2","argument":"source","iscp_command":"SLZ80","host":"192.168.1.xxx","port":"60128","model":"TX
onkyo.0 2021-06-15 13:28:03.642 debug (18101) stateChange onkyo.0.Zone1.InputSelect {"val":"12","ack":true,"ts":1623756483635,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735795803}
onkyo.0 2021-06-15 13:28:03.639 debug (18101) stateChange onkyo.0.Device.command {"val":"SLI12","ack":true,"ts":1623756483635,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756483635}
onkyo.0 2021-06-15 13:28:03.629 debug (18101) string: 12
onkyo.0 2021-06-15 13:28:03.629 debug (18101) chunk: SLI
onkyo.0 2021-06-15 13:28:03.628 debug (18101) EISCP String: SLI12
onkyo.0 2021-06-15 13:28:03.628 debug (18101) Got message: {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:03.628 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:03.603 debug (18101) stateChange onkyo.0.Zone1.Volume {"val":30,"ack":true,"ts":1623756483600,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623755579845}
onkyo.0 2021-06-15 13:28:03.529 debug (18101) stateChange onkyo.0.Device.command {"val":"MVL1E\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000b\u0001\u0000\u0000\u0000!1ZVLN/A\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000
onkyo.0 2021-06-15 13:28:03.528 debug (18101) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623756483520,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623755753227}
onkyo.0 2021-06-15 13:28:03.525 debug (18101) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623756483519,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756483519}
onkyo.0 2021-06-15 13:28:03.513 debug (18101) string: 1E
onkyo.0 2021-06-15 13:28:03.513 debug (18101) chunk: MVL
onkyo.0 2021-06-15 13:28:03.512 debug (18101) EISCP String: MVL1E ISCP !1ZVLN/A ISCP !1IFAN/A
onkyo.0 2021-06-15 13:28:03.512 debug (18101) Got message: {"command":["master-volume","volume"],"zone":"main","iscp_command":"MVL1E\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000b\u0001\u0000\u0000\u0000!1ZVLN/A\u001a\r\nIS
onkyo.0 2021-06-15 13:28:03.511 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":["master-volume","volume"],"zone":"main","iscp_command":"MVL1E\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000
onkyo.0 2021-06-15 13:28:03.509 debug (18101) string: 00
onkyo.0 2021-06-15 13:28:03.509 debug (18101) chunk: PWR
onkyo.0 2021-06-15 13:28:03.508 debug (18101) EISCP String: PWR00
onkyo.0 2021-06-15 13:28:03.508 debug (18101) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:28:03.507 debug (18101) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:03.507 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:28:03.475 debug (18101) stateChange onkyo.0.Device.command {"val":"\"CD Control(NewRemote)\" value=\"0\" /><control id=\"NoVolume\" value=\"0\" /><control id=\"Auto Sound Retriever\" value=\"0\" /><control id=\"Lock
onkyo.0 2021-06-15 13:28:03.469 debug (18101) stateChange onkyo.0.Device.command {"val":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"M
onkyo.0 2021-06-15 13:28:03.466 debug (18101) stateChange onkyo.0.Device.NavInfo {"val":"<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2
onkyo.0 2021-06-15 13:28:03.461 debug (18101) stateChange onkyo.0.Device.command {"val":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><yea
onkyo.0 2021-06-15 13:28:03.450 debug (18101) string: Control(NewRemote)" value="0" /><control id="NoVolume" value="0" /><control id=
onkyo.0 2021-06-15 13:28:03.450 debug (18101) chunk: "CD
onkyo.0 2021-06-15 13:28:03.450 debug (18101) EISCP String: "CD Control(NewRemote)" value="0" /><control id="NoVolume" value="0" /><control id="Auto Sound Retriever" value="0" /><control id="Lock Range Adjust" value="0" /><control id="P.B
onkyo.0 2021-06-15 13:28:03.449 debug (18101) Got message: {"iscp_command":"\"CD Control(NewRemote)\" value=\"0\" /><control id=\"NoVolume\" value=\"0\" /><control id=\"Auto Sound Retriever\" value=\"0\" /><control id=\"Lock Range Adjust\
onkyo.0 2021-06-15 13:28:03.448 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"\"CD Control(NewRemote)\" value=\"0\" /><control id=\"NoVolume\" value=\"0\" /><control id=\"Auto Sound Retrieve
onkyo.0 2021-06-15 13:28:03.445 debug (18101) string: e id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><
onkyo.0 2021-06-15 13:28:03.445 debug (18101) chunk: vic
onkyo.0 2021-06-15 13:28:03.444 debug (18101) EISCP String: vice id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist count="4"><zone id="1" value="1" name="Main" volmax="82" volstep="1" src="1" dst="1" l
onkyo.0 2021-06-15 13:28:03.444 debug (18101) Got message: {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=
onkyo.0 2021-06-15 13:28:03.443 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\
onkyo.0 2021-06-15 13:28:03.441 debug (18101) string: <?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656
onkyo.0 2021-06-15 13:28:03.440 debug (18101) chunk: NRI
onkyo.0 2021-06-15 13:28:03.440 debug (18101) EISCP String: NRI<?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><model>TX-NR656</model><
onkyo.0 2021-06-15 13:28:03.440 debug (18101) Got message: {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year>
onkyo.0 2021-06-15 13:28:03.438 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand
onkyo.0 2021-06-15 13:28:03.358 debug (18101) stateChange onkyo.0.Device.MediaArtistNameInfo {"val":" ","ack":true,"ts":1623756483351,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735306937}
onkyo.0 2021-06-15 13:28:03.355 debug (18101) stateChange onkyo.0.Device.command {"val":"NAT ","ack":true,"ts":1623756483351,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756483351}
onkyo.0 2021-06-15 13:28:03.346 debug (18101) string:
onkyo.0 2021-06-15 13:28:03.346 debug (18101) chunk: NAT
onkyo.0 2021-06-15 13:28:03.345 debug (18101) EISCP String: NAT
onkyo.0 2021-06-15 13:28:03.345 debug (18101) Got message: {"command":"net-usb-artist-name-info","zone":"main","iscp_command":"NAT ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:03.344 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-artist-name-info","zone":"main","iscp_command":"NAT ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656
onkyo.0 2021-06-15 13:28:03.264 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NATQSTN
onkyo.0 2021-06-15 13:28:02.988 debug (18101) stateChange onkyo.0.Device.MediaAlbumName {"val":" ","ack":true,"ts":1623756482981,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735306806}
onkyo.0 2021-06-15 13:28:02.985 debug (18101) stateChange onkyo.0.Device.command {"val":"NAL ","ack":true,"ts":1623756482981,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756482981}
onkyo.0 2021-06-15 13:28:02.976 debug (18101) string:
onkyo.0 2021-06-15 13:28:02.976 debug (18101) chunk: NAL
onkyo.0 2021-06-15 13:28:02.976 debug (18101) EISCP String: NAL
onkyo.0 2021-06-15 13:28:02.975 debug (18101) Got message: {"command":"net-usb-album-name-info","zone":"main","iscp_command":"NAL ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:02.975 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-album-name-info","zone":"main","iscp_command":"NAL ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"
onkyo.0 2021-06-15 13:28:02.922 debug (18101) stateChange onkyo.0.NET_Shuffle_Status {"val":"x","ack":true,"ts":1623756482889,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756006071}
onkyo.0 2021-06-15 13:28:02.922 debug (18101) stateChange onkyo.0.Device.MediaFastReverse {"val":false,"ack":true,"ts":1623756482888,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461096}
onkyo.0 2021-06-15 13:28:02.920 debug (18101) stateChange onkyo.0.Device.MediaReverse {"val":false,"ack":true,"ts":1623756482888,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461095}
onkyo.0 2021-06-15 13:28:02.918 debug (18101) stateChange onkyo.0.Device.MediaFastForward {"val":false,"ack":true,"ts":1623756482888,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461095}
onkyo.0 2021-06-15 13:28:02.914 debug (18101) stateChange onkyo.0.Device.MediaForward {"val":false,"ack":true,"ts":1623756482887,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461093}
onkyo.0 2021-06-15 13:28:02.899 debug (18101) stateChange onkyo.0.Device.MediaPause {"val":false,"ack":true,"ts":1623756482887,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461093}
onkyo.0 2021-06-15 13:28:02.896 debug (18101) stateChange onkyo.0.Device.MediaPlay {"val":false,"ack":true,"ts":1623756482886,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623583523445}
onkyo.0 2021-06-15 13:28:02.894 debug (18101) stateChange onkyo.0.Device.MediaStop {"val":true,"ack":true,"ts":1623756482886,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623583523445}
onkyo.0 2021-06-15 13:28:02.890 debug (18101) stateChange onkyo.0.Device.command {"val":"NSTSxx","ack":true,"ts":1623756482886,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756482886}
onkyo.0 2021-06-15 13:28:02.870 debug (18101) string: Sxx
onkyo.0 2021-06-15 13:28:02.870 debug (18101) chunk: NST
onkyo.0 2021-06-15 13:28:02.869 debug (18101) EISCP String: NSTSxx
onkyo.0 2021-06-15 13:28:02.869 debug (18101) Got message: {"command":"net-usb-play-status","zone":"main","iscp_command":"NSTSxx","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:02.868 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-play-status","zone":"main","iscp_command":"NSTSxx","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:28:02.763 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NALQSTN
onkyo.0 2021-06-15 13:28:02.261 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - LMDQSTN
onkyo.0 2021-06-15 13:28:01.759 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NPZQSTN
onkyo.0 2021-06-15 13:28:01.257 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NPRQSTN
onkyo.0 2021-06-15 13:28:00.756 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NSTQSTN
onkyo.0 2021-06-15 13:28:00.652 debug (18101) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:28:00.651 debug (18101) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:28:00.649 debug (18101) Request Power status to check device availability...
onkyo.0 2021-06-15 13:28:00.255 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - AMTQSTN
onkyo.0 2021-06-15 13:27:59.753 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZMTQSTN
onkyo.0 2021-06-15 13:27:59.252 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SL3QSTN
onkyo.0 2021-06-15 13:27:58.750 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLZQSTN
onkyo.0 2021-06-15 13:27:58.248 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLIQSTN
onkyo.0 2021-06-15 13:27:57.747 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - IFAQSTN
onkyo.0 2021-06-15 13:27:57.244 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - VL3QSTN
onkyo.0 2021-06-15 13:27:56.742 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZVLQSTN
onkyo.0 2021-06-15 13:27:56.241 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - MVLQSTN
onkyo.0 2021-06-15 13:27:55.956 debug (18101) newCommand: NRIQSTN
onkyo.0 2021-06-15 13:27:55.955 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.955 debug (18101) Value: NRIQSTN
onkyo.0 2021-06-15 13:27:55.955 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.954 debug (18101) stateChange onkyo.0.Device.command {"val":"NRIQSTN","ack":false,"ts":1623756475850,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475850}
onkyo.0 2021-06-15 13:27:55.954 debug (18101) newCommand: SLAQSTN
onkyo.0 2021-06-15 13:27:55.953 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.953 debug (18101) Value: SLAQSTN
onkyo.0 2021-06-15 13:27:55.953 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.952 debug (18101) stateChange onkyo.0.Device.command {"val":"SLAQSTN","ack":false,"ts":1623756475850,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475850}
onkyo.0 2021-06-15 13:27:55.947 debug (18101) newCommand: IFVQSTN
onkyo.0 2021-06-15 13:27:55.947 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.947 debug (18101) Value: IFVQSTN
onkyo.0 2021-06-15 13:27:55.946 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.946 debug (18101) stateChange onkyo.0.Device.command {"val":"IFVQSTN","ack":false,"ts":1623756475850,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475850}
onkyo.0 2021-06-15 13:27:55.946 debug (18101) newCommand: TU3QSTN
onkyo.0 2021-06-15 13:27:55.945 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.945 debug (18101) Value: TU3QSTN
onkyo.0 2021-06-15 13:27:55.945 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.944 debug (18101) stateChange onkyo.0.Device.command {"val":"TU3QSTN","ack":false,"ts":1623756475850,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475850}
onkyo.0 2021-06-15 13:27:55.944 debug (18101) newCommand: TUZQSTN
onkyo.0 2021-06-15 13:27:55.944 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.943 debug (18101) Value: TUZQSTN
onkyo.0 2021-06-15 13:27:55.943 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.943 debug (18101) stateChange onkyo.0.Device.command {"val":"TUZQSTN","ack":false,"ts":1623756475850,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475850}
onkyo.0 2021-06-15 13:27:55.942 debug (18101) newCommand: TUNQSTN
onkyo.0 2021-06-15 13:27:55.941 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.941 debug (18101) Value: TUNQSTN
onkyo.0 2021-06-15 13:27:55.940 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.939 debug (18101) stateChange onkyo.0.Device.command {"val":"TUNQSTN","ack":false,"ts":1623756475849,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475849}
onkyo.0 2021-06-15 13:27:55.939 debug (18101) newCommand: PR3QSTN
onkyo.0 2021-06-15 13:27:55.938 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.937 debug (18101) Value: PR3QSTN
onkyo.0 2021-06-15 13:27:55.937 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.936 debug (18101) stateChange onkyo.0.Device.command {"val":"PR3QSTN","ack":false,"ts":1623756475849,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475849}
onkyo.0 2021-06-15 13:27:55.898 debug (18101) newCommand: PRZQSTN
onkyo.0 2021-06-15 13:27:55.897 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.896 debug (18101) Value: PRZQSTN
onkyo.0 2021-06-15 13:27:55.896 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.895 debug (18101) stateChange onkyo.0.Device.command {"val":"PRZQSTN","ack":false,"ts":1623756475849,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475849}
onkyo.0 2021-06-15 13:27:55.885 debug (18101) newCommand: PRSQSTN
onkyo.0 2021-06-15 13:27:55.885 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.884 debug (18101) Value: PRSQSTN
onkyo.0 2021-06-15 13:27:55.883 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.883 debug (18101) stateChange onkyo.0.Device.command {"val":"PRSQSTN","ack":false,"ts":1623756475662,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475662}
onkyo.0 2021-06-15 13:27:55.882 debug (18101) newCommand: NTRQSTN
onkyo.0 2021-06-15 13:27:55.881 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.881 debug (18101) Value: NTRQSTN
onkyo.0 2021-06-15 13:27:55.880 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.879 debug (18101) stateChange onkyo.0.Device.command {"val":"NTRQSTN","ack":false,"ts":1623756475662,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475662}
onkyo.0 2021-06-15 13:27:55.879 debug (18101) newCommand: NTIQSTN
onkyo.0 2021-06-15 13:27:55.878 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.877 debug (18101) Value: NTIQSTN
onkyo.0 2021-06-15 13:27:55.877 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.876 debug (18101) stateChange onkyo.0.Device.command {"val":"NTIQSTN","ack":false,"ts":1623756475662,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475662}
onkyo.0 2021-06-15 13:27:55.866 debug (18101) newCommand: NTMQSTN
onkyo.0 2021-06-15 13:27:55.866 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.865 debug (18101) Value: NTMQSTN
onkyo.0 2021-06-15 13:27:55.864 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.864 debug (18101) stateChange onkyo.0.Device.command {"val":"NTMQSTN","ack":false,"ts":1623756475662,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475662}
onkyo.0 2021-06-15 13:27:55.863 debug (18101) newCommand: NATQSTN
onkyo.0 2021-06-15 13:27:55.862 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.860 debug (18101) Value: NATQSTN
onkyo.0 2021-06-15 13:27:55.860 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.859 debug (18101) stateChange onkyo.0.Device.command {"val":"NATQSTN","ack":false,"ts":1623756475662,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475662}
onkyo.0 2021-06-15 13:27:55.846 debug (18101) newCommand: NALQSTN
onkyo.0 2021-06-15 13:27:55.845 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.845 debug (18101) Value: NALQSTN
onkyo.0 2021-06-15 13:27:55.844 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.843 debug (18101) stateChange onkyo.0.Device.command {"val":"NALQSTN","ack":false,"ts":1623756475661,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475661}
onkyo.0 2021-06-15 13:27:55.842 debug (18101) newCommand: LMDQSTN
onkyo.0 2021-06-15 13:27:55.842 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.841 debug (18101) Value: LMDQSTN
onkyo.0 2021-06-15 13:27:55.841 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.840 debug (18101) stateChange onkyo.0.Device.command {"val":"LMDQSTN","ack":false,"ts":1623756475661,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475661}
onkyo.0 2021-06-15 13:27:55.839 debug (18101) newCommand: NPZQSTN
onkyo.0 2021-06-15 13:27:55.839 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.838 debug (18101) Value: NPZQSTN
onkyo.0 2021-06-15 13:27:55.838 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.837 debug (18101) stateChange onkyo.0.Device.command {"val":"NPZQSTN","ack":false,"ts":1623756475661,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475661}
onkyo.0 2021-06-15 13:27:55.836 debug (18101) newCommand: NPRQSTN
onkyo.0 2021-06-15 13:27:55.836 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.835 debug (18101) Value: NPRQSTN
onkyo.0 2021-06-15 13:27:55.835 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.835 debug (18101) stateChange onkyo.0.Device.command {"val":"NPRQSTN","ack":false,"ts":1623756475661,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475661}
onkyo.0 2021-06-15 13:27:55.834 debug (18101) newCommand: NSTQSTN
onkyo.0 2021-06-15 13:27:55.833 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.833 debug (18101) Value: NSTQSTN
onkyo.0 2021-06-15 13:27:55.832 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.832 debug (18101) stateChange onkyo.0.Device.command {"val":"NSTQSTN","ack":false,"ts":1623756475660,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475660}
onkyo.0 2021-06-15 13:27:55.831 debug (18101) newCommand: AMTQSTN
onkyo.0 2021-06-15 13:27:55.830 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.830 debug (18101) Value: AMTQSTN
onkyo.0 2021-06-15 13:27:55.829 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.793 debug (18101) stateChange onkyo.0.Device.command {"val":"AMTQSTN","ack":false,"ts":1623756475660,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475660}
onkyo.0 2021-06-15 13:27:55.783 debug (18101) newCommand: ZMTQSTN
onkyo.0 2021-06-15 13:27:55.782 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.782 debug (18101) Value: ZMTQSTN
onkyo.0 2021-06-15 13:27:55.781 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.781 debug (18101) stateChange onkyo.0.Device.command {"val":"ZMTQSTN","ack":false,"ts":1623756475660,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475660}
onkyo.0 2021-06-15 13:27:55.780 debug (18101) newCommand: SL3QSTN
onkyo.0 2021-06-15 13:27:55.779 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.779 debug (18101) Value: SL3QSTN
onkyo.0 2021-06-15 13:27:55.778 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.778 debug (18101) stateChange onkyo.0.Device.command {"val":"SL3QSTN","ack":false,"ts":1623756475659,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475659}
onkyo.0 2021-06-15 13:27:55.777 debug (18101) newCommand: SLZQSTN
onkyo.0 2021-06-15 13:27:55.776 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.776 debug (18101) Value: SLZQSTN
onkyo.0 2021-06-15 13:27:55.775 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.775 debug (18101) stateChange onkyo.0.Device.command {"val":"SLZQSTN","ack":false,"ts":1623756475659,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475659}
onkyo.0 2021-06-15 13:27:55.774 debug (18101) newCommand: SLIQSTN
onkyo.0 2021-06-15 13:27:55.773 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.773 debug (18101) Value: SLIQSTN
onkyo.0 2021-06-15 13:27:55.772 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.772 debug (18101) stateChange onkyo.0.Device.command {"val":"SLIQSTN","ack":false,"ts":1623756475659,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475659}
onkyo.0 2021-06-15 13:27:55.763 debug (18101) newCommand: IFAQSTN
onkyo.0 2021-06-15 13:27:55.763 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.762 debug (18101) Value: IFAQSTN
onkyo.0 2021-06-15 13:27:55.762 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.761 debug (18101) stateChange onkyo.0.Device.command {"val":"IFAQSTN","ack":false,"ts":1623756475659,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475659}
onkyo.0 2021-06-15 13:27:55.760 debug (18101) newCommand: VL3QSTN
onkyo.0 2021-06-15 13:27:55.760 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.759 debug (18101) Value: VL3QSTN
onkyo.0 2021-06-15 13:27:55.759 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.758 debug (18101) stateChange onkyo.0.Device.command {"val":"VL3QSTN","ack":false,"ts":1623756475659,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475659}
onkyo.0 2021-06-15 13:27:55.749 debug (18101) newCommand: ZVLQSTN
onkyo.0 2021-06-15 13:27:55.748 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.748 debug (18101) Value: ZVLQSTN
onkyo.0 2021-06-15 13:27:55.747 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.746 debug (18101) stateChange onkyo.0.Device.command {"val":"ZVLQSTN","ack":false,"ts":1623756475659,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475659}
onkyo.0 2021-06-15 13:27:55.746 debug (18101) newCommand: MVLQSTN
onkyo.0 2021-06-15 13:27:55.745 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.744 debug (18101) Value: MVLQSTN
onkyo.0 2021-06-15 13:27:55.744 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.743 debug (18101) stateChange onkyo.0.Device.command {"val":"MVLQSTN","ack":false,"ts":1623756475659,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475659}
onkyo.0 2021-06-15 13:27:55.739 debug (18101) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:27:55.733 debug (18101) newCommand: PWRQSTN
onkyo.0 2021-06-15 13:27:55.733 debug (18101) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:27:55.732 debug (18101) Value: PWRQSTN
onkyo.0 2021-06-15 13:27:55.732 debug (18101) ack is not set!
onkyo.0 2021-06-15 13:27:55.731 debug (18101) stateChange onkyo.0.Device.command {"val":"PWRQSTN","ack":false,"ts":1623756475658,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475658}
onkyo.0 2021-06-15 13:27:55.030 debug (18101) stateChange onkyo.0.Device.command {"val":"NDS--x","ack":true,"ts":1623756475012,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756475012}
onkyo.0 2021-06-15 13:27:55.006 debug (18101) string: --x
onkyo.0 2021-06-15 13:27:55.006 debug (18101) chunk: NDS
onkyo.0 2021-06-15 13:27:55.005 debug (18101) EISCP String: NDS--x
onkyo.0 2021-06-15 13:27:55.005 debug (18101) Got message: {"iscp_command":"NDS--x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:27:55.001 debug (18101) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDS--x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:27:50.661 debug (18101) stateChange onkyo.0.info.connection {"val":true,"ack":true,"ts":1623756470654,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756470654}
onkyo.0 2021-06-15 13:27:50.657 debug (18101) stateChange onkyo.0.Device.connected {"val":true,"ack":true,"ts":1623756470653,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756470653}
onkyo.0 2021-06-15 13:27:50.644 info (18101) Successfully connected to AVR
onkyo.0 2021-06-15 13:27:50.642 debug (18101) INFO (connected) Connected to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 13:27:50.638 debug (18101) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 13:27:50.631 debug (18101) DEBUG (received_discovery) Received discovery packet from 192.168.1.xxx:60128 ([{"host":"192.168.1.xxx","port":"60128","model":"TX-NR656","mac":"000xxxxxxxxx","areacode":"XX"}])
onkyo.0 2021-06-15 13:27:50.310 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:27:40.310 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:27:30.309 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:27:20.309 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:27:10.308 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:27:00.307 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:26:50.306 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:26:40.307 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:26:30.306 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:26:20.307 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:26:10.307 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:26:00.307 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:25:50.307 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:25:40.307 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:25:30.307 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:25:20.307 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:25:10.315 debug (18101) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:25:10.302 info (18101) Connecting to AVR 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:25:10.266 debug (18101) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623756310178,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756089754}
onkyo.0 2021-06-15 13:25:10.265 debug (18101) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623756310177,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756089753}
onkyo.0 2021-06-15 13:25:10.089 info (18101) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.onkyo, node: v12.22.1, js-controller: 3.2.16
onkyo.0 2021-06-15 13:25:09.846 debug (18101) Plugin sentry Initialize Plugin (enabled=true)
host.iobroker-v510 2021-06-15 13:25:07.499 info instance system.adapter.onkyo.0 started with pid 18101
host.iobroker-v510 2021-06-15 13:25:07.359 info "system.adapter.onkyo.0" enabled
ice987987 commented 3 years ago

This was done with the previous version, I'll uptade to the new version...

ice987987 commented 3 years ago

I tried the new version2 as follow:

new version2 installed, Instance stopped, Onkyo receiver unplugged

onkyo.0 2021-06-15 13:59:28.636 debug (19800) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:59:18.636 debug (19800) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:59:08.635 debug (19800) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:58:58.642 debug (19800) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:58:58.631 info (19800) Connecting to AVR 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:58:58.598 debug (19800) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623758338587,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758295086}
onkyo.0 2021-06-15 13:58:58.595 debug (19800) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623758338576,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758295085}
onkyo.0 2021-06-15 13:58:58.471 info (19800) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.onkyo, node: v12.22.1, js-controller: 3.2.16
onkyo.0 2021-06-15 13:58:58.242 debug (19800) Plugin sentry Initialize Plugin (enabled=true)
host.iobroker-v510 2021-06-15 13:58:55.659 info instance system.adapter.onkyo.0 started with pid 19800
host.iobroker-v510 2021-06-15 13:58:25.545 info Restart adapter system.adapter.onkyo.0 because enabled
host.iobroker-v510 2021-06-15 13:58:25.544 error instance system.adapter.onkyo.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
host.iobroker-v510 2021-06-15 13:58:25.544 error Caught by controller[0]: at processTimers (internal/timers.js:497:7)
host.iobroker-v510 2021-06-15 13:58:25.543 error Caught by controller[0]: at listOnTimeout (internal/timers.js:554:17)
host.iobroker-v510 2021-06-15 13:58:25.543 error Caught by controller[0]: at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.onkyo/main.js:641:31)
host.iobroker-v510 2021-06-15 13:58:25.538 error Caught by controller[0]: ReferenceError: options is not defined
onkyo.0 2021-06-15 13:58:25.199 warn (19488) Terminated (UNCAUGHT_EXCEPTION): Without reason
onkyo.0 2021-06-15 13:58:25.199 debug (19488) Plugin sentry destroyed
onkyo.0 2021-06-15 13:58:25.197 info (19488) terminating
onkyo.0 2021-06-15 13:58:25.090 error (19488) options is not defined
onkyo.0 2021-06-15 13:58:25.089 error (19488) ReferenceError: options is not defined at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.onkyo/main.js:641:31) at listOnTimeout (internal/timers.js:554:17) at processTimer
onkyo.0 2021-06-15 13:58:25.089 error (19488) uncaught exception: options is not defined
onkyo.0 2021-06-15 13:58:20.084 debug (19488) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 13:58:15.139 debug (19488) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623758295086,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758295086}
onkyo.0 2021-06-15 13:58:15.090 debug (19488) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623758295085,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758295085}
onkyo.0 2021-06-15 13:58:15.082 info (19488) AVR disconnected
onkyo.0 2021-06-15 13:58:15.081 debug (19488) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:58:15.079 info (19488) Got no response from Power status check ... reconnect
onkyo.0 2021-06-15 13:58:05.081 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:58:05.080 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:58:05.080 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:58:05.079 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:57:55.155 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758275146,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758221630}
onkyo.0 2021-06-15 13:57:55.151 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758275145,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758225148}
onkyo.0 2021-06-15 13:57:55.138 debug (19488) string: 00
onkyo.0 2021-06-15 13:57:55.138 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:57:55.137 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:57:55.137 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:57:55.137 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:57:55.136 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:57:55.081 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:57:55.080 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:57:55.080 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:57:55.079 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:57:45.151 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758265143,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758221630}
onkyo.0 2021-06-15 13:57:45.147 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758265142,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758225148}
onkyo.0 2021-06-15 13:57:45.136 debug (19488) string: 00
onkyo.0 2021-06-15 13:57:45.136 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:57:45.136 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:57:45.135 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:57:45.135 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:57:45.135 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:57:45.081 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:57:45.080 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:57:45.079 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:57:45.079 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:57:35.159 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758255152,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758221630}
onkyo.0 2021-06-15 13:57:35.156 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758255151,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758225148}
onkyo.0 2021-06-15 13:57:35.146 debug (19488) string: 00
onkyo.0 2021-06-15 13:57:35.145 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:57:35.145 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:57:35.145 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:57:35.144 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:57:35.144 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:57:35.080 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:57:35.079 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:57:35.079 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:57:35.078 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:57:25.154 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758245148,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758221630}
onkyo.0 2021-06-15 13:57:25.151 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758245147,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758225148}
onkyo.0 2021-06-15 13:57:25.142 debug (19488) string: 00
onkyo.0 2021-06-15 13:57:25.142 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:57:25.142 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:57:25.141 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:57:25.141 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:57:25.140 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:57:25.079 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:57:25.078 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:57:25.078 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:57:25.077 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:57:15.151 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758235143,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758221630}
onkyo.0 2021-06-15 13:57:15.148 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758235142,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758225148}
onkyo.0 2021-06-15 13:57:15.136 debug (19488) string: 00
onkyo.0 2021-06-15 13:57:15.135 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:57:15.135 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:57:15.135 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:57:15.135 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:57:15.134 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:57:15.079 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:57:15.078 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:57:15.078 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:57:15.077 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:57:05.159 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758225148,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758221630}
onkyo.0 2021-06-15 13:57:05.155 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758225148,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758225148}
onkyo.0 2021-06-15 13:57:05.140 debug (19488) string: 00
onkyo.0 2021-06-15 13:57:05.139 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:57:05.139 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:57:05.138 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:57:05.138 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:57:05.137 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:57:05.078 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:57:05.077 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:57:05.077 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:57:05.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:57:01.733 debug (19488) stateChange onkyo.0.Zone1.Mute {"val":false,"ack":true,"ts":1623758221694,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622972787183}
onkyo.0 2021-06-15 13:57:01.730 debug (19488) stateChange onkyo.0.Device.command {"val":"AMT00","ack":true,"ts":1623758221693,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758221693}
onkyo.0 2021-06-15 13:57:01.642 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758221630,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758221630}
onkyo.0 2021-06-15 13:57:01.632 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758221564,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758221564}
onkyo.0 2021-06-15 13:57:01.566 debug (19488) string: 00
onkyo.0 2021-06-15 13:57:01.565 debug (19488) chunk: AMT
onkyo.0 2021-06-15 13:57:01.565 debug (19488) EISCP String: AMT00
onkyo.0 2021-06-15 13:57:01.565 debug (19488) Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:57:01.564 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX
onkyo.0 2021-06-15 13:57:01.558 debug (19488) string: 00
onkyo.0 2021-06-15 13:57:01.558 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:57:01.557 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:57:01.557 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:57:01.556 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:56:55.153 debug (19488) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623758215143,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157069}
onkyo.0 2021-06-15 13:56:55.150 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623758215143,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758175133}
onkyo.0 2021-06-15 13:56:55.134 debug (19488) string: 01
onkyo.0 2021-06-15 13:56:55.134 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:56:55.133 debug (19488) EISCP String: PWR01
onkyo.0 2021-06-15 13:56:55.133 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:56:55.133 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:56:55.132 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:56:55.081 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:56:55.078 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:56:55.077 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:56:55.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:56:45.139 debug (19488) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623758205132,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157069}
onkyo.0 2021-06-15 13:56:45.135 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623758205131,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758175133}
onkyo.0 2021-06-15 13:56:45.119 debug (19488) string: 01
onkyo.0 2021-06-15 13:56:45.119 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:56:45.117 debug (19488) EISCP String: PWR01
onkyo.0 2021-06-15 13:56:45.117 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:56:45.117 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:56:45.116 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:56:45.078 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:56:45.077 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:56:45.076 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:56:45.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:56:35.150 debug (19488) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623758195140,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157069}
onkyo.0 2021-06-15 13:56:35.147 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623758195138,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758175133}
onkyo.0 2021-06-15 13:56:35.131 debug (19488) string: 01
onkyo.0 2021-06-15 13:56:35.131 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:56:35.130 debug (19488) EISCP String: PWR01
onkyo.0 2021-06-15 13:56:35.130 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:56:35.129 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:56:35.129 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:56:35.079 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:56:35.077 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:56:35.077 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:56:35.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:56:25.136 debug (19488) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623758185129,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157069}
onkyo.0 2021-06-15 13:56:25.135 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623758185128,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758175133}
onkyo.0 2021-06-15 13:56:25.123 debug (19488) string: 01
onkyo.0 2021-06-15 13:56:25.123 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:56:25.122 debug (19488) EISCP String: PWR01
onkyo.0 2021-06-15 13:56:25.122 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:56:25.122 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:56:25.121 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:56:25.079 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:56:25.077 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:56:25.076 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:56:25.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:56:15.141 debug (19488) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623758175133,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157069}
onkyo.0 2021-06-15 13:56:15.137 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623758175133,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758175133}
onkyo.0 2021-06-15 13:56:15.127 debug (19488) string: 01
onkyo.0 2021-06-15 13:56:15.127 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:56:15.126 debug (19488) EISCP String: PWR01
onkyo.0 2021-06-15 13:56:15.126 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:56:15.125 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:56:15.125 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:56:15.079 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:56:15.078 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:56:15.077 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:56:15.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:56:13.080 debug (19488) stateChange onkyo.0.Device.command {"val":"UPD00","ack":true,"ts":1623758173077,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758172958}
onkyo.0 2021-06-15 13:56:13.033 debug (19488) stateChange onkyo.0.Device.command {"val":"UPD00","ack":true,"ts":1623758172958,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758172958}
onkyo.0 2021-06-15 13:56:13.032 debug (19488) string: 00
onkyo.0 2021-06-15 13:56:13.031 debug (19488) chunk: UPD
onkyo.0 2021-06-15 13:56:13.030 debug (19488) EISCP String: UPD00
onkyo.0 2021-06-15 13:56:13.030 debug (19488) Got message: {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:56:13.029 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:56:12.953 debug (19488) string: 00
onkyo.0 2021-06-15 13:56:12.953 debug (19488) chunk: UPD
onkyo.0 2021-06-15 13:56:12.952 debug (19488) EISCP String: UPD00
onkyo.0 2021-06-15 13:56:12.952 debug (19488) Got message: {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:56:12.951 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"UPD00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:56:05.133 debug (19488) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623758165125,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157069}
onkyo.0 2021-06-15 13:56:05.129 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623758165124,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758165124}
onkyo.0 2021-06-15 13:56:05.118 debug (19488) string: 01
onkyo.0 2021-06-15 13:56:05.118 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:56:05.118 debug (19488) EISCP String: PWR01
onkyo.0 2021-06-15 13:56:05.117 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:56:05.117 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:56:05.117 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:56:05.078 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:56:05.077 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:56:05.077 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:56:05.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:55:57.620 debug (19488) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623758157616,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157616}
onkyo.0 2021-06-15 13:55:57.614 debug (19488) stateChange onkyo.0.Device.command {"val":"ITV+10","ack":true,"ts":1623758157598,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157598}
onkyo.0 2021-06-15 13:55:57.611 debug (19488) stateChange onkyo.0.Device.command {"val":"RAS00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1PCT00","ack":true,"ts":1623758157598,"q":0,"from":"system.ad
onkyo.0 2021-06-15 13:55:57.595 debug (19488) string: W-x
onkyo.0 2021-06-15 13:55:57.595 debug (19488) chunk: NDS
onkyo.0 2021-06-15 13:55:57.594 debug (19488) EISCP String: NDSW-x
onkyo.0 2021-06-15 13:55:57.593 debug (19488) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:57.592 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:57.550 debug (19488) stateChange onkyo.0.Device.command {"val":"MOT00","ack":true,"ts":1623758157542,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157542}
onkyo.0 2021-06-15 13:55:57.545 debug (19488) stateChange onkyo.0.Zone1.Mute {"val":false,"ack":true,"ts":1623758157534,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622972787183}
onkyo.0 2021-06-15 13:55:57.541 debug (19488) stateChange onkyo.0.Device.command {"val":"AMT00","ack":true,"ts":1623758157534,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157534}
onkyo.0 2021-06-15 13:55:57.534 debug (19488) stateChange onkyo.0.Device.command {"val":"DIM00","ack":true,"ts":1623758157517,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157517}
onkyo.0 2021-06-15 13:55:57.526 debug (19488) stateChange onkyo.0.Zone1.InputSelect {"val":"12","ack":true,"ts":1623758157511,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735795803}
onkyo.0 2021-06-15 13:55:57.525 debug (19488) stateChange onkyo.0.Device.command {"val":"SLI12","ack":true,"ts":1623758157511,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157511}
onkyo.0 2021-06-15 13:55:57.522 debug (19488) string: +10
onkyo.0 2021-06-15 13:55:57.521 debug (19488) chunk: ITV
onkyo.0 2021-06-15 13:55:57.521 debug (19488) EISCP String: ITV+10
onkyo.0 2021-06-15 13:55:57.520 debug (19488) Got message: {"iscp_command":"ITV+10","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:57.520 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"ITV+10","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:57.516 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:57.515 debug (19488) chunk: RAS
onkyo.0 2021-06-15 13:55:57.514 debug (19488) EISCP String: RAS00 ISCP !1PCT00
onkyo.0 2021-06-15 13:55:57.513 debug (19488) Got message: {"command":"cinema-filter","zone":"main","iscp_command":"RAS00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1PCT00","host":"192.168.1.xxx","po
onkyo.0 2021-06-15 13:55:57.513 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"cinema-filter","zone":"main","iscp_command":"RAS00\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0
onkyo.0 2021-06-15 13:55:57.510 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:57.509 debug (19488) chunk: MOT
onkyo.0 2021-06-15 13:55:57.509 debug (19488) EISCP String: MOT00
onkyo.0 2021-06-15 13:55:57.509 debug (19488) Got message: {"command":"music-optimizer","zone":"main","argument":"off","iscp_command":"MOT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:57.508 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"music-optimizer","zone":"main","argument":"off","iscp_command":"MOT00","host":"192.168.1.xxx","port":"60128","model":
onkyo.0 2021-06-15 13:55:57.505 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:57.505 debug (19488) chunk: AMT
onkyo.0 2021-06-15 13:55:57.504 debug (19488) EISCP String: AMT00
onkyo.0 2021-06-15 13:55:57.503 debug (19488) Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:57.502 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX
onkyo.0 2021-06-15 13:55:57.500 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:57.499 debug (19488) chunk: DIM
onkyo.0 2021-06-15 13:55:57.498 debug (19488) EISCP String: DIM00
onkyo.0 2021-06-15 13:55:57.498 debug (19488) Got message: {"command":"dimmer-level","zone":"main","argument":"bright","iscp_command":"DIM00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:57.497 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"dimmer-level","zone":"main","argument":"bright","iscp_command":"DIM00","host":"192.168.1.xxx","port":"60128","model":
onkyo.0 2021-06-15 13:55:57.496 debug (19488) string: 12
onkyo.0 2021-06-15 13:55:57.495 debug (19488) chunk: SLI
onkyo.0 2021-06-15 13:55:57.495 debug (19488) EISCP String: SLI12
onkyo.0 2021-06-15 13:55:57.495 debug (19488) Got message: {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:57.494 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"input-selector","zone":"main","iscp_command":"SLI12","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:57.135 debug (19488) stateChange onkyo.0.Zone1.Power {"val":true,"ack":true,"ts":1623758157069,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157069}
onkyo.0 2021-06-15 13:55:57.131 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR01","ack":true,"ts":1623758157068,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758157068}
onkyo.0 2021-06-15 13:55:57.061 debug (19488) string: 01
onkyo.0 2021-06-15 13:55:57.060 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:55:57.060 debug (19488) EISCP String: PWR01
onkyo.0 2021-06-15 13:55:57.060 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:57.059 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"on","iscp_command":"PWR01","host":"192.168.1.xxx","port":"60128","model":"TX-
onkyo.0 2021-06-15 13:55:55.148 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758155140,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:55:55.144 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758155139,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758114600}
onkyo.0 2021-06-15 13:55:55.133 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:55.133 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:55:55.133 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:55:55.132 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:55:55.132 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:55.132 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:55:55.078 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:55:55.077 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:55:55.076 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:55:55.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:55:45.158 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758145149,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:55:45.154 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758145149,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758114600}
onkyo.0 2021-06-15 13:55:45.143 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:45.142 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:55:45.142 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:55:45.142 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:55:45.141 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:45.141 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:55:45.078 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:55:45.077 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:55:45.077 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:55:45.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:55:35.212 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758135204,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:55:35.209 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758135203,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758114600}
onkyo.0 2021-06-15 13:55:35.197 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:35.197 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:55:35.197 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:55:35.197 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:55:35.196 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:35.196 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:55:35.078 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:55:35.077 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:55:35.077 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:55:35.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:55:25.540 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758125528,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:55:25.539 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758125528,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758114600}
onkyo.0 2021-06-15 13:55:25.520 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:25.519 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:55:25.519 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:55:25.519 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:55:25.518 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:25.518 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:55:25.078 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:55:25.077 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:55:25.076 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:55:25.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:55:16.638 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758116630,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:55:16.635 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758116630,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758114600}
onkyo.0 2021-06-15 13:55:16.564 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:16.564 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:55:16.563 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:55:16.563 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:55:16.563 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:16.562 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:55:15.079 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:55:15.077 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:55:15.077 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:55:15.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:55:14.641 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758114600,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:55:14.632 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758114600,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758114600}
onkyo.0 2021-06-15 13:55:14.593 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:14.593 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:55:14.593 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:55:14.593 debug (19488) Expecting Power details from check, received ...
onkyo.0 2021-06-15 13:55:14.592 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:14.592 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:55:14.151 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:55:14.134 debug (19488) stateChange onkyo.0.Device.command {"val":" /><control id=\"LMD Surround\" value=\"0\" code=\"SURR\" position=\"4\" /><control id=\"TUNER Control\" value=\"1\" /><control id=\"TUNER Freq Contr
onkyo.0 2021-06-15 13:55:14.115 debug (19488) stateChange onkyo.0.Device.command {"val":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"M
onkyo.0 2021-06-15 13:55:14.105 debug (19488) stateChange onkyo.0.Device.NavInfo {"val":"<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2
onkyo.0 2021-06-15 13:55:14.101 debug (19488) stateChange onkyo.0.Device.command {"val":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><yea
onkyo.0 2021-06-15 13:55:14.030 debug (19488) string: <control id="LMD Surround" value="0" code="SURR" position="4" /><control id="TUN
onkyo.0 2021-06-15 13:55:14.029 debug (19488) chunk: />
onkyo.0 2021-06-15 13:55:14.029 debug (19488) EISCP String: /><control id="LMD Surround" value="0" code="SURR" position="4" /><control id="TUNER Control" value="1" /><control id="TUNER Freq Control" value="0" /><control id="Info" value="
onkyo.0 2021-06-15 13:55:13.987 debug (19488) Got message: {"iscp_command":" /><control id=\"LMD Surround\" value=\"0\" code=\"SURR\" position=\"4\" /><control id=\"TUNER Control\" value=\"1\" /><control id=\"TUNER Freq Control\" value=\"
onkyo.0 2021-06-15 13:55:13.987 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":" /><control id=\"LMD Surround\" value=\"0\" code=\"SURR\" position=\"4\" /><control id=\"TUNER Control\" value=\
onkyo.0 2021-06-15 13:55:13.984 debug (19488) string: e id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><
onkyo.0 2021-06-15 13:55:13.984 debug (19488) chunk: vic
onkyo.0 2021-06-15 13:55:13.984 debug (19488) EISCP String: vice id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist count="4"><zone id="1" value="1" name="Main" volmax="82" volstep="1" src="1" dst="1" l
onkyo.0 2021-06-15 13:55:13.983 debug (19488) Got message: {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=
onkyo.0 2021-06-15 13:55:13.982 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\
onkyo.0 2021-06-15 13:55:13.980 debug (19488) string: <?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656
onkyo.0 2021-06-15 13:55:13.980 debug (19488) chunk: NRI
onkyo.0 2021-06-15 13:55:13.980 debug (19488) EISCP String: NRI<?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><model>TX-NR656</model><
onkyo.0 2021-06-15 13:55:13.979 debug (19488) Got message: {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year>
onkyo.0 2021-06-15 13:55:13.979 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand
onkyo.0 2021-06-15 13:55:13.649 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NRIQSTN
onkyo.0 2021-06-15 13:55:13.520 debug (19488) stateChange onkyo.0.Device.command {"val":"SLA05","ack":true,"ts":1623758113515,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758113515}
onkyo.0 2021-06-15 13:55:13.509 debug (19488) string: 05
onkyo.0 2021-06-15 13:55:13.509 debug (19488) chunk: SLA
onkyo.0 2021-06-15 13:55:13.509 debug (19488) EISCP String: SLA05
onkyo.0 2021-06-15 13:55:13.509 debug (19488) Got message: {"command":"audio-selector","zone":"main","argument":["coax","opt"],"iscp_command":"SLA05","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:13.508 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-selector","zone":"main","argument":["coax","opt"],"iscp_command":"SLA05","host":"192.168.1.xxx","port":"60128",
onkyo.0 2021-06-15 13:55:13.148 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLAQSTN
onkyo.0 2021-06-15 13:55:13.132 debug (19488) stateChange onkyo.0.Device.VideoInformation {"val":"No Video,Unknown,,24bit,,Unknown,,24bit,,","ack":true,"ts":1623758113115,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","l
onkyo.0 2021-06-15 13:55:13.119 debug (19488) stateChange onkyo.0.Device.command {"val":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","ack":true,"ts":1623758113115,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":162
onkyo.0 2021-06-15 13:55:13.110 debug (19488) string: No Video,Unknown,,24bit,,Unknown,,24bit,,
onkyo.0 2021-06-15 13:55:13.110 debug (19488) chunk: IFV
onkyo.0 2021-06-15 13:55:13.110 debug (19488) EISCP String: IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,
onkyo.0 2021-06-15 13:55:13.109 debug (19488) Got message: {"command":"video-infomation","zone":"main","iscp_command":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:13.109 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"video-infomation","zone":"main","iscp_command":"IFVNo Video,Unknown,,24bit,,Unknown,,24bit,,","host":"192.168.1.xxx",
onkyo.0 2021-06-15 13:55:12.647 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - IFVQSTN
onkyo.0 2021-06-15 13:55:12.268 debug (19488) stateChange onkyo.0.Zone3.Tune {"val":87.5,"ack":true,"ts":1623758112261,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072178}
onkyo.0 2021-06-15 13:55:12.265 debug (19488) stateChange onkyo.0.Device.command {"val":"TU308750","ack":true,"ts":1623758112260,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758112260}
onkyo.0 2021-06-15 13:55:12.253 debug (19488) string: 08750
onkyo.0 2021-06-15 13:55:12.253 debug (19488) chunk: TU3
onkyo.0 2021-06-15 13:55:12.252 debug (19488) EISCP String: TU308750
onkyo.0 2021-06-15 13:55:12.251 debug (19488) Got message: {"command":"tuning","zone":"zone3","iscp_command":"TU308750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:12.251 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone3","iscp_command":"TU308750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:12.146 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TU3QSTN
onkyo.0 2021-06-15 13:55:11.811 debug (19488) stateChange onkyo.0.Zone2.Tune {"val":87.5,"ack":true,"ts":1623758111801,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072161}
onkyo.0 2021-06-15 13:55:11.810 debug (19488) stateChange onkyo.0.Device.command {"val":"TUZ08750","ack":true,"ts":1623758111801,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758111801}
onkyo.0 2021-06-15 13:55:11.793 debug (19488) string: 08750
onkyo.0 2021-06-15 13:55:11.793 debug (19488) chunk: TUZ
onkyo.0 2021-06-15 13:55:11.793 debug (19488) EISCP String: TUZ08750
onkyo.0 2021-06-15 13:55:11.792 debug (19488) Got message: {"command":"tuning","zone":"zone2","iscp_command":"TUZ08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:11.792 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone2","iscp_command":"TUZ08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:11.645 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TUZQSTN
onkyo.0 2021-06-15 13:55:11.342 debug (19488) stateChange onkyo.0.Zone1.Tune {"val":87.5,"ack":true,"ts":1623758111334,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1599402072144}
onkyo.0 2021-06-15 13:55:11.339 debug (19488) stateChange onkyo.0.Device.command {"val":"TUN08750","ack":true,"ts":1623758111333,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758111333}
onkyo.0 2021-06-15 13:55:11.328 debug (19488) string: 08750
onkyo.0 2021-06-15 13:55:11.327 debug (19488) chunk: TUN
onkyo.0 2021-06-15 13:55:11.327 debug (19488) EISCP String: TUN08750
onkyo.0 2021-06-15 13:55:11.327 debug (19488) Got message: {"command":"tuning","zone":"zone4","iscp_command":"TUN08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:11.326 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"tuning","zone":"zone4","iscp_command":"TUN08750","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:11.144 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - TUNQSTN
onkyo.0 2021-06-15 13:55:11.032 debug (19488) stateChange onkyo.0.Zone3.TunerPreset {"val":0,"ack":true,"ts":1623758111018,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506924679}
onkyo.0 2021-06-15 13:55:11.022 debug (19488) stateChange onkyo.0.Device.command {"val":"PR300","ack":true,"ts":1623758111017,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758111017}
onkyo.0 2021-06-15 13:55:11.011 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:11.011 debug (19488) chunk: PR3
onkyo.0 2021-06-15 13:55:11.011 debug (19488) EISCP String: PR300
onkyo.0 2021-06-15 13:55:11.010 debug (19488) Got message: {"command":"preset","zone":"zone3","iscp_command":"PR300","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:11.010 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone3","iscp_command":"PR300","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:10.643 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PR3QSTN
onkyo.0 2021-06-15 13:55:10.313 debug (19488) stateChange onkyo.0.Zone2.TunerPreset {"val":0,"ack":true,"ts":1623758110305,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506924179}
onkyo.0 2021-06-15 13:55:10.310 debug (19488) stateChange onkyo.0.Device.command {"val":"PRZ00","ack":true,"ts":1623758110305,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758110305}
onkyo.0 2021-06-15 13:55:10.298 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:10.298 debug (19488) chunk: PRZ
onkyo.0 2021-06-15 13:55:10.298 debug (19488) EISCP String: PRZ00
onkyo.0 2021-06-15 13:55:10.297 debug (19488) Got message: {"command":"preset","zone":"zone2","iscp_command":"PRZ00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:10.297 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone2","iscp_command":"PRZ00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:10.188 debug (19488) stateChange onkyo.0.Zone1.TunerPreset {"val":0,"ack":true,"ts":1623758110181,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1596293154365}
onkyo.0 2021-06-15 13:55:10.185 debug (19488) stateChange onkyo.0.Device.command {"val":"PRS00","ack":true,"ts":1623758110181,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758110181}
onkyo.0 2021-06-15 13:55:10.175 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:10.175 debug (19488) chunk: PRS
onkyo.0 2021-06-15 13:55:10.175 debug (19488) EISCP String: PRS00
onkyo.0 2021-06-15 13:55:10.174 debug (19488) Got message: {"command":"preset","zone":"zone4","iscp_command":"PRS00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:10.174 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"preset","zone":"zone4","iscp_command":"PRS00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:10.142 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PRZQSTN
onkyo.0 2021-06-15 13:55:09.639 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PRSQSTN
onkyo.0 2021-06-15 13:55:09.138 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTRQSTN
onkyo.0 2021-06-15 13:55:08.736 debug (19488) stateChange onkyo.0.Device.MediaTitelName {"val":" ","ack":true,"ts":1623758108675,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735307568}
onkyo.0 2021-06-15 13:55:08.733 debug (19488) stateChange onkyo.0.Device.command {"val":"NTI ","ack":true,"ts":1623758108675,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758108675}
onkyo.0 2021-06-15 13:55:08.670 debug (19488) string:
onkyo.0 2021-06-15 13:55:08.669 debug (19488) chunk: NTI
onkyo.0 2021-06-15 13:55:08.669 debug (19488) EISCP String: NTI
onkyo.0 2021-06-15 13:55:08.669 debug (19488) Got message: {"command":"net-usb-title-name","zone":"main","iscp_command":"NTI ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:08.668 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-title-name","zone":"main","iscp_command":"NTI ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:08.636 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTIQSTN
onkyo.0 2021-06-15 13:55:08.134 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NTMQSTN
onkyo.0 2021-06-15 13:55:07.933 debug (19488) stateChange onkyo.0.Device.MediaArtistNameInfo {"val":" ","ack":true,"ts":1623758107845,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623757000867}
onkyo.0 2021-06-15 13:55:07.849 debug (19488) stateChange onkyo.0.Device.command {"val":"NAT ","ack":true,"ts":1623758107845,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758107845}
onkyo.0 2021-06-15 13:55:07.838 debug (19488) string:
onkyo.0 2021-06-15 13:55:07.838 debug (19488) chunk: NAT
onkyo.0 2021-06-15 13:55:07.838 debug (19488) EISCP String: NAT
onkyo.0 2021-06-15 13:55:07.838 debug (19488) Got message: {"command":"net-usb-artist-name-info","zone":"main","iscp_command":"NAT ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:07.837 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-artist-name-info","zone":"main","iscp_command":"NAT ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656
onkyo.0 2021-06-15 13:55:07.633 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NATQSTN
onkyo.0 2021-06-15 13:55:07.381 debug (19488) stateChange onkyo.0.Device.ListeningMode {"val":"0C","ack":true,"ts":1623758107372,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756848069}
onkyo.0 2021-06-15 13:55:07.376 debug (19488) stateChange onkyo.0.Device.command {"val":"LMD0C","ack":true,"ts":1623758107371,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758107371}
onkyo.0 2021-06-15 13:55:07.366 debug (19488) string: 0C
onkyo.0 2021-06-15 13:55:07.366 debug (19488) chunk: LMD
onkyo.0 2021-06-15 13:55:07.366 debug (19488) EISCP String: LMD0C
onkyo.0 2021-06-15 13:55:07.365 debug (19488) Got message: {"command":"listening-mode","zone":"main","argument":"all-ch-stereo","iscp_command":"LMD0C","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:07.365 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"listening-mode","zone":"main","argument":"all-ch-stereo","iscp_command":"LMD0C","host":"192.168.1.xxx","port":"60128"
onkyo.0 2021-06-15 13:55:07.233 debug (19488) stateChange onkyo.0.Device.MediaAlbumName {"val":" ","ack":true,"ts":1623758107200,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623735306806}
onkyo.0 2021-06-15 13:55:07.230 debug (19488) stateChange onkyo.0.Device.command {"val":"NAL ","ack":true,"ts":1623758107199,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758107199}
onkyo.0 2021-06-15 13:55:07.194 debug (19488) string:
onkyo.0 2021-06-15 13:55:07.194 debug (19488) chunk: NAL
onkyo.0 2021-06-15 13:55:07.194 debug (19488) EISCP String: NAL
onkyo.0 2021-06-15 13:55:07.194 debug (19488) Got message: {"command":"net-usb-album-name-info","zone":"main","iscp_command":"NAL ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:07.193 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-album-name-info","zone":"main","iscp_command":"NAL ","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"
onkyo.0 2021-06-15 13:55:07.132 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NALQSTN
onkyo.0 2021-06-15 13:55:06.867 debug (19488) stateChange onkyo.0.Zone1.Mute {"val":false,"ack":true,"ts":1623758106863,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1622972787183}
onkyo.0 2021-06-15 13:55:06.791 debug (19488) stateChange onkyo.0.Device.command {"val":"AMT00","ack":true,"ts":1623758106787,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758106787}
onkyo.0 2021-06-15 13:55:06.787 debug (19488) stateChange onkyo.0.Zone2.Mute {"val":false,"ack":true,"ts":1623758106781,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506918170}
onkyo.0 2021-06-15 13:55:06.780 debug (19488) stateChange onkyo.0.Device.command {"val":"ZMT00","ack":true,"ts":1623758106768,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758106768}
onkyo.0 2021-06-15 13:55:06.777 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:06.777 debug (19488) chunk: AMT
onkyo.0 2021-06-15 13:55:06.776 debug (19488) EISCP String: AMT00
onkyo.0 2021-06-15 13:55:06.776 debug (19488) Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:06.774 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.xxx","port":"60128","model":"TX
onkyo.0 2021-06-15 13:55:06.771 debug (19488) stateChange onkyo.0.Zone3.InputSelect {"val":"N/","ack":true,"ts":1623758106765,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1592506917670}
onkyo.0 2021-06-15 13:55:06.768 debug (19488) stateChange onkyo.0.Device.command {"val":"SL3N/A","ack":true,"ts":1623758106757,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758106757}
onkyo.0 2021-06-15 13:55:06.764 debug (19488) stateChange onkyo.0.Device.command {"val":"NDSW-x\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1SLI12\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u00
onkyo.0 2021-06-15 13:55:06.753 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:06.753 debug (19488) chunk: ZMT
onkyo.0 2021-06-15 13:55:06.752 debug (19488) EISCP String: ZMT00
onkyo.0 2021-06-15 13:55:06.752 debug (19488) Got message: {"command":"muting","zone":"zone2","argument":"off","iscp_command":"ZMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:06.751 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"muting","zone":"zone2","argument":"off","iscp_command":"ZMT00","host":"192.168.1.xxx","port":"60128","model":"TX-NR65
onkyo.0 2021-06-15 13:55:06.750 debug (19488) stateChange onkyo.0.Device.AudioInformation {"val":"N/A","ack":true,"ts":1623758106738,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756011892}
onkyo.0 2021-06-15 13:55:06.749 debug (19488) stateChange onkyo.0.Device.command {"val":"IFAN/A","ack":true,"ts":1623758106738,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758106738}
onkyo.0 2021-06-15 13:55:06.744 debug (19488) string: N/A
onkyo.0 2021-06-15 13:55:06.743 debug (19488) chunk: SL3
onkyo.0 2021-06-15 13:55:06.742 debug (19488) EISCP String: SL3N/A
onkyo.0 2021-06-15 13:55:06.741 debug (19488) Got message: {"command":"selector","zone":"zone3","iscp_command":"SL3N/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:06.741 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"selector","zone":"zone3","iscp_command":"SL3N/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:06.737 debug (19488) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623758106659,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758105953}
onkyo.0 2021-06-15 13:55:06.731 debug (19488) string: W-x
onkyo.0 2021-06-15 13:55:06.730 debug (19488) chunk: NDS
onkyo.0 2021-06-15 13:55:06.730 debug (19488) EISCP String: NDSW-x ISCP !1SLI12 ISCP !1SLZ80
onkyo.0 2021-06-15 13:55:06.729 debug (19488) Got message: {"iscp_command":"NDSW-x\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1SLI12\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0
onkyo.0 2021-06-15 13:55:06.729 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x\u001a\r\nISCP\u0000\u0000\u0000\u0010\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000!1SLI12\u001a\r\nISCP\u0
onkyo.0 2021-06-15 13:55:06.657 debug (19488) string: N/A
onkyo.0 2021-06-15 13:55:06.656 debug (19488) chunk: IFA
onkyo.0 2021-06-15 13:55:06.656 debug (19488) EISCP String: IFAN/A
onkyo.0 2021-06-15 13:55:06.656 debug (19488) Got message: {"command":"audio-infomation","zone":"main","iscp_command":"IFAN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:06.655 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"audio-infomation","zone":"main","iscp_command":"IFAN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:06.636 debug (19488) string: W-x
onkyo.0 2021-06-15 13:55:06.636 debug (19488) chunk: NDS
onkyo.0 2021-06-15 13:55:06.636 debug (19488) EISCP String: NDSW-x
onkyo.0 2021-06-15 13:55:06.635 debug (19488) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:06.635 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:06.630 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - LMDQSTN
onkyo.0 2021-06-15 13:55:06.128 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NPZQSTN
onkyo.0 2021-06-15 13:55:06.031 debug (19488) stateChange onkyo.0.Device.command {"val":"NDSW-x","ack":true,"ts":1623758105953,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758105953}
onkyo.0 2021-06-15 13:55:05.948 debug (19488) string: W-x
onkyo.0 2021-06-15 13:55:05.948 debug (19488) chunk: NDS
onkyo.0 2021-06-15 13:55:05.947 debug (19488) EISCP String: NDSW-x
onkyo.0 2021-06-15 13:55:05.947 debug (19488) Got message: {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:05.946 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDSW-x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:05.627 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NPRQSTN
onkyo.0 2021-06-15 13:55:05.126 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - NSTQSTN
onkyo.0 2021-06-15 13:55:05.079 debug (19488) DEBUG (command_to_iscp) raw command "PWRQSTN"
onkyo.0 2021-06-15 13:55:05.078 debug (19488) DEBUG (command_to_iscp) Zone: main | Command: system-power | Argument: query
onkyo.0 2021-06-15 13:55:05.076 debug (19488) Request Power status to check device availability...
onkyo.0 2021-06-15 13:55:04.624 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - AMTQSTN
onkyo.0 2021-06-15 13:55:04.123 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZMTQSTN
onkyo.0 2021-06-15 13:55:03.620 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SL3QSTN
onkyo.0 2021-06-15 13:55:03.125 debug (19488) stateChange onkyo.0.Zone2.Volume {"val":null,"ack":true,"ts":1623758103120,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758103120}
onkyo.0 2021-06-15 13:55:03.118 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLZQSTN
onkyo.0 2021-06-15 13:55:03.078 debug (19488) stateChange onkyo.0.Device.command {"val":"ZVLN/A","ack":true,"ts":1623758103067,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758103067}
onkyo.0 2021-06-15 13:55:03.075 debug (19488) stateChange onkyo.0.Zone1.Volume {"val":30,"ack":true,"ts":1623758103067,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623755579845}
onkyo.0 2021-06-15 13:55:03.071 debug (19488) stateChange onkyo.0.Device.command {"val":"MVL1E","ack":true,"ts":1623758103067,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758103067}
onkyo.0 2021-06-15 13:55:03.059 debug (19488) string: N/A
onkyo.0 2021-06-15 13:55:03.059 debug (19488) chunk: ZVL
onkyo.0 2021-06-15 13:55:03.059 debug (19488) EISCP String: ZVLN/A
onkyo.0 2021-06-15 13:55:03.058 debug (19488) Got message: {"command":"volume","zone":"zone2","iscp_command":"ZVLN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:03.057 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"volume","zone":"zone2","iscp_command":"ZVLN/A","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:03.056 debug (19488) stateChange onkyo.0.Zone1.Power {"val":false,"ack":true,"ts":1623758103048,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756621425}
onkyo.0 2021-06-15 13:55:03.056 debug (19488) stateChange onkyo.0.Device.command {"val":"PWR00","ack":true,"ts":1623758103047,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758103047}
onkyo.0 2021-06-15 13:55:03.052 debug (19488) string: 1E
onkyo.0 2021-06-15 13:55:03.052 debug (19488) chunk: MVL
onkyo.0 2021-06-15 13:55:03.052 debug (19488) EISCP String: MVL1E
onkyo.0 2021-06-15 13:55:03.052 debug (19488) Got message: {"command":["master-volume","volume"],"zone":"main","argument":30,"iscp_command":"MVL1E","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:03.051 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":["master-volume","volume"],"zone":"main","argument":30,"iscp_command":"MVL1E","host":"192.168.1.xxx","port":"60128","m
onkyo.0 2021-06-15 13:55:03.041 debug (19488) string: 00
onkyo.0 2021-06-15 13:55:03.040 debug (19488) chunk: PWR
onkyo.0 2021-06-15 13:55:03.040 debug (19488) EISCP String: PWR00
onkyo.0 2021-06-15 13:55:03.040 debug (19488) Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:03.039 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.xxx","port":"60128","model"
onkyo.0 2021-06-15 13:55:02.617 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLIQSTN
onkyo.0 2021-06-15 13:55:02.115 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - IFAQSTN
onkyo.0 2021-06-15 13:55:02.054 debug (19488) stateChange onkyo.0.Device.command {"val":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"M
onkyo.0 2021-06-15 13:55:02.048 debug (19488) stateChange onkyo.0.Device.NavInfo {"val":"<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2
onkyo.0 2021-06-15 13:55:02.044 debug (19488) stateChange onkyo.0.Device.command {"val":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><yea
onkyo.0 2021-06-15 13:55:02.031 debug (19488) string: e id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><
onkyo.0 2021-06-15 13:55:02.030 debug (19488) chunk: vic
onkyo.0 2021-06-15 13:55:02.029 debug (19488) EISCP String: vice id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist count="4"><zone id="1" value="1" name="Main" volmax="82" volstep="1" src="1" dst="1" l
onkyo.0 2021-06-15 13:55:01.948 debug (19488) Got message: {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=
onkyo.0 2021-06-15 13:55:01.947 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\
onkyo.0 2021-06-15 13:55:01.938 debug (19488) string: <?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656
onkyo.0 2021-06-15 13:55:01.937 debug (19488) chunk: NRI
onkyo.0 2021-06-15 13:55:01.937 debug (19488) EISCP String: NRI<?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><model>TX-NR656</model><
onkyo.0 2021-06-15 13:55:01.936 debug (19488) Got message: {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year>
onkyo.0 2021-06-15 13:55:01.936 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand
onkyo.0 2021-06-15 13:55:01.820 debug (19488) stateChange onkyo.0.NET_Shuffle_Status {"val":"x","ack":true,"ts":1623758101791,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623756006071}
onkyo.0 2021-06-15 13:55:01.818 debug (19488) stateChange onkyo.0.Device.MediaFastReverse {"val":false,"ack":true,"ts":1623758101791,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461096}
onkyo.0 2021-06-15 13:55:01.817 debug (19488) stateChange onkyo.0.Device.MediaReverse {"val":false,"ack":true,"ts":1623758101790,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461095}
onkyo.0 2021-06-15 13:55:01.815 debug (19488) stateChange onkyo.0.Device.MediaFastForward {"val":false,"ack":true,"ts":1623758101790,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461095}
onkyo.0 2021-06-15 13:55:01.814 debug (19488) stateChange onkyo.0.Device.MediaForward {"val":false,"ack":true,"ts":1623758101790,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461093}
onkyo.0 2021-06-15 13:55:01.810 debug (19488) stateChange onkyo.0.Device.MediaPause {"val":false,"ack":true,"ts":1623758101789,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1595751461093}
onkyo.0 2021-06-15 13:55:01.806 debug (19488) stateChange onkyo.0.Device.MediaPlay {"val":false,"ack":true,"ts":1623758101789,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623583523445}
onkyo.0 2021-06-15 13:55:01.802 debug (19488) stateChange onkyo.0.Device.MediaStop {"val":true,"ack":true,"ts":1623758101789,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623583523445}
onkyo.0 2021-06-15 13:55:01.797 debug (19488) stateChange onkyo.0.Device.command {"val":"NSTSxx","ack":true,"ts":1623758101789,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758101789}
onkyo.0 2021-06-15 13:55:01.780 debug (19488) string: Sxx
onkyo.0 2021-06-15 13:55:01.779 debug (19488) chunk: NST
onkyo.0 2021-06-15 13:55:01.779 debug (19488) EISCP String: NSTSxx
onkyo.0 2021-06-15 13:55:01.779 debug (19488) Got message: {"command":"net-usb-play-status","zone":"main","iscp_command":"NSTSxx","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:01.776 debug (19488) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"command":"net-usb-play-status","zone":"main","iscp_command":"NSTSxx","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 13:55:01.614 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - VL3QSTN
onkyo.0 2021-06-15 13:55:01.112 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZVLQSTN
onkyo.0 2021-06-15 13:55:00.611 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - MVLQSTN
onkyo.0 2021-06-15 13:55:00.345 debug (19488) newCommand: NRIQSTN
onkyo.0 2021-06-15 13:55:00.344 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.344 debug (19488) Value: NRIQSTN
onkyo.0 2021-06-15 13:55:00.344 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.343 debug (19488) stateChange onkyo.0.Device.command {"val":"NRIQSTN","ack":false,"ts":1623758100095,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100095}
onkyo.0 2021-06-15 13:55:00.343 debug (19488) newCommand: SLAQSTN
onkyo.0 2021-06-15 13:55:00.343 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.342 debug (19488) Value: SLAQSTN
onkyo.0 2021-06-15 13:55:00.342 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.341 debug (19488) stateChange onkyo.0.Device.command {"val":"SLAQSTN","ack":false,"ts":1623758100094,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100094}
onkyo.0 2021-06-15 13:55:00.335 debug (19488) newCommand: IFVQSTN
onkyo.0 2021-06-15 13:55:00.334 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.334 debug (19488) Value: IFVQSTN
onkyo.0 2021-06-15 13:55:00.333 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.332 debug (19488) stateChange onkyo.0.Device.command {"val":"IFVQSTN","ack":false,"ts":1623758100094,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100094}
onkyo.0 2021-06-15 13:55:00.330 debug (19488) newCommand: TU3QSTN
onkyo.0 2021-06-15 13:55:00.329 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.300 debug (19488) Value: TU3QSTN
onkyo.0 2021-06-15 13:55:00.299 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.298 debug (19488) stateChange onkyo.0.Device.command {"val":"TU3QSTN","ack":false,"ts":1623758100094,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100094}
onkyo.0 2021-06-15 13:55:00.295 debug (19488) newCommand: TUZQSTN
onkyo.0 2021-06-15 13:55:00.294 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.294 debug (19488) Value: TUZQSTN
onkyo.0 2021-06-15 13:55:00.286 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.285 debug (19488) stateChange onkyo.0.Device.command {"val":"TUZQSTN","ack":false,"ts":1623758100094,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100094}
onkyo.0 2021-06-15 13:55:00.280 debug (19488) newCommand: TUNQSTN
onkyo.0 2021-06-15 13:55:00.279 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.278 debug (19488) Value: TUNQSTN
onkyo.0 2021-06-15 13:55:00.278 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.277 debug (19488) stateChange onkyo.0.Device.command {"val":"TUNQSTN","ack":false,"ts":1623758100094,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100094}
onkyo.0 2021-06-15 13:55:00.276 debug (19488) newCommand: PR3QSTN
onkyo.0 2021-06-15 13:55:00.276 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.275 debug (19488) Value: PR3QSTN
onkyo.0 2021-06-15 13:55:00.275 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.274 debug (19488) stateChange onkyo.0.Device.command {"val":"PR3QSTN","ack":false,"ts":1623758100094,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100094}
onkyo.0 2021-06-15 13:55:00.269 debug (19488) newCommand: PRZQSTN
onkyo.0 2021-06-15 13:55:00.269 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.268 debug (19488) Value: PRZQSTN
onkyo.0 2021-06-15 13:55:00.268 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.267 debug (19488) stateChange onkyo.0.Device.command {"val":"PRZQSTN","ack":false,"ts":1623758100094,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100094}
onkyo.0 2021-06-15 13:55:00.252 debug (19488) newCommand: PRSQSTN
onkyo.0 2021-06-15 13:55:00.251 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.251 debug (19488) Value: PRSQSTN
onkyo.0 2021-06-15 13:55:00.249 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.248 debug (19488) stateChange onkyo.0.Device.command {"val":"PRSQSTN","ack":false,"ts":1623758100093,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100093}
onkyo.0 2021-06-15 13:55:00.247 debug (19488) newCommand: NTRQSTN
onkyo.0 2021-06-15 13:55:00.247 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.246 debug (19488) Value: NTRQSTN
onkyo.0 2021-06-15 13:55:00.246 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.245 debug (19488) stateChange onkyo.0.Device.command {"val":"NTRQSTN","ack":false,"ts":1623758100093,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100093}
onkyo.0 2021-06-15 13:55:00.245 debug (19488) newCommand: NTIQSTN
onkyo.0 2021-06-15 13:55:00.244 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.244 debug (19488) Value: NTIQSTN
onkyo.0 2021-06-15 13:55:00.243 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.243 debug (19488) stateChange onkyo.0.Device.command {"val":"NTIQSTN","ack":false,"ts":1623758100093,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100093}
onkyo.0 2021-06-15 13:55:00.239 debug (19488) newCommand: NTMQSTN
onkyo.0 2021-06-15 13:55:00.239 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.238 debug (19488) Value: NTMQSTN
onkyo.0 2021-06-15 13:55:00.238 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.237 debug (19488) stateChange onkyo.0.Device.command {"val":"NTMQSTN","ack":false,"ts":1623758100093,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100093}
onkyo.0 2021-06-15 13:55:00.209 debug (19488) newCommand: NATQSTN
onkyo.0 2021-06-15 13:55:00.208 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.207 debug (19488) Value: NATQSTN
onkyo.0 2021-06-15 13:55:00.205 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.201 debug (19488) stateChange onkyo.0.Device.command {"val":"NATQSTN","ack":false,"ts":1623758100092,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100092}
onkyo.0 2021-06-15 13:55:00.198 debug (19488) newCommand: NALQSTN
onkyo.0 2021-06-15 13:55:00.197 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.197 debug (19488) Value: NALQSTN
onkyo.0 2021-06-15 13:55:00.196 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.196 debug (19488) stateChange onkyo.0.Device.command {"val":"NALQSTN","ack":false,"ts":1623758100092,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100092}
onkyo.0 2021-06-15 13:55:00.191 debug (19488) newCommand: LMDQSTN
onkyo.0 2021-06-15 13:55:00.191 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.190 debug (19488) Value: LMDQSTN
onkyo.0 2021-06-15 13:55:00.190 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.189 debug (19488) stateChange onkyo.0.Device.command {"val":"LMDQSTN","ack":false,"ts":1623758100092,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100092}
onkyo.0 2021-06-15 13:55:00.186 debug (19488) newCommand: NPZQSTN
onkyo.0 2021-06-15 13:55:00.186 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.185 debug (19488) Value: NPZQSTN
onkyo.0 2021-06-15 13:55:00.185 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.184 debug (19488) stateChange onkyo.0.Device.command {"val":"NPZQSTN","ack":false,"ts":1623758100092,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100092}
onkyo.0 2021-06-15 13:55:00.180 debug (19488) newCommand: NPRQSTN
onkyo.0 2021-06-15 13:55:00.179 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.179 debug (19488) Value: NPRQSTN
onkyo.0 2021-06-15 13:55:00.178 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.177 debug (19488) stateChange onkyo.0.Device.command {"val":"NPRQSTN","ack":false,"ts":1623758100092,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100092}
onkyo.0 2021-06-15 13:55:00.175 debug (19488) newCommand: NSTQSTN
onkyo.0 2021-06-15 13:55:00.174 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.174 debug (19488) Value: NSTQSTN
onkyo.0 2021-06-15 13:55:00.173 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.172 debug (19488) stateChange onkyo.0.Device.command {"val":"NSTQSTN","ack":false,"ts":1623758100092,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100092}
onkyo.0 2021-06-15 13:55:00.168 debug (19488) newCommand: AMTQSTN
onkyo.0 2021-06-15 13:55:00.167 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.167 debug (19488) Value: AMTQSTN
onkyo.0 2021-06-15 13:55:00.166 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.166 debug (19488) stateChange onkyo.0.Device.command {"val":"AMTQSTN","ack":false,"ts":1623758100091,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100091}
onkyo.0 2021-06-15 13:55:00.163 debug (19488) newCommand: ZMTQSTN
onkyo.0 2021-06-15 13:55:00.162 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.162 debug (19488) Value: ZMTQSTN
onkyo.0 2021-06-15 13:55:00.161 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.161 debug (19488) stateChange onkyo.0.Device.command {"val":"ZMTQSTN","ack":false,"ts":1623758100091,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100091}
onkyo.0 2021-06-15 13:55:00.152 debug (19488) newCommand: SL3QSTN
onkyo.0 2021-06-15 13:55:00.151 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.151 debug (19488) Value: SL3QSTN
onkyo.0 2021-06-15 13:55:00.151 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.150 debug (19488) stateChange onkyo.0.Device.command {"val":"SL3QSTN","ack":false,"ts":1623758100091,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100091}
onkyo.0 2021-06-15 13:55:00.147 debug (19488) newCommand: SLZQSTN
onkyo.0 2021-06-15 13:55:00.146 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.146 debug (19488) Value: SLZQSTN
onkyo.0 2021-06-15 13:55:00.145 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.145 debug (19488) stateChange onkyo.0.Device.command {"val":"SLZQSTN","ack":false,"ts":1623758100091,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100091}
onkyo.0 2021-06-15 13:55:00.142 debug (19488) newCommand: SLIQSTN
onkyo.0 2021-06-15 13:55:00.142 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.141 debug (19488) Value: SLIQSTN
onkyo.0 2021-06-15 13:55:00.141 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.140 debug (19488) stateChange onkyo.0.Device.command {"val":"SLIQSTN","ack":false,"ts":1623758100091,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100091}
onkyo.0 2021-06-15 13:55:00.137 debug (19488) newCommand: IFAQSTN
onkyo.0 2021-06-15 13:55:00.136 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.135 debug (19488) Value: IFAQSTN
onkyo.0 2021-06-15 13:55:00.135 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.134 debug (19488) stateChange onkyo.0.Device.command {"val":"IFAQSTN","ack":false,"ts":1623758100090,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100090}
onkyo.0 2021-06-15 13:55:00.132 debug (19488) newCommand: VL3QSTN
onkyo.0 2021-06-15 13:55:00.131 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.131 debug (19488) Value: VL3QSTN
onkyo.0 2021-06-15 13:55:00.131 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.129 debug (19488) stateChange onkyo.0.Device.command {"val":"VL3QSTN","ack":false,"ts":1623758100090,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100090}
onkyo.0 2021-06-15 13:55:00.118 debug (19488) newCommand: ZVLQSTN
onkyo.0 2021-06-15 13:55:00.118 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.117 debug (19488) Value: ZVLQSTN
onkyo.0 2021-06-15 13:55:00.117 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.116 debug (19488) stateChange onkyo.0.Device.command {"val":"ZVLQSTN","ack":false,"ts":1623758100090,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100090}
onkyo.0 2021-06-15 13:55:00.113 debug (19488) newCommand: MVLQSTN
onkyo.0 2021-06-15 13:55:00.113 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.112 debug (19488) Value: MVLQSTN
onkyo.0 2021-06-15 13:55:00.112 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.111 debug (19488) stateChange onkyo.0.Device.command {"val":"MVLQSTN","ack":false,"ts":1623758100090,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100090}
onkyo.0 2021-06-15 13:55:00.109 debug (19488) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 13:55:00.105 debug (19488) newCommand: PWRQSTN
onkyo.0 2021-06-15 13:55:00.104 debug (19488) id: onkyo.0.Device.command
onkyo.0 2021-06-15 13:55:00.104 debug (19488) Value: PWRQSTN
onkyo.0 2021-06-15 13:55:00.103 debug (19488) ack is not set!
onkyo.0 2021-06-15 13:55:00.102 debug (19488) stateChange onkyo.0.Device.command {"val":"PWRQSTN","ack":false,"ts":1623758100090,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758100090}
onkyo.0 2021-06-15 13:54:55.088 debug (19488) stateChange onkyo.0.info.connection {"val":true,"ack":true,"ts":1623758095080,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758095080}
onkyo.0 2021-06-15 13:54:55.085 debug (19488) stateChange onkyo.0.Device.connected {"val":true,"ack":true,"ts":1623758095080,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623758095080}
onkyo.0 2021-06-15 13:54:55.075 info (19488) Successfully connected to AVR
onkyo.0 2021-06-15 13:54:55.074 debug (19488) INFO (connected) Connected to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 13:54:55.069 debug (19488) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 13:54:55.065 debug (19488) DEBUG (received_discovery) Received discovery packet from 192.168.1.xxx:60128 ([{"host":"192.168.1.xxx","port":"60128","model":"TX-NR656","mac":"000xxxxxxxx","areacode":"XX"}])
onkyo.0 2021-06-15 13:54:54.887 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:54:44.886 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:54:34.886 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:54:24.886 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:54:14.885 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:54:04.886 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:53:54.885 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:53:44.886 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:53:34.886 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:53:24.885 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:53:14.886 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:53:04.886 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:52:54.886 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:52:44.886 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:52:34.893 debug (19488) DEBUG (sent_discovery) Sent broadcast discovery packet to 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:52:34.881 info (19488) Connecting to AVR 192.168.1.xxx:60128
onkyo.0 2021-06-15 13:52:34.848 debug (19488) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623757954823,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623757494278}
onkyo.0 2021-06-15 13:52:34.845 debug (19488) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623757954757,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623757494278}
onkyo.0 2021-06-15 13:52:34.661 info (19488) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.onkyo, node: v12.22.1, js-controller: 3.2.16
onkyo.0 2021-06-15 13:52:34.435 debug (19488) Plugin sentry Initialize Plugin (enabled=true)
host.iobroker-v510 2021-06-15 13:52:31.521 info instance system.adapter.onkyo.0 started with pid 19488
host.iobroker-v510 2021-06-15 13:52:31.358 info "system.adapter.onkyo.0" enabled
Apollon77 commented 3 years ago

Version was noch updated completely ... aaaaagain please :-)

ice987987 commented 3 years ago

ok, i'll install again... different question: what should DP onkyo.0.connected do? this point remains always on false

Apollon77 commented 3 years ago

what should DP onkyo.0.connected do? this point remains always on false

Bo idea where this state came from. Adapter is not creating and also not setting it at all

ice987987 commented 3 years ago

version3 does not work:

I tried the new version3 as follow:

new version3 installed, Instance stopped, Onkyo receiver unplugged

Log.txt

Apollon77 commented 3 years ago

Ok, checking

Apollon77 commented 3 years ago

Ahhh there was a socket open still ... so try again please

ice987987 commented 3 years ago

complete new installation from Github (old Instance and Adapter are deleted): now I can't start the instance:

host.iobroker-v510 2021-06-15 15:03:47.788 info Restart adapter system.adapter.onkyo.0 because enabled
host.iobroker-v510 2021-06-15 15:03:47.787 error instance system.adapter.onkyo.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
host.iobroker-v510 2021-06-15 15:03:47.787 error Caught by controller[0]: at processTicksAndRejections (internal/process/task_queues.js:79:11)
host.iobroker-v510 2021-06-15 15:03:47.787 error Caught by controller[0]: at dgram.js:663:33
host.iobroker-v510 2021-06-15 15:03:47.786 error Caught by controller[0]: at Socket.EventEmitter.emit (domain.js:483:12)
host.iobroker-v510 2021-06-15 15:03:47.786 error Caught by controller[0]: at Socket.emit (events.js:314:20)
host.iobroker-v510 2021-06-15 15:03:47.786 error Caught by controller[0]: at Socket.<anonymous> (/opt/iobroker/node_modules/eiscp/eiscp.js:239:16)
host.iobroker-v510 2021-06-15 15:03:47.785 error Caught by controller[0]: at Socket.close (dgram.js:721:3)
host.iobroker-v510 2021-06-15 15:03:47.785 error Caught by controller[0]: at healthCheck (dgram.js:899:11)
host.iobroker-v510 2021-06-15 15:03:47.785 error Caught by controller[0]: Error [ERR_SOCKET_DGRAM_NOT_RUNNING]: Not running
onkyo.0 2021-06-15 15:03:47.677 error (23130) Exception-Code: ERR_SOCKET_DGRAM_NOT_RUNNING: Not running
onkyo.0 2021-06-15 15:03:47.676 error (23130) Error [ERR_SOCKET_DGRAM_NOT_RUNNING]: Not running at healthCheck (dgram.js:899:11) at Socket.close (dgram.js:721:3) at Socket.<anonymous> (/opt/iobroker/node_modules/eiscp/eiscp.js
onkyo.0 2021-06-15 15:03:47.675 error (23130) uncaught exception: Not running
onkyo.0 2021-06-15 15:03:47.671 error (23130) Error: ERROR (server_error) Server error on 192.168.1.xxx :60128 - Error: getaddrinfo ENOTFOUND 192.168.1.xxx at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'E
onkyo.0 2021-06-15 15:03:47.668 error (23130) Error: ERROR (server_error) Server error on 192.168.1.xxx :60128 - Error: getaddrinfo ENOTFOUND 192.168.1.xx at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) { errno: 'E
onkyo.0 2021-06-15 15:03:47.642 info (23130) Connecting to AVR 192.168.1.xxx :60128
onkyo.0 2021-06-15 15:03:47.463 info (23130) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.onkyo, node: v12.22.1, js-controller: 3.2.16
host.iobroker-v510 2021-06-15 15:03:44.637 info instance system.adapter.onkyo.0 started with pid 23130
host.iobroker-v510 2021-06-15 15:03:44.534 info "system.adapter.onkyo.0" enabled
Apollon77 commented 3 years ago

getaddrinfo ENOTFOUND

normally is a network or DNS issue! Are you sure adapte rupdate is reason?

ice987987 commented 3 years ago

i don't think that this is a network issue from my installation. Everything is set same or remains unchanged. (but DP onkyo.0.connected is no longer available, which is as expected)

ice987987 commented 3 years ago

I found the issue: there was a "blank character" after the IP in the settings, sorry (be careful after copy and paste). I'll check again

Apollon77 commented 3 years ago

But I will make sure to fix also that crash case :-)

ice987987 commented 3 years ago

I tried the new version4 as follow (does not work):

new version4 installed, Instance stopped, Onkyo receiver unplugged

-> 2021-06-15 15:24:00.233 warn (24124) State "onkyo.0.NET_Shuffle_Status" has no existing object, this might lead to an error in future versions

then repeating errors -> had to shut down the instance

log4.txt

Apollon77 commented 3 years ago

Hm ...So I see in the log that the device did not responded to a query on power status on 15:25:20 and so he tried to reconnect at 15:25:25 with Error: connect EHOSTUNREACH 192.168.1.xxx (so it was not reachable in the network!). And yes then tese error shappened ...

Found alace whwere reconnect cases could have overlapped ... try again please

Sorry but "blind depelopment" on such topics is not funny ;)

ice987987 commented 3 years ago

I still admire your persistence!

This version works, except one error; I tried the new version5 as follow:

new version5 installed, Instance stopped, Onkyo receiver unplugged

2021-06-15 16:16:29.544 - error: onkyo.0 (26586) Error: ERROR (server_error) Server error on 192.168.1.xxx:60128 - Error: connect EALREADY 192.168.1.xxx:60128 - Local (192.168.1.yyy:44174) at internalConnect (net.js:923:16) at defaultTriggerAsyncIdScope (internal/async_hooks.js:364:12) at net.js:1011:9 at processTicksAndRejections (internal/process/task_queues.js:79:11) { errno: 'EALREADY', code: 'EALREADY', syscall: 'connect', address: '192.168.1.xxx', port: 60128 }

and

2021-06-15 16:16:58.023 - error: onkyo.0 (26586) Error: ERROR (server_error) Server error on 192.168.1.xxx:60128 - Error: connect EHOSTUNREACH 192.168.1.xxx:60128 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1144:16) { errno: 'EHOSTUNREACH', code: 'EHOSTUNREACH', syscall: 'connect', address: '192.168.1.xxx', port: 60128 }

log5.txt

Apollon77 commented 3 years ago

Ok, the EALREADY should be fixed by adjusting that https://github.com/GermanBluefox/node-eiscp/pull/9

Can you please check on your side if that change works?

That file should be located for you at /opt/iobroker/node_modules/eiscp/eiscp.js ... AFter that these EAGAIN should be gone. Can you verify that please?

AFter we are done I can suppress all the error s(like the EHOSTUNREACH) that are left to make it more quiet when not connected, but for now it helps

Apollon77 commented 3 years ago

The missing object for NET_Shuffle_Status is fixed on GitHub too

ice987987 commented 3 years ago

I tried the new version6 as follow:

new version6 installed, Instance stopped, Onkyo receiver unplugged

log6.txt

this is the best version so far. there are some errors, but at first test, everything works as expected

ice987987 commented 3 years ago

if the instance is running, Onkyo reciever will be plugged in again then the Adapter connect (2021-06-15 17:34:12.599) but loose the connection every time only once (2021-06-15 17:34:22.627). then it will be reconnected again and then it works:

onkyo.0 2021-06-15 17:34:27.606 info (30233) Successfully connected to AVR
onkyo.0 2021-06-15 17:34:27.606 debug (30233) INFO (connected) Connected to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 17:34:27.603 debug (30233) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 17:34:22.630 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "NRIQSTN"
onkyo.0 2021-06-15 17:34:22.629 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "SLAQSTN"
onkyo.0 2021-06-15 17:34:22.629 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "IFVQSTN"
onkyo.0 2021-06-15 17:34:22.629 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "TU3QSTN"
onkyo.0 2021-06-15 17:34:22.629 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "TUZQSTN"
onkyo.0 2021-06-15 17:34:22.629 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "TUNQSTN"
onkyo.0 2021-06-15 17:34:22.629 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "PR3QSTN"
onkyo.0 2021-06-15 17:34:22.628 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "PRZQSTN"
onkyo.0 2021-06-15 17:34:22.628 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "PRSQSTN"
onkyo.0 2021-06-15 17:34:22.628 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "NTRQSTN"
onkyo.0 2021-06-15 17:34:22.628 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "NTIQSTN"
onkyo.0 2021-06-15 17:34:22.628 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "NTMQSTN"
onkyo.0 2021-06-15 17:34:22.628 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "NATQSTN"
onkyo.0 2021-06-15 17:34:22.627 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "NALQSTN"
onkyo.0 2021-06-15 17:34:22.627 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "LMDQSTN"
onkyo.0 2021-06-15 17:34:22.627 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "NPZQSTN"
onkyo.0 2021-06-15 17:34:22.627 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "NPRQSTN"
onkyo.0 2021-06-15 17:34:22.627 error (30233) Error: ERROR (send_not_connected) Not connected, can't send data: "NSTQSTN"
onkyo.0 2021-06-15 17:34:22.615 debug (30233) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623771262605,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771262605}
onkyo.0 2021-06-15 17:34:22.612 debug (30233) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623771262605,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771262605}
onkyo.0 2021-06-15 17:34:22.601 info (30233) AVR disconnected
onkyo.0 2021-06-15 17:34:22.601 debug (30233) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-15 17:34:22.600 info (30233) Got no response from Power status check ... reconnect
onkyo.0 2021-06-15 17:34:22.125 debug (30233) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - AMTQSTN
onkyo.0 2021-06-15 17:34:21.623 debug (30233) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZMTQSTN
onkyo.0 2021-06-15 17:34:21.123 debug (30233) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SL3QSTN
onkyo.0 2021-06-15 17:34:20.622 debug (30233) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLZQSTN
onkyo.0 2021-06-15 17:34:20.120 debug (30233) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - SLIQSTN
onkyo.0 2021-06-15 17:34:19.618 debug (30233) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - IFAQSTN
onkyo.0 2021-06-15 17:34:19.117 debug (30233) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - VL3QSTN
onkyo.0 2021-06-15 17:34:18.615 debug (30233) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - ZVLQSTN
onkyo.0 2021-06-15 17:34:18.xxx debug (30233) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - MVLQSTN
onkyo.0 2021-06-15 17:34:17.820 debug (30233) newCommand: NRIQSTN
onkyo.0 2021-06-15 17:34:17.820 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.820 debug (30233) Value: NRIQSTN
onkyo.0 2021-06-15 17:34:17.819 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.819 debug (30233) stateChange onkyo.0.Device.command {"val":"NRIQSTN","ack":false,"ts":1623771257650,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257650}
onkyo.0 2021-06-15 17:34:17.819 debug (30233) newCommand: SLAQSTN
onkyo.0 2021-06-15 17:34:17.819 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.819 debug (30233) Value: SLAQSTN
onkyo.0 2021-06-15 17:34:17.819 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.818 debug (30233) stateChange onkyo.0.Device.command {"val":"SLAQSTN","ack":false,"ts":1623771257650,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257650}
onkyo.0 2021-06-15 17:34:17.816 debug (30233) newCommand: IFVQSTN
onkyo.0 2021-06-15 17:34:17.816 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.816 debug (30233) Value: IFVQSTN
onkyo.0 2021-06-15 17:34:17.816 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.815 debug (30233) stateChange onkyo.0.Device.command {"val":"IFVQSTN","ack":false,"ts":1623771257650,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257650}
onkyo.0 2021-06-15 17:34:17.815 debug (30233) newCommand: TU3QSTN
onkyo.0 2021-06-15 17:34:17.815 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.815 debug (30233) Value: TU3QSTN
onkyo.0 2021-06-15 17:34:17.815 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.814 debug (30233) stateChange onkyo.0.Device.command {"val":"TU3QSTN","ack":false,"ts":1623771257649,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257649}
onkyo.0 2021-06-15 17:34:17.810 debug (30233) newCommand: TUZQSTN
onkyo.0 2021-06-15 17:34:17.810 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.810 debug (30233) Value: TUZQSTN
onkyo.0 2021-06-15 17:34:17.764 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.764 debug (30233) stateChange onkyo.0.Device.command {"val":"TUZQSTN","ack":false,"ts":1623771257649,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257649}
onkyo.0 2021-06-15 17:34:17.764 debug (30233) newCommand: TUNQSTN
onkyo.0 2021-06-15 17:34:17.764 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.764 debug (30233) Value: TUNQSTN
onkyo.0 2021-06-15 17:34:17.764 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.763 debug (30233) stateChange onkyo.0.Device.command {"val":"TUNQSTN","ack":false,"ts":1623771257649,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257649}
onkyo.0 2021-06-15 17:34:17.763 debug (30233) newCommand: PR3QSTN
onkyo.0 2021-06-15 17:34:17.763 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.763 debug (30233) Value: PR3QSTN
onkyo.0 2021-06-15 17:34:17.762 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.762 debug (30233) stateChange onkyo.0.Device.command {"val":"PR3QSTN","ack":false,"ts":1623771257649,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257649}
onkyo.0 2021-06-15 17:34:17.762 debug (30233) newCommand: PRZQSTN
onkyo.0 2021-06-15 17:34:17.762 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.761 debug (30233) Value: PRZQSTN
onkyo.0 2021-06-15 17:34:17.761 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.761 debug (30233) stateChange onkyo.0.Device.command {"val":"PRZQSTN","ack":false,"ts":1623771257648,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257648}
onkyo.0 2021-06-15 17:34:17.761 debug (30233) newCommand: PRSQSTN
onkyo.0 2021-06-15 17:34:17.760 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.760 debug (30233) Value: PRSQSTN
onkyo.0 2021-06-15 17:34:17.760 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.760 debug (30233) stateChange onkyo.0.Device.command {"val":"PRSQSTN","ack":false,"ts":1623771257648,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257648}
onkyo.0 2021-06-15 17:34:17.760 debug (30233) newCommand: NTRQSTN
onkyo.0 2021-06-15 17:34:17.760 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.759 debug (30233) Value: NTRQSTN
onkyo.0 2021-06-15 17:34:17.759 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.759 debug (30233) stateChange onkyo.0.Device.command {"val":"NTRQSTN","ack":false,"ts":1623771257648,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257648}
onkyo.0 2021-06-15 17:34:17.759 debug (30233) newCommand: NTIQSTN
onkyo.0 2021-06-15 17:34:17.758 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.758 debug (30233) Value: NTIQSTN
onkyo.0 2021-06-15 17:34:17.758 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.757 debug (30233) stateChange onkyo.0.Device.command {"val":"NTIQSTN","ack":false,"ts":1623771257648,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257648}
onkyo.0 2021-06-15 17:34:17.755 debug (30233) newCommand: NTMQSTN
onkyo.0 2021-06-15 17:34:17.755 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.755 debug (30233) Value: NTMQSTN
onkyo.0 2021-06-15 17:34:17.755 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.754 debug (30233) stateChange onkyo.0.Device.command {"val":"NTMQSTN","ack":false,"ts":1623771257648,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257648}
onkyo.0 2021-06-15 17:34:17.750 debug (30233) newCommand: NATQSTN
onkyo.0 2021-06-15 17:34:17.750 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.750 debug (30233) Value: NATQSTN
onkyo.0 2021-06-15 17:34:17.750 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.749 debug (30233) stateChange onkyo.0.Device.command {"val":"NATQSTN","ack":false,"ts":1623771257648,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257648}
onkyo.0 2021-06-15 17:34:17.741 debug (30233) newCommand: NALQSTN
onkyo.0 2021-06-15 17:34:17.741 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.739 debug (30233) Value: NALQSTN
onkyo.0 2021-06-15 17:34:17.739 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.739 debug (30233) stateChange onkyo.0.Device.command {"val":"NALQSTN","ack":false,"ts":1623771257647,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257647}
onkyo.0 2021-06-15 17:34:17.737 debug (30233) newCommand: LMDQSTN
onkyo.0 2021-06-15 17:34:17.736 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.732 debug (30233) Value: LMDQSTN
onkyo.0 2021-06-15 17:34:17.731 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.731 debug (30233) stateChange onkyo.0.Device.command {"val":"LMDQSTN","ack":false,"ts":1623771257647,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257647}
onkyo.0 2021-06-15 17:34:17.729 debug (30233) newCommand: NPZQSTN
onkyo.0 2021-06-15 17:34:17.729 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.729 debug (30233) Value: NPZQSTN
onkyo.0 2021-06-15 17:34:17.729 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.728 debug (30233) stateChange onkyo.0.Device.command {"val":"NPZQSTN","ack":false,"ts":1623771257647,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257647}
onkyo.0 2021-06-15 17:34:17.728 debug (30233) newCommand: NPRQSTN
onkyo.0 2021-06-15 17:34:17.723 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.722 debug (30233) Value: NPRQSTN
onkyo.0 2021-06-15 17:34:17.722 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.722 debug (30233) stateChange onkyo.0.Device.command {"val":"NPRQSTN","ack":false,"ts":1623771257647,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257647}
onkyo.0 2021-06-15 17:34:17.722 debug (30233) newCommand: NSTQSTN
onkyo.0 2021-06-15 17:34:17.721 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.721 debug (30233) Value: NSTQSTN
onkyo.0 2021-06-15 17:34:17.721 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.721 debug (30233) stateChange onkyo.0.Device.command {"val":"NSTQSTN","ack":false,"ts":1623771257647,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257647}
onkyo.0 2021-06-15 17:34:17.721 debug (30233) newCommand: AMTQSTN
onkyo.0 2021-06-15 17:34:17.721 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.720 debug (30233) Value: AMTQSTN
onkyo.0 2021-06-15 17:34:17.720 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.720 debug (30233) stateChange onkyo.0.Device.command {"val":"AMTQSTN","ack":false,"ts":1623771257647,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257647}
onkyo.0 2021-06-15 17:34:17.720 debug (30233) newCommand: ZMTQSTN
onkyo.0 2021-06-15 17:34:17.720 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.720 debug (30233) Value: ZMTQSTN
onkyo.0 2021-06-15 17:34:17.719 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.719 debug (30233) stateChange onkyo.0.Device.command {"val":"ZMTQSTN","ack":false,"ts":1623771257647,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257647}
onkyo.0 2021-06-15 17:34:17.715 debug (30233) newCommand: SL3QSTN
onkyo.0 2021-06-15 17:34:17.715 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.714 debug (30233) Value: SL3QSTN
onkyo.0 2021-06-15 17:34:17.713 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.713 debug (30233) stateChange onkyo.0.Device.command {"val":"SL3QSTN","ack":false,"ts":1623771257647,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257647}
onkyo.0 2021-06-15 17:34:17.691 debug (30233) newCommand: SLZQSTN
onkyo.0 2021-06-15 17:34:17.691 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.691 debug (30233) Value: SLZQSTN
onkyo.0 2021-06-15 17:34:17.691 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.691 debug (30233) stateChange onkyo.0.Device.command {"val":"SLZQSTN","ack":false,"ts":1623771257646,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257646}
onkyo.0 2021-06-15 17:34:17.691 debug (30233) newCommand: SLIQSTN
onkyo.0 2021-06-15 17:34:17.689 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.688 debug (30233) Value: SLIQSTN
onkyo.0 2021-06-15 17:34:17.687 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.669 debug (30233) stateChange onkyo.0.Device.command {"val":"SLIQSTN","ack":false,"ts":1623771257646,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257646}
onkyo.0 2021-06-15 17:34:17.666 debug (30233) newCommand: IFAQSTN
onkyo.0 2021-06-15 17:34:17.666 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.664 debug (30233) Value: IFAQSTN
onkyo.0 2021-06-15 17:34:17.663 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.663 debug (30233) stateChange onkyo.0.Device.command {"val":"IFAQSTN","ack":false,"ts":1623771257646,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257646}
onkyo.0 2021-06-15 17:34:17.660 debug (30233) newCommand: VL3QSTN
onkyo.0 2021-06-15 17:34:17.660 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.660 debug (30233) Value: VL3QSTN
onkyo.0 2021-06-15 17:34:17.660 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.659 debug (30233) stateChange onkyo.0.Device.command {"val":"VL3QSTN","ack":false,"ts":1623771257646,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257646}
onkyo.0 2021-06-15 17:34:17.653 debug (30233) newCommand: ZVLQSTN
onkyo.0 2021-06-15 17:34:17.653 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.653 debug (30233) Value: ZVLQSTN
onkyo.0 2021-06-15 17:34:17.653 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.653 debug (30233) stateChange onkyo.0.Device.command {"val":"ZVLQSTN","ack":false,"ts":1623771257646,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257646}
onkyo.0 2021-06-15 17:34:17.616 debug (30233) newCommand: MVLQSTN
onkyo.0 2021-06-15 17:34:17.616 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.616 debug (30233) Value: MVLQSTN
onkyo.0 2021-06-15 17:34:17.616 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.615 debug (30233) stateChange onkyo.0.Device.command {"val":"MVLQSTN","ack":false,"ts":1623771257606,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257606}
onkyo.0 2021-06-15 17:34:17.614 debug (30233) DEBUG (sent_command) Sent command to 192.168.1.xxx:60128 - PWRQSTN
onkyo.0 2021-06-15 17:34:17.612 debug (30233) newCommand: PWRQSTN
onkyo.0 2021-06-15 17:34:17.611 debug (30233) id: onkyo.0.Device.command
onkyo.0 2021-06-15 17:34:17.611 debug (30233) Value: PWRQSTN
onkyo.0 2021-06-15 17:34:17.611 debug (30233) ack is not set!
onkyo.0 2021-06-15 17:34:17.610 debug (30233) stateChange onkyo.0.Device.command {"val":"PWRQSTN","ack":false,"ts":1623771257606,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771257606}
onkyo.0 2021-06-15 17:34:16.736 debug (30233) stateChange onkyo.0.Device.command {"val":"NDS--x","ack":true,"ts":1623771256731,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771256731}
onkyo.0 2021-06-15 17:34:16.685 debug (30233) string: --x
onkyo.0 2021-06-15 17:34:16.685 debug (30233) chunk: NDS
onkyo.0 2021-06-15 17:34:16.685 debug (30233) EISCP String: NDS--x
onkyo.0 2021-06-15 17:34:16.685 debug (30233) Got message: {"iscp_command":"NDS--x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 17:34:16.684 debug (30233) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NDS--x","host":"192.168.1.xxx","port":"60128","model":"TX-NR656"}
onkyo.0 2021-06-15 17:34:13.918 debug (30233) stateChange onkyo.0.Device.command {"val":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"04\" b
onkyo.0 2021-06-15 17:34:13.913 debug (30233) stateChange onkyo.0.Device.command {"val":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"M
onkyo.0 2021-06-15 17:34:13.839 debug (30233) string: req="0" name="" /><preset id="02" band="0" freq="0" name="" /><preset id="03" ba
onkyo.0 2021-06-15 17:34:13.839 debug (30233) chunk: " f
onkyo.0 2021-06-15 17:34:13.838 debug (30233) EISCP String: " freq="0" name="" /><preset id="02" band="0" freq="0" name="" /><preset id="03" band="0" freq="0" name="" /><preset id="04" band="0" freq="0" name="" /><preset id="05" band="0"
onkyo.0 2021-06-15 17:34:13.838 debug (30233) Got message: {"iscp_command":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"04\" band=\"0\" fre
onkyo.0 2021-06-15 17:34:13.837 debug (30233) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"\" freq=\"0\" name=\"\" /><preset id=\"02\" band=\"0\" freq=\"0\" name=\"\" /><preset id=\"03\" band=\"0\" freq=
onkyo.0 2021-06-15 17:34:13.836 debug (30233) string: e id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><
onkyo.0 2021-06-15 17:34:13.836 debug (30233) chunk: vic
onkyo.0 2021-06-15 17:34:13.835 debug (30233) EISCP String: vice id="1d" value="1" name="Play Queue" zone="07" enable="07" /></netservicelist><zonelist count="4"><zone id="1" value="1" name="Main" volmax="82" volstep="1" src="1" dst="1" l
onkyo.0 2021-06-15 17:34:13.835 debug (30233) Got message: {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\"><zone id=\"1\" value=\"1\" name=\"Main\" volmax=
onkyo.0 2021-06-15 17:34:13.835 debug (30233) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"vice id=\"1d\" value=\"1\" name=\"Play Queue\" zone=\"07\" enable=\"07\" /></netservicelist><zonelist count=\"4\
onkyo.0 2021-06-15 17:34:13.828 debug (30233) stateChange onkyo.0.Device.NavInfo {"val":"<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2
onkyo.0 2021-06-15 17:34:13.822 debug (30233) stateChange onkyo.0.Device.command {"val":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><yea
onkyo.0 2021-06-15 17:34:13.810 debug (30233) string: <?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656
onkyo.0 2021-06-15 17:34:13.810 debug (30233) chunk: NRI
onkyo.0 2021-06-15 17:34:13.809 debug (30233) EISCP String: NRI<?xml version="1.0" encoding="utf-8"?><response status="ok"><device id="TX-NR656"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year><model>TX-NR656</model><
onkyo.0 2021-06-15 17:34:13.809 debug (30233) Got message: {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand><category>AV Receiver</category><year>2016</year>
onkyo.0 2021-06-15 17:34:13.809 debug (30233) DEBUG (received_data) Received data from 192.168.1.xxx:60128 - {"iscp_command":"NRI<?xml version=\"1.0\" encoding=\"utf-8\"?><response status=\"ok\"><device id=\"TX-NR656\"><brand>ONKYO</brand
onkyo.0 2021-06-15 17:34:12.618 debug (30233) stateChange onkyo.0.info.connection {"val":true,"ack":true,"ts":1623771252603,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771252603}
onkyo.0 2021-06-15 17:34:12.614 debug (30233) stateChange onkyo.0.Device.connected {"val":true,"ack":true,"ts":1623771252603,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771252603}
onkyo.0 2021-06-15 17:34:12.599 info (30233) Successfully connected to AVR
onkyo.0 2021-06-15 17:34:12.599 debug (30233) INFO (connected) Connected to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 17:34:12.593 debug (30233) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 17:34:07.613 debug (30233) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623771247595,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771160528}
onkyo.0 2021-06-15 17:34:07.610 debug (30233) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623771247595,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771160528}
onkyo.0 2021-06-15 17:34:07.591 info (30233) AVR disconnected
onkyo.0 2021-06-15 17:34:07.591 debug (30233) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-15 17:34:07.590 error (30233) Error: ERROR (server_error) Server error on 192.168.1.xxx:60128 - Error: connect EHOSTUNREACH 192.168.1.xxx:60128 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1144:16) { errno:
onkyo.0 2021-06-15 17:34:04.529 debug (30233) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 17:33:59.613 debug (30233) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623771239531,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771160528}
onkyo.0 2021-06-15 17:33:59.610 debug (30233) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623771239530,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771160528}
onkyo.0 2021-06-15 17:33:59.527 info (30233) AVR disconnected
onkyo.0 2021-06-15 17:33:59.527 debug (30233) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-15 17:33:59.526 error (30233) Error: ERROR (server_error) Server error on 192.168.1.xxx:60128 - Error: connect EHOSTUNREACH 192.168.1.xxx:60128 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1144:16) { errno:
onkyo.0 2021-06-15 17:33:56.465 debug (30233) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 17:33:51.473 debug (30233) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623771231467,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771160528}
onkyo.0 2021-06-15 17:33:51.470 debug (30233) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623771231466,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771160528}
onkyo.0 2021-06-15 17:33:51.463 info (30233) AVR disconnected
onkyo.0 2021-06-15 17:33:51.463 debug (30233) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-15 17:33:51.462 error (30233) Error: ERROR (server_error) Server error on 192.168.1.xxx:60128 - Error: connect EHOSTUNREACH 192.168.1.xxx:60128 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1144:16) { errno:
onkyo.0 2021-06-15 17:33:48.401 debug (30233) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 17:33:43.409 debug (30233) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623771223402,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771160528}
onkyo.0 2021-06-15 17:33:43.406 debug (30233) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623771223402,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771160528}
onkyo.0 2021-06-15 17:33:43.399 info (30233) AVR disconnected
onkyo.0 2021-06-15 17:33:43.399 debug (30233) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-15 17:33:43.398 error (30233) Error: ERROR (server_error) Server error on 192.168.1.xxx:60128 - Error: connect EHOSTUNREACH 192.168.1.xxx:60128 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1144:16) { errno:
onkyo.0 2021-06-15 17:33:40.338 debug (30233) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-15 17:33:35.414 debug (30233) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623771215339,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771160528}
onkyo.0 2021-06-15 17:33:35.411 debug (30233) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623771215339,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623771160528}
onkyo.0 2021-06-15 17:33:35.335 info (30233) AVR disconnected
Apollon77 commented 3 years ago

Ok I now tries to optimize a bit more. I set power check to 30s now ...and supress errors (loged as debug only)

Give it a try ... I will be checking tnoght again for your results

Apollon77 commented 3 years ago

PS: After update check that the manual fix in eiscp.js is still there please

ice987987 commented 3 years ago

in my eyes, 10s is a bit to fast. We can try with 30s...

Apollon77 commented 3 years ago

Ok, how is the latest Github version?

ice987987 commented 3 years ago

I installed the newest version today morning. (check for eiscp.js is done, row 403-412 are updated):

there are a lot of (Info-)log-entries (every 8s) if instance is on but Onkyo receiver is offline (perhaps it is possible to have only the first information, that the receiver goes/is offline, and then it is silent?):

onkyo.0 2021-06-16 08:26:46.501 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:26:46.500 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:26:46.499 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:26:43.439 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:26:38.448 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824798441,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:26:38.444 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824798440,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:26:38.437 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:26:38.436 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:26:38.436 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:26:35.376 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:26:30.387 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824790377,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:26:30.384 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824790377,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:26:30.374 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:26:30.373 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:26:30.372 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:26:27.285 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:26:22.664 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824782533,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:26:22.660 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824782533,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:26:22.284 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:26:22.283 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:26:22.244 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:26:19.186 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:26:14.305 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824774244,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:26:14.300 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824774244,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:26:14.185 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:26:14.184 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:26:14.183 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:26:11.055 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:26:06.109 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824766091,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:26:06.098 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824766091,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:26:06.054 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:26:06.053 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:26:06.053 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:26:02.993 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:25:58.074 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824758059,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:58.063 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824758059,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:57.991 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:25:57.990 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:25:57.989 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:25:54.928 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:25:49.986 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824749930,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:49.983 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824749930,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:49.926 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:25:49.925 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:25:49.924 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:25:46.863 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:25:41.886 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824741865,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:41.869 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824741865,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:41.861 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:25:41.860 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:25:41.860 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:25:38.799 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:25:33.885 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824733801,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:33.805 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824733801,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:33.797 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:25:33.796 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:25:33.795 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:25:30.735 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:25:25.745 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824725736,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:25.740 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824725736,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:25.733 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:25:25.732 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:25:25.732 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:25:22.671 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:25:17.684 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824717672,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:17.676 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824717672,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:17.669 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:25:17.668 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:25:17.668 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:25:14.607 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:25:09.693 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824709683,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:09.687 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824709613,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:09.605 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:25:09.604 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:25:09.604 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:25:06.543 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:25:01.550 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824701545,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:01.548 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824701544,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:25:01.541 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:25:01.540 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:25:01.540 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:24:58.484 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:24:53.492 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824693483,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:53.488 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824693483,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:53.477 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:24:53.476 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:24:53.475 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:24:50.383 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:24:45.386 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824685353,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:45.357 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824685353,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:45.349 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:24:45.348 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:24:45.348 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:24:42.286 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:24:37.297 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824677289,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:37.293 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824677289,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:37.285 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:24:37.285 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:24:37.284 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:24:34.186 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:24:29.351 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824669292,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:29.348 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824669292,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:29.185 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:24:29.184 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:24:29.183 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:24:26.097 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:24:21.177 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824661167,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:21.171 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824661166,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:21.094 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:24:21.093 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:24:21.092 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:24:17.987 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:24:13.027 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824653019,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:13.023 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824653019,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:12.985 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:24:12.985 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:24:12.983 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:24:09.838 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:24:04.888 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824644841,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:04.884 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824644841,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:24:04.837 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:24:04.836 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:24:04.836 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:24:01.775 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:23:56.787 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824636776,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:56.784 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824636776,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:56.773 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:23:56.772 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:23:56.772 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:23:53.713 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:23:48.791 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824628784,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:48.788 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824628783,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:48.709 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:23:48.708 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:23:48.708 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:23:45.647 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:23:40.689 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824620649,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:40.685 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824620648,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:40.645 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:23:40.644 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:23:40.644 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:23:37.584 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:23:32.593 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824612585,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:32.590 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824612584,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:32.581 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:23:32.580 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:23:32.580 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:23:29.520 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:23:24.586 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824604521,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:24.524 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824604520,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:24.517 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:23:24.516 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:23:24.516 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:23:21.455 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:23:16.468 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824596456,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:16.460 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824596456,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:16.453 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:23:16.452 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:23:16.452 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:23:13.392 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:23:08.487 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824588395,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:08.400 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824588395,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:08.390 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:23:08.390 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:23:08.389 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:23:05.327 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:23:00.338 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824580329,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:00.333 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824580328,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:23:00.325 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:23:00.324 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:23:00.324 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:22:57.263 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:22:52.289 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824572265,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:52.286 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824572265,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:52.261 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:22:52.260 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:22:52.260 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:22:49.199 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:22:44.240 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824564234,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:44.237 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824564233,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:44.197 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:22:44.196 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:22:44.196 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:22:41.090 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:22:36.106 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824556100,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:36.103 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824556099,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:36.088 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:22:36.084 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:22:36.068 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:22:33.007 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:22:28.028 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824548016,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:28.022 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824548016,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:28.005 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:22:28.005 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:22:28.004 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:22:24.947 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:22:20.020 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824539949,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:19.986 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824539948,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:19.945 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:22:19.945 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:22:19.944 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:22:16.879 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:22:11.892 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824531884,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:11.891 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824531884,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:11.877 info (7546) AVR disconnected
onkyo.0 2021-06-16 08:22:11.876 debug (7546) INFO (disconnected) Disconnected from 192.168.1.xxx:60128
onkyo.0 2021-06-16 08:22:11.876 debug (7546) Error while trying to connect: undefined
onkyo.0 2021-06-16 08:22:08.815 debug (7546) INFO (connecting) Connecting to 192.168.1.xxx:60128 (model: TX-NR656)
onkyo.0 2021-06-16 08:22:03.886 debug (7546) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623824523817,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:03.883 debug (7546) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623824523817,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623824483396}
onkyo.0 2021-06-16 08:22:03.813 info (7546) AVR disconnected
Apollon77 commented 3 years ago

Ok, GitHub optimized ... So whats left? :-) ELse I close here and release an updated version

ice987987 commented 3 years ago

now everything looks nice (from my point of view) except: polling frequency if receiver is not connected (plugged off) is now of 4s, which is in my opinion very short (isn't it?). So if we can go there on 15s or 30s, this would reduce the load of the system a bit...

onkyo.0 2021-06-16 11:46:45.183 debug (16490) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623836805161,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170656}
onkyo.0 2021-06-16 11:46:45.164 debug (16490) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623836805160,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170655}
onkyo.0 2021-06-16 11:46:45.156 debug (16490) INFO (disconnected) Disconnected from 192.168.1.114:60128
onkyo.0 2021-06-16 11:46:45.155 debug (16490) Error while trying to connect: undefined
onkyo.0 2021-06-16 11:46:44.015 debug (16490) INFO (connecting) Connecting to 192.168.1.114:60128 (model: TX-NR656)
onkyo.0 2021-06-16 11:46:42.183 debug (16490) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623836802087,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170656}
onkyo.0 2021-06-16 11:46:42.091 debug (16490) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623836802087,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170655}
onkyo.0 2021-06-16 11:46:42.084 debug (16490) INFO (disconnected) Disconnected from 192.168.1.114:60128
onkyo.0 2021-06-16 11:46:42.084 debug (16490) Error while trying to connect: undefined
onkyo.0 2021-06-16 11:46:40.887 debug (16490) INFO (connecting) Connecting to 192.168.1.114:60128 (model: TX-NR656)
onkyo.0 2021-06-16 11:46:39.085 debug (16490) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623836799016,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170656}
onkyo.0 2021-06-16 11:46:39.019 debug (16490) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623836799015,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170655}
onkyo.0 2021-06-16 11:46:39.012 debug (16490) INFO (disconnected) Disconnected from 192.168.1.114:60128
onkyo.0 2021-06-16 11:46:39.012 debug (16490) Error while trying to connect: undefined
onkyo.0 2021-06-16 11:46:35.902 debug (16490) INFO (connecting) Connecting to 192.168.1.114:60128 (model: TX-NR656)
onkyo.0 2021-06-16 11:46:30.986 debug (16490) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623836790903,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170656}
onkyo.0 2021-06-16 11:46:30.983 debug (16490) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623836790903,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170655}
onkyo.0 2021-06-16 11:46:30.900 debug (16490) INFO (disconnected) Disconnected from 192.168.1.114:60128
onkyo.0 2021-06-16 11:46:30.899 debug (16490) Error while trying to connect: undefined
onkyo.0 2021-06-16 11:46:30.898 debug (16490) INFO (connecting) Connecting to 192.168.1.114:60128 (model: TX-NR656)
onkyo.0 2021-06-16 11:46:30.887 debug (16490) INFO (connecting) Connecting to 192.168.1.114:60128 (model: TX-NR656)
onkyo.0 2021-06-16 11:46:25.907 debug (16490) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623836785900,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170656}
onkyo.0 2021-06-16 11:46:25.903 debug (16490) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623836785900,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170655}
onkyo.0 2021-06-16 11:46:25.896 debug (16490) INFO (disconnected) Disconnected from 192.168.1.114:60128
onkyo.0 2021-06-16 11:46:25.893 debug (16490) Error while trying to connect: undefined
onkyo.0 2021-06-16 11:46:25.891 debug (16490) INFO (connecting) Connecting to 192.168.1.114:60128 (model: TX-NR656)
onkyo.0 2021-06-16 11:46:24.302 debug (16490) INFO (connecting) Connecting to 192.168.1.114:60128 (model: TX-NR656)
onkyo.0 2021-06-16 11:46:20.911 debug (16490) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623836780906,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170656}
onkyo.0 2021-06-16 11:46:20.908 debug (16490) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623836780905,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170655}
onkyo.0 2021-06-16 11:46:20.889 debug (16490) INFO (disconnected) Disconnected from 192.168.1.114:60128
onkyo.0 2021-06-16 11:46:20.888 debug (16490) Error while trying to connect: undefined
onkyo.0 2021-06-16 11:46:20.887 debug (16490) INFO (connecting) Connecting to 192.168.1.114:60128 (model: TX-NR656)
onkyo.0 2021-06-16 11:46:20.691 debug (16490) INFO (connecting) Connecting to 192.168.1.114:60128 (model: TX-NR656)
onkyo.0 2021-06-16 11:46:19.384 debug (16490) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623836779304,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170656}
onkyo.0 2021-06-16 11:46:19.307 debug (16490) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623836779303,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170655}
onkyo.0 2021-06-16 11:46:19.300 debug (16490) INFO (disconnected) Disconnected from 192.168.1.114:60128
onkyo.0 2021-06-16 11:46:19.299 debug (16490) Error while trying to connect: undefined
onkyo.0 2021-06-16 11:46:16.239 debug (16490) INFO (connecting) Connecting to 192.168.1.114:60128 (model: TX-NR656)
onkyo.0 2021-06-16 11:46:15.788 debug (16490) stateChange onkyo.0.info.connection {"val":false,"ack":true,"ts":1623836775694,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170656}
onkyo.0 2021-06-16 11:46:15.784 debug (16490) stateChange onkyo.0.Device.connected {"val":false,"ack":true,"ts":1623836775694,"q":0,"from":"system.adapter.onkyo.0","user":"system.user.admin","lc":1623836170655}