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.
    • M
      miwe @manny4566 last edited by

      @manny4566

      Danke für die Infos - ich werde mal ein Weilchen warten, vielleicht kommt ja ein Update raus.
      Am WE werde ich mich dann sicher mal damit beschäftigen.
      Auf die Bastelei mit den Aktivitäten habe ich momentan wenig Lust - ich war froh dass das so zuverlässig lief.

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

        @miwe

        Ich hoffe auch das bald ein Update herauskommt.
        Jetzt wieder auf eine alte Version zurück und alles wieder auf Objekte ohne Underscores umzubauen erscheint mir nicht
        zielführend.

        Frage mich aber so oder so: Warum geht plötzlich die 'zukunftssichere' Websocks Verbindung nicht mehr, dafür aber wieder das alte XMPP Geraffel?

        Hätte mir eigentlich gedacht das nun sowohl als auch funktioniert.

        M 1 Reply Last reply Reply Quote 0
        • M
          miwe @kaiserm last edited by

          @kaiserm
          Ja, eine duale Lösung wäre doch was. Es funktionierte seit dem letzten Update des Adapters absolut zuverlässig - warum die Logitechler wieder alles kaputtmachen müssen ist mir ein Rätsel. Irgendwie bauen sich da bei mir Rachegelüste auf 🐶

          1 Reply Last reply Reply Quote 0
          • dslraser
            dslraser Forum Testing Most Active @Kuddel last edited by dslraser

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

            @Menne

            Struktur unter Adapter Version 0.9.3:

            harmony.0.Harmony Hub
            

            Struktur unter Adapter Version 1.x.x

            harmony.0.Harmony_Hub
            

            In meinen Skript ist überall "Harmony_Hub" eingebaut.

            Somit muss ich einfach nur den Wert Syncen:

            1. neues Datenobjekt anlegen
              -> harmony.0.Harmony_Hub.activities.currentActivity

            HarmonyHubSync.PNG

            Ich habe damals bei dem Wechsel schon die Problematik nicht gehabt und habe sie auch diesmal wieder nicht.
            Woher kommt bei Euch das Harmony Hub oder Harmony_Hub ?
            Habt Ihr den extra so benannt ?

            Bei mir sah das schon immer so aus...
            Bildschirmfoto 2019-02-20 um 15.59.49.png

            K 1 Reply Last reply Reply Quote 0
            • D
              dos1973 @manny4566 last edited by

              @manny4566

              Danke, konnte es damit jetzt erstmal lösen.

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

                Warum sperrt ihr das ding nicht fuers internet? Benutze das Teil auch nur fuer iobroker.. Hat bei mir noch nie ein Update gesehen... Bei mir Ist nur online was online sein muss...also nur das noetigste

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

                  Wenn ich bei mir über die App XMPP aktivieren will, stellt er keine Verbindung zu den Logitech Servern her. Bitte warten... -.-

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

                    @danw Beide Geräte, also HUB und Fernbedienung müssen mit der aktuellen Firmware upgedatet sein, sonnst
                    hängt die Verbindung in der App. Einfach Firmware nochmal prüfen mit der "Alt-F9" Methode...

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

                      @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
                      cd /opt/iobroker/node_modues/iobroker.harmony
                      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

                      SRo769 M K M Dr. Bakterius 6 Replies Last reply Reply Quote 1
                      • SRo769
                        SRo769 @danw last edited by

                        @danw

                        perfekt, funktioniert hervoragend. Danke!

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

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

                          iobroker upload harmony

                          Perfekt! Funktioniert tadellos 🙂

                          1 Reply Last reply Reply Quote 0
                          • K
                            Kuddel @dslraser last edited by

                            @dslraser seit dem ich mit ioBroker zu tun habe, kenne ich die Objekte vom HarmonyHub Adapter nur mit Unterstrich.

                            Bei einer Version zwischendurch, kam dann das Leerzeichen, wurde letztendlich aber wieder ersetzt

                            1 Reply Last reply Reply Quote 0
                            • 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
                                            • First post
                                              Last post

                                            Support us

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

                                            445
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

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