Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Русский
    3. ioBroker
    4. ioBroker драйвера
    5. Onkyo

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Onkyo

    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      instalator last edited by

      @Eisbaeeer:

      ` > All objects in IoB work with VIS.

      I looked at your driver and understand your idea. . `

      OK, can you shortly explain, wich button do you use to power on/off and the corrosponding objekt?

      I don't get running it with only one button.

      Eisbaeeer `
      You wrote a little wrong code.

      I have made changes that allow you to automatically create objects, but check when BlueFox will return from vacation.

      https://github.com/GermanBluefox/node-e … 9fac6dca4d

      https://github.com/ioBroker/ioBroker.on ... 1532dd5799

      https://github.com/ioBroker/ioBroker.on ... ca6105cb19

      Change at these files, delete all the objects in Onkio driver and restart the IOB.

      1 Reply Last reply Reply Quote 0
      • I
        instalator last edited by

        @Eisbaeeer:

        ` > All objects in IoB work with VIS.

        I looked at your driver and understand your idea. . `

        OK, can you shortly explain, wich button do you use to power on/off and the corrosponding objekt?

        I don't get running it with only one button.

        Eisbaeeer `
        I changed the driver. Objects are created automatically. Replace folder with the drivers, and delete all the objects in Onkio driver and restart the IOB.
        266_iobroker.onkyo.rar

        1 Reply Last reply Reply Quote 0
        • I
          instalator last edited by

          @instalator:

          I changed the driver. Objects are created automatically. Replace folder with the drivers, and delete all the objects in Onkio driver and restart the IOB.
          filename="iobroker.onkyo.rar" index="0">~~ `
          What result?

          1 Reply Last reply Reply Quote 0
          • Eisbaeeer
            Eisbaeeer Developer last edited by

            @instalator:

            @instalator:

            I changed the driver. Objects are created automatically. Replace folder with the drivers, and delete all the objects in Onkio driver and restart the IOB.
            filename="iobroker.onkyo.rar" index="0">~~ What result?

            Hi,

            I tested with the main power button. Result is, that the button doesn´t change the colour, because the status in iobroker is NOT "true" or "false" or "1" or "0". And this can not be working. Only this 4 states are allowed in iobroker. The object get´s the state (value) "standby".

            I have attached a screenshot of my test. The buttons left of the marked are my working buttons who changes the logo by selecting a picture for the value "false" and an other for the value "true".

            I tested the "Mute" button, too. This is working how it should !!!

            So it seems, that only the feedback of power button is wrong. Can you change that from "standby" to "false" and if the receiver is on to "true"?

            At the moment we get:

            Receiver off = "standby"

            Receiver on = "1"

            Correct feedbacks will be:

            Receiver off = "false"

            Receiver on = "true"

            139_screenshot.png

            Eisbaeeer

            1 Reply Last reply Reply Quote 0
            • Eisbaeeer
              Eisbaeeer Developer last edited by

              Hi

              I changed my vis to test further. In zone 1 there is no "radio preset" available. The radio preset in zone2 doesn´t working. If I try to set the preset to "2" for preset memory 2, the receiver doesn´t recognize that. It doesn´t matter, what you type in, no reaction.

              The other "net-usb" things are not tested at the moment.

              Greetings Eisbaeeer

              1 Reply Last reply Reply Quote 0
              • I
                instalator last edited by

                @Eisbaeeer:

                Hi

                I changed my vis to test further. In zone 1 there is no "radio preset" available. The radio preset in zone2 doesn´t working. If I try to set the preset to "2" for preset memory 2, the receiver doesn´t recognize that. It doesn´t matter, what you type in, no reaction.

                The other "net-usb" things are not tested at the moment.

                Greetings Eisbaeeer `
                Hallo!

                Zuletzt hatte ich den Hörer nachließ. Ich nahm es für eine kostenlose Ersatzkarte hdmi zur Reparatur. Ich kann den Fahrer nur 2 Wochen überprüfen.

                1 Reply Last reply Reply Quote 0
                • Eisbaeeer
                  Eisbaeeer Developer last edited by

                  Hi Installator

                  The translation does not make sense. I think it´s better to write in english.

                  I changed the "eiscp-commands.json" to get the status working in onkyo adapter. I changed the both "standby" to "false" states in zone1 and zone2.

                  You can compare the file with yours:

                  Now I get the correct feedback and my power buttons are working. Can you change this in your code?

                  My opinion is, that the adapter has too much overhead for the target function. It is not clear, why we need so much alias for the commands?

                  Who needs this and for wich function?

                  My main feature is to control the onkyo through VIS.

                  Can someone explain how do you use the adapter and the other functions?

                  My first adapter was created without an extra "node_module" for eiscp. I realized all in RAW mode wihtout too much overhead.

                  The other issue is, that I get now zone3, zone4 …., but I don´t have this zones!

                  For me the adapter now doing that what he should. So all is fine and I am happy. I can use it as it is.

                  Eisbaeeer
                  139_eiscp-commands.json.txt

                  1 Reply Last reply Reply Quote 0
                  • I
                    instalator last edited by

                    @Eisbaeeer:

                    Hi Installator

                    The translation does not make sense. I think it´s better to write in english.

                    I changed the "eiscp-commands.json" to get the status working in onkyo adapter. I changed the both "standby" to "false" states in zone1 and zone2.

                    You can compare the file with yours:

                    Now I get the correct feedback and my power buttons are working. Can you change this in your code?

                    My opinion is, that the adapter has too much overhead for the target function. It is not clear, why we need so much alias for the commands?

                    Who needs this and for wich function?

                    My main feature is to control the onkyo through VIS.

                    Can someone explain how do you use the adapter and the other functions?

                    My first adapter was created without an extra "node_module" for eiscp. I realized all in RAW mode wihtout too much overhead.

                    The other issue is, that I get now zone3, zone4 …., but I don´t have this zones!

                    For me the adapter now doing that what he should. So all is fine and I am happy. I can use it as it is.

                    Eisbaeeer `
                    Hello! I can not yet test the driver. I gave my ressiver in the replacement motherboard repair hdmi

                    1 Reply Last reply Reply Quote 0
                    • Eisbaeeer
                      Eisbaeeer Developer last edited by

                      Ahh, OK! No problem.

                      Gesendet von meinem SM-G920F mit Tapatalk

                      1 Reply Last reply Reply Quote 0
                      • I
                        instalator last edited by

                        @Eisbaeeer:

                        @instalator:

                        @instalator:

                        I changed the driver. Objects are created automatically. Replace folder with the drivers, and delete all the objects in Onkio driver and restart the IOB.
                        filename="iobroker.onkyo.rar" index="2">~~ What result?

                        Hi,

                        I tested with the main power button. Result is, that the button doesn´t change the colour, because the status in iobroker is NOT "true" or "false" or "1" or "0". And this can not be working. Only this 4 states are allowed in iobroker. The object get´s the state (value) "standby".

                        I have attached a screenshot of my test. The buttons left of the marked are my working buttons who changes the logo by selecting a picture for the value "false" and an other for the value "true".

                        I tested the "Mute" button, too. This is working how it should !!!

                        So it seems, that only the feedback of power button is wrong. Can you change that from "standby" to "false" and if the receiver is on to "true"?

                        At the moment we get:

                        Receiver off = "standby"

                        Receiver on = "1"

                        Correct feedbacks will be:

                        Receiver off = "false"

                        Receiver on = "true"

                        filename="Screenshot.png" index="2">~~

                        Eisbaeeer `

                        I changed the code to standby to False.

                        What do you do before prevented as in the picture?

                        266_5465.png

                        1 Reply Last reply Reply Quote 0
                        • I
                          instalator last edited by

                          Eisbaeeer
                          266_655856856.gif
                          266_4343.gif

                          ! ````
                          [{"tpl":"tplHqButton","data":{"visibility-cond":"==","visibility-val":1,"oid":"onkyo.0.system-power","min":"standby","max":"true","iconName":"/vis/img/dashui/avSony.png","btIconWidth":"47","offsetAuto":false,"leftOffset":"4","topOffset":"7","timeAsInterval":"true","infoLeftFontSize":"12","infoFontRightSize":"12","usejQueryStyle":false,"changeEffect":"waves","testActive":false,"waveColor":"#FFFFFF","oid-working":"","filterkey":"media","pushButton":false,"gestures-offsetX":0,"gestures-offsetY":0},"style":{"left":"26px","top":"171px","z-index":"3","border-radius":"50px","width":"50px","height":"50px"},"widgetSet":"hqwidgets"}]

                          1 Reply Last reply Reply Quote 0
                          • I
                            instalator last edited by

                            Это объекты которые созданы автоматически, на основе файла команд.

                            These are objects that are created automatically based on the file command.

                            266_5363434634.png

                            1 Reply Last reply Reply Quote 0
                            • Eisbaeeer
                              Eisbaeeer Developer last edited by

                              That's strange because I don't have a zone 3 and 4! Anyway, I'm happy now with my solution. I will not spend more time to debug. My buttons are working and I don't need more. Thanks.

                              Gesendet von meinem SM-G920F mit Tapatalk

                              1 Reply Last reply Reply Quote 0
                              • I
                                instalator last edited by

                                @Eisbaeeer:

                                That's strange because I don't have a zone 3 and 4! Anyway, I'm happy now with my solution. I will not spend more time to debug. My buttons are working and I don't need more. Thanks.

                                Gesendet von meinem SM-G920F mit Tapatalk `
                                Which model is your AV receiver?

                                1 Reply Last reply Reply Quote 0
                                • Eisbaeeer
                                  Eisbaeeer Developer last edited by

                                  TX-NR626

                                  Gesendet von meinem SM-G920F mit Tapatalk

                                  1 Reply Last reply Reply Quote 0
                                  • I
                                    instalator last edited by

                                    @Eisbaeeer:

                                    TX-NR626

                                    Gesendet von meinem SM-G920F mit Tapatalk `
                                    )) Your receiver is not in the command file. https://github.com/GermanBluefox/node-e … mands.json

                                    Now I'll add it for you.

                                    1 Reply Last reply Reply Quote 0
                                    • I
                                      instalator last edited by

                                      @instalator:

                                      @Eisbaeeer:

                                      TX-NR626

                                      Gesendet von meinem SM-G920F mit Tapatalk `
                                      )) Your receiver is not in the command file. https://github.com/GermanBluefox/node-e … mands.json

                                      Now I'll add it for you. `

                                      266_eiscp-commands.rar

                                      1 Reply Last reply Reply Quote 0
                                      • I
                                        instalator last edited by

                                        @Eisbaeeer:

                                        TX-NR626

                                        Gesendet von meinem SM-G920F mit Tapatalk `
                                        Now the driver work? any comments?

                                        1 Reply Last reply Reply Quote 0
                                        • Eisbaeeer
                                          Eisbaeeer Developer last edited by

                                          Don't have time to test now.

                                          Gesendet von meinem SM-G920F mit Tapatalk

                                          1 Reply Last reply Reply Quote 0
                                          • Eisbaeeer
                                            Eisbaeeer Developer last edited by

                                            Hi Instalator

                                            I tested now with the new driver. But I get zone 1-4.

                                            Next thing, I can not select "bluetooth" as input device or the command is not realized?

                                            In spoiler you find the log.

                                            ! ioBroker.adminAdapterInstanzenObjekteZuständeEreignisseGruppenBenutzerAufzählungenHostsLogSkripte
                                            ! Admin
                                            ! Log Log-Größe: 0.81 MB
                                            ! Zeit Nachricht
                                            ! x
                                            ! onkyo-0 2016-04-30 22:05:52 error Error: ERROR (arg_not_exist) Argument bluetooth does not exist in command input-selector
                                            ! onkyo-0 2016-04-30 22:05:52 info stateChange onkyo.0.input-selector {"val":"bluetooth","ack":false,"ts":1462046753,"q":0,"from":"system.adapter.admin.1","lc":1462046753}
                                            ! onkyo-0 2016-04-30 22:05:46 error Error: ERROR (arg_not_exist) Argument cd,tv,cd does not exist in command input-selector
                                            ! onkyo-0 2016-04-30 22:05:46 info stateChange onkyo.0.input-selector {"val":"cd,tv,cd","ack":false,"ts":1462046746,"q":0,"from":"system.adapter.admin.1","lc":1462046746}
                                            ! onkyo-0 2016-04-30 22:05:15 info stateChange onkyo.0.command {"val":"PR302","ack":true,"ts":1462046715,"q":0,"from":"system.adapter.onkyo.0","lc":1462046715}
                                            ! onkyo-0 2016-04-30 22:05:15 info Create new object: onkyo.0.zone3.preset, role = media
                                            ! onkyo-0 2016-04-30 22:05:15 info Got message: {"command":"preset","zone":"zone3","iscp_command":"PR302","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:14 info stateChange onkyo.0.command {"val":"TU310440","ack":true,"ts":1462046715,"q":0,"from":"system.adapter.onkyo.0","lc":1462046715}
                                            ! onkyo-0 2016-04-30 22:05:14 info Create new object: onkyo.0.zone3.tuning, role = media
                                            ! onkyo-0 2016-04-30 22:05:14 info Got message: {"command":"tuning","zone":"zone3","iscp_command":"TU310440","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:14 info stateChange onkyo.0.command {"val":"SL3N/A","ack":true,"ts":1462046714,"q":0,"from":"system.adapter.onkyo.0","lc":1462046714}
                                            ! onkyo-0 2016-04-30 22:05:14 info Create new object: onkyo.0.zone3.selector, role = media
                                            ! onkyo-0 2016-04-30 22:05:14 info Got message: {"command":"selector","zone":"zone3","iscp_command":"SL3N/A","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:13 info stateChange onkyo.0.command {"val":"BL3N/A","ack":true,"ts":1462046714,"q":0,"from":"system.adapter.onkyo.0","lc":1462046714}
                                            ! onkyo-0 2016-04-30 22:05:13 info Create new object: onkyo.0.zone3.balance, role = media
                                            ! onkyo-0 2016-04-30 22:05:13 info Got message: {"command":"balance","zone":"zone3","iscp_command":"BL3N/A","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:13 info stateChange onkyo.0.command {"val":"TN3N/A","ack":true,"ts":1462046713,"q":0,"from":"system.adapter.onkyo.0","lc":1462046713}
                                            ! onkyo-0 2016-04-30 22:05:13 info Create new object: onkyo.0.zone3.tone, role = media
                                            ! onkyo-0 2016-04-30 22:05:13 info Got message: {"command":"tone","zone":"zone3","iscp_command":"TN3N/A","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:12 info stateChange onkyo.0.command {"val":"VL3N/A","ack":true,"ts":1462046713,"q":0,"from":"system.adapter.onkyo.0","lc":1462046713}
                                            ! onkyo-0 2016-04-30 22:05:12 info Create new object: onkyo.0.zone3.volume, role = media.volume
                                            ! onkyo-0 2016-04-30 22:05:12 info Got message: {"command":"volume","zone":"zone3","iscp_command":"VL3N/A","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:12 info stateChange onkyo.0.zone3.muting {"val":false,"ack":true,"ts":1462046712,"q":0,"from":"system.adapter.onkyo.0","lc":1462046712}
                                            ! onkyo-0 2016-04-30 22:05:12 info stateChange onkyo.0.command {"val":"MT300","ack":true,"ts":1462046712,"q":0,"from":"system.adapter.onkyo.0","lc":1462046712}
                                            ! onkyo-0 2016-04-30 22:05:12 info Create new object: onkyo.0.zone3.muting, role = media
                                            ! onkyo-0 2016-04-30 22:05:12 info Got message: {"command":"muting","zone":"zone3","argument":"off","iscp_command":"MT300","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:12 info stateChange onkyo.0.zone3.power {"val":"standby","ack":true,"ts":1462046712,"q":0,"from":"system.adapter.onkyo.0","lc":1462046712}
                                            ! onkyo-0 2016-04-30 22:05:11 info stateChange onkyo.0.command {"val":"PW300","ack":true,"ts":1462046712,"q":0,"from":"system.adapter.onkyo.0","lc":1462046712}
                                            ! onkyo-0 2016-04-30 22:05:11 info Create new object: onkyo.0.zone3.power, role = button
                                            ! onkyo-0 2016-04-30 22:05:11 info Got message: {"command":"power","zone":"zone3","argument":"standby","iscp_command":"PW300","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:10 info stateChange onkyo.0.command {"val":"PRZ02","ack":true,"ts":1462046710,"q":0,"from":"system.adapter.onkyo.0","lc":1462046710}
                                            ! onkyo-0 2016-04-30 22:05:10 info Create new object: onkyo.0.zone2.preset, role = media
                                            ! onkyo-0 2016-04-30 22:05:10 info Got message: {"command":"preset","zone":"zone2","iscp_command":"PRZ02","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:09 info stateChange onkyo.0.command {"val":"TUZ10440","ack":true,"ts":1462046710,"q":0,"from":"system.adapter.onkyo.0","lc":1462046710}
                                            ! onkyo-0 2016-04-30 22:05:09 info Create new object: onkyo.0.zone2.tuning, role = media
                                            ! onkyo-0 2016-04-30 22:05:09 info Got message: {"command":"tuning","zone":"zone2","iscp_command":"TUZ10440","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:09 info stateChange onkyo.0.zone2.selector {"val":"fm","ack":true,"ts":1462046709,"q":0,"from":"system.adapter.onkyo.0","lc":1462046709}
                                            ! onkyo-0 2016-04-30 22:05:09 info stateChange onkyo.0.command {"val":"SLZ24","ack":true,"ts":1462046709,"q":0,"from":"system.adapter.onkyo.0","lc":1462046709}
                                            ! onkyo-0 2016-04-30 22:05:09 info Create new object: onkyo.0.zone2.selector, role = media
                                            ! onkyo-0 2016-04-30 22:05:09 info Got message: {"command":"selector","zone":"zone2","argument":"fm","iscp_command":"SLZ24","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:08 info stateChange onkyo.0.command {"val":"ZBLN/A","ack":true,"ts":1462046709,"q":0,"from":"system.adapter.onkyo.0","lc":1462046709}
                                            ! onkyo-0 2016-04-30 22:05:08 info Create new object: onkyo.0.zone2.balance, role = media
                                            ! onkyo-0 2016-04-30 22:05:08 info Got message: {"command":"balance","zone":"zone2","iscp_command":"ZBLN/A","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:08 info stateChange onkyo.0.command {"val":"ZTNN/A","ack":true,"ts":1462046708,"q":0,"from":"system.adapter.onkyo.0","lc":1462046708}
                                            ! onkyo-0 2016-04-30 22:05:08 info Create new object: onkyo.0.zone2.tone, role = media
                                            ! onkyo-0 2016-04-30 22:05:08 info Got message: {"command":"tone","zone":"zone2","iscp_command":"ZTNN/A","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:07 info stateChange onkyo.0.command {"val":"ZVLN/A","ack":true,"ts":1462046708,"q":0,"from":"system.adapter.onkyo.0","lc":1462046708}
                                            ! onkyo-0 2016-04-30 22:05:07 info Create new object: onkyo.0.zone2.volume, role = media.volume
                                            ! onkyo-0 2016-04-30 22:05:07 info Got message: {"command":"volume","zone":"zone2","iscp_command":"ZVLN/A","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:07 info stateChange onkyo.0.zone2.muting {"val":false,"ack":true,"ts":1462046707,"q":0,"from":"system.adapter.onkyo.0","lc":1462046707}
                                            ! onkyo-0 2016-04-30 22:05:07 info stateChange onkyo.0.command {"val":"ZMT00","ack":true,"ts":1462046707,"q":0,"from":"system.adapter.onkyo.0","lc":1462046707}
                                            ! onkyo-0 2016-04-30 22:05:07 info Create new object: onkyo.0.zone2.muting, role = media
                                            ! onkyo-0 2016-04-30 22:05:07 info Got message: {"command":"muting","zone":"zone2","argument":"off","iscp_command":"ZMT00","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:06 info stateChange onkyo.0.zone2.power {"val":"standby","ack":true,"ts":1462046707,"q":0,"from":"system.adapter.onkyo.0","lc":1462046707}
                                            ! onkyo-0 2016-04-30 22:05:06 info stateChange onkyo.0.command {"val":"ZPW00","ack":true,"ts":1462046707,"q":0,"from":"system.adapter.onkyo.0","lc":1462046707}
                                            ! onkyo-0 2016-04-30 22:05:06 info Create new object: onkyo.0.zone2.power, role = button
                                            ! onkyo-0 2016-04-30 22:05:06 info Got message: {"command":"power","zone":"zone2","argument":"standby","iscp_command":"ZPW00","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:01 info stateChange onkyo.0.command {"val":"NSTSxx","ack":true,"ts":1462046702,"q":0,"from":"system.adapter.onkyo.0","lc":1462046702}
                                            ! onkyo-0 2016-04-30 22:05:01 info Create new object: onkyo.0.net-usb-play-status, role = media
                                            ! onkyo-0 2016-04-30 22:05:01 info Got message: {"command":"net-usb-play-status","zone":"main","iscp_command":"NSTSxx","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:01 info stateChange onkyo.0.command {"val":"NTR0001/0001","ack":true,"ts":1462046701,"q":0,"from":"system.adapter.onkyo.0","lc":1462046701}
                                            ! onkyo-0 2016-04-30 22:05:01 info Create new object: onkyo.0.net-usb-track-info, role = media
                                            ! onkyo-0 2016-04-30 22:05:01 info Got message: {"command":"net-usb-track-info","zone":"main","iscp_command":"NTR0001/0001","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:05:00 info Create new object: onkyo.0.net-usb-time-info, role = media
                                            ! onkyo-0 2016-04-30 22:05:00 info Got message: {"command":"net-usb-time-info","zone":"main","iscp_command":"NTM–:--/--:--","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:29 info Starting AVR discovery
                                            ! onkyo-0 2016-04-30 22:04:50 info stateChange onkyo.0.command {"val":"PRS02","ack":true,"ts":1462046690,"q":0,"from":"system.adapter.onkyo.0","lc":1462046690}
                                            ! onkyo-0 2016-04-30 22:04:50 info Create new object: onkyo.0.zone4.preset, role = media
                                            ! onkyo-0 2016-04-30 22:04:50 info Got message: {"command":"preset","zone":"zone4","iscp_command":"PRS02","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:49 info stateChange onkyo.0.music-optimizer {"val":false,"ack":true,"ts":1462046689,"q":0,"from":"system.adapter.onkyo.0","lc":1462046689}
                                            ! onkyo-0 2016-04-30 22:04:49 info stateChange onkyo.0.command {"val":"MOT00","ack":true,"ts":1462046689,"q":0,"from":"system.adapter.onkyo.0","lc":1462046689}
                                            ! onkyo-0 2016-04-30 22:04:49 info Create new object: onkyo.0.music-optimizer, role = media
                                            ! onkyo-0 2016-04-30 22:04:49 info Got message: {"command":"music-optimizer","zone":"main","argument":"off","iscp_command":"MOT00","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:48 info stateChange onkyo.0.audyssey-dynamic-volume {"val":"medium","ack":true,"ts":1462046688,"q":0,"from":"system.adapter.onkyo.0","lc":1462046688}
                                            ! onkyo-0 2016-04-30 22:04:48 info stateChange onkyo.0.command {"val":"ADV02","ack":true,"ts":1462046688,"q":0,"from":"system.adapter.onkyo.0","lc":1462046688}
                                            ! onkyo-0 2016-04-30 22:04:48 info Create new object: onkyo.0.audyssey-dynamic-volume, role = media.volume
                                            ! onkyo-0 2016-04-30 22:04:48 info Got message: {"command":"audyssey-dynamic-volume","zone":"main","argument":"medium","iscp_command":"ADV02","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:47 info stateChange onkyo.0.audyssey-dynamic-eq {"val":true,"ack":true,"ts":1462046688,"q":0,"from":"system.adapter.onkyo.0","lc":1462046688}
                                            ! onkyo-0 2016-04-30 22:04:47 info stateChange onkyo.0.command {"val":"ADQ01","ack":true,"ts":1462046688,"q":0,"from":"system.adapter.onkyo.0","lc":1462046688}
                                            ! onkyo-0 2016-04-30 22:04:47 info Create new object: onkyo.0.audyssey-dynamic-eq, role = media
                                            ! onkyo-0 2016-04-30 22:04:47 info Got message: {"command":"audyssey-dynamic-eq","zone":"main","argument":"on","iscp_command":"ADQ01","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:47 info stateChange onkyo.0.audyssey-2eq-multeq-multeq-xt {"val":["on","movie"],"ack":true,"ts":1462046687,"q":0,"from":"system.adapter.onkyo.0","lc":1462046687}
                                            ! onkyo-0 2016-04-30 22:04:47 info stateChange onkyo.0.command {"val":"ADY01","ack":true,"ts":1462046687,"q":0,"from":"system.adapter.onkyo.0","lc":1462046687}
                                            ! onkyo-0 2016-04-30 22:04:47 info Create new object: onkyo.0.audyssey-2eq-multeq-multeq-xt, role = media
                                            ! onkyo-0 2016-04-30 22:04:47 info Got message: {"command":"audyssey-2eq-multeq-multeq-xt","zone":"main","argument":["on","movie"],"iscp_command":"ADY01","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:46 info stateChange onkyo.0.cinema-filter {"val":false,"ack":true,"ts":1462046687,"q":0,"from":"system.adapter.onkyo.0","lc":1462046687}
                                            ! onkyo-0 2016-04-30 22:04:46 info stateChange onkyo.0.command {"val":"RAS00","ack":true,"ts":1462046687,"q":0,"from":"system.adapter.onkyo.0","lc":1462046687}
                                            ! onkyo-0 2016-04-30 22:04:46 info Create new object: onkyo.0.cinema-filter, role = media
                                            ! onkyo-0 2016-04-30 22:04:46 info Got message: {"command":"cinema-filter","zone":"main","argument":"off","iscp_command":"RAS00","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:46 info stateChange onkyo.0.late-night {"val":false,"ack":true,"ts":1462046686,"q":0,"from":"system.adapter.onkyo.0","lc":1462046686}
                                            ! onkyo-0 2016-04-30 22:04:46 info stateChange onkyo.0.command {"val":"LTN00","ack":true,"ts":1462046686,"q":0,"from":"system.adapter.onkyo.0","lc":1462046686}
                                            ! onkyo-0 2016-04-30 22:04:46 info Create new object: onkyo.0.late-night, role = media
                                            ! onkyo-0 2016-04-30 22:04:46 info Got message: {"command":"late-night","zone":"main","argument":"off","iscp_command":"LTN00","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:45 info stateChange onkyo.0.listening-mode {"val":["plii","pliix-movie"],"ack":true,"ts":1462046686,"q":0,"from":"system.adapter.onkyo.0","lc":1462046686}
                                            ! onkyo-0 2016-04-30 22:04:45 info stateChange onkyo.0.command {"val":"LMD80","ack":true,"ts":1462046686,"q":0,"from":"system.adapter.onkyo.0","lc":1462046686}
                                            ! onkyo-0 2016-04-30 22:04:45 info Create new object: onkyo.0.listening-mode, role = media
                                            ! onkyo-0 2016-04-30 22:04:45 info Got message: {"command":"listening-mode","zone":"main","argument":["plii","pliix-movie"],"iscp_command":"LMD80","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:45 info stateChange onkyo.0.video-picture-mode {"val":"custom","ack":true,"ts":1462046685,"q":0,"from":"system.adapter.onkyo.0","lc":1462046685}
                                            ! onkyo-0 2016-04-30 22:04:45 info stateChange onkyo.0.command {"val":"VPM01","ack":true,"ts":1462046685,"q":0,"from":"system.adapter.onkyo.0","lc":1462046685}
                                            ! onkyo-0 2016-04-30 22:04:45 info Create new object: onkyo.0.video-picture-mode, role = media
                                            ! onkyo-0 2016-04-30 22:04:45 info Got message: {"command":"video-picture-mode","zone":"main","argument":"custom","iscp_command":"VPM01","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:44 info stateChange onkyo.0.video-wide-mode {"val":"full","ack":true,"ts":1462046685,"q":0,"from":"system.adapter.onkyo.0","lc":1462046685}
                                            ! onkyo-0 2016-04-30 22:04:44 info stateChange onkyo.0.command {"val":"VWM02","ack":true,"ts":1462046685,"q":0,"from":"system.adapter.onkyo.0","lc":1462046685}
                                            ! onkyo-0 2016-04-30 22:04:44 info Create new object: onkyo.0.video-wide-mode, role = media
                                            ! onkyo-0 2016-04-30 22:04:44 info Got message: {"command":"video-wide-mode","zone":"main","argument":"full","iscp_command":"VWM02","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:43 info stateChange onkyo.0.monitor-out-resolution {"val":"1080p","ack":true,"ts":1462046684,"q":0,"from":"system.adapter.onkyo.0","lc":1462046684}
                                            ! onkyo-0 2016-04-30 22:04:43 info stateChange onkyo.0.command {"val":"RES05","ack":true,"ts":1462046684,"q":0,"from":"system.adapter.onkyo.0","lc":1462046684}
                                            ! onkyo-0 2016-04-30 22:04:43 info Create new object: onkyo.0.monitor-out-resolution, role = media
                                            ! onkyo-0 2016-04-30 22:04:43 info Got message: {"command":"monitor-out-resolution","zone":"main","argument":"1080p","iscp_command":"RES05","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:43 info stateChange onkyo.0.hdmi-audio-out {"val":"auto","ack":true,"ts":1462046683,"q":0,"from":"system.adapter.onkyo.0","lc":1462046683}
                                            ! onkyo-0 2016-04-30 22:04:43 info stateChange onkyo.0.command {"val":"HAO02","ack":true,"ts":1462046683,"q":0,"from":"system.adapter.onkyo.0","lc":1462046683}
                                            ! onkyo-0 2016-04-30 22:04:43 info Create new object: onkyo.0.hdmi-audio-out, role = media
                                            ! onkyo-0 2016-04-30 22:04:43 info Got message: {"command":"hdmi-audio-out","zone":"main","argument":"auto","iscp_command":"HAO02","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:42 info stateChange onkyo.0.hdmi-output-selector {"val":["yes","out"],"ack":true,"ts":1462046683,"q":0,"from":"system.adapter.onkyo.0","lc":1462046683}
                                            ! onkyo-0 2016-04-30 22:04:42 info stateChange onkyo.0.command {"val":"HDO01","ack":true,"ts":1462046683,"q":0,"from":"system.adapter.onkyo.0","lc":1462046683}
                                            ! onkyo-0 2016-04-30 22:04:42 info Create new object: onkyo.0.hdmi-output-selector, role = media
                                            ! onkyo-0 2016-04-30 22:04:42 info Got message: {"command":"hdmi-output-selector","zone":"main","argument":["yes","out"],"iscp_command":"HDO01","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:41 info stateChange onkyo.0.audio-selector {"val":"arc","ack":true,"ts":1462046682,"q":0,"from":"system.adapter.onkyo.0","lc":1462046682}
                                            ! onkyo-0 2016-04-30 22:04:41 info stateChange onkyo.0.command {"val":"SLA07","ack":true,"ts":1462046682,"q":0,"from":"system.adapter.onkyo.0","lc":1462046682}
                                            ! onkyo-0 2016-04-30 22:04:41 info Create new object: onkyo.0.audio-selector, role = media
                                            ! onkyo-0 2016-04-30 22:04:41 info Got message: {"command":"audio-selector","zone":"main","argument":"arc","iscp_command":"SLA07","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:40 info stateChange onkyo.0.input-selector {"val":["cd","tv","cd"],"ack":true,"ts":1462046681,"q":0,"from":"system.adapter.onkyo.0","lc":1462046681}
                                            ! onkyo-0 2016-04-30 22:04:40 info stateChange onkyo.0.command {"val":"SLI23","ack":true,"ts":1462046681,"q":0,"from":"system.adapter.onkyo.0","lc":1462046681}
                                            ! onkyo-0 2016-04-30 22:04:40 info Create new object: onkyo.0.input-selector, role = media
                                            ! onkyo-0 2016-04-30 22:04:40 info Got message: {"command":"input-selector","zone":"main","argument":["cd","tv","cd"],"iscp_command":"SLI23","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:40 info stateChange onkyo.0.command {"val":"IFV","ack":true,"ts":1462046680,"q":0,"from":"system.adapter.onkyo.0","lc":1462046680}
                                            ! onkyo-0 2016-04-30 22:04:40 info Create new object: onkyo.0.video-infomation, role = media
                                            ! onkyo-0 2016-04-30 22:04:40 info Got message: {"command":"video-infomation","zone":"main","iscp_command":"IFV","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:39 info stateChange onkyo.0.command {"val":"IFAN/A","ack":true,"ts":1462046680,"q":0,"from":"system.adapter.onkyo.0","lc":1462046680}
                                            ! onkyo-0 2016-04-30 22:04:39 info Create new object: onkyo.0.audio-infomation, role = media
                                            ! onkyo-0 2016-04-30 22:04:39 info Got message: {"command":"audio-infomation","zone":"main","iscp_command":"IFAN/A","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:39 info stateChange onkyo.0.dimmer-level {"val":"bright","ack":true,"ts":1462046679,"q":0,"from":"system.adapter.onkyo.0","lc":1462046679}
                                            ! onkyo-0 2016-04-30 22:04:39 info stateChange onkyo.0.command {"val":"DIM00","ack":true,"ts":1462046679,"q":0,"from":"system.adapter.onkyo.0","lc":1462046679}
                                            ! onkyo-0 2016-04-30 22:04:39 info Create new object: onkyo.0.dimmer-level, role = media
                                            ! onkyo-0 2016-04-30 22:04:39 info Got message: {"command":"dimmer-level","zone":"main","argument":"bright","iscp_command":"DIM00","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:38 info stateChange onkyo.0.display-mode {"val":"selector-volume","ack":true,"ts":1462046679,"q":0,"from":"system.adapter.onkyo.0","lc":1462046679}
                                            ! onkyo-0 2016-04-30 22:04:38 info stateChange onkyo.0.command {"val":"DIF00","ack":true,"ts":1462046679,"q":0,"from":"system.adapter.onkyo.0","lc":1462046679}
                                            ! onkyo-0 2016-04-30 22:04:38 info Create new object: onkyo.0.display-mode, role = media
                                            ! onkyo-0 2016-04-30 22:04:38 info Got message: {"command":"display-mode","zone":"main","argument":"selector-volume","iscp_command":"DIF00","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:38 info stateChange onkyo.0.command {"val":"CTL00","ack":true,"ts":1462046678,"q":0,"from":"system.adapter.onkyo.0","lc":1462046678}
                                            ! onkyo-0 2016-04-30 22:04:38 info Create new object: onkyo.0.center-temporary-level, role = media
                                            ! onkyo-0 2016-04-30 22:04:38 info Got message: {"command":"center-temporary-level","zone":"main","iscp_command":"CTL00","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:37 info stateChange onkyo.0.command {"val":"SWL-7","ack":true,"ts":1462046678,"q":0,"from":"system.adapter.onkyo.0","lc":1462046678}
                                            ! onkyo-0 2016-04-30 22:04:37 info Create new object: onkyo.0.subwoofer-temporary-level, role = media
                                            ! onkyo-0 2016-04-30 22:04:37 info Got message: {"command":"subwoofer-temporary-level","zone":"main","iscp_command":"SWL-7","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:37 info stateChange onkyo.0.command {"val":"SLP00","ack":true,"ts":1462046677,"q":0,"from":"system.adapter.onkyo.0","lc":1462046677}
                                            ! onkyo-0 2016-04-30 22:04:37 info Create new object: onkyo.0.sleep-set, role = media
                                            ! onkyo-0 2016-04-30 22:04:37 info Got message: {"command":"sleep-set","zone":"main","iscp_command":"SLP00","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:33 info stateChange onkyo.0.command {"val":"TFRB+AT+6","ack":true,"ts":1462046674,"q":0,"from":"system.adapter.onkyo.0","lc":1462046674}
                                            ! onkyo-0 2016-04-30 22:04:33 info Create new object: onkyo.0.tone-front, role = media
                                            ! onkyo-0 2016-04-30 22:04:33 info Got message: {"command":"tone-front","zone":"main","iscp_command":"TFRB+AT+6","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:33 info stateChange onkyo.0.command {"val":"MVL0F","ack":true,"ts":1462046673,"q":0,"from":"system.adapter.onkyo.0","lc":1462046673}
                                            ! onkyo-0 2016-04-30 22:04:33 info stateChange onkyo.0.volume {"val":15,"ack":true,"ts":1462046673,"q":0,"from":"system.adapter.onkyo.0","lc":1462046673}
                                            ! onkyo-0 2016-04-30 22:04:33 info stateChange onkyo.0.master-volume {"val":15,"ack":true,"ts":1462046673,"q":0,"from":"system.adapter.onkyo.0","lc":1462046673}
                                            ! onkyo-0 2016-04-30 22:04:33 info Got message: {"command":["master-volume","volume"],"zone":"main","argument":15,"iscp_command":"MVL0F","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:32 info stateChange onkyo.0.volume {"val":15,"ack":true,"ts":1462046673,"q":0,"from":"system.adapter.onkyo.0","lc":1462046673}
                                            ! onkyo-0 2016-04-30 22:04:32 info stateChange onkyo.0.master-volume {"val":15,"ack":true,"ts":1462046673,"q":0,"from":"system.adapter.onkyo.0","lc":1462046673}
                                            ! onkyo-0 2016-04-30 22:04:32 info stateChange onkyo.0.command {"val":"MVL0F","ack":true,"ts":1462046673,"q":0,"from":"system.adapter.onkyo.0","lc":1462046673}
                                            ! onkyo-0 2016-04-30 22:04:32 info Create new object: onkyo.0.volume, role = media.volume
                                            ! onkyo-0 2016-04-30 22:04:32 info Create new object: onkyo.0.master-volume, role = media.volume
                                            ! onkyo-0 2016-04-30 22:04:32 info Got message: {"command":["master-volume","volume"],"zone":"main","argument":15,"iscp_command":"MVL0F","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:31 info stateChange onkyo.0.command {"val":"SPBN/A","ack":true,"ts":1462046672,"q":0,"from":"system.adapter.onkyo.0","lc":1462046672}
                                            ! onkyo-0 2016-04-30 22:04:31 info Create new object: onkyo.0.speaker-b, role = media
                                            ! onkyo-0 2016-04-30 22:04:31 info Got message: {"command":"speaker-b","zone":"main","iscp_command":"SPBN/A","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:31 info stateChange onkyo.0.command {"val":"SPAN/A","ack":true,"ts":1462046671,"q":0,"from":"system.adapter.onkyo.0","lc":1462046671}
                                            ! onkyo-0 2016-04-30 22:04:31 info Create new object: onkyo.0.speaker-a, role = media
                                            ! onkyo-0 2016-04-30 22:04:31 info Got message: {"command":"speaker-a","zone":"main","iscp_command":"SPAN/A","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:30 info stateChange onkyo.0.audio-muting {"val":false,"ack":true,"ts":1462046671,"q":0,"from":"system.adapter.onkyo.0","lc":1462046671}
                                            ! onkyo-0 2016-04-30 22:04:30 info stateChange onkyo.0.command {"val":"AMT00","ack":true,"ts":1462046671,"q":0,"from":"system.adapter.onkyo.0","lc":1462046671}
                                            ! onkyo-0 2016-04-30 22:04:30 info Create new object: onkyo.0.audio-muting, role = media
                                            ! onkyo-0 2016-04-30 22:04:30 info Got message: {"command":"audio-muting","zone":"main","argument":"off","iscp_command":"AMT00","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:30 info stateChange onkyo.0.system-power {"val":"standby","ack":true,"ts":1462046670,"q":0,"from":"system.adapter.onkyo.0","lc":1462046670}
                                            ! onkyo-0 2016-04-30 22:04:30 info stateChange onkyo.0.command {"val":"PWR00","ack":true,"ts":1462046670,"q":0,"from":"system.adapter.onkyo.0","lc":1462046670}
                                            ! onkyo-0 2016-04-30 22:04:30 info Create new object: onkyo.0.system-power, role = button
                                            ! onkyo-0 2016-04-30 22:04:30 info Got message: {"command":"system-power","zone":"main","argument":"standby","iscp_command":"PWR00","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:30 info stateChange onkyo.0.command {"val":"NLSC-P","ack":true,"ts":1462046670,"q":0,"from":"system.adapter.onkyo.0","lc":1462046670}
                                            ! onkyo-0 2016-04-30 22:04:30 info stateChange onkyo.0.connected {"val":true,"ack":true,"ts":1462046670,"q":0,"from":"system.adapter.onkyo.0","lc":1462046670}
                                            ! onkyo-0 2016-04-30 22:04:30 info Create new object: onkyo.0.command, role = media
                                            ! onkyo-0 2016-04-30 22:04:30 info Create new object: onkyo.0.net-usb-list-info, role = media
                                            ! onkyo-0 2016-04-30 22:04:30 info Got message: {"command":"net-usb-list-info","zone":"main","iscp_command":"NLSC-P","host":"192.168.1.72","port":"60128","model":"TX-NR626"}
                                            ! onkyo-0 2016-04-30 22:04:30 error Error: ERROR (arg_not_exist) Argument query does not exist in command internet-radio-preset
                                            ! onkyo-0 2016-04-30 22:04:30 error Error: ERROR (arg_not_exist) Argument query does not exist in command net-tune-network
                                            ! onkyo-0 2016-04-30 22:04:30 error Error: ERROR (arg_not_exist) Argument query does not exist in command listening-mode
                                            ! onkyo-0 2016-04-30 22:04:30 error Error: ERROR (arg_not_exist) Argument query does not exist in command internet-radio-preset

                                            Eisbaeeer

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            868
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            120
                                            21474
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo