Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Frage: Installation auf OS X

    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

    Frage: Installation auf OS X

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

      Hallo,

      ich würde iobroker gern auf OS X installieren. CCU.IO läuft im terminal seit einem Jahr perfekt. Jetzt möchte ich mich in iobroker einarbeiten.

      Ich habe es bisher zweimal versucht und bin gescheitert. Node.js installieren war kein Problem, CouchDB ebenfalls nicht. Redis macht aber Schwierigkeiten. Gibt es ein HowTo?

      Grüße

      Pix
      983_eua7er2h.txt

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

        Hallo pix und Willkommen im Forum,

        erst einmal vorweg, ich bin kein Apfelmännchen 😉

        Aber wenn ccu.io läuft und der große Unterschied dazu (= couch und redis) auch, dann MUSS auch ioBroker laufen.

        wo hängt es denn?

        Edit: Download hier? https://codeload.github.com/ioBroker/io … zip/master

        gibt es bei deiner Inst auch diese datei:
        > open the file /etc/couchdb/local.ini and replace the line ;bind_address = 127.0.0.1 by bind_address = 0.0.0.0 (make sure to remove the semicolon at the beginning of the line)

        und die Änderungen durchgeführt?

        Nach dem letzten update heute nachmittag läufts bei mir auch nicht mehr ganz rund - bluefox ist dran.

        Gruß

        Rainer

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

          Hallo Homoran,

          danke für die Hilfe. Ich das Projekt erstmal wieder auf Eis gelegt. Ich bastele lieber noch etwas an ccu.io rum und widme mich iobroker dann im nächsten Jahr.

          Gruß

          Pix

          1 Reply Last reply Reply Quote 0
          • H
            Headroom68 last edited by

            Hallo,

            ich habe ioBroker erfolgreich auf einem MacMini(OSX 10.9.5) laufen. Die Installation war relativ einfach.

            Anbei die Anleitung der einzelnen Schritte. Da ich schon ccu.io und andere Projekte am laufen habe, kann es sein, dass noch andere Module installiert werden müssen.

            Als Installations-User wurde ein User (dev) mit Admin-Rechten gewählt.

            Installation von ioBroker auf OSX

            1. HomeBrew installieren

            2. xcode installieren

            3. redis installieren

            4. ioBroker installieren

            5. Adapter installieren

            Homebrew installieren

            Homebrew von http://github.com/mxcl/homebrew herunterladen und nach Anleitung installieren.

            Da ich dies schon vor langer Zeit gemacht habe, habe ich hier keine weiteren Infos.

            xcode installieren

            Über den Mac-Appstore xcode von Apple suchen und installieren.

            redis installieren

            redis wird mittels brew installiert: brew install redis

            ==> Downloading https://downloads.sf.net/project/machom … tle.tar.gz

            ######################################################################## 100,0%

            ==> Pouring redis-2.8.18.mavericks.bottle.tar.gz

            ==> Caveats

            To have launchd start redis at login:

            ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents

            Then to load redis now:

            launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist

            Or, if you don't want/need launchctl, you can just run:

            redis-server /usr/local/etc/redis.conf

            ==> Summary

            /usr/local/Cellar/redis/2.8.18: 10 files, 1,4M

            redis-server /usr/local/etc/redis.conf

            ioBroker installieren (nach Anleitung: http://forum.iobroker.org/viewtopic.php?f=8&t=248#p1339 )

            • ioBroker Verzeichnis anlegen: mkdir /Users/dev/Projekte/ioBroker

            • ins Verzeichnis wechseln: cd /Users/dev/Projekte/ioBroker

            • ioBroker herunterladen: git clone https://github.com/ioBroker/ioBroker.js-controller /Users/dev/Projekte/ioBroker

            Cloning into '/Users/dev/Projekte/ioBroker'...

            remote: Counting objects: 3653, done.

            remote: Total 3653 (delta 0), reused 0 (delta 0)

            Receiving objects: 100% (3653/3653), 67.31 MiB | 3.78 MiB/s, done.

            Resolving deltas: 100% (2146/2146), done.

            Checking connectivity... done.

            • Abhängigkeiten der Dateien: npm install --production

            • Rechte setzen: chmod +x iobroker

            • Datenbank erstmalig initialisieren: ./iobroker setup

            object system.certificates created

            object system.repositories created

            object system.config created

            object enum.rooms created

            object system.group.user created

            object system.group.administrator created

            object _design/system created

            object system.user.admin created

            object system.meta.uuid created

            • update des ioBroker: ./iobroker update

            • WebAdmin starten und initialisieren: ./iobroker add admin --enabled

            download https://github.com/ioBroker/ioBroker.ad ... master.zip

            downloaded /Users/dev/Projekte/ioBroker/lib/../tmp/admin.zip

            unzip /Users/dev/Projekte/ioBroker/lib/../tmp/admin.zip

            copying /Users/dev/Projekte/ioBroker/lib/../tmp/admin/ioBroker.admin-master to /Users/dev/Projekte/ioBroker/lib/../adapter/admin(Version: 0.2.5)

            delete /Users/dev/Projekte/ioBroker/lib/../tmp/admin

            create instance admin

            object system.adapter.admin.2.uptime created

            object system.adapter.admin.2.memRss created

            object system.adapter.admin.2.memHeapTotal created

            object system.adapter.admin.2.memHeapUsed created

            object system.adapter.admin.2.connected created

            object system.adapter.admin.2.alive created

            object system.adapter.admin.2 created

            • ioBroker starten: ./iobroker start

            Starting ioBroker controller daemon...

            ioBroker controller daemon started. PID: 28105

            • Webseite aufrufen: http://127.0.0.1:8081

            Adapter hinzufügen (hier DWD):

            ./iobroker add dwd

            download https://github.com/ioBroker/ioBroker.dw ... master.zip

            downloaded /Users/dev/Projekte/ioBroker/lib/../tmp/dwd.zip

            unzip /Users/dev/Projekte/ioBroker/lib/../tmp/dwd.zip

            copying /Users/dev/Projekte/ioBroker/lib/../tmp/dwd/ioBroker.dwd-master to /Users/dev/Projekte/ioBroker/lib/../adapter/dwd(Version: 0.1.1)

            delete /Users/dev/Projekte/ioBroker/lib/../tmp/dwd

            install adapter dwd

            npm install "/Users/dev/Projekte/ioBroker/lib/../adapter/dwd" --production --prefix "/Users/dev/Projekte/ioBroker/lib/../adapter/dwd"

            got /Users/dev/Projekte/ioBroker/lib/../adapter/dwd/admin

            upload dwd.admin /Users/dev/Projekte/ioBroker/lib/../adapter/dwd/admin/index.html index.html text/html

            upload dwd.admin /Users/dev/Projekte/ioBroker/lib/../adapter/dwd/admin/dwd.png dwd.png image/png

            object system.adapter.dwd created

            create instance dwd

            object dwd.0.warning.description created

            object dwd.0.warning.headline created

            object dwd.0.warning.text created

            object dwd.0.warning.severity created

            object dwd.0.warning.end created

            object dwd.0.warning.begin created

            object dwd.0.warning created

            object system.adapter.dwd.0.uptime created

            object system.adapter.dwd.0.memRss created

            object system.adapter.dwd.0.memHeapTotal created

            object system.adapter.dwd.0.memHeapUsed created

            object system.adapter.dwd.0.connected created

            object system.adapter.dwd.0.alive created

            object system.adapter.dwd.0 created

            Grüße

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

              @Headroom68:

              Hallo,

              ich habe ioBroker erfolgreich auf einem MacMini(OSX 10.9.5) laufen. Die Installation war relativ einfach.

              Anbei die Anleitung der einzelnen Schritte. Da ich schon ccu.io und andere Projekte am laufen habe, kann es sein, dass noch andere Module installiert werden müssen.

              Als Installations-User wurde ein User (dev) mit Admin-Rechten gewählt.

              Installation von ioBroker auf OSX

              1. HomeBrew installieren

              2. xcode installieren

              3. redis installieren

              4. ioBroker installieren

              5. Adapter installieren

              Homebrew installieren

              Homebrew von http://github.com/mxcl/homebrew herunterladen und nach Anleitung installieren.

              Da ich dies schon vor langer Zeit gemacht habe, habe ich hier keine weiteren Infos.

              xcode installieren

              Über den Mac-Appstore xcode von Apple suchen und installieren.

              redis installieren

              redis wird mittels brew installiert: brew install redis

              ==> Downloading https://downloads.sf.net/project/machom … tle.tar.gz

              ######################################################################## 100,0%

              ==> Pouring redis-2.8.18.mavericks.bottle.tar.gz

              ==> Caveats

              To have launchd start redis at login:

              ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents

              Then to load redis now:

              launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist

              Or, if you don't want/need launchctl, you can just run:

              redis-server /usr/local/etc/redis.conf

              ==> Summary

              /usr/local/Cellar/redis/2.8.18: 10 files, 1,4M

              redis-server /usr/local/etc/redis.conf

              ioBroker installieren (nach Anleitung: http://forum.iobroker.org/viewtopic.php?f=8&t=248#p1339 )

              • ioBroker Verzeichnis anlegen: mkdir /Users/dev/Projekte/ioBroker

              • ins Verzeichnis wechseln: cd /Users/dev/Projekte/ioBroker

              • ioBroker herunterladen: git clone https://github.com/ioBroker/ioBroker.js-controller /Users/dev/Projekte/ioBroker

              Cloning into '/Users/dev/Projekte/ioBroker'...

              remote: Counting objects: 3653, done.

              remote: Total 3653 (delta 0), reused 0 (delta 0)

              Receiving objects: 100% (3653/3653), 67.31 MiB | 3.78 MiB/s, done.

              Resolving deltas: 100% (2146/2146), done.

              Checking connectivity... done.

              • Abhängigkeiten der Dateien: npm install --production

              • Rechte setzen: chmod +x iobroker

              • Datenbank erstmalig initialisieren: ./iobroker setup

              object system.certificates created

              object system.repositories created

              object system.config created

              object enum.rooms created

              object system.group.user created

              object system.group.administrator created

              object _design/system created

              object system.user.admin created

              object system.meta.uuid created

              • update des ioBroker: ./iobroker update

              • WebAdmin starten und initialisieren: ./iobroker add admin --enabled

              download https://github.com/ioBroker/ioBroker.ad ... master.zip

              downloaded /Users/dev/Projekte/ioBroker/lib/../tmp/admin.zip

              unzip /Users/dev/Projekte/ioBroker/lib/../tmp/admin.zip

              copying /Users/dev/Projekte/ioBroker/lib/../tmp/admin/ioBroker.admin-master to /Users/dev/Projekte/ioBroker/lib/../adapter/admin(Version: 0.2.5)

              delete /Users/dev/Projekte/ioBroker/lib/../tmp/admin

              create instance admin

              object system.adapter.admin.2.uptime created

              object system.adapter.admin.2.memRss created

              object system.adapter.admin.2.memHeapTotal created

              object system.adapter.admin.2.memHeapUsed created

              object system.adapter.admin.2.connected created

              object system.adapter.admin.2.alive created

              object system.adapter.admin.2 created

              • ioBroker starten: ./iobroker start

              Starting ioBroker controller daemon...

              ioBroker controller daemon started. PID: 28105

              • Webseite aufrufen: http://127.0.0.1:8081

              Adapter hinzufügen (hier DWD):

              ./iobroker add dwd

              download https://github.com/ioBroker/ioBroker.dw ... master.zip

              downloaded /Users/dev/Projekte/ioBroker/lib/../tmp/dwd.zip

              unzip /Users/dev/Projekte/ioBroker/lib/../tmp/dwd.zip

              copying /Users/dev/Projekte/ioBroker/lib/../tmp/dwd/ioBroker.dwd-master to /Users/dev/Projekte/ioBroker/lib/../adapter/dwd(Version: 0.1.1)

              delete /Users/dev/Projekte/ioBroker/lib/../tmp/dwd

              install adapter dwd

              npm install "/Users/dev/Projekte/ioBroker/lib/../adapter/dwd" --production --prefix "/Users/dev/Projekte/ioBroker/lib/../adapter/dwd"

              got /Users/dev/Projekte/ioBroker/lib/../adapter/dwd/admin

              upload dwd.admin /Users/dev/Projekte/ioBroker/lib/../adapter/dwd/admin/index.html index.html text/html

              upload dwd.admin /Users/dev/Projekte/ioBroker/lib/../adapter/dwd/admin/dwd.png dwd.png image/png

              object system.adapter.dwd created

              create instance dwd

              object dwd.0.warning.description created

              object dwd.0.warning.headline created

              object dwd.0.warning.text created

              object dwd.0.warning.severity created

              object dwd.0.warning.end created

              object dwd.0.warning.begin created

              object dwd.0.warning created

              object system.adapter.dwd.0.uptime created

              object system.adapter.dwd.0.memRss created

              object system.adapter.dwd.0.memHeapTotal created

              object system.adapter.dwd.0.memHeapUsed created

              object system.adapter.dwd.0.connected created

              object system.adapter.dwd.0.alive created

              object system.adapter.dwd.0 created

              Grüße `
              Sieht gut aus. Ich selbst konnte so was nie machen, weil ich einfach zu weit weg von OSX bin. Überlege aber ob ich das nicht in readme.MD reinnehmen sollte.

              Danke. 🙂

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

                Hallo,

                jetzt habe ich mich doch nochmal testweise an die OS X Installation herangewagt. Bluefox hatte ja kürzlich gepostet, dass CouchDB und Redis nicht mehr nötig seien. Also bin ich so vorgegangen:

                node-js auf dem Mac installiert (falls noch nicht der Fall)

                neuen Ordner angelegt (erstmal auf Schreibtisch)

                Headroom68's Anleitung Punkt 4 befolgt (anderer Ordner-Pfad)

                😄 Es funktioniert. Auch die HM-Adapter ließen sich aktivieren, ebenso einige andere. Leider funktioniert Vis nicht. Damit hätte ich testweise schon mal einiges durchspielen können.

                Und wo kann ich Skripte anlegen?
                261_bildschirmfoto_2015-01-05_um_20.45.24.jpg
                261_bildschirmfoto_2015-01-05_um_20.46.13.jpg

                Ich bin gespannt.

                Viele Grüße

                Pix

                1 Reply Last reply Reply Quote 0
                • H
                  hanisoft last edited by

                  Hallo

                  das habe ich auf dem cubie auch gerade gehabt…

                  Ich glaube, du musst unter den Instanzen die beiden Adapter socket.io und simple web editieren. Bei mir wars so, man muss die eigene ip auswählen, nicht 0.0.0.0...

                  Gruß Hanisoft

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

                    @hanisoft:

                    Hallo

                    das habe ich auf dem cubie auch gerade gehabt…

                    Ich glaube, du musst unter den Instanzen die beiden Adapter socket.io und simple web editieren. Bei mir wars so, man muss die eigene ip auswählen, nicht 0.0.0.0...

                    Gruß Hanisoft `
                    Vis braucht "web" und "socket.io". Die IP Adressen kann man auf 0.0.0.0 lassen. Die Adapter müssen natürlich aktiviert sein.

                    "Web" soll "socketio.0" als socket-Instanz haben.

                    1 Reply Last reply Reply Quote 0
                    • U
                      unwichtig last edited by

                      Hi,

                      ich habe mir nun auch einen Mac Mini als Homeserver fertig gemacht, darauf soll dann jetzt auch der Umstieg von RPI CCU.IO auf IOBroker stattfinden so langsam.

                      Installation hab ich auch nach der Anleitung hier soweit hinbekommen, ich kann jedoch keinen Adapter installieren ohne Mit einem Schwall von Fehlermeldungen zugebombt zu werden.

                      Ich vermute fast es ist ne Kleinigkeit, aber mein Wissen reicht scheinbar nicht 🙂

                      ! ````
                      $ ./iobroker add hm-rega
                      npm install iobroker.hm-rega --production --prefix "/Users/dev/iobroker/lib"
                      iobroker.hm-rega@0.2.1 iobroker/lib/node_modules/iobroker.hm-rega├── extend@1.3.0
                      ├── iconv-lite@0.4.7
                      ├── request@2.36.0 (json-stringify-safe@5.0.0, forever-agent@0.5.2, qs@0.6.6, aws-sign2@0.5.0, oauth-sign@0.3.0, tunnel-agent@0.4.0, mime@1.2.11, node-uuid@1.4.3, form-data@0.1.4, http-signature@0.10.1, tough-cookie@0.12.1, hawk@1.0.0)
                      ├── xml2js@0.4.6 (sax@0.6.1, xmlbuilder@2.6.2)
                      └── iobroker.hm-rpc@0.4.0 (binrpc@0.0.3, homematic-xmlrpc@1.0.0)
                      ! install adapter hm-rega
                      npm install iobroker.hm-rega --production --prefix "/Users/dev/iobroker/lib"
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.2.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega
                      ERROR: npm
                      ERROR: ERR! install but already installed versions [ '0.2.1' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.4.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc
                      ERROR: npm ERR! install but already installed versions [ '0.4.0' ]npm
                      ERROR: ERR! install trying to install 1.3.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/extendnpm
                      ERROR: ERR! install but already installed versions [ '1.3.0' ]
                      ERROR: npm ERR! install trying to install 2.36.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/requestnpm ERR!
                      ERROR: install
                      ERROR: but already installed versions [ '2.36.0' ]npm
                      ERROR: ERR! install trying to install 0.4.7 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iconv-lite
                      ERROR: npm ERR! install but already installed versions [ '0.4.7' ]
                      ERROR: npm ERR! install trying to install 0.4.6 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2jsnpm ERR!
                      ERROR: install but already installed versions [ '0.4.6' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 1.2.11 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/mimenpm ERR! install but already installed versions [ '1.2.11' ]
                      npm ERR! install trying to install 1.4.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/node-uuid
                      ! ERROR: npm ERR! install but already installed versions [ '1.4.3' ]npm ERR! install trying to install 0.5.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/forever-agent
                      R! install trying to install 0.4.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/homematic-xmlrpc/node_modules/xmlbuildernpm ERR! install but already installed versions [ '0.4.2', '0.4.2', '0.4.2', '0.4.2', '0.4.2' ]
                      ! iobroker.hm-rega@0.2.1 iobroker/lib/node_modules/iobroker.hm-rega├── extend@1.3.0
                      ├── iconv-lite@0.4.7
                      ├── request@2.36.0 (json-stringify-safe@5.0.0, forever-agent@0.5.2, qs@0.6.6, aws-sign2@0.5.0, oauth-sign@0.3.0, tunnel-agent@0.4.0, mime@1.2.11, node-uuid@1.4.3, form-data@0.1.4, http-signature@0.10.1, tough-cookie@0.12.1, hawk@1.0.0)
                      ├── xml2js@0.4.6 (sax@0.6.1, xmlbuilder@2.6.2)
                      └── iobroker.hm-rpc@0.4.0 (binrpc@0.0.3, homematic-xmlrpc@1.0.0)
                      ! install adapter hm-rega
                      npm install iobroker.hm-rega --production --prefix "/Users/dev/iobroker/lib"
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.2.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-reganpm ERR! install but already installed versions [ '0.2.1', '0.2.1', '0.2.1', '0.2.1', '0.2.1', '0.2.1' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.4.7 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iconv-litenpm ERR! install but already installed versions [ '0.4.7', '0.4.7', '0.4.7', '0.4.7', '0.4.7', '0.4.7' ]
                      ! ERROR: npm ERR! install trying to install 0.4.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc
                      ERROR: npm ERR! install but already installed versions [ '0.4.0', '0.4.0', '0.4.0', '0.4.0', '0.4.0', '0.4.0' ]npm ERR! install trying to install 1.3.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/extend
                      ! ERROR: npm ERR! install but already installed versions [ '1.3.0', '1.3.0', '1.3.0', '1.3.0', '1.3.0', '1.3.0' ]
                      ERROR: npm ERR! install trying to install 0.4.6 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2js
                      ERROR: npm ERR! install but already installed versions [ '0.4.6', '0.4.6', '0.4.6', '0.4.6', '0.4.6', '0.4.6' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 2.36.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/requestnpm
                      ERROR: ERR! install but already installed versions [ '2.36.0', '2.36.0', '2.36.0', '2.36.0', '2.36.0', '2.36.0' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 5.0.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/json-stringify-safe
                      ERROR: npm
                      ERROR: ERR! install but already installed versions [ '5.0.0', '5.0.0', '5.0.0', '5.0.0', '5.0.0', '5.0.0' ]npm ERR! install
                      ERROR: trying to install 0.6.6 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/qsnpm
                      ERROR: ERR!
                      ERROR: install but already installed versions [ '0.6.6', '0.6.6', '0.6.6', '0.6.6', '0.6.6', '0.6.6' ]npm ERR!
                      ERROR: install trying to install 0.5.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/forever-agentnpm
                      ERROR: ERR! install but already installed versions [ '0.5.2', '0.5.2', '0.5.2', '0.5.2', '0.5.2', '0.5.2' ]npm ERR! install trying to install 1.4.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/node-uuid
                      npm ERR! install
                      ERROR: but already installed versions [ '1.4.3', '1.4.3', '1.4.3', '1.4.3', '1.4.3', '1.4.3' ]
                      ERROR: npm ERR! install trying to install 1.2.11 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/mime
                      ERROR: npm ERR! install but already installed versions [ '1.2.11', '1.2.11', '1.2.11', '1.2.11', '1.2.11', '1.2.11' ]
                      ERROR: npm ERR! install trying to install 0.1.4 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-datanpm ERR! install but already installed versions [ '0.1.4', '0.1.4', '0.1.4', '0.1.4', '0.1.4', '0.1.4' ]
                      ! ERROR: npm ERR! install trying to install 0.4.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/tunnel-agent
                      ERROR: npm ERR! install but already installed versions [ '0.4.0', '0.4.0', '0.4.0', '0.4.0', '0.4.0', '0.4.0' ]
                      ERROR: npm ERR! install
                      ERROR: trying to install 0.10.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signaturenpm
                      ERROR: ERR! install but already installed versions [ '0.10.1', '0.10.1', '0.10.1', '0.10.1', '0.10.1', '0.10.1' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.3.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/oauth-sign
                      ERROR: npm ERR! install but already installed versions [ '0.3.0', '0.3.0', '0.3.0', '0.3.0', '0.3.0', '0.3.0' ]npm
                      ERROR: ERR! install trying to install 0.12.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/tough-cookienpm
                      ERROR: ERR! install but already installed versions [ '0.12.1', '0.12.1', '0.12.1', '0.12.1', '0.12.1', '0.12.1' ]npm ERR! install trying to install 0.5.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/aws-sign2
                      ! ERROR: npm
                      ERROR: ERR! install but already installed versions [ '0.5.0', '0.5.0', '0.5.0', '0.5.0', '0.5.0', '0.5.0' ]npm ERR! install trying to install 1.0.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk
                      ! ERROR: npm
                      ERROR: ERR! install but already installed versions [ '1.0.0', '1.0.0', '1.0.0', '1.0.0', '1.0.0', '1.0.0' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.6.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2js/node_modules/saxnpm ERR! install but already installed versions [ '0.6.1', '0.6.1', '0.6.1', '0.6.1', '0.6.1', '0.6.1' ]
                      ! ERROR: npm ERR! install trying to install 2.6.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2js/node_modules/xmlbuildernpm
                      ERROR: ERR! install but already installed versions [ '2.6.2', '2.6.2', '2.6.2', '2.6.2', '2.6.2', '2.6.2' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.9.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-data/node_modules/asyncnpm ERR! install but already installed versions [ '0.9.0', '0.9.0', '0.9.0', '0.9.0', '0.9.0', '0.9.0' ]
                      ! ERROR: npm ERR! install trying to install 0.0.7 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-data/node_modules/combined-streamnpm
                      ERROR: ERR! install but already installed versions [ '0.0.7', '0.0.7', '0.0.7', '0.0.7', '0.0.7', '0.0.7' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.1.5 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signature/node_modules/assert-plusnpm ERR!
                      ERROR: install but already installed versions [ '0.1.5', '0.1.5', '0.1.5', '0.1.5', '0.1.5', '0.1.5' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.1.11 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signature/node_modules/asn1
                      ERROR: npm ERR! install but already installed versions [ '0.1.11', '0.1.11', '0.1.11', '0.1.11', '0.1.11', '0.1.11' ]
                      ERROR: npm ERR!
                      ERROR: install trying to install 0.5.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signature/node_modules/ctypenpm ERR! install
                      ERROR: but already installed versions [ '0.5.3', '0.5.3', '0.5.3', '0.5.3', '0.5.3', '0.5.3' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.0.5 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-streamnpm ERR! install but already installed versions [ '0.0.5', '0.0.5', '0.0.5', '0.0.5', '0.0.5', '0.0.5' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 3.5.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2js/node_modules/xmlbuilder/node_modules/lodash
                      ERROR: npm
                      ERROR: ERR! install but already installed versions [ '3.5.0', '3.5.0', '3.5.0', '3.5.0', '3.5.0', '3.5.0' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 1.3.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/tough-cookie/node_modules/punycodenpm ERR! install but already installed versions [ '1.3.2', '1.3.2', '1.3.2', '1.3.2', '1.3.2', '1.3.2' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.9.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/hoeknpm ERR! install but already installed versions [ '0.9.1', '0.9.1', '0.9.1', '0.9.1', '0.9.1', '0.9.1' ]
                      ! ERROR: npm ERR! install trying to install 0.4.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/boomnpm
                      ERROR: ERR! install but already installed versions [ '0.4.2', '0.4.2', '0.4.2', '0.4.2', '0.4.2', '0.4.2' ]npm ERR! install trying to install 0.2.4 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/sntp
                      ! ERROR: npm ERR! install but already installed versions [ '0.2.4', '0.2.4', '0.2.4', '0.2.4', '0.2.4', '0.2.4' ]
                      ERROR: npm ERR!
                      ERROR: install trying to install 0.2.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/cryptilesnpm ERR! install but already installed versions [ '0.2.2', '0.2.2', '0.2.2', '0.2.2', '0.2.2', '0.2.2' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 1.0.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/homematic-xmlrpcnpm ERR! install but already installed versions [ '1.0.0', '1.0.0', '1.0.0', '1.0.0', '1.0.0', '1.0.0' ]
                      ! ERROR: npm ERR! install trying to install 0.0.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpcnpm ERR!
                      ERROR: install but already installed versions [ '0.0.3', '0.0.3', '0.0.3', '0.0.3', '0.0.3', '0.0.3' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.3.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binarynpm ERR! install but already installed versions [ '0.3.0', '0.3.0', '0.3.0', '0.3.0', '0.3.0', '0.3.0' ]
                      ! ERROR: npm ERR! install trying to install 0.0.6 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/put
                      ERROR: npm
                      ERROR: ERR! install but already installed versions [ '0.0.6', '0.0.6', '0.0.6', '0.0.6', '0.0.6', '0.0.6' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.1.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binary/node_modules/chainsawnpm ERR! install but already installed versions [ '0.1.0', '0.1.0', '0.1.0', '0.1.0', '0.1.0', '0.1.0' ]
                      ! ERROR: npm ERR! install trying to install 0.1.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binary/node_modules/buffers
                      ERROR: npm ERR! install but already installed versions [ '0.1.1', '0.1.1', '0.1.1', '0.1.1', '0.1.1', '0.1.1' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.3.9 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binary/node_modules/chainsaw/node_modules/traversenpm ERR! install but already installed versions [ '0.3.9', '0.3.9', '0.3.9', '0.3.9', '0.3.9', '0.3.9' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.4.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/homematic-xmlrpc/node_modules/saxnpm ERR! install but already installed versions [ '0.4.3', '0.4.3', '0.4.3', '0.4.3', '0.4.3', '0.4.3' ]
                      ! ERROR: npm ERR! install trying to install 0.4.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/homematic-xmlrpc/node_modules/xmlbuilder
                      ERROR: npm ERR! install but already installed versions [ '0.4.2', '0.4.2', '0.4.2', '0.4.2', '0.4.2', '0.4.2' ]
                      iobroker.hm-rega@0.2.1 iobroker/lib/node_modules/iobroker.hm-rega├── extend@1.3.0
                      ├── iconv-lite@0.4.7
                      ├── request@2.36.0 (json-stringify-safe@5.0.0, aws-sign2@0.5.0, forever-agent@0.5.2, qs@0.6.6, oauth-sign@0.3.0, tunnel-agent@0.4.0, mime@1.2.11, node-uuid@1.4.3, form-data@0.1.4, http-signature@0.10.1, tough-cookie@0.12.1, hawk@1.0.0)
                      ├── xml2js@0.4.6 (sax@0.6.1, xmlbuilder@2.6.2)
                      └── iobroker.hm-rpc@0.4.0 (binrpc@0.0.3, homematic-xmlrpc@1.0.0)
                      ! install adapter hm-rega
                      npm install iobroker.hm-rega --production --prefix "/Users/dev/iobroker/lib"
                      ERROR: npm ERR! install trying to install 0.2.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-reganpm ERR! install but already installed versions [ '0.2.1', '0.2.1', '0.2.1', '0.2.1', '0.2.1', '0.2.1', '0.2.1' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.4.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpcnpm ERR! install but already installed versions [ '0.4.0', '0.4.0', '0.4.0', '0.4.0', '0.4.0', '0.4.0', '0.4.0' ]
                      ! ERROR: npm ERR! install trying to install 1.3.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/extendnpm ERR! install but already installed versions [ '1.3.0', '1.3.0', '1.3.0', '1.3.0', '1.3.0', '1.3.0', '1.3.0' ]
                      ! ERROR: npm ERR! install trying to install 0.4.6 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2jsnpm ERR! install but already installed versions [ '0.4.6', '0.4.6', '0.4.6', '0.4.6', '0.4.6', '0.4.6', '0.4.6' ]
                      ! ERROR: npm ERR! install trying to install 0.4.7 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iconv-litenpm
                      ERROR: ERR! install but already installed versions [ '0.4.7', '0.4.7', '0.4.7', '0.4.7', '0.4.7', '0.4.7', '0.4.7' ]
                      ERROR: npm ERR! install trying to install 2.36.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request
                      ERROR: npm
                      ERROR: ERR! install but already installed versions [ '2.36.0',npm ERR! install '2.36.0',
                      npm ERR! install '2.36.0',
                      npm ERR! install
                      ERROR: '2.36.0',npm ERR! install '2.36.0',
                      npm ERR! install '2.36.0',
                      npm ERR! install '2.36.0' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 5.0.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/json-stringify-safenpm ERR! install but already installed versions [ '5.0.0', '5.0.0', '5.0.0', '5.0.0', '5.0.0', '5.0.0', '5.0.0' ]
                      ! ERROR: npm ERR! install trying to install 1.2.11 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/mime
                      ERROR: npm ERR! install but already installed versions [ '1.2.11',npm
                      ERROR: ERR! install '1.2.11',npm ERR! install '1.2.11',
                      npm ERR! install '1.2.11',
                      npm ERR! install '1.2.11',
                      npm ERR! install '1.2.11',
                      npm ERR! install
                      ERROR: '1.2.11' ]npm ERR!
                      ERROR: install trying to install 0.6.6 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/qsnpm ERR! install
                      ERROR: but already installed versions [ '0.6.6', '0.6.6', '0.6.6', '0.6.6', '0.6.6', '0.6.6', '0.6.6' ]npm ERR! install trying to install 1.4.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/node-uuid
                      ! ERROR: npm ERR! install but already installed versions [ '1.4.3', '1.4.3', '1.4.3', '1.4.3', '1.4.3', '1.4.3', '1.4.3' ]
                      ERROR: npm ERR! install trying to install 0.5.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/forever-agent
                      ERROR: npm ERR! install but already installed versions [ '0.5.2', '0.5.2', '0.5.2', '0.5.2', '0.5.2', '0.5.2', '0.5.2' ]
                      ERROR: npm ERR! install trying to install 0.12.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/tough-cookienpm ERR! install but already installed versions [ '0.12.1',
                      npm ERR!
                      ERROR: install '0.12.1',npm ERR! install '0.12.1',
                      npm ERR! install '0.12.1',
                      npm ERR! install '0.12.1',
                      ! ERROR: npm ERR! install '0.12.1',npm
                      ERROR: ERR! install '0.12.1' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.4.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/tunnel-agentnpm
                      ERROR: ERR! install but already installed versions [ '0.4.0', '0.4.0', '0.4.0', '0.4.0', '0.4.0', '0.4.0', '0.4.0' ]
                      ERROR: npm ERR! install trying to install 0.3.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/oauth-sign
                      ERROR: npm ERR! install but already installed versions [ '0.3.0', '0.3.0', '0.3.0', '0.3.0', '0.3.0', '0.3.0', '0.3.0' ]npm ERR! install trying to install 0.1.4 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-data
                      npm
                      ERROR: ERR! install but already installed versions [ '0.1.4', '0.1.4', '0.1.4', '0.1.4', '0.1.4', '0.1.4', '0.1.4' ]
                      ERROR: npm ERR! install trying to install 0.10.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signature
                      ERROR: npm ERR! install but already installed versions [ '0.10.1',npm ERR! install '0.10.1',
                      npm ERR! install '0.10.1',
                      npm ERR! install '0.10.1',
                      npm ERR! install '0.10.1',
                      npm ERR!
                      ERROR: install '0.10.1',npm ERR! install
                      ERROR: '0.10.1' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 1.0.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk
                      ERROR: npm ERR! install but already installed versions [ '1.0.0', '1.0.0', '1.0.0', '1.0.0', '1.0.0', '1.0.0', '1.0.0' ]
                      ERROR: npm ERR! install trying to install 0.5.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/aws-sign2npm ERR!
                      ERROR: install but already installed versions [ '0.5.0', '0.5.0', '0.5.0', '0.5.0', '0.5.0', '0.5.0', '0.5.0' ]
                      ERROR: npm ERR! install trying to install 2.6.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2js/node_modules/xmlbuildernpm ERR! install but already installed versions [ '2.6.2', '2.6.2', '2.6.2', '2.6.2', '2.6.2', '2.6.2', '2.6.2' ]
                      npm ERR! install trying to install 0.6.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2js/node_modules/sax
                      npm ERR! install but already installed versions [ '0.6.1', '0.6.1', '0.6.1', '0.6.1', '0.6.1', '0.6.1', '0.6.1' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.0.7 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-data/node_modules/combined-streamnpm ERR! install
                      ERROR: but already installed versions [ '0.0.7', '0.0.7', '0.0.7', '0.0.7', '0.0.7', '0.0.7', '0.0.7' ]npm ERR!
                      ERROR: install trying to install 0.9.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-data/node_modules/asyncnpm ERR! install but already installed versions [ '0.9.0', '0.9.0', '0.9.0', '0.9.0', '0.9.0', '0.9.0', '0.9.0' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.1.5 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signature/node_modules/assert-plusnpm ERR! install but already installed versions [ '0.1.5', '0.1.5', '0.1.5', '0.1.5', '0.1.5', '0.1.5', '0.1.5' ]
                      npm ERR! install
                      ERROR: trying to install 0.5.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signature/node_modules/ctypenpm ERR! install but already installed versions [ '0.5.3', '0.5.3', '0.5.3', '0.5.3', '0.5.3', '0.5.3', '0.5.3' ]
                      ! ERROR: npm ERR! install trying to install 0.1.11 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signature/node_modules/asn1
                      ERROR: npm ERR! install but already installed versions [ '0.1.11',npm ERR! install '0.1.11',
                      npm ERR! install
                      ERROR: '0.1.11',npm ERR! install '0.1.11',
                      npm ERR! install '0.1.11',
                      npm ERR! install '0.1.11',
                      npm ERR! install '0.1.11' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.0.5 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-streamnpm ERR! install but already installed versions [ '0.0.5', '0.0.5', '0.0.5', '0.0.5', '0.0.5', '0.0.5', '0.0.5' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 3.5.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2js/node_modules/xmlbuilder/node_modules/lodashnpm ERR! install but already installed versions [ '3.5.0', '3.5.0', '3.5.0', '3.5.0', '3.5.0', '3.5.0', '3.5.0' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 1.3.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/tough-cookie/node_modules/punycodenpm ERR! install but already installed versions [ '1.3.2', '1.3.2', '1.3.2', '1.3.2', '1.3.2', '1.3.2', '1.3.2' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.9.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/hoeknpm ERR! install but already installed versions [ '0.9.1', '0.9.1', '0.9.1', '0.9.1', '0.9.1', '0.9.1', '0.9.1' ]
                      ! ERROR: npm ERR! install trying to install 0.2.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/cryptilesnpm ERR! install but already installed versions [ '0.2.2', '0.2.2', '0.2.2', '0.2.2', '0.2.2', '0.2.2', '0.2.2' ]
                      ! ERROR: npm ERR! install trying to install 0.4.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/boom
                      ERROR: npm ERR! install but already installed versions [ '0.4.2', '0.4.2', '0.4.2', '0.4.2', '0.4.2', '0.4.2', '0.4.2' ]
                      ERROR: npm ERR! install trying to install 0.2.4 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/sntpnpm ERR!
                      ERROR: install but already installed versions [ '0.2.4', '0.2.4', '0.2.4', '0.2.4', '0.2.4', '0.2.4', '0.2.4' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 1.0.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/homematic-xmlrpcnpm ERR! install but already installed versions [ '1.0.0', '1.0.0', '1.0.0', '1.0.0', '1.0.0', '1.0.0', '1.0.0' ]
                      ! ERROR: npm ERR! install trying to install 0.0.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc
                      ERROR: npm ERR!
                      ERROR: install but already installed versions [ '0.0.3', '0.0.3', '0.0.3', '0.0.3', '0.0.3', '0.0.3', '0.0.3' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.0.6 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/putnpm ERR! install but already installed versions [ '0.0.6', '0.0.6', '0.0.6', '0.0.6', '0.0.6', '0.0.6', '0.0.6' ]
                      ! ERROR: npm ERR!
                      ERROR: install trying to install 0.3.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binarynpm ERR! install but already installed versions [ '0.3.0', '0.3.0', '0.3.0', '0.3.0', '0.3.0', '0.3.0', '0.3.0' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.1.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binary/node_modules/chainsawnpm ERR! install but already installed versions [ '0.1.0', '0.1.0', '0.1.0', '0.1.0', '0.1.0', '0.1.0', '0.1.0' ]
                      ! ERROR: npm ERR! install trying to install 0.1.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binary/node_modules/buffers
                      ERROR: npm ERR! install but already installed versions [ '0.1.1', '0.1.1', '0.1.1', '0.1.1', '0.1.1', '0.1.1', '0.1.1' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.3.9 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binary/node_modules/chainsaw/node_modules/traversenpm ERR! install but already installed versions [ '0.3.9', '0.3.9', '0.3.9', '0.3.9', '0.3.9', '0.3.9', '0.3.9' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.4.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/homematic-xmlrpc/node_modules/saxnpm ERR! install but already installed versions [ '0.4.3', '0.4.3', '0.4.3', '0.4.3', '0.4.3', '0.4.3', '0.4.3' ]
                      npm ERR! install trying to install 0.4.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/homematic-xmlrpc/node_modules/xmlbuilder
                      npm ERR! install but already installed versions [ '0.4.2', '0.4.2', '0.4.2', '0.4.2', '0.4.2', '0.4.2', '0.4.2' ]
                      ! iobroker.hm-rega@0.2.1 iobroker/lib/node_modules/iobroker.hm-rega├── extend@1.3.0
                      ├── iconv-lite@0.4.7
                      ├── request@2.36.0 (json-stringify-safe@5.0.0, forever-agent@0.5.2, aws-sign2@0.5.0, qs@0.6.6, oauth-sign@0.3.0, tunnel-agent@0.4.0, mime@1.2.11, node-uuid@1.4.3, form-data@0.1.4, http-signature@0.10.1, tough-cookie@0.12.1, hawk@1.0.0)
                      ├── xml2js@0.4.6 (sax@0.6.1, xmlbuilder@2.6.2)
                      └── iobroker.hm-rpc@0.4.0 (binrpc@0.0.3, homematic-xmlrpc@1.0.0)
                      ! install adapter hm-rega
                      npm install iobroker.hm-rega --production --prefix "/Users/dev/iobroker/lib"
                      ERROR: npm ERR! install trying to install 0.2.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega
                      ERROR: npm ERR! install but already installed versions [ '0.2.1',npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      npm ERR! install
                      ERROR: '0.2.1',npm ERR! install '0.2.1',
                      ! ERROR: npm ERR!
                      ERROR: install '0.2.1' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 1.3.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/extendnpm ERR! install but already installed versions [ '1.3.0',
                      npm ERR! install '1.3.0',
                      npm ERR! install '1.3.0',
                      npm ERR! install '1.3.0',
                      ! ERROR: npm ERR! install '1.3.0',npm ERR! install '1.3.0',
                      npm ERR! install '1.3.0',
                      npm ERR! install '1.3.0' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.4.7 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iconv-litenpm ERR! install
                      ERROR: but already installed versions [ '0.4.7',npm ERR! install '0.4.7',
                      npm ERR! install '0.4.7',
                      npm ERR!
                      ERROR: install '0.4.7',npm ERR! install '0.4.7',
                      npm ERR! install '0.4.7',
                      ! ERROR: npm ERR! install '0.4.7',npm ERR! install '0.4.7' ]
                      ! ERROR: npm ERR! install trying to install 0.4.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpcnpm ERR! install but already installed versions [ '0.4.0',
                      npm ERR! install '0.4.0',
                      npm ERR! install '0.4.0',
                      npm ERR! install '0.4.0',
                      npm ERR! install '0.4.0',
                      npm ERR! install '0.4.0',
                      npm ERR! install '0.4.0',
                      npm ERR! install '0.4.0' ]
                      npm ERR! install trying to install 2.36.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request
                      npm ERR! install but already installed versions [ '2.36.0',
                      npm ERR! install '2.36.0',
                      npm ERR! install '2.36.0',
                      npm ERR! install '2.36.0',
                      npm ERR! install '2.36.0',
                      npm ERR! install '2.36.0',
                      npm ERR! install '2.36.0',
                      npm ERR! install '2.36.0' ]
                      npm ERR! install trying to install 0.4.6 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2js
                      npm ERR! install but already installed versions [ '0.4.6',
                      npm ERR! install '0.4.6',
                      ! ERROR: npm ERR! install '0.4.6',npm ERR! install '0.4.6',
                      npm ERR! install '0.4.6',
                      ! ERROR: npm
                      ERROR: ERR! install '0.4.6',npm ERR! install '0.4.6',
                      npm ERR! install '0.4.6' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.6.6 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/qsnpm
                      ERROR: ERR! install but already installed versions [ '0.6.6',npm ERR! install '0.6.6',
                      npm ERR! install '0.6.6',
                      npm ERR! install '0.6.6',
                      ! ERROR: npm ERR! install '0.6.6',
                      ERROR: npm ERR! install '0.6.6',npm ERR! install '0.6.6',
                      npm ERR! install '0.6.6' ]
                      npm ERR! install trying to install 5.0.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/json-stringify-safe
                      npm ERR! install but already installed versions [ '5.0.0',
                      npm ERR! install '5.0.0',
                      npm ERR! install '5.0.0',
                      npm ERR! install '5.0.0',
                      npm ERR! install '5.0.0',
                      npm ERR! install '5.0.0',
                      npm ERR! install '5.0.0',
                      npm ERR! install '5.0.0' ]
                      npm ERR! install trying to install 1.2.11 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/mime
                      npm ERR! install but already installed versions [ '1.2.11',
                      npm ERR! install '1.2.11',
                      npm ERR! install '1.2.11',
                      npm ERR! install '1.2.11',
                      npm ERR! install '1.2.11',
                      npm ERR! install '1.2.11',
                      npm ERR! install '1.2.11',
                      npm ERR! install '1.2.11' ]
                      npm ERR! install trying to install 0.5.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/forever-agent
                      npm ERR! install but already installed versions [ '0.5.2',
                      npm ERR! install '0.5.2',
                      npm ERR! install '0.5.2',
                      npm ERR! install '0.5.2',
                      npm ERR! install '0.5.2',
                      npm ERR! install '0.5.2',
                      npm ERR! install '0.5.2',
                      npm ERR! install '0.5.2' ]
                      ! ERROR: npm ERR! install trying to install 1.4.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/node-uuidnpm
                      ERROR: ERR! install but already installed versions [ '1.4.3',npm ERR! install '1.4.3',
                      npm ERR! install '1.4.3',
                      npm ERR! install '1.4.3',
                      ! ERROR: npm ERR! install '1.4.3',npm ERR!
                      ERROR: install '1.4.3',npm ERR! install '1.4.3',
                      npm ERR! install '1.4.3' ]
                      npm ERR!
                      ERROR: install trying to install 0.12.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/tough-cookienpm ERR! install but already installed versions [ '0.12.1',
                      npm ERR!
                      ERROR: install '0.12.1',npm ERR! install '0.12.1',
                      npm
                      ERROR: ERR! install '0.12.1',npm ERR! install '0.12.1',
                      npm ERR! install '0.12.1',
                      ! ERROR: npm ERR! install '0.12.1',npm ERR! install '0.12.1' ]
                      ! ERROR: npm ERR! install trying to install 0.1.4 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-data
                      ERROR: npm ERR! install but already installed versions [ '0.1.4',npm ERR! install '0.1.4',
                      npm
                      ERROR: ERR! install '0.1.4',npm ERR! install '0.1.4',
                      npm ERR! install '0.1.4',
                      npm ERR!
                      ERROR: install '0.1.4',npm ERR! install '0.1.4',
                      npm ERR! install '0.1.4' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 1.0.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawknpm
                      ERROR: ERR! install but already installed versions [ '1.0.0',npm ERR! install '1.0.0',
                      npm ERR! install '1.0.0',
                      npm ERR! install '1.0.0',
                      npm ERR! install '1.0.0',
                      npm ERR!
                      ERROR: install '1.0.0',npm ERR! install '1.0.0',
                      npm ERR! install '1.0.0' ]
                      ! ERROR: npm ERR! install trying to install 0.4.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/tunnel-agent
                      ERROR: npm
                      ERROR: ERR! install but already installed versions [ '0.4.0',npm ERR! install '0.4.0',
                      npm ERR! install '0.4.0',
                      npm ERR! install '0.4.0',
                      ! ERROR: npm ERR! install '0.4.0',npm ERR! install '0.4.0',
                      npm ERR!
                      ERROR: install '0.4.0',npm ERR! install '0.4.0' ]
                      npm
                      ERROR: ERR! install trying to install 0.10.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signature
                      ERROR: npm ERR! install but already installed versions [ '0.10.1',npm ERR! install '0.10.1',
                      npm ERR! install '0.10.1',
                      ! ERROR: npm ERR! install '0.10.1',npm
                      ERROR: ERR! install '0.10.1',npm ERR!
                      ERROR: install '0.10.1',npm ERR!
                      ERROR: install '0.10.1',npm ERR!
                      ERROR: install '0.10.1' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.3.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/oauth-sign
                      ERROR: npm ERR! install but already installed versions [ '0.3.0',npm ERR! install '0.3.0',
                      npm ERR! install '0.3.0',
                      npm
                      ERROR: ERR! install '0.3.0',npm ERR! install '0.3.0',
                      npm
                      ERROR: ERR! install '0.3.0',npm ERR! install '0.3.0',
                      npm ERR! install '0.3.0' ]
                      ! ERROR: npm ERR! install trying to install 0.5.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/aws-sign2
                      ERROR: npm ERR! install but already installed versions [ '0.5.0',npm ERR!
                      ERROR: install '0.5.0',npm
                      ERROR: ERR! install '0.5.0',npm ERR! install '0.5.0',
                      npm ERR! install '0.5.0',
                      npm ERR! install '0.5.0',
                      npm ERR! install '0.5.0',
                      npm ERR! install '0.5.0' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.6.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2js/node_modules/saxnpm
                      ERROR: ERR! install but already installed versions [ '0.6.1',npm ERR! install '0.6.1',
                      npm ERR! install '0.6.1',
                      npm ERR! install '0.6.1',
                      npm
                      ERROR: ERR! install '0.6.1',npm ERR! install '0.6.1',
                      npm ERR! install '0.6.1',
                      npm ERR! install '0.6.1' ]
                      ! ERROR: npm ERR!
                      ERROR: install trying to install 2.6.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2js/node_modules/xmlbuilder
                      ERROR: npm ERR! install but already installed versions [ '2.6.2',npm ERR! install '2.6.2',
                      npm ERR! install '2.6.2',
                      npm
                      ERROR: ERR! install '2.6.2',npm ERR! install '2.6.2',
                      npm
                      ERROR: ERR! install '2.6.2',npm ERR! install '2.6.2',
                      npm ERR! install '2.6.2' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.0.7 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-data/node_modules/combined-streamnpm ERR! install but already installed versions [ '0.0.7',
                      ! ERROR: npm
                      ERROR: ERR!
                      ERROR: install '0.0.7',npm ERR! install '0.0.7',
                      npm ERR! install '0.0.7',
                      npm ERR! install '0.0.7',
                      npm ERR! install
                      ERROR: '0.0.7',npm ERR! install '0.0.7',
                      npm ERR! install '0.0.7' ]
                      ! ERROR: npm ERR!
                      ERROR: install trying to install 0.9.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-data/node_modules/async
                      ERROR: npm
                      ERROR: ERR! install but already installed versions [ '0.9.0',npm ERR! install '0.9.0',
                      npm ERR!
                      ERROR: install '0.9.0',npm ERR! install '0.9.0',
                      npm ERR! install '0.9.0',
                      npm ERR! install '0.9.0',
                      npm ERR! install '0.9.0',
                      npm ERR! install
                      ERROR: '0.9.0' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.1.11 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signature/node_modules/asn1
                      ERROR: npm
                      ERROR: ERR!
                      ERROR: install but already installed versions [ '0.1.11',npm ERR! install '0.1.11',
                      npm ERR!
                      ERROR: install '0.1.11',npm ERR! install '0.1.11',
                      npm ERR! install '0.1.11',
                      ! ERROR: npm ERR! install '0.1.11',npm ERR!
                      ERROR: install '0.1.11',npm ERR! install '0.1.11' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.5.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signature/node_modules/ctype
                      ERROR: npm
                      ERROR: ERR! install but already installed versions [ '0.5.3',npm ERR! install '0.5.3',
                      npm ERR! install '0.5.3',
                      npm ERR!
                      ERROR: install '0.5.3',npm ERR! install '0.5.3',
                      npm ERR! install '0.5.3',
                      npm ERR! install '0.5.3',
                      ! ERROR: npm ERR! install '0.5.3' ]
                      ERROR: npm ERR! install trying to install 0.1.5 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/http-signature/node_modules/assert-plus
                      ERROR: npm ERR! install but already installed versions [ '0.1.5',npm ERR! install '0.1.5',
                      npm ERR! install '0.1.5',
                      npm ERR! install
                      ERROR: '0.1.5',npm ERR! install '0.1.5',
                      npm ERR! install '0.1.5',
                      npm
                      ERROR: ERR! install '0.1.5',npm ERR! install '0.1.5' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.0.5 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-streamnpm ERR!
                      ERROR: install but already installed versions [ '0.0.5',npm ERR! install '0.0.5',
                      npm ERR! install '0.0.5',
                      npm ERR! install '0.0.5',
                      npm ERR! install '0.0.5',
                      ! ERROR: npm ERR! install '0.0.5',npm ERR! install '0.0.5',
                      npm ERR! install '0.0.5' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 3.5.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/xml2js/node_modules/xmlbuilder/node_modules/lodashnpm ERR! install but already installed versions [ '3.5.0',
                      npm ERR! install '3.5.0',
                      npm ERR!
                      ERROR: install '3.5.0',npm ERR! install '3.5.0',
                      npm ERR! install '3.5.0',
                      npm ERR! install '3.5.0',
                      npm ERR!
                      ERROR: install '3.5.0',npm ERR! install '3.5.0' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 1.3.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/tough-cookie/node_modules/punycodenpm ERR! install but already installed versions [ '1.3.2',
                      npm ERR! install '1.3.2',
                      npm ERR!
                      ERROR: install '1.3.2',npm ERR! install '1.3.2',
                      npm ERR! install '1.3.2',
                      npm ERR!
                      ERROR: install '1.3.2',npm ERR! install '1.3.2',
                      npm ERR! install '1.3.2' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.2.4 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/sntpnpm ERR! install but already installed versions [ '0.2.4',
                      ! ERROR: npm ERR! install '0.2.4',npm ERR! install '0.2.4',
                      npm ERR! install '0.2.4',
                      npm ERR! install '0.2.4',
                      npm ERR! install '0.2.4',
                      npm
                      ERROR: ERR! install '0.2.4',npm ERR! install '0.2.4' ]
                      ! ERROR: npm ERR! install trying to install 0.2.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/cryptilesnpm ERR! install but already installed versions [ '0.2.2',
                      npm
                      ERROR: ERR! install '0.2.2',npm ERR! install '0.2.2',
                      npm ERR! install '0.2.2',
                      npm ERR! install '0.2.2',
                      npm
                      ERROR: ERR! install '0.2.2',npm ERR! install '0.2.2',
                      npm ERR! install '0.2.2' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.9.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/hoeknpm ERR! install but already installed versions [ '0.9.1',
                      npm ERR!
                      ERROR: install '0.9.1',npm ERR! install '0.9.1',
                      npm ERR! install '0.9.1',
                      npm ERR!
                      ERROR: install '0.9.1',npm ERR! install '0.9.1',
                      npm ERR! install '0.9.1',
                      ! ERROR: npm ERR! install '0.9.1' ]
                      ERROR: npm ERR! install trying to install 0.4.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/request/node_modules/hawk/node_modules/boom
                      ERROR: npm ERR! install but already installed versions [ '0.4.2',npm ERR! install '0.4.2',
                      ! ERROR: npm ERR! install '0.4.2',npm ERR! install '0.4.2',
                      npm ERR! install '0.4.2',
                      npm ERR! install '0.4.2',
                      npm ERR!
                      ERROR: install
                      ERROR: '0.4.2',npm ERR! install '0.4.2' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.0.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpcnpm ERR! install but already installed versions [ '0.0.3',
                      npm ERR! install '0.0.3',
                      npm ERR! install '0.0.3',
                      npm
                      ERROR: ERR! install '0.0.3',npm ERR! install '0.0.3',
                      npm ERR! install '0.0.3',
                      npm ERR! install '0.0.3',
                      npm ERR!
                      ERROR: install '0.0.3' ]npm ERR! install trying to install 1.0.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/homematic-xmlrpc
                      ! ERROR: npm ERR! install but already installed versions [ '1.0.0',npm ERR! install '1.0.0',
                      npm ERR! install '1.0.0',
                      ! ERROR: npm ERR! install '1.0.0',npm ERR! install '1.0.0',
                      npm ERR! install '1.0.0',
                      npm ERR! install '1.0.0',
                      npm
                      ERROR: ERR!
                      ERROR: install '1.0.0' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.0.6 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/putnpm ERR! install but already installed versions [ '0.0.6',
                      ! ERROR: npm ERR!
                      ERROR: install '0.0.6',npm ERR! install '0.0.6',
                      npm ERR! install '0.0.6',
                      npm ERR! install '0.0.6',
                      npm ERR! install '0.0.6',
                      ! ERROR: npm ERR!
                      ERROR: install '0.0.6',npm ERR! install '0.0.6' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.3.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binarynpm ERR!
                      ERROR: install but already installed versions [ '0.3.0',npm ERR! install '0.3.0',
                      npm ERR! install '0.3.0',
                      npm ERR! install '0.3.0',
                      npm ERR!
                      ERROR: install '0.3.0',npm ERR! install '0.3.0',
                      npm ERR! install '0.3.0',
                      npm
                      ERROR: ERR! install '0.3.0' ]
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.1.0 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binary/node_modules/chainsaw
                      ERROR: npm ERR! install but already installed versions [ '0.1.0',npm ERR! install '0.1.0',
                      npm ERR! install '0.1.0',
                      npm ERR!
                      ERROR: install '0.1.0',npm ERR! install '0.1.0',
                      npm ERR! install '0.1.0',
                      npm ERR! install '0.1.0',
                      npm ERR! install '0.1.0' ]
                      npm ERR!
                      ERROR: install trying to install 0.1.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binary/node_modules/buffersnpm ERR! install but already installed versions [ '0.1.1',
                      npm ERR! install '0.1.1',
                      npm ERR! install '0.1.1',
                      npm ERR! install '0.1.1',
                      npm ERR! install '0.1.1',
                      npm ERR! install '0.1.1',
                      npm ERR! install '0.1.1',
                      npm ERR! install '0.1.1' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.3.9 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/binrpc/node_modules/binary/node_modules/chainsaw/node_modules/traversenpm ERR! install but already installed versions [ '0.3.9',
                      npm ERR! install '0.3.9',
                      npm ERR! install '0.3.9',
                      npm ERR! install '0.3.9',
                      npm
                      ERROR: ERR! install '0.3.9',npm ERR! install '0.3.9',
                      npm ERR! install '0.3.9',
                      npm ERR! install '0.3.9' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.4.2 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/homematic-xmlrpc/node_modules/xmlbuilder
                      ERROR: npm ERR! install but already installed versions [ '0.4.2',npm ERR! install '0.4.2',
                      npm ERR! install '0.4.2',
                      npm ERR!
                      ERROR: install '0.4.2',npm ERR! install '0.4.2',
                      npm ERR! install '0.4.2',
                      npm ERR! install '0.4.2',
                      npm ERR! install '0.4.2' ]
                      ! ERROR: npm
                      ERROR: ERR! install trying to install 0.4.3 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-rega/node_modules/iobroker.hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax
                      ERROR: npm ERR! install but already installed versions [ '0.4.3',npm
                      ERROR: ERR! install '0.4.3',npm ERR!
                      ERROR: install '0.4.3',npm ERR! install '0.4.3',
                      npm ERR! install '0.4.3',
                      npm ERR! install '0.4.3',
                      npm ERR! install '0.4.3',
                      npm ERR! install '0.4.3' ]
                      ! iobroker.hm-rega@0.2.1 iobroker/lib/node_modules/iobroker.hm-rega├── extend@1.3.0
                      ├── iconv-lite@0.4.7
                      ├── request@2.36.0 (json-stringify-safe@5.0.0, forever-agent@0.5.2, aws-sign2@0.5.0, qs@0.6.6, oauth-sign@0.3.0, tunnel-agent@0.4.0, mime@1.2.11, node-uuid@1.4.3, form-data@0.1.4, http-signature@0.10.1, tough-cookie@0.12.1, hawk@1.0.0)
                      ├── xml2js@0.4.6 (sax@0.6.1, xmlbuilder@2.6.2)
                      └── iobroker.hm-rpc@0.4.0 (binrpc@0.0.3, homematic-xmlrpc@1.0.0)
                      ! ERROR: npm ERR! install '0.3.9',npm ERR! install '0.3.9',
                      npm ERR! install '0.3.9',
                      npm ERR! install '0.3.9',
                      npm ERR! install '0.3.9',
                      npm ERR! install '0.3.9' ]
                      ! iobroker.hm-rega@0.2.1 iobroker/lib/node_modules/iobroker.hm-rega├── extend@1.3.0
                      ├── iconv-lite@0.4.7
                      ├── request@2.36.0 (json-stringify-safe@5.0.0, forever-agent@0.5.2, aws-sign2@0.5.0, oauth-sign@0.3.0, qs@0.6.6, tunnel-agent@0.4.0, mime@1.2.11, node-uuid@1.4.3, form-data@0.1.4, http-signature@0.10.1, tough-cookie@0.12.1, hawk@1.0.0)
                      ├── xml2js@0.4.6 (sax@0.6.1, xmlbuilder@2.6.2)
                      └── iobroker.hm-rpc@0.4.0 (binrpc@0.0.3, homematic-xmlrpc@1.0.0)
                      ! install adapter hm-rega
                      npm install iobroker.hm-rega --production --prefix "/Users/dev/iobroker/lib"
                      ERROR: npm
                      ERROR: ERR! install trying to install 0.2.1 to /Users/dev/iobroker/lib/node_modules/iobroker.hm-reganpm ERR! install but already installed versions [ '0.2.1',
                      npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      ! ERROR: npm ERR! install '0.2.1',npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      npm
                      ERROR: ERR! install '0.2.1',npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      ! ERROR: npm ERR! install '0.2.1',npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1',
                      npm ERR! install '0.2.1' ]
                      ! Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.rickshaw/master/io-package.json. Error: Error: ETIMEDOUT
                      Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.zwave/master/io-package.json. Error: Error: ETIMEDOUT
                      ERROR: path.js:422 throw new TypeError('Arguments to path.resolve must be strings');
                      ^
                      TypeError: Arguments to path.resolve must be strings
                      at Object.posix.resolve (path.js:422:13)
                      at EventEmitter.Object.defineProperty.get [as dir] (/Users/dev/iobroker/node_modules/npm/lib/npm.js:406:19)
                      at EventEmitter.Object.defineProperty.get (/Users/dev/iobroker/node_modules/npm/lib/npm.js:421:35)
                      at cb (/Users/dev/iobroker/node_modules/npm/lib/unbuild.js:23:30)
                      at LOOP (/Users/dev/iobroker/node_modules/npm/node_modules/slide/lib/chain.js:7:26)
                      at /Users/dev/iobroker/node_modules/npm/node_modules/slide/lib/chain.js:18:7
                      at next (/Users/dev/iobroker/node_modules/npm/node_modules/fs-vacuum/vacuum.js:68:14)
                      at FSReqWrap.oncomplete (/Users/dev/iobroker/node_modules/npm/node_modules/fs-vacuum/vacuum.js:109:11)
                      ! ERROR: process exited with code 1

                      Ich habe die Adapter vorher noch nicht installiert ….
                      
                      Es fehlen ca 300000 Zeichen aus der Fehlermeldung weil das Forum gemeckert hat ...
                      
                      Gruß Sascha alias unwichtig
                      1 Reply Last reply Reply Quote 0
                      • N
                        Nick last edited by

                        Guten Tag zusammen

                        Ich habe ioBroker auf meinem mini-Mac installiert. Es gibt im Formum breits viele Anleitungen dazu, doch die Meisten scheinen veraltet zu sein (zu viele Installations-Schritte oder teile, die nicht mehr notwendig sind.

                        Ich habe ioBroker innert 5 Minuten wie folgt installiert. Als Basis dazu diente mir die Anleitung von GitHub.

                        Ich möchte meine Erfahrung hier mit euch teilen. Sparrt euch eventuell einige Stunden an Studium und tests.

                        Voraussetzung: node ist bereits bei Dir installiert (vielleicht has Du bereits CCU.IO verwendet)

                        1. Dowload "ioBroker.js-controller-master.zip (link hier im Forum weiter oben)

                        2. Erstelle ein Folder (Ort nach Deiner Wahl) - Bei mir vorläufig auf dem Desktop

                        3. Kopiere das ZIP file in den folder

                        4. Oeffne Terminal - gehe in den soeben erstellten Folder (z.B. cd Desktop/ioBroker)

                        5. Installiere ioBroker mit folgendem Befehl: "npm install iobroker.js-controller"

                        6. Wechsle im Terminal in das Unterverzeichnis "cd node_modules/iobroker.js-controller" (kann auch in zwei Schritten gemacht werden)

                        7. Type "chmod +x iobroker"

                        8. Type "node controller.js"

                        9. Nach der Installation öffne den Browser und gebe "http://localhost:8081" ein

                        Hinweis:

                        node controller kannst Du im Terminal mit ctrl c abbrechen wenn fertig.

                        Start, Stop und restart von ioBroker:

                        Oeffne Terminal

                        Im Terminal gehe in das Verzeichnis, wo Du ioBroker installiert hast.

                        (Bei mir Desktop/ioBroker)

                        wechsle zum Verzeichnis node_modules/iobroker.js-controller

                        zum Starten: "./ioBroker start"

                        Zum Beenden: "./ioBroker stop"

                        für re-start: "./ioBroker restart"

                        Vollständiges Entfernen von ioBroker:

                        Lösche den angelegten folder (bei mir Desktop/ioBroker)

                        Mache versteckte Dateien und Folder im Finder sichtbar

                        wechsle in Folder "/Users/username/npm/registry.npmjs.org" und lösche alle Files die mit ioBroker beginnen

                        Nun hast Du alles gelöscht und Du kannst bei Problemen erneut installieren (ich habe das bereits 5x gemacht).

                        Viel Spass

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

                          @pix:

                          Hallo,

                          jetzt habe ich mich doch nochmal testweise an die OS X Installation herangewagt. Bluefox hatte ja kürzlich gepostet, dass CouchDB und Redis nicht mehr nötig seien. Also bin ich so vorgegangen:

                          node-js auf dem Mac installiert (falls noch nicht der Fall)

                          neuen Ordner angelegt (erstmal auf Schreibtisch)

                          Headroom68's Anleitung Punkt 4 befolgt (anderer Ordner-Pfad)

                          😄 Es funktioniert. Auch die HM-Adapter ließen sich aktivieren, ebenso einige andere. Leider funktioniert Vis nicht. Damit hätte ich testweise schon mal einiges durchspielen können.

                          Und wo kann ich Skripte anlegen?
                          filename="Bildschirmfoto 2015-01-05 um 20.45.24.jpg" index="1">~~
                          filename="Bildschirmfoto 2015-01-05 um 20.46.13.jpg" index="0">~~

                          Ich bin gespannt.

                          Viele Grüße

                          Pix `
                          Kannst du die Einstellungen von WEB zeigen?

                          > Und wo kann ich Skripte anlegen?
                          Installiere Javascript-Adapter.

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

                            @Nick:

                            Guten Tag zusammen

                            Ich habe ioBroker auf meinem mini-Mac installiert. Es gibt im Formum breits viele Anleitungen dazu, doch die Meisten scheinen veraltet zu sein (zu viele Installations-Schritte oder teile, die nicht mehr notwendig sind.

                            Ich habe ioBroker innert 5 Minuten wie folgt installiert. Als Basis dazu diente mir die Anleitung von GitHub.

                            Ich möchte meine Erfahrung hier mit euch teilen. Sparrt euch eventuell einige Stunden an Studium und tests.

                            Voraussetzung: node ist bereits bei Dir installiert (vielleicht has Du bereits CCU.IO verwendet)

                            1. Dowload "ioBroker.js-controller-master.zip (link hier im Forum weiter oben)

                            2. Erstelle ein Folder (Ort nach Deiner Wahl) - Bei mir vorläufig auf dem Desktop

                            3. Kopiere das ZIP file in den folder

                            4. Oeffne Terminal - gehe in den soeben erstellten Folder (z.B. cd Desktop/ioBroker)

                            5. Installiere ioBroker mit folgendem Befehl: "npm install iobroker.js-controller"

                            6. Wechsle im Terminal in das Unterverzeichnis "cd node_modules/iobroker.js-controller" (kann auch in zwei Schritten gemacht werden)

                            7. Type "chmod +x iobroker"

                            8. Type "node controller.js"

                            9. Nach der Installation öffne den Browser und gebe "http://localhost:8081" ein

                            Hinweis:

                            node controller kannst Du im Terminal mit ctrl c abbrechen wenn fertig.

                            Start, Stop und restart von ioBroker:

                            Oeffne Terminal

                            Im Terminal gehe in das Verzeichnis, wo Du ioBroker installiert hast.

                            (Bei mir Desktop/ioBroker)

                            wechsle zum Verzeichnis node_modules/iobroker.js-controller

                            zum Starten: "./ioBroker start"

                            Zum Beenden: "./ioBroker stop"

                            für re-start: "./ioBroker restart"

                            Vollständiges Entfernen von ioBroker:

                            Lösche den angelegten folder (bei mir Desktop/ioBroker)

                            Mache versteckte Dateien und Folder im Finder sichtbar

                            wechsle in Folder "/Users/username/npm/registry.npmjs.org" und lösche alle Files die mit ioBroker beginnen

                            Nun hast Du alles gelöscht und Du kannst bei Problemen erneut installieren (ich habe das bereits 5x gemacht).

                            Viel Spass `
                            Hast du auch npm install iobroker anstelle nur den controller zu installieren versucht?

                            Gesendet von meinem LIFETAB_S785X mit Tapatalk

                            1 Reply Last reply Reply Quote 0
                            • N
                              Nick last edited by

                              @Homoran

                              Leider kann ich Dir auf deine PM nicht antworten, da ich anscheinend noch zuwenig Aktiv in diesem Forum bin. So wähle ich nun diesen weg.

                              Natürlich kannst Du meine Installationsanleitung veröffentlichen, wo auch immer es neuen Usern die MAC verwenden benötigen. Das ist der Grund, warum ich diese Zusammenfassung gemacht habe. Dieses Forum ist ja dazu da, um sich gegenseitig zu helfen.

                              Zu Deiner Frage npm install:

                              Nein, das habe ich nicht versucht. Werde es aber nochmal installieren mit "npm install iobroker" und - falls notwendig meine Anleitung anpassen. Daher würde ich warten mit dem Veröffentlichen.

                              Vielleicht schaffe ich es über das WE.

                              Es ist mein Ziel, alle Erfahrungen die ich mit dem Umsteigen auf ioBroker mache, in einem Dokument festzuhalten.

                              Gruss Nick

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

                                Super, danke.

                                Kann sein, dass das einfache npm install iobroker in den Ordner /opt/iobroker schreiben will, wie es bei ARM üblich ist.

                                Andererseits wird bluefox wahrscheinlich wie ich ihn kenne das Betriebssystem abfragen und entsprechend den Pfad anpassen.

                                Gruß

                                Rainer

                                Gesendet von meinem LIFETAB_S785X mit Tapatalk

                                1 Reply Last reply Reply Quote 0
                                • N
                                  Nick last edited by

                                  @pix

                                  Kann sein, dass ich Deine Frage falsch verstehe. Ich kann auch deine Bildschirmfotos nicht sehen (nur den Text)

                                  aber:

                                  für VIS gibt es nichts zu konfigurieren.

                                  Du solltest aber den Adapter "ioBroker simple web Adapter" installieren und konfigurieren. Das geht ganz einfach:

                                  IP adresse deines Servers eingeben

                                  Port definieren (wichtig: Port forwarding im Router erstellen, ev. Firewall anpassen, falls Du die Seite von Aussen zugänglich machen willst).

                                  Dann aufrug mit IP:Port/vis/index.html

                                  wobei Port der Port ist, den Du in web Adapter definiert hast (simple web Adapter ist der Webserver)

                                  @Homoran

                                  ich habe nun die Installation mit "npm install iobroker" gemacht.

                                  Die Installation von iobroker macht nichts anderes als der Aufruf von "npm install iobroker.js-controller".

                                  Wie auch immer du vorgehst, Du hast am Ende das gleiche Ergebnis.

                                  Gruss

                                  Nick

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

                                    Hallo zusammen,

                                    meine Frage stammte vom 5. Januar. Mittlerweile läuft iobroker ziemlich sicher auf meinem Mac mini.

                                    Vielleicht können wir das How-to in die Doku von Rainer übernehmen. Liefere gern OS X Bildschirmfotos.

                                    Gruß

                                    Prix

                                    Gesendet von meinem iPhone mit Tapatalk

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

                                      Auch die sind willkommen!

                                      Dann setze ich mich damit heute abend mal hin

                                      Danke

                                      Rainer
                                      493_bis_sonnenaufgang.jpg

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

                                        Hallo Rainer, kann die Screenshots heute nicht mehr liefern, bin unterwegs. Morgen vielleicht.

                                        Gruß

                                        Pix

                                        Gesendet von meinem iPhone mit Tapatalk

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

                                          Hallo pix,

                                          kein Problem, im Moment sieht es so aus:

                                          http://www.iobroker.net/docu/?page_id=44&lang=de#OS-X

                                          Kommentare, Anregungen….?

                                          Gruß

                                          Rainer

                                          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

                                          771
                                          Online

                                          31.9k
                                          Users

                                          80.1k
                                          Topics

                                          1.3m
                                          Posts

                                          7
                                          19
                                          5375
                                          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