Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Und wieder einmal Harmony... Firmware 4.15.250...

    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

    Und wieder einmal Harmony... Firmware 4.15.250...

    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      Kuddel @danw last edited by

      @danw super, funktioniert wieder.

      Wie genau geht es jetzt weiter?

      Wird das Problem mit einer neuen Adapter-Version gefixt?

      Sollte man dem HUB den Zugang zum Internet sperren?

      ? 1 Reply Last reply Reply Quote 0
      • M
        Master77 @danw last edited by

        @danw sagte in Und wieder einmal Harmony... Firmware 4.15.250...:

        So gehts mit V1.0.0, sodass die Leerzeichen/Unterstrich Problematik nicht entsteht

        Instanz stoppen
        
        cd /opt/iobroker
        npm install iobroker.harmony@1.0.0 --production
        npm install @harmonyhub/client@1.0.6
        cd /opt/iobroker
        iobroker upload harmony
        
        Instanz starten
        

        Hat einwandfrei funktioniert.
        Vielen Dank @Bertilax und @foxriver76

        Gruß Markus

        1 Reply Last reply Reply Quote 0
        • ?
          A Former User @Kuddel last edited by A Former User

          @Kuddel sagte in Und wieder einmal Harmony... Firmware 4.15.250...:

          @danw super, funktioniert wieder.
          Sollte man dem HUB den Zugang zum Internet sperren?

          Was soll dann der Hub noch für ein Sinn und Zweck haben.
          Schon eine Änderung in der Fernbedienung ist ein Zugriff auf deren Server nötig.
          In der Zeit würdest du gleich das ZwangsUpdate beziehen...

          So lange es immer eine Lösung gibt, mache ich mir darüber keinen Kopp.

          1 Reply Last reply Reply Quote 0
          • Dr. Bakterius
            Dr. Bakterius Most Active @danw last edited by

            @danw Danke, ich hatte zwar keine Probleme mit dem Unterstrich dafür mit meinem Subnet. Das wurde dadurch auch behoben.

            1 Reply Last reply Reply Quote 0
            • M
              manne01 last edited by manne01

              Hänge mich hier mal dran. Mann ey nervt das...

              padrino 1 Reply Last reply Reply Quote 0
              • padrino
                padrino Most Active @manne01 last edited by

                @manne01 sagte in Und wieder einmal Harmony... Firmware 4.15.250...:

                Hänge mich hier mal dran. Mann ey nervt das...

                Hmm, dafür gäb's auch

                abo.jpg

                😁

                1 Reply Last reply Reply Quote 0
                • K
                  kaiserm last edited by

                  Vielen Dank!

                  Ich habe es mit den Tipps hier auch wieder zum laufen bekommen.

                  Bei mir läuft es jedoch nur mit der 1.0.0 des Harmony Adapters.

                  Nach dem ausführen von npm install @harmonyhub/client@1.0.6
                  erhalte ich kurz darauf den Fehler: npm ERR! code 1

                  Keine Ahnung was das Problem ist.

                  Läuft aber jetzt erst mal stabil mit der 1.0.0
                  Hoffe mal auf eine 1.1.6 die auch wieder mit Websocks funktioniert und XMPP wieder deaktiviert werden kann.

                  Irgendwann schaltet das Logitech so oder so wieder ab.

                  1 Reply Last reply Reply Quote 0
                  • K
                    kukoratsch @danw last edited by

                    @danw said in Und wieder einmal Harmony... Firmware 4.15.250...:

                    @Bertilax Beides 4.15.250, geht leider nicht. App-Version ist auch auf 5.6, wie im Logitech Artikel erwähnt
                    //edit: Anderes Handy ging, warum auch immer.
                    So gehts mit V1.0.0, sodass die Leerzeichen/Unterstrich Problematik nicht entsteht
                    Instanz stoppen

                    cd /opt/iobroker
                    npm install iobroker.harmony@1.0.0 --production
                    npm install @harmonyhub/client@1.0.6
                    cd /opt/iobroker
                    iobroker upload harmony

                    Instanz starten

                    Credits dafür an @Bertilax und @foxriver76 , wollte nur mal alle Befehle zusammenschreiben

                    Habe nach diese Anleitung gemacht. Jetzt Kann ich keine instnz hinzufügen
                    log

                    $ ./iobroker add harmony --host rock64
                    host.rock64 install adapter harmony
                    npm install --production (System call) in "/opt/iobroker/node_modules/iobroker.harmony"
                    npm
                    WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
                    npm
                    WARN deprecated node-xmpp-stanza@1.1.1: use @xmpp/xml package https://www.npmjs.com/package/@xmpp/xml
                    npm
                    WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
                    npm
                    WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
                    npm
                    WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
                    npm
                    WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
                    npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.harmony
                    npm
                    ERR! path /opt/iobroker/node_modules/iobroker.harmonynpm ERR! code EACCES

                    npm ERR! errno -13npm ERR! syscall access

                    npm
                    ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.harmony'npm ERR! { Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.harmony'
                    npm ERR! stack: 'Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.harmony'',
                    npm ERR! errno: -13,
                    npm ERR! code: 'EACCES',
                    npm ERR! syscall: 'access',
                    npm ERR! path: '/opt/iobroker/node_modules/iobroker.harmony' }

                    npm ERR! npm ERR! The operation was rejected by your operating system.
                    npm ERR! It is likely you do not have the permissions to access this file as the current user
                    npm ERR!
                    npm ERR! If you believe this might be a permissions issue, please double-check the
                    npm ERR! permissions of the file and its containing directories, or try running
                    npm ERR!
                    the command again as root/Administrator (though this is not recommended).

                    npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2019-02-21T18_03_10_633Z-debug.log

                    Cannot install iobroker.harmony: 243
                    ERROR: process exited with code 25


                    kann mir jemand helfen?

                    D 1 Reply Last reply Reply Quote 0
                    • T
                      Thespeedsurfer last edited by Thespeedsurfer

                      Ich habe das gleiche Problem. Bin auch nach dem Workaround gegangen.
                      Wie füge ich eine Instanz zu?

                      1 Reply Last reply Reply Quote 0
                      • W
                        wizzardking last edited by

                        Ich habe ebenfalls diese Anleitung befolgt und über die Objekte kann ich nun wieder ganz normal ein Kommando senden.

                        Leider funktioniert die Steuerung per Script aber nicht mehr. Hat hier einer eine Ahnung, wie ich das beheben kann?

                        Log:
                        Screenshot_6.png

                        Script:
                        Screenshot_9.png

                        (Mit debug getestet. Das Script läuft gut bis zum Ausführen dieses Befehls, deswegen spare ich es hier das komplette Script zu posten)

                        1 Reply Last reply Reply Quote 0
                        • M
                          Marty56 last edited by

                          @foxriver76
                          Es wäre super, wenn Du eine Einschätzung geben würdest, ob und vielleicht auch wann Du einen Update des Adapters machen kannst.
                          Diese Downgraderei und Aktivierung des (unsicheren) XMPP Verfahren würde ich gerne vermeiden und wenn ich wüsste, dass es in ein paar Wochen wieder geht, dann würde ich die Fehlfunktion einfach aussitzen.

                          1 Reply Last reply Reply Quote 0
                          • D
                            danw @kukoratsch last edited by

                            @kukoratsch Vorher mit "sudo su -" zum root machen.
                            @wizzardking Nur eine Warnung, sollte, wenn die neue Version wieder kommt, automatisch verschwinden.

                            1 Reply Last reply Reply Quote 0
                            • C
                              csamaggi last edited by

                              Ist zwar schade das der Adapter derzeit in der Version 1.0 nicht läuft aber ich denke Foxriver wird so schnell er kann ein Update bringen.

                              @Marty56 Ohne das öffnen der XMPP auf deinem Hub wird es garnicht gehen dass misst du schon machen sonst läuft auch die neue Adapterversion nicht die Foxriver mal bringen wird.

                              MFG Maggi

                              D M 2 Replies Last reply Reply Quote 0
                              • D
                                danw @csamaggi last edited by

                                @csamaggi Es läuft in 1.0. Siehe Workaround oben.

                                1 Reply Last reply Reply Quote 0
                                • ?
                                  A Former User last edited by A Former User

                                  Ich kann es auch nochmal bestätigen, das bei mir der Workaround mit sämtlichen Scripten und Szenen seit 2 Tagen läuft...ich erkenne auch keine Nachteile.

                                  @wizzardking, die WarnMeldungen sind normal...die habe ich auch.
                                  Einfach mal den Befehl im script neu anlegen....würde ich sagen.
                                  ...und umschalten mit dem Befehl ist auch komisch.

                                  Vielleicht wäre es so besser...das betrifft aber die Lautstärke vom AVR.
                                  Nur ein Beispiel...

                                  on({id: "system.adapter.javascript.0.AVR.AVR:LEISER"/*AVR:LEISER*/, change: "any"}, function (obj) {
                                    var value = obj.state.val;
                                    var oldValue = obj.oldState.val;
                                    if (getState("system.adapter.javascript.0.AVR.AVR:LEISER").val === true) {
                                      for (var count = 0; count < 6; count++) {
                                        setState("harmony.0.Harmony_Hub.AVR.VolumeDown"/*AVR:VolumeDown*/, true);
                                      }
                                    }
                                  });
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    davincino @Kuddel last edited by

                                    @Kuddel
                                    Noch einfacher sind solche Dinge mit dem Blockly "Binde"-Elemente unter dem Menü "System".

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      jupzup last edited by

                                      Auf github gibt es nun auch ein Adapter Update von foxriver76 in der Version 1.2.1.

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

                                        Und die neue Adapterversion funktioniert bei mir.
                                        DANKE 👋

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          Marty56 @csamaggi last edited by

                                          @csamaggi
                                          Die neue Version funktioniert ohne das Freischalten von XMPP.
                                          @foxriver76
                                          Danke für die super schnelle Reaktion!!

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

                                            hatte vorher kurzzeitig die 1.0-Variante installiert und wollte updaten. Der Vorgang wurde leider mit einer Fehlermeldung beendet. Hab dann mal im iobroker-Ordner nach den Berechtigungen geschaut. Dort war der Harmony-Adapter mit Root eingetragen - hab ihn da gelöscht und einfach im iobroker neu installiert. Das hat geklappt. Die Verbindung zum Hub ist auch sofort da. Perfekt, auch von mir ein großes Danke!

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            575
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            29
                                            101
                                            10292
                                            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