Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Logitech Harmony Adapter

    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

    Logitech Harmony Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators last edited by

      @looxer01:

      Der will einfach nicht und beklagt sich über falsche Versionen `
      ich denke nicht, dass er es so meint 😉

      Ich habe gaaanz kurz dein log angesehen und als erstes sprang mir das ins auge:

      iobroker   2016-10-03 15:41:03.423   info   not found: git
      

      sei ein guter Junge und gib deinem kleinen Nuc die Flasche:

      apt-get install git
      

      Gruß

      Rainer

      1 Reply Last reply Reply Quote 0
      • L
        looxer01 last edited by

        aaaah - super - danke dir Rainer.

        das wars dann. Ich war durch die Versionen irregeleitet.

        Es Nuckelt jetzt wie ne eins 🙂

        lG Looxer

        1 Reply Last reply Reply Quote 0
        • S
          samsungfreak last edited by

          Hallo *,

          ich habe seit heute mein Hub und den Adapter im Einsatz aber bin noch nicht ganz schlau geworden wie ich die Aktionen schalten kann.

          Ziel ist es, dass ich via Alexa meine Aktion (Fernseher->Fernseher an, Sound Anlage an | Fernseher->Fernseher aus, Sound Anlage aus) ausführen kann.

          Wenn ich jetzt aber im Cloud Adapter die Aktion (Activite) auswähle und via Alexa starten will passiert "nichs".

          Kann mir jemand weiterhelfen?

          1 Reply Last reply Reply Quote 0
          • A
            arne0815 last edited by

            Hallo,

            Ich habe auch so meine Probleme mit git.

            Bei mir läuft seit heute ioBroker unter Windows und ich möchte Den Logitech Harmony Adapter installieren.

            apt-get install git geht nicht, er kennt apt-get nicht.

            Gruß Arne
            2226_fehler.jpg

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

              sieh mal in diesem Thread:

              http://forum.iobroker.net/viewtopic.php … ren#p50835

              Gruß

              Rainer

              1 Reply Last reply Reply Quote 0
              • A
                arne0815 last edited by

                Der Link hat schon mal geholfen, Adapter ist nun installiert.

                Nun muß er nur noch den Hub finden, mal sehen wie ich das hinbekomme.

                Gruß Arne

                1 Reply Last reply Reply Quote 0
                • B
                  BabooN-Syno last edited by

                  gibt es auch eine Lösung für die Git Installation auf einer Synology? =/

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

                    @BabooN-Syno:

                    gibt es auch eine Lösung für die Git Installation auf einer Synology? =/ `

                    Das würde mich auch brennend interessieren 😞

                    Hab nun meine Elite eingerichtet und hatte Hoffnung es in IO zu integrieren. Mein IO Broker läuft auf nem Docker auf Synology DS716+II

                    Fehlermeldung:

                    $ ./iobroker add harmony
                    npm install iobroker.harmony --production --prefix "/opt/iobroker" (System call)
                    npm
                     WARN engine harmonyhubjs-client@1.1.10: wanted: {"npm":">=3.0.0"} (current: {"node":"4.7.3","npm":"2.15.11"})
                    npm
                     WARN addRemoteGit Error: not found: gitnpm WARN addRemoteGit     at getNotFoundError (/usr/lib/node_modules/npm/node_modules/which/which.js:14:12)
                    npm
                     WARN addRemoteGit     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:69:19)npm WARN addRemoteGit
                         at E (/usr/lib/node_modules/npm/node_modules/which/which.js:81:29)npm
                     WARN addRemoteGit     at /usr/lib/node_modules/npm/node_modules/which/which.js:90:16npm WARN 
                    addRemoteGit     at /usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5npm WARN addRemoteGit     at /usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
                    npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:82:15)
                    
                    npm WARN addRemoteGit  git+https://github.com/swissmanu/ltx.git#cdata-for-ltx-parser resetting remote /root/.npm/_git-remotes/https-github-com-swissmanu-ltx-git-634cc128 because of error: { [Error: not found: git] code: 'ENOGIT' }
                    npm
                     WARN deprecated node-xmpp-stanza@1.1.0: use @xmpp/xml package <https: www.npmjs.com/package/@xmpp/xml="">npm
                     ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/swissmanu/ltx.git /root/.npm/_git-remotes/https-github-com-swissmanu-ltx-git-634cc128: undefinednpm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/swissmanu/ltx.git /root/.npm/_git-remotes/https-github-com-swissmanu-ltx-git-634cc128:
                     undefined
                    npm
                     ERR! Linux 3.10.77npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.harmony" "--production" "--prefix" "/opt/iobroker"
                    npm ERR! node v4.7.3
                    npm ERR! npm  v2.15.11
                    
                    npm ERR! code ENOGIT
                    npm ERR! not found: git
                    npm ERR! 
                    npm ERR! Failed using git.
                    npm ERR! This is most likely not a problem with npm itself.
                    npm ERR! Please check if you have git installed and in your PATH.
                    
                    npm ERR! Please include the following file with any support request:npm ERR!     /opt/npm-debug.log
                    
                    ERROR: host.DestiNas Cannot install iobroker.harmony: 1
                    ERROR: process exited with code 25</https:> 
                    
                    1 Reply Last reply Reply Quote 0
                    • B
                      Blackeye last edited by

                      Hi,

                      geht es nur um GIT? Bei mir ist das in der Paketquelle http://packages.synocommunity.com drin.

                      Jetzt muss mir aber jemand sagen wie ich über Alexa den Fernseher an und ausschalten kann….

                      @Desti:

                      @BabooN-Syno:

                      gibt es auch eine Lösung für die Git Installation auf einer Synology? =/ `

                      Das würde mich auch brennend interessieren 😞

                      Hab nun meine Elite eingerichtet und hatte Hoffnung es in IO zu integrieren. Mein IO Broker läuft auf nem Docker auf Synology DS716+II

                      Fehlermeldung:

                      $ ./iobroker add harmony
                      npm install iobroker.harmony --production --prefix "/opt/iobroker" (System call)
                      npm
                       WARN engine harmonyhubjs-client@1.1.10: wanted: {"npm":">=3.0.0"} (current: {"node":"4.7.3","npm":"2.15.11"})
                      npm
                       WARN addRemoteGit Error: not found: gitnpm WARN addRemoteGit     at getNotFoundError (/usr/lib/node_modules/npm/node_modules/which/which.js:14:12)
                      npm
                       WARN addRemoteGit     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:69:19)npm WARN addRemoteGit
                           at E (/usr/lib/node_modules/npm/node_modules/which/which.js:81:29)npm
                       WARN addRemoteGit     at /usr/lib/node_modules/npm/node_modules/which/which.js:90:16npm WARN 
                      addRemoteGit     at /usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5npm WARN addRemoteGit     at /usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
                      npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:82:15)
                      
                      npm WARN addRemoteGit  git+https://github.com/swissmanu/ltx.git#cdata-for-ltx-parser resetting remote /root/.npm/_git-remotes/https-github-com-swissmanu-ltx-git-634cc128 because of error: { [Error: not found: git] code: 'ENOGIT' }
                      npm
                       WARN deprecated node-xmpp-stanza@1.1.0: use @xmpp/xml package <https: www.npmjs.com/package/@xmpp/xml="">npm
                       ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/swissmanu/ltx.git /root/.npm/_git-remotes/https-github-com-swissmanu-ltx-git-634cc128: undefinednpm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/swissmanu/ltx.git /root/.npm/_git-remotes/https-github-com-swissmanu-ltx-git-634cc128:
                       undefined
                      npm
                       ERR! Linux 3.10.77npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.harmony" "--production" "--prefix" "/opt/iobroker"
                      npm ERR! node v4.7.3
                      npm ERR! npm  v2.15.11
                      
                      npm ERR! code ENOGIT
                      npm ERR! not found: git
                      npm ERR! 
                      npm ERR! Failed using git.
                      npm ERR! This is most likely not a problem with npm itself.
                      npm ERR! Please check if you have git installed and in your PATH.
                      
                      npm ERR! Please include the following file with any support request:npm ERR!     /opt/npm-debug.log
                      
                      ERROR: host.DestiNas Cannot install iobroker.harmony: 1
                      ERROR: process exited with code 25</https:> 
                      ```` ` 
                      1 Reply Last reply Reply Quote 0
                      • B
                        Blackeye last edited by

                        Hi,

                        wieso bekommt der Adapter teilweise den Statuswechsel nicht mit?

                        Ich hatte einen Harmony Adapter bei Openhab installiert und da lief das Teil wirklich ohne Probleme.

                        Gruß

                        Lars

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

                          @Blackeye:

                          Hi,

                          geht es nur um GIT? Bei mir ist das in der Paketquelle http://packages.synocommunity.com drin.

                          Jetzt muss mir aber jemand sagen wie ich über Alexa den Fernseher an und ausschalten kann….

                          @Desti:

                          @BabooN-Syno:

                          gibt es auch eine Lösung für die Git Installation auf einer Synology? =/ `

                          Das würde mich auch brennend interessieren 😞

                          Hab nun meine Elite eingerichtet und hatte Hoffnung es in IO zu integrieren. Mein IO Broker läuft auf nem Docker auf Synology DS716+II

                          Fehlermeldung:

                          $ ./iobroker add harmony
                          npm install iobroker.harmony --production --prefix "/opt/iobroker" (System call)
                          npm
                           WARN engine harmonyhubjs-client@1.1.10: wanted: {"npm":">=3.0.0"} (current: {"node":"4.7.3","npm":"2.15.11"})
                          npm
                           WARN addRemoteGit Error: not found: gitnpm WARN addRemoteGit     at getNotFoundError (/usr/lib/node_modules/npm/node_modules/which/which.js:14:12)
                          npm
                           WARN addRemoteGit     at F (/usr/lib/node_modules/npm/node_modules/which/which.js:69:19)npm WARN addRemoteGit
                               at E (/usr/lib/node_modules/npm/node_modules/which/which.js:81:29)npm
                           WARN addRemoteGit     at /usr/lib/node_modules/npm/node_modules/which/which.js:90:16npm WARN 
                          addRemoteGit     at /usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5npm WARN addRemoteGit     at /usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
                          npm WARN addRemoteGit     at FSReqWrap.oncomplete (fs.js:82:15)
                          
                          npm WARN addRemoteGit  git+https://github.com/swissmanu/ltx.git#cdata-for-ltx-parser resetting remote /root/.npm/_git-remotes/https-github-com-swissmanu-ltx-git-634cc128 because of error: { [Error: not found: git] code: 'ENOGIT' }
                          npm
                           WARN deprecated node-xmpp-stanza@1.1.0: use @xmpp/xml package <https: www.npmjs.com/package/@xmpp/xml="">npm
                           ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/swissmanu/ltx.git /root/.npm/_git-remotes/https-github-com-swissmanu-ltx-git-634cc128: undefinednpm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/swissmanu/ltx.git /root/.npm/_git-remotes/https-github-com-swissmanu-ltx-git-634cc128:
                           undefined
                          npm
                           ERR! Linux 3.10.77npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.harmony" "--production" "--prefix" "/opt/iobroker"
                          npm ERR! node v4.7.3
                          npm ERR! npm  v2.15.11
                          
                          npm ERR! code ENOGIT
                          npm ERR! not found: git
                          npm ERR! 
                          npm ERR! Failed using git.
                          npm ERR! This is most likely not a problem with npm itself.
                          npm ERR! Please check if you have git installed and in your PATH.
                          
                          npm ERR! Please include the following file with any support request:npm ERR!     /opt/npm-debug.log
                          
                          ERROR: host.DestiNas Cannot install iobroker.harmony: 1
                          ERROR: process exited with code 25</https:> 
                          ```` `  `  
                          

                          Leider ist das nicht ganz so einfach, da iobroker in nem docker installiert ist 😞

                          UPDATE: Hab es dann doch hinbekommen auf der Synology im Docker.

                          Ab in terminal und mit "apt-get install git" im Docker installiert. Installation des Adapters mit Fehlermeldungen, aber es lief durch :))))

                          1 Reply Last reply Reply Quote 0
                          • F
                            Findus last edited by

                            @Blackeye:

                            Hi,

                            wieso bekommt der Adapter teilweise den Statuswechsel nicht mit?

                            Ich hatte einen Harmony Adapter bei Openhab installiert und da lief das Teil wirklich ohne Probleme.

                            Gruß

                            Lars `

                            Habe das gleiche Problem…. ab und zu bekommt der Adapter den Statusechsel (e.g. Fernsehen, FireTV) nicht mit.

                            Ist dies ein bekanntes Problem?

                            1 Reply Last reply Reply Quote 0
                            • P
                              Pman last edited by

                              Ich kann nur vermuten, dass der Hub zu diesem Zeitpunkt nicht korrekt im WLAN hängt oder es gibt noch einen Bug. Ich bräuchte dann zumindest mal LOGs, am besten mit aktiviertem DEBUG, um mir das näher anzusehen.

                              1 Reply Last reply Reply Quote 0
                              • F
                                Findus last edited by

                                Hi Pman,

                                Danke.. Mache ich gerne … Kannst du mir kurz beschreiben was ich genau machen soll? Wie schalte ich debug ein, welches log... nur um Missverstaendnisse zu vermeiden...

                                Gruesse

                                Findus

                                1 Reply Last reply Reply Quote 0
                                • F
                                  Findus last edited by

                                  Habe jetzt nochmal ein bisschen experimentiert und habe folgendes herausgefunden.

                                  ich habe folgenden Status in IOBroker Obects Tab:

                                  harmony.0.Harmony_Hub.activities.currentActivity steht bei mir auf "Fernsehen" wenn ich bei iobroker unter Objects nachschaue.

                                  Wenn ich nun in javascript folgendes ausfuehre

                                  switch(getState("harmony.0.Harmony_Hub.activities.currentActivity").val)

                                  {

                                  case "Fernsehen":

                                  console.log("Fernsehen");

                                  break;

                                  case "Power_Off": // Raspi Mode

                                  console.log("Power_Off (raspi)");

                                  break;

                                  ….

                                  }

                                  dann lande ich nicht in "FERNSEHEN" sondern in "POWER_Off" was richtig ist.

                                  so wie es ausschaut ist die currentActivity korrekt aber die Darstellung im Inbroker Objects tab falsch ( kein update ....)

                                  Viele Gruesse

                                  Findus

                                  1 Reply Last reply Reply Quote 0
                                  • F
                                    Findus last edited by

                                    Habe leider weiterhin Probleme mit Harmony adapter

                                    wenn ich die activity setzen moechte kommt jetzt dieser Fehler. Harmony funktioniert tadellos und macht was sie soll… nur der Adapter scheint Probleme zu haben.

                                    Dies passiert natuerlich nur von Zeit zu Zeit.

                                    harmony.0 2017-04-14 10:27:26.404 warn error changing activity, client offline

                                    Gruss

                                    Findus

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      Pman last edited by

                                      Stand vorher schon was im LOG? "lost client" oder ähnliches?

                                      1 Reply Last reply Reply Quote 0
                                      • F
                                        Findus last edited by

                                        Am Vortag habe ich folgende Eintraege gefunden …

                                        2017-04-13 05:45:13.098 - ^[[32minfo^[[39m: harmony.0 client ended: Harmony_Hub

                                        2017-04-13 05:45:14.169 - ^[[32minfo^[[39m: harmony.0 keep alive failed: Error: Timed out after 5000 ms

                                        2017-04-13 05:45:24.204 - ^[[33mwarn^[[39m: harmony.0 could not connect to Harmony Hub: Error: Timed out after 5000 ms

                                        2017-04-13 05:45:42.002 - ^[[32minfo^[[39m: harmony.0 discovered Harmony Hub

                                        2017-04-13 05:45:42.071 - ^[[32minfo^[[39m: harmony.0 connecting to Harmony Hub

                                        2017-04-13 05:45:44.448 - ^[[32minfo^[[39m: harmony.0 connected to Harmony Hub

                                        2017-04-13 05:45:45.581 - ^[[32minfo^[[39m: harmony.0 synced hub config

                                        dies ist mehrmals aufgetreten

                                        ...

                                        2017-04-13 06:16:11.146 - ^[[32minfo^[[39m: harmony.0 keep alive failed: Error: Timed out after 5000 ms

                                        2017-04-13 06:16:11.148 - ^[[32minfo^[[39m: harmony.0 client ended: Harmony_Hub

                                        2017-04-13 06:16:11.423 - ^[[32minfo^[[39m: harmony.0 keep alive failed: Error: Timed out after 5000 ms

                                        2017-04-13 06:16:13.789 - ^[[33mwarn^[[39m: harmony.0 lost Harmony Hub

                                        2017-04-13 06:16:21.158 - ^[[33mwarn^[[39m: harmony.0 could not connect to Harmony Hub: Error: Timed out after 5000 ms

                                        2017-04-13 06:16:23.656 - ^[[32minfo^[[39m: harmony.0 discovered Harmony Hub

                                        2017-04-13 06:16:23.722 - ^[[32minfo^[[39m: harmony.0 connecting to Harmony Hub

                                        2017-04-13 06:16:26.101 - ^[[32minfo^[[39m: harmony.0 connected to Harmony Hub

                                        2017-04-13 06:16:27.197 - ^[[32minfo^[[39m: harmony.0 synced hub config

                                        danach aber war Ruhe... an diesem Tag mit Eintraegen

                                        erst am naechsten Tag dann sobald ich den HUB in den Airplaymode schalten wollte

                                        2017-04-14 09:58:28.666 - ^[[32minfo^[[39m: javascript.0 script.js.common.Activities: switch Harmony to Airplay mode

                                        2017-04-14 09:58:28.684 - ^[[33mwarn^[[39m: harmony.0 error changing activity, client offline

                                        2017-04-14 09:58:29.153 - ^[[32minfo^[[39m: javascript.0 script.js.common.Activities: Airplay

                                        Gruss

                                        Findus

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

                                          Ich hatte früher das Problem, dass die WLAN Verbindung vom Hub abgebrochen ist (rote LED am Hub).

                                          Das wäre eine Erklärung für den LOG-Eintrag.

                                          Wenn die LED rot ist, funktioniert aber die "normale" Ferbedienung - man merkt also nix davon.

                                          Seit ich einen neuen WLAN-AP habe, ist Ruhe.

                                          Überprüfe vielleicht einmal ob es bei Problemen an der Verbindung liegt.

                                          LG Schubi

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            Pman last edited by

                                            Diese LOG Einträge sehen aus wie normale Verbindungsprobleme, die der Hub leider oft hat. WLAN-Kanal wechseln, Position des Hub oder Routers können helfen. Warum es dann genau im Moment der Nutzung passiert ist aber interessant, anscheinend wurde dieser Disconnect nicht vorzeitig erkannt.

                                            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

                                            560
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            22
                                            118
                                            25170
                                            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