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

      BlueFox! объкты для второй, третьей зоны не создаются по причине отсутствия имени команды в файле команд?

      Получается для основной зоны имена прописаны:

      "PWR":{
      "name":"system-power","description":"System Power Command","values":{
      "00":{
      "name":"standby","description":"sets System Standby","models":"set1"},
      "01":{
      "name":"on","description":"sets System On","models":"set1"},
      "QSTN":{
      "name":"query","description":"gets the System Power Status","models":"set1"}}},
      

      А для остальных зон нет:

      "zone2":{
      "ZPW":{
      "standby":{
      "value":"00","models":"set139"},
      "on":{
      "value":"01","models":"set139"},
      "query":{
      "value":"QSTN","models":"set139"}},
      
      

      Если переименовать так? они создадутся? или почему тогда создаются не все объекты для команд?

      "ZPW":{
      "name":"zone2-power","description":"System Power Command","values":{
      "00":{
      "name":"standby","description":"sets System Standby","models":"set139"},
      "01":{
      "name":"on","description":"sets System On","models":"set139"},
      "QSTN":{
      "name":"query","description":"gets the System Power Status","models":"set139"}}},
      
      1 Reply Last reply Reply Quote 0
      • I
        instalator last edited by

        Нашел косячек в файле команд.

        Там для PWZ имя стоит power как и для основной зоны.

        исправил на

        "zone2":{
        "Zone2.power":"ZPW",
        

        И Zone2.power появился в списке объектов.

        Так что не русско говорящий товарищь зря пилил свой код)

        Добавлено! Создал пулреквест, получается мы создаем объекты только для зоны main и имена в разных зонах пересекаются.

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

          ` > 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

          Gesendet von meinem SM-G920F mit Tapatalk

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

            ` > 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

            1 Reply Last reply Reply Quote 0
            • Bluefox
              Bluefox last edited by

              Hello Installator,

              i am on vacation till next week, so only then I can help you.

              greetings,

              bluefox

              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 `
                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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            491
                                            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