Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Aufruf] DENON & Marantz Adapter

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Aufruf] DENON & Marantz Adapter

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

      @akamia:

      Ja , Custom State ist der richtihe Begriff. `

      Habe ich mit https://github.com/foxriver76/ioBroker. … c68b8df611 eingeführt.

      Der state ist grundsätzlich bestätigt, wenn er versendet wurde - sollte man evtl berücksichtigen, d. h. auch wenn ein nicht-existentes Kommando gesendet wird, ist es bestätigt.

      1 Reply Last reply Reply Quote 0
      • B
        Brati last edited by

        Hallo,

        hab den Adapter mit einem Denon X4300 getestet. Die 2 Zonen werden angelegt, die Steuerung klappt auch, aber…

        1. wird das Display nicht ausgelesen

        2. bricht die Verbindung immer wieder ab

        ! ````
        denon.0 2018-06-07 12:43:52.685 info Connection closed!
        denon.0 2018-06-07 12:43:52.681 error AVR timed out
        denon.0 2018-06-07 12:43:09.363 info Adapter connected to DENON-AVR: 19.16.178.71:23
        denon.0 2018-06-07 12:43:09.358 info Trying to connect to 19.16.178.71:23
        denon.0 2018-06-07 12:42:39.354 info Connection closed!
        denon.0 2018-06-07 12:42:39.351 error AVR timed out
        denon.0 2018-06-07 12:41:43.910 info Adapter connected to DENON-AVR: 19.16.178.71:23
        denon.0 2018-06-07 12:41:43.894 info Trying to connect to 19.16.178.71:23
        denon.0 2018-06-07 12:41:13.884 info Connection closed!
        denon.0 2018-06-07 12:41:13.871 error AVR timed out
        denon.0 2018-06-07 12:40:36.874 info Adapter connected to DENON-AVR: 19.16.178.71:23
        denon.0 2018-06-07 12:40:36.861 info Trying to connect to 19.16.178.71:23
        denon.0 2018-06-07 12:40:36.856 info Starting DENON AVR adapter

        
        Beim bisher verwendeten Denon Script gab es immer wieder Probleme mit zweistelligen IP Adressen, dass Script machte daraus immer: "019.016.178.071" was dann gar nicht mehr funktionierte. Wenn man die Funktion ausschaltete, funktionierte das Auslesen des Display trotzdem nicht.
        
        In den Netz Einstellungen zeigt der AVR übrigens auch "019.016.178.071" an. Ich verwende das Script aus diesem Thread: [viewtopic.php?f=21&t=3032&start=40#p82336](https://forum.iobroker.net/viewtopic.php?f=21&t=3032&start=40#p82336)
        
        Ich
        
        Grüße
        
        Brati
        1 Reply Last reply Reply Quote 0
        • foxriver76
          foxriver76 Developer last edited by

          @Brati:

          1. wird das Display nicht ausgelesen

          2. bricht die Verbindung immer wieder ab `

          Okay, 1. und 2. korreliert. Wenn das Display auslesen nicht klappt, dann timed er aus, weil dass derzeit mein Indikator ist ein Timeout frühzeitig zu erkennen, da es anders nicht zügig handelbar ist.

          Werden überhaupt irgendwelche Stati korrekt gesetzt und acknowledged, also z.B. die aktuelle Lautstärke? Gerne auch mal Adapter auf Debug stellen und schauen ob ne Antwort vom AVR kommt.

          @Brati:

          Beim bisher verwendeten Denon Script gab es immer wieder Probleme mit zweistelligen IP Adressen, dass Script machte daraus immer: "019.016.178.071" was dann gar nicht mehr funktionierte. Wenn man die Funktion ausschaltete, funktionierte das Auslesen des Display trotzdem nicht.

          In den Netz Einstellungen zeigt der AVR übrigens auch "019.016.178.071" an. Ich verwende das Script aus diesem Thread: viewtopic.php?f=21&t=3032&start=40#p82336 `

          Bezüglich der IP-Adresse nutze ich selbst eine Zweistellig-endende. Im AVR unter Verbindung - Information wird diese bei mir jedoch korrekt angezeigt. Auch ohne führende 0 im letzten Abschnitt. Und der Start ist doch bei dir auch verhunzt, ich gehe mal davon aus dass da 192.168. stehen sollte.

          Wie hast du diese in den Adapter Settings angegeben? Mit führender 0? Das scheint tatsächlich zu Problemen zu führen, allerdings kommt dann gar kein Connect zu Stande bei mir.

          beste Grüße

          fox

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

            @foxriver76:

            @Brati:

            1. wird das Display nicht ausgelesen

            2. bricht die Verbindung immer wieder ab `

            Okay, 1. und 2. korreliert. Wenn das Display auslesen nicht klappt, dann timed er aus, weil dass derzeit mein Indikator ist ein Timeout frühzeitig zu erkennen, da es anders nicht zügig handelbar ist.

            Werden überhaupt irgendwelche Stati korrekt gesetzt und acknowledged, also z.B. die aktuelle Lautstärke? Gerne auch mal Adapter auf Debug stellen und schauen ob ne Antwort vom AVR kommt.

            @Brati:

            Beim bisher verwendeten Denon Script gab es immer wieder Probleme mit zweistelligen IP Adressen, dass Script machte daraus immer: "019.016.178.071" was dann gar nicht mehr funktionierte. Wenn man die Funktion ausschaltete, funktionierte das Auslesen des Display trotzdem nicht.

            In den Netz Einstellungen zeigt der AVR übrigens auch "019.016.178.071" an. Ich verwende das Script aus diesem Thread: viewtopic.php?f=21&t=3032&start=40#p82336 `

            Bezüglich der IP-Adresse nutze ich selbst eine Zweistellig-endende. Im AVR unter Verbindung - Information wird diese bei mir jedoch korrekt angezeigt. Auch ohne führende 0 im letzten Abschnitt. Und der Start ist doch bei dir auch verhunzt, ich gehe mal davon aus dass da 192.168. stehen sollte.

            Wie hast du diese in den Adapter Settings angegeben? Mit führender 0? Das scheint tatsächlich zu Problemen zu führen, allerdings kommt dann gar kein Connect zu Stande bei mir.

            beste Grüße

            fox `

            P.S. wenn dein AVR noch das Web Interface hat, kommst du dann über 019.016.178.071 im Browser auf dieses?

            1 Reply Last reply Reply Quote 0
            • B
              Brati last edited by

              Mein IP lautet richtig: 19.16.178.71 und genauso habe ich sie auch im Adapter eingetragen. Das Webinterface hat der 4300 nicht mehr.

              Der Adapter spricht alles richtig an, also ein/ aus, laut/leise, Quickselect usw. nur das Display auslesen klappt nicht.

              Ich hatte aber genau dieses Problem bereits beim verwendeten Script. Ich kann mal versuchen DHCP auszuschalten und in den AVR Einstellungen die führende "0" entfernen.

              Grüße

              Brati

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

                @Brati:

                Mein IP lautet richtig: 19.16.178.71 und genauso habe ich sie auch im Adapter eingetragen. Das Webinterface hat der 4300 nicht mehr.

                Der Adapter spricht alles richtig an, also ein/ aus, laut/leise, Quickselect usw. nur das Display auslesen klappt nicht.

                Ich hatte aber genau dieses Problem bereits beim verwendeten Script. Ich kann mal versuchen DHCP auszuschalten und in den AVR Einstellungen die führende "0" entfernen. `

                Was noch interessant wäre zu wissen, ob das bei anderen Leuten die den X4300 haben auch auftritt? Evtl. gibts hier jemanden oder du hattest dich schon mit entsprechenden Leuten ausgetauscht?

                Also wenn die Verbindung da ist, dann sollte es an der IP eigentlich nicht scheitern. Es wäre ebenfalls hilfreich, wenn du den Adapter mal auf Debug stellst und ich mir anschauen kann welche Nachrichten ausgetauscht werden.

                Ansonten blöde Frage, was du wahrscheinlich schon geprüft hast: Firmware vom AVR ist up-to-date?

                1 Reply Last reply Reply Quote 0
                • B
                  Brati last edited by

                  Hallo,

                  so hab mal geschaut, die führende Null bekomme ich auch im Setup nicht weg. Es geht nur 0 oder 1. In der App wird die IP richtig angezeigt, in der Grafikoberfläche auf dem TV mit 0.

                  FW ist aktuell. Befehle usw. funktioniert ja alles. Ich kann aber das Display auch mittels Telnet nicht auslesen. Auf andere Anfragen antwortet der AVR, auf "NSE" nicht. Vielleicht muss ich mal den Support anschreiben, weil das Protokoll ja nur bis zum X4200 geht.

                  Wie stelle ich den Adapter auf Debug?

                  Grüße

                  Brati

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

                    @Brati:

                    so hab mal geschaut, die führende Null bekomme ich auch im Setup nicht weg. Es geht nur 0 oder 1. In der App wird die IP richtig angezeigt, in der Grafikoberfläche auf dem TV mit 0. `
                    Ach so, du meinst unter Netzwerk->Einstellungen. Ja da ist die 0 bei mir auch, da man an die Stelle ja irgendwas setzen können soll, allerdings unter Netzwerk –> Information steht bei mir keine führende Null. Also mit den IP-Adressen sollte es bei meinem Adapter keine Probleme geben, solange keiner eine führende 0 eingibt. Ich ändere sie an keiner Stelle um und validiere sie bislang nicht.

                    @Brati:

                    FW ist aktuell. Befehle usw. funktioniert ja alles. Ich kann aber das Display auch mittels Telnet nicht auslesen. Auf andere Anfragen antwortet der AVR, auf "NSE" nicht. Vielleicht muss ich mal den Support anschreiben, weil das Protokoll ja nur bis zum X4200 geht. `
                    Also falls du denen bei Gelegenheit mal schreibst, kannst du dich hier gerne rückmelden, dann lässt sich da sicher was implementieren für die neueren AVRs. Wobei es seltsam ist, dass das der einzige Befehl bislang ist, der nicht läuft.

                    @Brati:

                    Wie stelle ich den Adapter auf Debug? `

                    Unter dem Tab Instanzen auf das runde Icon mit dem Männchen das beim hovern Expertenmodus anzeigt klciken und dann auf Log Stufe hinter dem Denon Adapter klicken und debug selektieren.

                    beste Grüße

                    fox

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

                      Okay Brati ich habe was gefunden.

                      AVR-X4300H Ethernet/RS-232C 13.9.0

                      AVR-X6300H Ethernet/RS-232C 14.0.0

                      "As for command for Network-related operation (e.g. NS***), these models use CLI command.

                      For CLI command, please refer to "HEOSCLIProtocolSpecification.pdf"

                      Werde mich drum kümmern. 😉

                      1 Reply Last reply Reply Quote 0
                      • B
                        Brati last edited by

                        Danke, ja hab extra auf den X4300 wegen HEOS geupdatet. Für HEOS läuft auch ein Script und liest z.B. die abgespielte Radio Station/ Tracks aus. Über HEOS schalte ich auch die Radio Stationen, weil die 4 Quickselect nicht reichen und wir nur über Internet hören. Also theoretisch geht es auch ohne Display auslesen, wenn der Adapter dann nicht immer Fehler bringt.

                        Hier trotzdem mal der debug log

                        ! ````
                        denon.0 2018-06-07 21:56:28.189 debug Message sent: NSE
                        denon.0 2018-06-07 21:56:21.904 debug Incoming data: DIM DIM
                        denon.0 2018-06-07 21:56:21.902 debug Command to handle is DIMDIM
                        denon.0 2018-06-07 21:56:21.810 debug Message sent: DIM ?
                        denon.0 2018-06-07 21:56:21.778 debug Incoming data: TR2 ON
                        denon.0 2018-06-07 21:56:21.777 debug Command to handle is TRON
                        denon.0 2018-06-07 21:56:21.761 debug Incoming data: TR1 ON
                        denon.0 2018-06-07 21:56:21.760 debug Command to handle is TRON
                        denon.0 2018-06-07 21:56:21.708 debug Message sent: TR?
                        denon.0 2018-06-07 21:56:21.697 debug Incoming data: VSMONIAUTO
                        denon.0 2018-06-07 21:56:21.696 debug Command to handle is VSMONIAUTO
                        denon.0 2018-06-07 21:56:21.606 debug Message sent: VSMONI ?
                        denon.0 2018-06-07 21:56:21.565 debug Incoming data: VSASPFUL
                        denon.0 2018-06-07 21:56:21.564 debug Command to handle is VSASPFUL
                        denon.0 2018-06-07 21:56:21.503 debug Message sent: VSASP ?
                        denon.0 2018-06-07 21:56:21.465 debug Incoming data: VSSCAUTO
                        denon.0 2018-06-07 21:56:21.463 debug Command to handle is VSSCAUTO
                        denon.0 2018-06-07 21:56:21.401 debug Message sent: VSSC ?
                        denon.0 2018-06-07 21:56:21.299 debug Message sent: NSE
                        denon.0 2018-06-07 21:56:21.287 debug Incoming data: Z3MUOFF
                        denon.0 2018-06-07 21:56:21.287 debug Command to handle is Z3MUOFF
                        denon.0 2018-06-07 21:56:21.221 debug Incoming data: SVOFF
                        denon.0 2018-06-07 21:56:21.221 debug Command to handle is SVOFF
                        denon.0 2018-06-07 21:56:21.199 debug Message sent: Z3MU?
                        denon.0 2018-06-07 21:56:21.146 debug Incoming data: Z330
                        denon.0 2018-06-07 21:56:21.143 debug Incoming data: Z3NET
                        denon.0 2018-06-07 21:56:21.142 debug Command to handle is Z3NET
                        denon.0 2018-06-07 21:56:21.128 debug Incoming data: Z3OFF
                        denon.0 2018-06-07 21:56:21.127 debug Command to handle is Z3OFF
                        denon.0 2018-06-07 21:56:21.117 debug Incoming data: Z2MUOFF
                        denon.0 2018-06-07 21:56:21.116 debug Command to handle is Z2MUOFF
                        denon.0 2018-06-07 21:56:21.076 debug Message sent: Z3?
                        denon.0 2018-06-07 21:56:21.021 debug Incoming data: SVOFF
                        denon.0 2018-06-07 21:56:21.020 debug Command to handle is SVOFF
                        denon.0 2018-06-07 21:56:20.990 debug Message sent: Z2MU?
                        denon.0 2018-06-07 21:56:20.937 debug Incoming data: Z230
                        denon.0 2018-06-07 21:56:20.929 debug Incoming data: Z2NET
                        denon.0 2018-06-07 21:56:20.928 debug Command to handle is Z2NET
                        denon.0 2018-06-07 21:56:20.918 debug Incoming data: Z2OFF
                        denon.0 2018-06-07 21:56:20.916 debug Command to handle is Z2OFF
                        denon.0 2018-06-07 21:56:20.864 debug Message sent: Z2?
                        denon.0 2018-06-07 21:56:20.864 debug Incoming data: MVMAX 68
                        denon.0 2018-06-07 21:56:20.863 debug Command to handle is MVMAX
                        denon.0 2018-06-07 21:56:20.848 debug Incoming data: MV255
                        denon.0 2018-06-07 21:56:20.845 debug Command to handle is MV
                        denon.0 2018-06-07 21:56:20.805 debug Incoming data: PSTONE CTRL OFF
                        denon.0 2018-06-07 21:56:20.804 debug Command to handle is PSTONECTRLOFF
                        denon.0 2018-06-07 21:56:20.788 debug Incoming data: PSTRE 50
                        denon.0 2018-06-07 21:56:20.787 debug Command to handle is PSTRE
                        denon.0 2018-06-07 21:56:20.767 debug Incoming data: PSBAS 50
                        denon.0 2018-06-07 21:56:20.766 debug Command to handle is PSBAS
                        denon.0 2018-06-07 21:56:20.759 debug Message sent: MV?
                        denon.0 2018-06-07 21:56:20.756 debug Incoming data: PSLFE 00
                        denon.0 2018-06-07 21:56:20.755 debug Command to handle is PSLFE
                        denon.0 2018-06-07 21:56:20.735 debug Incoming data: PSDRC OFF
                        denon.0 2018-06-07 21:56:20.732 debug Command to handle is PSDRCOFF
                        denon.0 2018-06-07 21:56:20.711 debug Incoming data: MSDOLBY D+ +DS
                        denon.0 2018-06-07 21:56:20.656 debug Message sent: MS?
                        denon.0 2018-06-07 21:56:20.583 debug Incoming data: SVOFF
                        denon.0 2018-06-07 21:56:20.582 debug Command to handle is SVOFF
                        denon.0 2018-06-07 21:56:20.555 debug Message sent: SV?
                        denon.0 2018-06-07 21:56:20.513 debug Incoming data: SIMPLAY
                        denon.0 2018-06-07 21:56:20.510 debug SI-Command: MPLAY
                        denon.0 2018-06-07 21:56:20.453 debug Message sent: SI?
                        denon.0 2018-06-07 21:56:20.418 debug Incoming data: PWON
                        denon.0 2018-06-07 21:56:20.415 debug Command to handle is PWON
                        denon.0 2018-06-07 21:56:20.352 debug Message sent: PW?
                        denon.0 2018-06-07 21:56:20.349 debug Incoming data: MUOFF
                        denon.0 2018-06-07 21:56:20.348 debug Command to handle is MUOFF
                        denon.0 2018-06-07 21:56:20.338 debug Incoming data: ZMON
                        denon.0 2018-06-07 21:56:20.335 debug Command to handle is ZMON
                        denon.0 2018-06-07 21:56:20.315 debug Incoming data: NSFRN Denon AVR-X4300H
                        denon.0 2018-06-07 21:56:20.250 debug Message sent: MU?
                        denon.0 2018-06-07 21:56:20.219 debug Incoming data: NSET1SDN 000.000.000.000
                        denon.0 2018-06-07 21:56:20.197 debug Incoming data: NSET1PDN 019.016.178.001
                        denon.0 2018-06-07 21:56:20.168 debug Incoming data: NSET1DGW 019.016.178.001
                        denon.0 2018-06-07 21:56:20.149 debug Message sent: ZM?
                        denon.0 2018-06-07 21:56:20.131 debug Incoming data: NSET1SNM 255.255.255.000
                        denon.0 2018-06-07 21:56:20.109 debug Incoming data: NSET1IPA 019.016.178.071
                        denon.0 2018-06-07 21:56:20.100 debug Incoming data: NSET1DHC ON
                        denon.0 2018-06-07 21:56:20.046 debug Message sent: NSFRN ?
                        denon.0 2018-06-07 21:56:19.944 debug Message sent: NSET1 ?
                        denon.0 2018-06-07 21:56:19.847 info Adapter connected to DENON-AVR: 19.16.178.71:23
                        denon.0 2018-06-07 21:56:19.846 debug Connected --> updating states on start
                        denon.0 2018-06-07 21:56:19.833 info Trying to connect to 19.16.178.71:23
                        denon.0 2018-06-07 21:55:49.827 info Connection closed!
                        denon.0 2018-06-07 21:55:49.823 error AVR timed out
                        denon.0 2018-06-07 21:55:14.819 debug Incoming data: MVMAX 68
                        denon.0 2018-06-07 21:55:14.817 debug Command to handle is MVMAX
                        denon.0 2018-06-07 21:55:14.796 debug Incoming data: MV255
                        denon.0 2018-06-07 21:55:14.794 debug Command to handle is MV
                        denon.0 2018-06-07 21:55:11.247 debug Incoming data: SSSMG MOV
                        denon.0 2018-06-07 21:55:11.246 debug Command to handle is SSSMGMOV
                        denon.0 2018-06-07 21:55:11.213 debug Incoming data: PSTONE CTRL OFF
                        denon.0 2018-06-07 21:55:11.211 debug Command to handle is PSTONECTRLOFF
                        denon.0 2018-06-07 21:55:11.196 debug Incoming data: PSTRE 50
                        denon.0 2018-06-07 21:55:11.195 debug Command to handle is PSTRE
                        denon.0 2018-06-07 21:55:11.178 debug Incoming data: PSBAS 50
                        denon.0 2018-06-07 21:55:11.177 debug Command to handle is PSBAS
                        denon.0 2018-06-07 21:55:11.165 debug Incoming data: SSINFAISFSV 48K
                        denon.0 2018-06-07 21:55:11.164 debug Command to handle is SSINFAISFSVK
                        denon.0 2018-06-07 21:55:11.145 debug Incoming data: SSINFAISSIG 04
                        denon.0 2018-06-07 21:55:11.144 debug Command to handle is SSINFAISSIG
                        denon.0 2018-06-07 21:55:11.128 debug Incoming data: PSLFE 00
                        denon.0 2018-06-07 21:55:11.127 debug Command to handle is PSLFE
                        denon.0 2018-06-07 21:55:11.103 debug Incoming data: PSDRC OFF
                        denon.0 2018-06-07 21:55:11.102 debug Command to handle is PSDRCOFF
                        denon.0 2018-06-07 21:55:11.084 debug Incoming data: MSDOLBY D+ +DS
                        denon.0 2018-06-07 21:55:10.490 debug Incoming data: SSINFAISFSV NON
                        denon.0 2018-06-07 21:55:10.490 debug Command to handle is SSINFAISFSVNON
                        denon.0 2018-06-07 21:55:07.770 debug Incoming data: SSINFAISFSV NON
                        denon.0 2018-06-07 21:55:07.769 debug Command to handle is SSINFAISFSVNON
                        denon.0 2018-06-07 21:55:04.993 debug Incoming data: SSINFAISFSV NON
                        denon.0 2018-06-07 21:55:04.992 debug Command to handle is SSINFAISFSVNON
                        denon.0 2018-06-07 21:55:01.381 debug Incoming data: SSINFAISFSV NON
                        denon.0 2018-06-07 21:55:01.380 debug Command to handle is SSINFAISFSVNON
                        denon.0 2018-06-07 21:55:01.359 debug Incoming data: SSINFAISSIG 13
                        denon.0 2018-06-07 21:55:01.358 debug Command to handle is SSINFAISSIG
                        denon.0 2018-06-07 21:54:42.264 debug Message sent: NSE
                        denon.0 2018-06-07 21:54:35.963 debug Incoming data: DIM DIM
                        denon.0 2018-06-07 21:54:35.962 debug Command to handle is DIMDIM
                        denon.0 2018-06-07 21:54:35.957 debug Incoming data: TR2 ON
                        denon.0 2018-06-07 21:54:35.956 debug Command to handle is TRON
                        denon.0 2018-06-07 21:54:35.932 debug Message sent: DIM ?
                        denon.0 2018-06-07 21:54:35.898 debug Incoming data: TR1 ON
                        denon.0 2018-06-07 21:54:35.897 debug Command to handle is TRON
                        denon.0 2018-06-07 21:54:35.819 debug Message sent: TR?
                        denon.0 2018-06-07 21:54:35.778 debug Incoming data: VSMONIAUTO
                        denon.0 2018-06-07 21:54:35.777 debug Command to handle is VSMONIAUTO
                        denon.0 2018-06-07 21:54:35.717 debug Message sent: VSMONI ?
                        denon.0 2018-06-07 21:54:35.701 debug Incoming data: VSASPFUL
                        denon.0 2018-06-07 21:54:35.700 debug Command to handle is VSASPFUL
                        denon.0 2018-06-07 21:54:35.616 debug Message sent: VSASP ?
                        denon.0 2018-06-07 21:54:35.547 debug Incoming data: VSSCAUTO
                        denon.0 2018-06-07 21:54:35.547 debug Command to handle is VSSCAUTO
                        denon.0 2018-06-07 21:54:35.515 debug Message sent: VSSC ?
                        denon.0 2018-06-07 21:54:35.414 debug Message sent: NSE
                        denon.0 2018-06-07 21:54:35.389 debug Incoming data: Z3MUOFF
                        denon.0 2018-06-07 21:54:35.385 debug Command to handle is Z3MUOFF
                        denon.0 2018-06-07 21:54:35.327 debug Incoming data: SVOFF
                        denon.0 2018-06-07 21:54:35.327 debug Command to handle is SVOFF
                        denon.0 2018-06-07 21:54:35.312 debug Message sent: Z3MU?
                        denon.0 2018-06-07 21:54:35.261 debug Incoming data: Z330
                        denon.0 2018-06-07 21:54:35.257 debug Incoming data: Z3NET
                        denon.0 2018-06-07 21:54:35.256 debug Command to handle is Z3NET
                        denon.0 2018-06-07 21:54:35.237 debug Incoming data: Z3OFF
                        denon.0 2018-06-07 21:54:35.235 debug Command to handle is Z3OFF
                        denon.0 2018-06-07 21:54:35.234 debug Zone 3 detected
                        denon.0 2018-06-07 21:54:35.206 debug Message sent: Z3?
                        denon.0 2018-06-07 21:54:35.200 debug Incoming data: Z2MUOFF
                        denon.0 2018-06-07 21:54:35.198 debug Command to handle is Z2MUOFF
                        denon.0 2018-06-07 21:54:35.134 debug Incoming data: SVOFF
                        denon.0 2018-06-07 21:54:35.134 debug Command to handle is SVOFF
                        denon.0 2018-06-07 21:54:35.105 debug Message sent: Z2MU?
                        denon.0 2018-06-07 21:54:35.070 debug Incoming data: Z230
                        denon.0 2018-06-07 21:54:35.045 debug Incoming data: Z2NET
                        denon.0 2018-06-07 21:54:35.044 debug Command to handle is Z2NET
                        denon.0 2018-06-07 21:54:35.039 debug Incoming data: Z2OFF
                        denon.0 2018-06-07 21:54:35.038 debug Command to handle is Z2OFF
                        denon.0 2018-06-07 21:54:35.037 debug Zone 2 detected
                        denon.0 2018-06-07 21:54:35.004 debug Message sent: Z2?
                        denon.0 2018-06-07 21:54:34.985 debug Incoming data: MVMAX 98
                        denon.0 2018-06-07 21:54:34.983 debug Command to handle is MVMAX
                        denon.0 2018-06-07 21:54:34.972 debug Incoming data: MV25
                        denon.0 2018-06-07 21:54:34.970 debug Command to handle is MV
                        denon.0 2018-06-07 21:54:34.930 debug Incoming data: PSTONE CTRL OFF
                        denon.0 2018-06-07 21:54:34.930 debug Command to handle is PSTONECTRLOFF
                        denon.0 2018-06-07 21:54:34.925 debug Incoming data: PSTRE 50
                        denon.0 2018-06-07 21:54:34.911 debug Command to handle is PSTRE
                        denon.0 2018-06-07 21:54:34.902 debug Message sent: MV?
                        denon.0 2018-06-07 21:54:34.897 debug Incoming data: PSBAS 50
                        denon.0 2018-06-07 21:54:34.894 debug Command to handle is PSBAS
                        denon.0 2018-06-07 21:54:34.880 debug Incoming data: PSLFE 00
                        denon.0 2018-06-07 21:54:34.879 debug Command to handle is PSLFE
                        denon.0 2018-06-07 21:54:34.863 debug Incoming data: PSDRC OFF
                        denon.0 2018-06-07 21:54:34.863 debug Command to handle is PSDRCOFF
                        denon.0 2018-06-07 21:54:34.857 debug Incoming data: MSSTEREO
                        denon.0 2018-06-07 21:54:34.798 debug Message sent: MS?
                        denon.0 2018-06-07 21:54:34.785 debug Incoming data: SVOFF
                        denon.0 2018-06-07 21:54:34.784 debug Command to handle is SVOFF
                        denon.0 2018-06-07 21:54:34.702 debug Incoming data: SVOFF
                        denon.0 2018-06-07 21:54:34.701 debug Command to handle is SVOFF
                        denon.0 2018-06-07 21:54:34.686 debug Message sent: SV?
                        denon.0 2018-06-07 21:54:34.637 debug Incoming data: SIMPLAY
                        denon.0 2018-06-07 21:54:34.634 debug SI-Command: MPLAY
                        denon.0 2018-06-07 21:54:34.571 debug Message sent: SI?
                        denon.0 2018-06-07 21:54:34.546 debug Incoming data: PWON
                        denon.0 2018-06-07 21:54:34.544 debug Command to handle is PWON
                        denon.0 2018-06-07 21:54:34.469 debug Message sent: PW?
                        denon.0 2018-06-07 21:54:34.415 debug Incoming data: MUOFF
                        denon.0 2018-06-07 21:54:34.413 debug Command to handle is MUOFF
                        denon.0 2018-06-07 21:54:34.403 debug Incoming data: ZMON
                        denon.0 2018-06-07 21:54:34.394 debug Command to handle is ZMON
                        denon.0 2018-06-07 21:54:34.378 debug Incoming data: NSFRN Denon AVR-X4300H
                        denon.0 2018-06-07 21:54:34.367 debug Message sent: MU?
                        denon.0 2018-06-07 21:54:34.300 debug Incoming data: NSET1SDN 000.000.000.000
                        denon.0 2018-06-07 21:54:34.265 debug Message sent: ZM?
                        denon.0 2018-06-07 21:54:34.262 debug Incoming data: NSET1PDN 019.016.178.001
                        denon.0 2018-06-07 21:54:34.231 debug Incoming data: NSET1DGW 019.016.178.001
                        denon.0 2018-06-07 21:54:34.202 debug Incoming data: NSET1SNM 255.255.255.000
                        denon.0 2018-06-07 21:54:34.172 debug Incoming data: NSET1IPA 019.016.178.071
                        denon.0 2018-06-07 21:54:34.161 debug Message sent: NSFRN ?
                        denon.0 2018-06-07 21:54:34.156 debug Incoming data: NSET1DHC ON
                        denon.0 2018-06-07 21:54:34.046 debug Message sent: NSET1 ?
                        denon.0 2018-06-07 21:54:33.945 debug Connected --> updating states on start
                        denon.0 2018-06-07 21:54:33.943 info Adapter connected to DENON-AVR: 19.16.178.71:23
                        denon.0 2018-06-07 21:54:33.939 info Trying to connect to 19.16.178.71:23
                        denon.0 2018-06-07 21:54:33.935 info Starting DENON AVR adapter
                        denon.0 2018-06-07 21:54:33.930 info starting. Version 0.1.3 in /opt/iobroker/node_modules/iobroker.denon, node: v6.12.3
                        denon.0 2018-06-07 21:54:33.610 debug statesDB connected
                        denon.0 2018-06-07 21:54:33.545 debug objectDB connected
                        host.ioBroker 2018-06-07 21:54:32.831 info instance system.adapter.denon.0 started with pid 341

                        
                        Grüße
                        
                        Brati
                        1 Reply Last reply Reply Quote 0
                        • foxriver76
                          foxriver76 Developer last edited by

                          @Brati:

                          Danke, ja hab extra auf den X4300 wegen HEOS geupdatet. Für HEOS läuft auch ein Script und liest z.B. die abgespielte Radio Station/ Tracks aus. Über HEOS schalte ich auch die Radio Stationen, weil die 4 Quickselect nicht reichen und wir nur über Internet hören. Also theoretisch geht es auch ohne Display auslesen, wenn der Adapter dann nicht immer Fehler bringt.

                          Hier trotzdem mal der debug log

                          ! denon.0 2018-06-07 21:56:28.189 debug Message sent: NSE denon.0 2018-06-07 21:56:21.904 debug Incoming data: DIM DIM denon.0 2018-06-07 21:56:21.902 debug Command to handle is DIMDIM denon.0 2018-06-07 21:56:21.810 debug Message sent: DIM ? denon.0 2018-06-07 21:56:21.778 debug Incoming data: TR2 ON denon.0 2018-06-07 21:56:21.777 debug Command to handle is TRON denon.0 2018-06-07 21:56:21.761 debug Incoming data: TR1 ON denon.0 2018-06-07 21:56:21.760 debug Command to handle is TRON denon.0 2018-06-07 21:56:21.708 debug Message sent: TR? denon.0 2018-06-07 21:56:21.697 debug Incoming data: VSMONIAUTO denon.0 2018-06-07 21:56:21.696 debug Command to handle is VSMONIAUTO denon.0 2018-06-07 21:56:21.606 debug Message sent: VSMONI ? denon.0 2018-06-07 21:56:21.565 debug Incoming data: VSASPFUL denon.0 2018-06-07 21:56:21.564 debug Command to handle is VSASPFUL denon.0 2018-06-07 21:56:21.503 debug Message sent: VSASP ? denon.0 2018-06-07 21:56:21.465 debug Incoming data: VSSCAUTO denon.0 2018-06-07 21:56:21.463 debug Command to handle is VSSCAUTO denon.0 2018-06-07 21:56:21.401 debug Message sent: VSSC ? denon.0 2018-06-07 21:56:21.299 debug Message sent: NSE denon.0 2018-06-07 21:56:21.287 debug Incoming data: Z3MUOFF denon.0 2018-06-07 21:56:21.287 debug Command to handle is Z3MUOFF denon.0 2018-06-07 21:56:21.221 debug Incoming data: SVOFF denon.0 2018-06-07 21:56:21.221 debug Command to handle is SVOFF denon.0 2018-06-07 21:56:21.199 debug Message sent: Z3MU? denon.0 2018-06-07 21:56:21.146 debug Incoming data: Z330 denon.0 2018-06-07 21:56:21.143 debug Incoming data: Z3NET denon.0 2018-06-07 21:56:21.142 debug Command to handle is Z3NET denon.0 2018-06-07 21:56:21.128 debug Incoming data: Z3OFF denon.0 2018-06-07 21:56:21.127 debug Command to handle is Z3OFF denon.0 2018-06-07 21:56:21.117 debug Incoming data: Z2MUOFF denon.0 2018-06-07 21:56:21.116 debug Command to handle is Z2MUOFF denon.0 2018-06-07 21:56:21.076 debug Message sent: Z3? denon.0 2018-06-07 21:56:21.021 debug Incoming data: SVOFF denon.0 2018-06-07 21:56:21.020 debug Command to handle is SVOFF denon.0 2018-06-07 21:56:20.990 debug Message sent: Z2MU? denon.0 2018-06-07 21:56:20.937 debug Incoming data: Z230 denon.0 2018-06-07 21:56:20.929 debug Incoming data: Z2NET denon.0 2018-06-07 21:56:20.928 debug Command to handle is Z2NET denon.0 2018-06-07 21:56:20.918 debug Incoming data: Z2OFF denon.0 2018-06-07 21:56:20.916 debug Command to handle is Z2OFF denon.0 2018-06-07 21:56:20.864 debug Message sent: Z2? denon.0 2018-06-07 21:56:20.864 debug Incoming data: MVMAX 68 denon.0 2018-06-07 21:56:20.863 debug Command to handle is MVMAX denon.0 2018-06-07 21:56:20.848 debug Incoming data: MV255 denon.0 2018-06-07 21:56:20.845 debug Command to handle is MV denon.0 2018-06-07 21:56:20.805 debug Incoming data: PSTONE CTRL OFF denon.0 2018-06-07 21:56:20.804 debug Command to handle is PSTONECTRLOFF denon.0 2018-06-07 21:56:20.788 debug Incoming data: PSTRE 50 denon.0 2018-06-07 21:56:20.787 debug Command to handle is PSTRE denon.0 2018-06-07 21:56:20.767 debug Incoming data: PSBAS 50 denon.0 2018-06-07 21:56:20.766 debug Command to handle is PSBAS denon.0 2018-06-07 21:56:20.759 debug Message sent: MV? denon.0 2018-06-07 21:56:20.756 debug Incoming data: PSLFE 00 denon.0 2018-06-07 21:56:20.755 debug Command to handle is PSLFE denon.0 2018-06-07 21:56:20.735 debug Incoming data: PSDRC OFF denon.0 2018-06-07 21:56:20.732 debug Command to handle is PSDRCOFF denon.0 2018-06-07 21:56:20.711 debug Incoming data: MSDOLBY D+ +DS denon.0 2018-06-07 21:56:20.656 debug Message sent: MS? denon.0 2018-06-07 21:56:20.583 debug Incoming data: SVOFF denon.0 2018-06-07 21:56:20.582 debug Command to handle is SVOFF denon.0 2018-06-07 21:56:20.555 debug Message sent: SV? denon.0 2018-06-07 21:56:20.513 debug Incoming data: SIMPLAY denon.0 2018-06-07 21:56:20.510 debug SI-Command: MPLAY denon.0 2018-06-07 21:56:20.453 debug Message sent: SI? denon.0 2018-06-07 21:56:20.418 debug Incoming data: PWON denon.0 2018-06-07 21:56:20.415 debug Command to handle is PWON denon.0 2018-06-07 21:56:20.352 debug Message sent: PW? denon.0 2018-06-07 21:56:20.349 debug Incoming data: MUOFF denon.0 2018-06-07 21:56:20.348 debug Command to handle is MUOFF denon.0 2018-06-07 21:56:20.338 debug Incoming data: ZMON denon.0 2018-06-07 21:56:20.335 debug Command to handle is ZMON denon.0 2018-06-07 21:56:20.315 debug Incoming data: NSFRN Denon AVR-X4300H denon.0 2018-06-07 21:56:20.250 debug Message sent: MU? denon.0 2018-06-07 21:56:20.219 debug Incoming data: NSET1SDN 000.000.000.000 denon.0 2018-06-07 21:56:20.197 debug Incoming data: NSET1PDN 019.016.178.001 denon.0 2018-06-07 21:56:20.168 debug Incoming data: NSET1DGW 019.016.178.001 denon.0 2018-06-07 21:56:20.149 debug Message sent: ZM? denon.0 2018-06-07 21:56:20.131 debug Incoming data: NSET1SNM 255.255.255.000 denon.0 2018-06-07 21:56:20.109 debug Incoming data: NSET1IPA 019.016.178.071 denon.0 2018-06-07 21:56:20.100 debug Incoming data: NSET1DHC ON denon.0 2018-06-07 21:56:20.046 debug Message sent: NSFRN ? denon.0 2018-06-07 21:56:19.944 debug Message sent: NSET1 ? denon.0 2018-06-07 21:56:19.847 info Adapter connected to DENON-AVR: 19.16.178.71:23 denon.0 2018-06-07 21:56:19.846 debug Connected --> updating states on start denon.0 2018-06-07 21:56:19.833 info Trying to connect to 19.16.178.71:23 denon.0 2018-06-07 21:55:49.827 info Connection closed! denon.0 2018-06-07 21:55:49.823 error AVR timed out denon.0 2018-06-07 21:55:14.819 debug Incoming data: MVMAX 68 denon.0 2018-06-07 21:55:14.817 debug Command to handle is MVMAX denon.0 2018-06-07 21:55:14.796 debug Incoming data: MV255 denon.0 2018-06-07 21:55:14.794 debug Command to handle is MV denon.0 2018-06-07 21:55:11.247 debug Incoming data: SSSMG MOV denon.0 2018-06-07 21:55:11.246 debug Command to handle is SSSMGMOV denon.0 2018-06-07 21:55:11.213 debug Incoming data: PSTONE CTRL OFF denon.0 2018-06-07 21:55:11.211 debug Command to handle is PSTONECTRLOFF denon.0 2018-06-07 21:55:11.196 debug Incoming data: PSTRE 50 denon.0 2018-06-07 21:55:11.195 debug Command to handle is PSTRE denon.0 2018-06-07 21:55:11.178 debug Incoming data: PSBAS 50 denon.0 2018-06-07 21:55:11.177 debug Command to handle is PSBAS denon.0 2018-06-07 21:55:11.165 debug Incoming data: SSINFAISFSV 48K denon.0 2018-06-07 21:55:11.164 debug Command to handle is SSINFAISFSVK denon.0 2018-06-07 21:55:11.145 debug Incoming data: SSINFAISSIG 04 denon.0 2018-06-07 21:55:11.144 debug Command to handle is SSINFAISSIG denon.0 2018-06-07 21:55:11.128 debug Incoming data: PSLFE 00 denon.0 2018-06-07 21:55:11.127 debug Command to handle is PSLFE denon.0 2018-06-07 21:55:11.103 debug Incoming data: PSDRC OFF denon.0 2018-06-07 21:55:11.102 debug Command to handle is PSDRCOFF denon.0 2018-06-07 21:55:11.084 debug Incoming data: MSDOLBY D+ +DS denon.0 2018-06-07 21:55:10.490 debug Incoming data: SSINFAISFSV NON denon.0 2018-06-07 21:55:10.490 debug Command to handle is SSINFAISFSVNON denon.0 2018-06-07 21:55:07.770 debug Incoming data: SSINFAISFSV NON denon.0 2018-06-07 21:55:07.769 debug Command to handle is SSINFAISFSVNON denon.0 2018-06-07 21:55:04.993 debug Incoming data: SSINFAISFSV NON denon.0 2018-06-07 21:55:04.992 debug Command to handle is SSINFAISFSVNON denon.0 2018-06-07 21:55:01.381 debug Incoming data: SSINFAISFSV NON denon.0 2018-06-07 21:55:01.380 debug Command to handle is SSINFAISFSVNON denon.0 2018-06-07 21:55:01.359 debug Incoming data: SSINFAISSIG 13 denon.0 2018-06-07 21:55:01.358 debug Command to handle is SSINFAISSIG denon.0 2018-06-07 21:54:42.264 debug Message sent: NSE denon.0 2018-06-07 21:54:35.963 debug Incoming data: DIM DIM denon.0 2018-06-07 21:54:35.962 debug Command to handle is DIMDIM denon.0 2018-06-07 21:54:35.957 debug Incoming data: TR2 ON denon.0 2018-06-07 21:54:35.956 debug Command to handle is TRON denon.0 2018-06-07 21:54:35.932 debug Message sent: DIM ? denon.0 2018-06-07 21:54:35.898 debug Incoming data: TR1 ON denon.0 2018-06-07 21:54:35.897 debug Command to handle is TRON denon.0 2018-06-07 21:54:35.819 debug Message sent: TR? denon.0 2018-06-07 21:54:35.778 debug Incoming data: VSMONIAUTO denon.0 2018-06-07 21:54:35.777 debug Command to handle is VSMONIAUTO denon.0 2018-06-07 21:54:35.717 debug Message sent: VSMONI ? denon.0 2018-06-07 21:54:35.701 debug Incoming data: VSASPFUL denon.0 2018-06-07 21:54:35.700 debug Command to handle is VSASPFUL denon.0 2018-06-07 21:54:35.616 debug Message sent: VSASP ? denon.0 2018-06-07 21:54:35.547 debug Incoming data: VSSCAUTO denon.0 2018-06-07 21:54:35.547 debug Command to handle is VSSCAUTO denon.0 2018-06-07 21:54:35.515 debug Message sent: VSSC ? denon.0 2018-06-07 21:54:35.414 debug Message sent: NSE denon.0 2018-06-07 21:54:35.389 debug Incoming data: Z3MUOFF denon.0 2018-06-07 21:54:35.385 debug Command to handle is Z3MUOFF denon.0 2018-06-07 21:54:35.327 debug Incoming data: SVOFF denon.0 2018-06-07 21:54:35.327 debug Command to handle is SVOFF denon.0 2018-06-07 21:54:35.312 debug Message sent: Z3MU? denon.0 2018-06-07 21:54:35.261 debug Incoming data: Z330 denon.0 2018-06-07 21:54:35.257 debug Incoming data: Z3NET denon.0 2018-06-07 21:54:35.256 debug Command to handle is Z3NET denon.0 2018-06-07 21:54:35.237 debug Incoming data: Z3OFF denon.0 2018-06-07 21:54:35.235 debug Command to handle is Z3OFF denon.0 2018-06-07 21:54:35.234 debug Zone 3 detected denon.0 2018-06-07 21:54:35.206 debug Message sent: Z3? denon.0 2018-06-07 21:54:35.200 debug Incoming data: Z2MUOFF denon.0 2018-06-07 21:54:35.198 debug Command to handle is Z2MUOFF denon.0 2018-06-07 21:54:35.134 debug Incoming data: SVOFF denon.0 2018-06-07 21:54:35.134 debug Command to handle is SVOFF denon.0 2018-06-07 21:54:35.105 debug Message sent: Z2MU? denon.0 2018-06-07 21:54:35.070 debug Incoming data: Z230 denon.0 2018-06-07 21:54:35.045 debug Incoming data: Z2NET denon.0 2018-06-07 21:54:35.044 debug Command to handle is Z2NET denon.0 2018-06-07 21:54:35.039 debug Incoming data: Z2OFF denon.0 2018-06-07 21:54:35.038 debug Command to handle is Z2OFF denon.0 2018-06-07 21:54:35.037 debug Zone 2 detected denon.0 2018-06-07 21:54:35.004 debug Message sent: Z2? denon.0 2018-06-07 21:54:34.985 debug Incoming data: MVMAX 98 denon.0 2018-06-07 21:54:34.983 debug Command to handle is MVMAX denon.0 2018-06-07 21:54:34.972 debug Incoming data: MV25 denon.0 2018-06-07 21:54:34.970 debug Command to handle is MV denon.0 2018-06-07 21:54:34.930 debug Incoming data: PSTONE CTRL OFF denon.0 2018-06-07 21:54:34.930 debug Command to handle is PSTONECTRLOFF denon.0 2018-06-07 21:54:34.925 debug Incoming data: PSTRE 50 denon.0 2018-06-07 21:54:34.911 debug Command to handle is PSTRE denon.0 2018-06-07 21:54:34.902 debug Message sent: MV? denon.0 2018-06-07 21:54:34.897 debug Incoming data: PSBAS 50 denon.0 2018-06-07 21:54:34.894 debug Command to handle is PSBAS denon.0 2018-06-07 21:54:34.880 debug Incoming data: PSLFE 00 denon.0 2018-06-07 21:54:34.879 debug Command to handle is PSLFE denon.0 2018-06-07 21:54:34.863 debug Incoming data: PSDRC OFF denon.0 2018-06-07 21:54:34.863 debug Command to handle is PSDRCOFF denon.0 2018-06-07 21:54:34.857 debug Incoming data: MSSTEREO denon.0 2018-06-07 21:54:34.798 debug Message sent: MS? denon.0 2018-06-07 21:54:34.785 debug Incoming data: SVOFF denon.0 2018-06-07 21:54:34.784 debug Command to handle is SVOFF denon.0 2018-06-07 21:54:34.702 debug Incoming data: SVOFF denon.0 2018-06-07 21:54:34.701 debug Command to handle is SVOFF denon.0 2018-06-07 21:54:34.686 debug Message sent: SV? denon.0 2018-06-07 21:54:34.637 debug Incoming data: SIMPLAY denon.0 2018-06-07 21:54:34.634 debug SI-Command: MPLAY denon.0 2018-06-07 21:54:34.571 debug Message sent: SI? denon.0 2018-06-07 21:54:34.546 debug Incoming data: PWON denon.0 2018-06-07 21:54:34.544 debug Command to handle is PWON denon.0 2018-06-07 21:54:34.469 debug Message sent: PW? denon.0 2018-06-07 21:54:34.415 debug Incoming data: MUOFF denon.0 2018-06-07 21:54:34.413 debug Command to handle is MUOFF denon.0 2018-06-07 21:54:34.403 debug Incoming data: ZMON denon.0 2018-06-07 21:54:34.394 debug Command to handle is ZMON denon.0 2018-06-07 21:54:34.378 debug Incoming data: NSFRN Denon AVR-X4300H denon.0 2018-06-07 21:54:34.367 debug Message sent: MU? denon.0 2018-06-07 21:54:34.300 debug Incoming data: NSET1SDN 000.000.000.000 denon.0 2018-06-07 21:54:34.265 debug Message sent: ZM? denon.0 2018-06-07 21:54:34.262 debug Incoming data: NSET1PDN 019.016.178.001 denon.0 2018-06-07 21:54:34.231 debug Incoming data: NSET1DGW 019.016.178.001 denon.0 2018-06-07 21:54:34.202 debug Incoming data: NSET1SNM 255.255.255.000 denon.0 2018-06-07 21:54:34.172 debug Incoming data: NSET1IPA 019.016.178.071 denon.0 2018-06-07 21:54:34.161 debug Message sent: NSFRN ? denon.0 2018-06-07 21:54:34.156 debug Incoming data: NSET1DHC ON denon.0 2018-06-07 21:54:34.046 debug Message sent: NSET1 ? denon.0 2018-06-07 21:54:33.945 debug Connected --> updating states on start denon.0 2018-06-07 21:54:33.943 info Adapter connected to DENON-AVR: 19.16.178.71:23 denon.0 2018-06-07 21:54:33.939 info Trying to connect to 19.16.178.71:23 denon.0 2018-06-07 21:54:33.935 info Starting DENON AVR adapter denon.0 2018-06-07 21:54:33.930 info starting. Version 0.1.3 in /opt/iobroker/node_modules/iobroker.denon, node: v6.12.3 denon.0 2018-06-07 21:54:33.610 debug statesDB connected denon.0 2018-06-07 21:54:33.545 debug objectDB connected host.ioBroker 2018-06-07 21:54:32.831 info instance system.adapter.denon.0 started with pid 341 `

                          Debug Log passt, wie erwartet bis auf das NSE. Läuft dein extra HEOS-Skript über Port 1255? CLI scheint diesen Port zu nutzen und die bislangen Display Infos bekommt man wohl http://rn.dmglobal.com/euheos/HEOS_CLI_ … cation.pdf zufolge unter Punkt 4.2.5 Get Now Playing Media.

                          Mir stellt sich eher die Frage, ob das nicht ein separaten Adapter wert wäre. Ist ein komplett anderes Protokoll und arbeitet mit JSONs, was ja wesentlich netter handhabbar ist als das aktuelle Skript.

                          Ich werde mir auf jeden Fall zeitnah was überlegen und implementieren, damit man mit den HEOS Receivern kein Timeout bekommt.

                          1 Reply Last reply Reply Quote 0
                          • B
                            Brati last edited by

                            Ja, das läuft über Port 1255 und genau diese Abfrage. Das wäre Tatsache eine andere Baustelle, weil Heos auch ohne den AVR läuft. Ich kann das Script verlinken…

                            Vermutlich müsste man NSE ab AVR X*300 nicht mehr abfragen und das nicht der Connect Trigger sein.

                            Grüße Brati

                            Von unterwegs gesendet...

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

                              Ja schade eigentlich, dass sie den Befehl "scheinbar" komplett entfernt haben über das AVR Protokoll.

                              Also ich habe in der README einen Vermerk geschrieben, dass der displayContent mit den HEOS Geräten nicht läuft.

                              Ebenfalls gibt es eine neue Version, einfach ausm Git ziehen. Timeout Problem bei HEOS ist "hoffentlich" behoben.

                              1 Reply Last reply Reply Quote 0
                              • B
                                Brati last edited by

                                Morjens,

                                es läuft jetzt ohne "timeouts" super!

                                Das auslesen über HEOS klappt auch noch, somit ist für diese Modelle wohl das Display entbehrlich. Wobei HEOS bei anderen Kanälen, z.B. Mediaplayer dann immer noch den Internet Radio Stream anzeigt…

                                So sieht meine Visu aus (die State stimmen natürlich nicht, weil sie noch auf dem Script basieren):
                                709_zwischenablage01.jpg
                                Grüße

                                Brati

                                1 Reply Last reply Reply Quote 0
                                • D
                                  daniel_2k last edited by

                                  Hallo Brati,

                                  ich sehe in deiner Visu Radiosender (z.B. 104.6RTL).

                                  Kannst du damit den Radiosender einstellen, also steuern?

                                  Wenn ja, wie machst du das? Das geht aber nicht über die "normale" Telnet-Verbindung, sondern über die HEOS-CLI-API (wie hier weiter oben schon erwähnt), oder?

                                  Hast du da ein Skript?

                                  Grüße

                                  Daniel

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    Brati last edited by

                                    Das ist leider sehr bescheiden bei DENON gelöst, insbesondere das man I Radio nicht auf die Preset legen kann.

                                    Unten siehst du Quick Select 1-4. Hab die View heute umgebaut mit 12x Heos Favorit en daneben.

                                    Mehr geht wohl nicht…

                                    Grüße Brati

                                    Von unterwegs gesendet...

                                    1 Reply Last reply Reply Quote 0
                                    • hg6806
                                      hg6806 Most Active last edited by

                                      Moin!

                                      Schön, dass es ednlich einen Denon Adapter gibt.

                                      Habe es installiert und bekomme bei der Adapterkonfig immer "File index.html not found"

                                      Habe schon mal den Pi neu gebootet und auch iobroker upload denon gemacht.

                                      Im Log steht

                                      denon.0	2018-06-10 09:11:43.820	info	Connection closed!
                                      denon.0	2018-06-10 09:11:43.819	error	Error: connect EHOSTUNREACH 192.168.178.31:23
                                      denon.0	2018-06-10 09:11:40.709	info	Trying to connect to 192.168.178.31:23
                                      denon.0	2018-06-10 09:11:10.702	info	Connection closed!
                                      denon.0	2018-06-10 09:11:10.700	error	Error: connect EHOSTUNREACH 192.168.178.31:23
                                      denon.0	2018-06-10 09:11:07.591	info	Trying to connect to 192.168.178.31:23
                                      

                                      Die IP ist falsch aber wo kann ich die einstellen, wenn ich bei der Adapterkonfig einen Fehlermeldung bekomme?

                                      1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators last edited by

                                        @hg6806:

                                        bekomme bei der Adapterkonfig immer "File index.html not found" `
                                        Hast du mal ein Upload gemacht?

                                        Gruß Rainer

                                        1 Reply Last reply Reply Quote 0
                                        • hg6806
                                          hg6806 Most Active last edited by

                                          Ich schrub bereits:

                                          Habe schon mal den Pi neu gebootet und auch iobroker upload denon gemacht.

                                          Das meintest du doch bestimmt oder?

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

                                            @hg6806:

                                            Moin!

                                            Schön, dass es ednlich einen Denon Adapter gibt.

                                            Habe es installiert und bekomme bei der Adapterkonfig immer "File index.html not found"

                                            Habe schon mal den Pi neu gebootet und auch iobroker upload denon gemacht.

                                            Im Log steht

                                            denon.0	2018-06-10 09:11:43.820	info	Connection closed!
                                            denon.0	2018-06-10 09:11:43.819	error	Error: connect EHOSTUNREACH 192.168.178.31:23
                                            denon.0	2018-06-10 09:11:40.709	info	Trying to connect to 192.168.178.31:23
                                            denon.0	2018-06-10 09:11:10.702	info	Connection closed!
                                            denon.0	2018-06-10 09:11:10.700	error	Error: connect EHOSTUNREACH 192.168.178.31:23
                                            denon.0	2018-06-10 09:11:07.591	info	Trying to connect to 192.168.178.31:23
                                            

                                            Die IP ist falsch aber wo kann ich die einstellen, wenn ich bei der Adapterkonfig einen Fehlermeldung bekomme? `

                                            Moin,

                                            die IP lässt sich im Admin einstellen, der bei dir wahrscheinlich eine Version < 3 hat. Ich werde mal die index.html bei Gelegenheit nachreichen, da ja der Admin3 noch nicht mal im stable ist.

                                            beste Grüße

                                            fox

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            778
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            denon
                                            28
                                            335
                                            51841
                                            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