Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. IoBroker SD-Karten Image für Raspi2

    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

    IoBroker SD-Karten Image für Raspi2

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

      Ich bin selber noch ein ziemlicher Linux-Noob.

      Und javascript sowieso.

      ist "copying" evtl. Bestandteil des entpackens??? - aber 30 Minuten ist schon heftig.

      hast du vor dem ./iobroker upgrade auch ein ./iobroker update gemacht?

      lief das ohne Probleme durch?

      Mach mal spaßeshalber in /opt/ioBroker ein

      chmod -R 777 * 
      

      Sonst muss ich mal ein neues Image mit der guten alten Nodejs 0.10.22 machen, obwohl es da inzwischen auch von einzelnen Paketen Gemecker gibt. Das 4GB Image ist ja inzwischen auch schon 6 Wochen alt und Bluefox war sehr fleißig.

      Gruß

      Rainer
      2665_ical-log.txt

      1 Reply Last reply Reply Quote 0
      • Jey Cee
        Jey Cee Developer last edited by

        Ich bin mal davon ausgegangen das "copying" meint das die Entpackten dateien in den Ziel ordner kopiert werden.

        @Homoran:

        hast du vor dem ./iobroker upgrade auch ein ./iobroker update gemacht?

        lief das ohne Probleme durch? `
        Japp , hab ich gemacht.

        @Homoran:

        chmod -R 777 * `
        Hat auch nicht geholfen.

        Ich hab jetzt mal node deinstalliert und die empfohlene Version 0.10.22 installiert.

        Es gab auch beim einzeln Upgraden von 2 Paketen über die Weboberfläche fehler:
        ` > $ ./iobroker upgrade vis-hqwidgets

        npm install iobroker.vis-hqwidgets –production --prefix "/opt/iobroker" (System call)

        npm install --production --prefix "/opt/iobroker/node_modules/iobroker.vis-hqwidgets" (System call)

        got /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin

        ERROR: /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2275 console.warn('Adapter "' + obj._id + ' is disabled

        ^

        TypeError: Cannot read property '_id' of null

        at Socket. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2275:59)

        at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:295:6)

        at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:220:12)

        at Manager. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-bind/index.js:21:15)

        at Manager.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-emitter/index.js:134:20)

        at Manager.ondecoded (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:301:8)

        at Decoder. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-bind/index.js:21:15)

        at Decoder.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-emitter/index.js:134:20)

        at Decoder.add (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/socket.io-parser/index.js:247:12)

        at Manager.ondata (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:291:16)

        ERROR: process exited with code 1

        iobroker 2015-09-09 22:10:41 info exit 1

        iobroker 2015-09-09 22:10:41 error at Manager.ondata (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:291:16)

        iobroker 2015-09-09 22:10:41 error at Decoder.add (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/socket.io-parser/index.js:247:12)

        iobroker 2015-09-09 22:10:41 error at Decoder.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-emitter/index.js:134:20)

        iobroker 2015-09-09 22:10:41 error at Decoder. (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-bind/index.js:21:15)

        iobroker 2015-09-09 22:10:41 error at Manager.ondecoded (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:301:8)

        iobroker 2015-09-09 22:10:41 error at Manager.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-emitter/index.js:134:20)

        iobroker 2015-09-09 22:10:41 error at Manager. (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/component-bind/index.js:21:15)

        iobroker 2015-09-09 22:10:41 error at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:220:12)

        iobroker 2015-09-09 22:10:41 error at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:295:6)

        iobroker 2015-09-09 22:10:41 error at Socket. (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2275:59)

        iobroker 2015-09-09 22:10:41 error TypeError: Cannot read property '_id' of null

        iobroker 2015-09-09 22:10:41 error ^

        iobroker 2015-09-09 22:10:41 error /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2275 console.warn('Adapter "' + obj._id + ' is disabled

        iobroker 2015-09-09 22:10:41 info got /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin</anonymous></anonymous></anonymous> `

        Node 0.10.22 und ein reboot haben auch nichts gebracht 😕 Langsam glaub ich das Problem sitzt vor dem Bildschirm.

        EDIT: Ursache gefunden, der befehl upgrade bezieht sich nur auf die Adapter, der js-controller ist außen vor. Da sich seit Version 0.7.4 einiges geändert hat, haben manche Adapter Probleme gehabt beim upgrade.

        Was mir bei dem ganzen Testen aufgefallen ist, ist das iobroker nie richtig läuft nach einem automatischen start/neustart. Ich musste es jedesmal händisch neu starten.

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

          @Homoran:

          @Brati:

          hab das 4GB Image installiert, `
          Hast du sonst noch etwas auf dem RasPi installiert?

          Gruß

          Rainer `

          Nein.

          1. SD Karte formatiert

          2. mit Win32 Disk.. das img drauf geschrieben

          Es laufen als Instanz:

          • hm-rega/ rpc

          • history

          • flot

          • vis

          • vis-hqwidgets

          • ical (lies sich erst beim 4. Versuch installieren).

          Hab ich vielleicht auch einen Denkfehler? Die Adapter sind ja installiert und braucht man von den Widgets überhaupt Instanzen?

          Oder müßte ich mal updaten? Weiß aber nicht wie :roll: , SSH kenne ich aber :).

          Grüße

          Brati

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

            Die Instanzen der adapter, die du nutzen willst müssen angelegt und konfiguriert werden.

            Ein update wird über das update icon im reiter adapter oben links ("kreisverkehr") ausgelöst. Anschliessend mussen alle update fähige adapter durch das hinter der adapterbeschreibung erscheinende update icon upgedated werden.

            Zuvor sollte aber im reiter hosts uberpruft werden ob der js controller upgedated werden muss. Dueser sollte zuerst auf den neuesten stand gebracht werden und danach der RasPi2 neu gestartet.

            Gesendet von meinem LIFETAB_S785X mit Tapatalk

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

              Der Versuch js-controller zu updaten

              cd /opt/iobroker
              iobroker update js-controller
              iobroker upgrade js-controller
              

              brachte gerade:

              npm install iobroker.js-controller --production --prefix "/opt/iobroker" (System call)
              
              npm install --production --prefix "/opt/iobroker/node_modules/iobroker.js-controller" (System call)
              npm ERR! fetch failed https://registry.npmjs.org/type-is/-/type-is-1.6.8.tgz
              npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 503
              npm ERR! fetch failed https://registry.npmjs.org/type-is/-/type-is-1.6.8.tgz
              npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 503
              
              

              …jetzt komme ich nicht mehr aufs System... ;(

              Kann ich per SSH irgendwas wieder herstellen?

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

                @Brati:

                Kann ich per SSH irgendwas wieder herstellen? `
                Ja.

                du gehst in /opt/iobroker und startest genau diesen Befehl, der eben Probleme bereitet hat:

                cd /opt/iobroker
                npm install iobroker.js-controller --production
                
                

                Viel Erfolg

                Rainer

                PS ich lade gerade ein neues Image hoch; wenn nichts dazwischenkommt dauert es nur noch 06:14:21 :mrgreen:

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

                  Perfekt, komme wieder drauf.

                  Viel Erfolg beim Hochladen, runter ging ruckzuck 😄

                  Und Danke.

                  1 Reply Last reply Reply Quote 0
                  • Jey Cee
                    Jey Cee Developer last edited by

                    Ich bin gerade dabei das neue Image herunter zu laden. Bin sehr gespannt wie lang es dauert bis ich wieder alles durcheinander bring 😉

                    Nachdem ich mir bei dem ganzen Kuddelmuddel das durch das Falsche Updaten entstanden ist wohl die ganze iobroker install beschädigt hab, möchte ich nochmal von vorne anfangen.

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

                      @Jey Cee:

                      Ich bin gerade dabei das neue Image herunter zu laden. `
                      Da bist du aber schnell 😉

                      bin gerade erst fertig geworden mit der Anpassung der Tabellen und Beschreibungen.

                      @Jey Cee:

                      Nachdem ich mir bei dem ganzen Kuddelmuddel das durch das Falsche Updaten entstanden ist wohl die ganze iobroker install beschädigt hab, möchte ich nochmal von vorne anfangen. `
                      Wenn noch nicht viel drauf ist, ist das der sicherere Weg.

                      Viel Erfolg

                      Rainer

                      1 Reply Last reply Reply Quote 0
                      • Jey Cee
                        Jey Cee Developer last edited by

                        @Homoran:

                        Wenn noch nicht viel drauf ist, ist das der sicherere Weg. `

                        Definitiv. Hab mir sogar schonmal überlegt gar keine Updates mehr zu fahren und dem Motto "Never touch a running system".

                        Das Blöde ist nur das es dann auch keine neuen Funktionen mehr gibt.

                        Edit: Es läuft. Hab da aber mal noch ne Frage. Am Anfang tauch ja "Bearbeite…" auf, wie lang dauert dieser Vorgang?

                        Ich bin sehr ungeduldig und warte nur ungern. 😉

                        Edit 2: Das "Bearbeite..." steht da jetzt seit 50 min. Was mache ich falsch? Ich hab keinen Befehl ausgeführt oder sonst irgendwas gemacht, nur die Weboberfläche aufgerufen.

                        Der Befehl ./iobroker stop sagt das iobroker daemon gar nicht läuft. Der aufruf von ps uax zeigt aber das io.js-controller und io.admin.0 laufen ???

                        Edit 3: Neustart des Pi und vergrößern der Partition auf max hat auch nichts gebracht.

                        Edit 4: Die Erlösung: ./iobroker update

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

                          Versteh ich nicht! Bei mir lief es ohne Probleme.

                          ./iobroker restart zeigt dann auch an, dass der controller nicht läuft aber startet ihn dann auch.

                          Dass er trotzdem läuft wäre ein Fall für bluefox.

                          Gruß

                          Rainer

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

                            @Jey Cee:

                            Edit 4: Die Erlösung: ./iobroker update `
                            Habe ich jetzt auch nachvollziehen können - warum auch immer

                            Vielleicht kann Bluefox das erklären, bitte !?

                            Gruß

                            Rainer

                            EDIT:

                            Habe das auf der Website auch entsprechend gekennzeichnet
                            144_image_download.jpg

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

                              Hab auch noch Update Probleme. Wenn ich View exportiere und neu aufsetzen, müsste ja alles erhalten bleiben? Oder?

                              Gesendet via Tapatalk.

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

                                Verstehe die Frage nicht !?!?
                                @Brati:

                                Hab auch noch Update Probleme `
                                Was willst du beim Image updaten?

                                @Brati:

                                Wenn ich View exportiere und neu aufsetzen, müsste ja alles erhalten bleiben? Oder? `
                                Bezieht sich auf vis, oder?

                                View exportieren ist klar, was setzt du dann neu auf? ioBroker komplett mit dem Image?

                                Zuerst die Instanzen wieder erzeugen, bei vis auch die widget-Sätze und Icons

                                Dann musst du den View wieder importieren.

                                Gruß

                                Rainer

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

                                  Ja, so war der Plan. System komplett neu und auch die Instanzen… Ich teste...

                                  Grüße Brati

                                  Gesendet via Tapatalk.
                                  4588_frage_einstellungen_2.png

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

                                    Nicht das Image updaten, die Adapter lassen sich nicht updaten und teilweise keine Instanz installieren. Also mach ich alles noch mal neu.

                                    Gesendet via Tapatalk.
                                    4588_scene_zoneneinstellung.png

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

                                      @Brati:

                                      die Adapter lassen sich nicht updaten `
                                      Wie äußert sich das?

                                      Wenn du das neue Image hast, gibt es lediglich seit heute in update für den js-Adapter dazu.

                                      Sonst gibt es nichts zum updaten.

                                      @Brati:

                                      teilweise keine Instanz installieren. `
                                      Dito: Fehlermeldung und nähere Beschreibung des Problems.

                                      Gruß

                                      Rainer

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

                                        zzzu spät. Alles neu aufgesetzt. Jetzt lassen sich die Instanzen installieren. Das stimmt schon mal positiv.

                                        Danke fürs Image.

                                        Grüße

                                        Brati

                                        1 Reply Last reply Reply Quote 0
                                        • Jey Cee
                                          Jey Cee Developer last edited by

                                          Also der Befehl ./iobroker restart hilft. Aber ich meinte neustart des PI hat nichts geholfen.

                                          Vorher hab ich aus versehen die Stromversorgung gekappt und nach dem Neustart des PI hing iobroker wieder.

                                          Ich hab jetzt mal das allgemeine log von iobroker aufgemacht, die Einträge hören kurz nachdem Start einfach auf.

                                          Was auch auffällig ist, sind die Einträge vor dem eigentlichen Start. Da wird iobroker erstmal gestoppt.

                                          ! 2015-09-11 19:30:24.850 - info: web.0 terminating http server on port 8082
                                          ! 2015-09-11 19:30:24.852 - info: web.0 terminated http server on port 8082
                                          ! 2015-09-11 19:30:24.834 - info: host.ioBroker received SIGTERM
                                          ! 2015-09-11 19:30:24.859 - info: admin.0 terminating http server on port 8081
                                          ! 2015-09-11 19:30:24.840 - info: host.ioBroker stopInstance system.adapter.admin.0
                                          ! 2015-09-11 19:30:24.840 - info: host.ioBroker stopInstance system.adapter.admin.0 killing pid 2231
                                          ! 2015-09-11 19:30:24.842 - info: host.ioBroker stopInstance system.adapter.hm-rpc.0
                                          ! 2015-09-11 19:30:24.842 - info: host.ioBroker stopInstance system.adapter.hm-rpc.0 killing pid 2455
                                          ! 2015-09-11 19:30:24.903 - info: web.0 terminating
                                          ! 2015-09-11 19:30:24.852 - info: sonos.0 terminating
                                          ! 2015-09-11 19:30:24.843 - info: host.ioBroker stopInstance system.adapter.hm-rega.0
                                          ! 2015-09-11 19:30:24.844 - info: host.ioBroker stopInstance system.adapter.hm-rega.0 killing pid 2352
                                          ! 2015-09-11 19:30:24.844 - info: host.ioBroker stopInstance system.adapter.sonos.0
                                          ! 2015-09-11 19:30:24.845 - info: host.ioBroker stopInstance system.adapter.sonos.0 killing pid 2360
                                          ! 2015-09-11 19:30:24.845 - info: host.ioBroker stopInstance system.adapter.web.0
                                          ! 2015-09-11 19:30:24.872 - info: harmony.0 terminating
                                          ! 2015-09-11 19:30:24.892 - info: hm-rpc.0 binrpc -> 192.168.0.5:2001 init ["xmlrpc_bin://192.168.0.248:2001",""]
                                          ! 2015-09-11 19:30:24.846 - info: host.ioBroker stopInstance system.adapter.web.0 killing pid 2367
                                          ! 2015-09-11 19:30:24.980 - info: sonos.0 terminating
                                          ! 2015-09-11 19:30:24.856 - info: host.ioBroker stopInstance system.adapter.vis.0
                                          ! 2015-09-11 19:30:24.856 - info: host.ioBroker stopInstance system.adapter.harmony.0
                                          ! 2015-09-11 19:30:24.987 - info: admin.0 terminating
                                          ! 2015-09-11 19:30:24.857 - info: host.ioBroker stopInstance system.adapter.harmony.0 killing pid 2383
                                          ! 2015-09-11 19:30:25.014 - info: harmony.0 terminating
                                          ! 2015-09-11 19:30:25.024 - info: hm-rpc.0 terminating
                                          ! 2015-09-11 19:30:25.029 - info: host.ioBroker instance system.adapter.admin.0 terminated with code 0 (OK)
                                          ! 2015-09-11 19:30:25.036 - info: host.ioBroker instance system.adapter.sonos.0 terminated with code 0 (OK)
                                          ! 2015-09-11 19:30:25.176 - info: host.ioBroker terminated
                                          ! 2015-09-11 19:30:25.184 - info: host.ioBroker instance system.adapter.harmony.0 terminated with code 0 (OK)
                                          ! 2015-09-11 19:30:25.185 - info: host.ioBroker instance system.adapter.hm-rpc.0 terminated with code 0 (OK)
                                          ! 2015-09-11 19:30:25.841 - info: host.ioBroker received SIGTERM
                                          ! 2015-09-11 19:30:25.842 - info: host.ioBroker stopInstance system.adapter.admin.0
                                          ! 2015-09-11 19:30:25.842 - warn: host.ioBroker stopInstance system.adapter.admin.0 not running
                                          ! 2015-09-11 19:30:25.843 - info: host.ioBroker stopInstance system.adapter.hm-rpc.0
                                          ! 2015-09-11 19:30:25.843 - warn: host.ioBroker stopInstance system.adapter.hm-rpc.0 not running
                                          ! 2015-09-11 19:30:25.843 - info: host.ioBroker stopInstance system.adapter.hm-rega.0
                                          ! 2015-09-11 19:30:25.844 - warn: host.ioBroker stopInstance system.adapter.hm-rega.0 not running
                                          ! 2015-09-11 19:30:25.844 - info: host.ioBroker stopInstance system.adapter.sonos.0
                                          ! 2015-09-11 19:30:25.844 - warn: host.ioBroker stopInstance system.adapter.sonos.0 not running
                                          ! 2015-09-11 19:30:25.844 - info: host.ioBroker stopInstance system.adapter.web.0
                                          ! 2015-09-11 19:30:25.845 - warn: host.ioBroker stopInstance system.adapter.web.0 not running
                                          ! 2015-09-11 19:30:25.847 - info: host.ioBroker stopInstance system.adapter.vis.0
                                          ! 2015-09-11 19:30:25.848 - info: host.ioBroker stopInstance system.adapter.harmony.0
                                          ! 2015-09-11 19:30:25.848 - warn: host.ioBroker stopInstance system.adapter.harmony.0 not running
                                          ! 2015-09-11 19:30:26.012 - info: host.ioBroker terminated
                                          ! 2015-09-11 19:30:28.953 - info: host.ioBroker ioBroker.js-controller version 0.7.11 js-controller starting
                                          ! 2015-09-11 19:30:28.969 - info: host.ioBroker Copyright © 2014-2015 bluefox, hobbyquaker
                                          ! 2015-09-11 19:30:28.971 - info: host.ioBroker hostname: ioBroker
                                          ! 2015-09-11 19:30:28.971 - info: host.ioBroker ip addresses: 192.168.0.248
                                          ! 2015-09-11 19:30:29.083 - info: inMem-states listening on port 9000
                                          ! 2015-09-11 19:30:29.235 - info: inMem-objects listening on port 9001
                                          ! 2015-09-11 19:30:29.249 - info: host.ioBroker InMemoryDB connected
                                          ! 2015-09-11 19:30:29.273 - info: host.ioBroker 7 instances found
                                          ! 2015-09-11 19:30:29.275 - info: host.ioBroker starting 7 instances
                                          ! 2015-09-11 19:30:33.293 - info: host.ioBroker instance system.adapter.hm-rpc.0 started with pid 2740
                                          ! 2015-09-11 19:30:34.503 - info: admin.0 starting. Version 0.5.9 in /opt/iobroker/node_modules/iobroker.admin
                                          ! 2015-09-11 19:30:34.625 - info: admin.0 requesting all states
                                          ! 2015-09-11 19:30:34.631 - info: admin.0 requesting all objects
                                          ! 2015-09-11 19:30:34.636 - info: admin.0 http server listening on port 8081
                                          ! 2015-09-11 19:30:34.637 - info: admin.0 Use link "http://localhost:8081" to configure.
                                          ! 2015-09-11 19:30:35.444 - info: admin.0 received all states
                                          ! 2015-09-11 19:30:35.722 - info: hm-rpc.0 starting. Version 0.5.2 in /opt/iobroker/node_modules/iobroker.hm-rpc
                                          ! 2015-09-11 19:30:35.946 - info: admin.0 received all objects
                                          ! 2015-09-11 19:30:36.058 - info: hm-rpc.0 binrpc server is trying to listen on 192.168.0.248:2001
                                          ! 2015-09-11 19:30:36.061 - info: hm-rpc.0 binrpc -> 192.168.0.5:2001 init ["xmlrpc_bin://192.168.0.248:2001","hm-rpc.0"]
                                          ! 2015-09-11 19:30:36.096 - info: hm-rpc.0 binrpc <- listDevices ["hm-rpc.0"]
                                          ! 2015-09-11 19:30:36.125 - info: hm-rpc.0 binrpc -> 198 devices
                                          ! 2015-09-11 19:30:37.293 - info: host.ioBroker instance system.adapter.hm-rega.0 started with pid 2750
                                          ! 2015-09-11 19:30:39.227 - info: hm-rega.0 starting. Version 0.2.2 in /opt/iobroker/node_modules/iobroker.hm-rega
                                          ! 2015-09-11 19:30:39.266 - info: hm-rega.0 subscribe hm-rpc.0.BidCoS-RF:50.PRESS_SHORT
                                          ! 2015-09-11 19:30:41.149 - info: hm-rega.0 ReGaHSS 192.168.0.5 up
                                          ! 2015-09-11 19:30:41.210 - info: hm-rega.0 time difference local-ccu 0s
                                          ! 2015-09-11 19:30:41.282 - info: hm-rega.0 added/updated 0 favorites to enum.favorites
                                          ! 2015-09-11 19:30:41.295 - info: host.ioBroker instance system.adapter.sonos.0 started with pid 2756
                                          ! 2015-09-11 19:30:41.394 - info: hm-rega.0 added/updated functions to enum.functions
                                          ! 2015-09-11 19:30:41.483 - info: hm-rega.0 added/updated rooms to enum.rooms
                                          ! 2015-09-11 19:30:41.836 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907838.6 to "HM-CC-RT-DN KEQ0907838:6"
                                          ! 2015-09-11 19:30:41.857 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907838.5 to "HM-CC-RT-DN KEQ0907838:5"
                                          ! 2015-09-11 19:30:41.879 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907838.4 to "HM-CC-RT-DN KEQ0907838:4"
                                          ! 2015-09-11 19:30:41.900 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907838.3 to "HM-CC-RT-DN KEQ0907838:3"
                                          ! 2015-09-11 19:30:41.915 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907838.2 to "HM-CC-RT-DN KEQ0907838:2"
                                          ! 2015-09-11 19:30:41.944 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907838.1 to "HM-CC-RT-DN KEQ0907838:1"
                                          ! 2015-09-11 19:30:41.960 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907838.0 to "WZ TS:0"
                                          ! 2015-09-11 19:30:41.993 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907838 to "WZ TS"
                                          ! 2015-09-11 19:30:42.017 - info: hm-rega.0 renamed hm-rpc.0.LEQ0573981.6 to "HM-ES-PMSw1-Pl LEQ0573981:6"
                                          ! 2015-09-11 19:30:42.036 - info: hm-rega.0 renamed hm-rpc.0.LEQ0573981.5 to "HM-ES-PMSw1-Pl LEQ0573981:5"
                                          ! 2015-09-11 19:30:42.056 - info: hm-rega.0 renamed hm-rpc.0.LEQ0573981.4 to "HM-ES-PMSw1-Pl LEQ0573981:4"
                                          ! 2015-09-11 19:30:42.089 - info: hm-rega.0 renamed hm-rpc.0.LEQ0573981.3 to "HM-ES-PMSw1-Pl LEQ0573981:3"
                                          ! 2015-09-11 19:30:42.106 - info: hm-rega.0 renamed hm-rpc.0.LEQ0573981.2 to "TV Leistungsmessung"
                                          ! 2015-09-11 19:30:42.124 - info: hm-rega.0 renamed hm-rpc.0.LEQ0573981.1 to "TV Schalter"
                                          ! 2015-09-11 19:30:42.138 - info: hm-rega.0 renamed hm-rpc.0.LEQ0573981.0 to "WZ LM TV:0"
                                          ! 2015-09-11 19:30:42.152 - info: hm-rega.0 renamed hm-rpc.0.LEQ0573981 to "WZ LM TV"
                                          ! 2015-09-11 19:30:42.178 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400414.6 to "HM-CC-RT-DN LEQ0400414:6"
                                          ! 2015-09-11 19:30:42.192 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400414.5 to "HM-CC-RT-DN LEQ0400414:5"
                                          ! 2015-09-11 19:30:42.207 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400414.4 to "HM-CC-RT-DN LEQ0400414:4"
                                          ! 2015-09-11 19:30:42.223 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400414.3 to "HM-CC-RT-DN LEQ0400414:3"
                                          ! 2015-09-11 19:30:42.237 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400414.2 to "HM-CC-RT-DN LEQ0400414:2"
                                          ! 2015-09-11 19:30:42.253 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400414.1 to "HM-CC-RT-DN LEQ0400414:1"
                                          ! 2015-09-11 19:30:42.267 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400414.0 to "SK TS:0"
                                          ! 2015-09-11 19:30:42.281 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400414 to "SK TS"
                                          ! 2015-09-11 19:30:42.294 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400810.6 to "HM-CC-RT-DN LEQ0400810:6"
                                          ! 2015-09-11 19:30:42.310 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400810.5 to "HM-CC-RT-DN LEQ0400810:5"
                                          ! 2015-09-11 19:30:42.340 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400810.4 to "HM-CC-RT-DN LEQ0400810:4"
                                          ! 2015-09-11 19:30:42.357 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400810.3 to "HM-CC-RT-DN LEQ0400810:3"
                                          ! 2015-09-11 19:30:42.372 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400810.2 to "HM-CC-RT-DN LEQ0400810:2"
                                          ! 2015-09-11 19:30:42.400 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400810.1 to "HM-CC-RT-DN LEQ0400810:1"
                                          ! 2015-09-11 19:30:42.427 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400810.0 to "S3 TS:0"
                                          ! 2015-09-11 19:30:42.439 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400810 to "S3 TS"
                                          ! 2015-09-11 19:30:42.456 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400809.6 to "HM-CC-RT-DN LEQ0400809:6"
                                          ! 2015-09-11 19:30:42.474 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400809.5 to "HM-CC-RT-DN LEQ0400809:5"
                                          ! 2015-09-11 19:30:42.486 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400809.4 to "HM-CC-RT-DN LEQ0400809:4"
                                          ! 2015-09-11 19:30:42.503 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400809.3 to "HM-CC-RT-DN LEQ0400809:3"
                                          ! 2015-09-11 19:30:42.518 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400809.2 to "HM-CC-RT-DN LEQ0400809:2"
                                          ! 2015-09-11 19:30:42.537 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400809.1 to "HM-CC-RT-DN LEQ0400809:1"
                                          ! 2015-09-11 19:30:42.569 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400809.0 to "S2 TS:0"
                                          ! 2015-09-11 19:30:42.583 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400809 to "S2 TS"
                                          ! 2015-09-11 19:30:42.597 - info: hm-rega.0 renamed hm-rpc.0.KEQ0058568.2 to "RGB Licht An"
                                          ! 2015-09-11 19:30:42.611 - info: hm-rega.0 renamed hm-rpc.0.KEQ0058568.1 to "RGB Licht Aus"
                                          ! 2015-09-11 19:30:42.626 - info: hm-rega.0 renamed hm-rpc.0.KEQ0058568.0 to "S2 T:0"
                                          ! 2015-09-11 19:30:42.645 - info: hm-rega.0 renamed hm-rpc.0.KEQ0058568 to "S2 T"
                                          ! 2015-09-11 19:30:42.661 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400820.6 to "HM-CC-RT-DN LEQ0400820:6"
                                          ! 2015-09-11 19:30:42.675 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400820.5 to "HM-CC-RT-DN LEQ0400820:5"
                                          ! 2015-09-11 19:30:42.688 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400820.4 to "HM-CC-RT-DN LEQ0400820:4"
                                          ! 2015-09-11 19:30:42.718 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400820.3 to "HM-CC-RT-DN LEQ0400820:3"
                                          ! 2015-09-11 19:30:42.736 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400820.2 to "HM-CC-RT-DN LEQ0400820:2"
                                          ! 2015-09-11 19:30:42.750 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400820.1 to "HM-CC-RT-DN LEQ0400820:1"
                                          ! 2015-09-11 19:30:42.767 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400820.0 to "S1 TS:0"
                                          ! 2015-09-11 19:30:42.782 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400820 to "S1 TS"
                                          ! 2015-09-11 19:30:42.796 - info: hm-rega.0 renamed hm-rpc.0.MEQ0397609.2 to "An"
                                          ! 2015-09-11 19:30:42.811 - info: hm-rega.0 renamed hm-rpc.0.MEQ0397609.1 to "Aus"
                                          ! 2015-09-11 19:30:42.839 - info: hm-rega.0 renamed hm-rpc.0.MEQ0397609.0 to "S1 T2:0"
                                          ! 2015-09-11 19:30:42.854 - info: hm-rega.0 renamed hm-rpc.0.MEQ0397609 to "S1 T2"
                                          ! 2015-09-11 19:30:42.866 - info: hm-rega.0 renamed hm-rpc.0.KEQ0060254.2 to "Licht An"
                                          ! 2015-09-11 19:30:42.885 - info: hm-rega.0 renamed hm-rpc.0.KEQ0060254.1 to "Licht Aus"
                                          ! 2015-09-11 19:30:42.902 - info: hm-rega.0 renamed hm-rpc.0.KEQ0060254.0 to "S1 T1:0"
                                          ! 2015-09-11 19:30:42.920 - info: hm-rega.0 renamed hm-rpc.0.KEQ0060254 to "S1 T1"
                                          ! 2015-09-11 19:30:42.932 - info: hm-rega.0 renamed hm-rpc.0.KEQ0967294.6 to "HM-ES-PMSw1-Pl KEQ0967294:6"
                                          ! 2015-09-11 19:30:42.949 - info: hm-rega.0 renamed hm-rpc.0.KEQ0967294.5 to "HM-ES-PMSw1-Pl KEQ0967294:5"
                                          ! 2015-09-11 19:30:42.964 - info: hm-rega.0 renamed hm-rpc.0.KEQ0967294.4 to "HM-ES-PMSw1-Pl KEQ0967294:4"
                                          ! 2015-09-11 19:30:42.980 - info: hm-rega.0 renamed hm-rpc.0.KEQ0967294.3 to "HM-ES-PMSw1-Pl KEQ0967294:3"
                                          ! 2015-09-11 19:30:42.994 - info: hm-rega.0 renamed hm-rpc.0.KEQ0967294.2 to "S1 NL Leistungsmessung"
                                          ! 2015-09-11 19:30:43.009 - info: hm-rega.0 renamed hm-rpc.0.KEQ0967294.1 to "S1 NL Schalter"
                                          ! 2015-09-11 19:30:43.023 - info: hm-rega.0 renamed hm-rpc.0.KEQ0967294.0 to "S1 NL:0"
                                          ! 2015-09-11 19:30:43.037 - info: hm-rega.0 renamed hm-rpc.0.KEQ0967294 to "S1 NL"
                                          ! 2015-09-11 19:30:43.054 - info: hm-rega.0 renamed hm-rpc.0.KEQ0048733.1 to "Temp/Hygro Wohnzimmer"
                                          ! 2015-09-11 19:30:43.070 - info: hm-rega.0 renamed hm-rpc.0.KEQ0048733.0 to "Luftentfeuchter TL:0"
                                          ! 2015-09-11 19:30:43.083 - info: hm-rega.0 renamed hm-rpc.0.KEQ0048733 to "Luftentfeuchter TL"
                                          ! 2015-09-11 19:30:43.101 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275892.6 to "Luftentfeuchter 5"
                                          ! 2015-09-11 19:30:43.118 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275892.5 to "Luftentfeuchter 4"
                                          ! 2015-09-11 19:30:43.130 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275892.4 to "Luftentfeuchter 3"
                                          ! 2015-09-11 19:30:43.145 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275892.3 to "Luftentfeuchter 2"
                                          ! 2015-09-11 19:30:43.158 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275892.2 to "Luftentfeuchter 1"
                                          ! 2015-09-11 19:30:43.174 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275892.1 to "Luftentfeuchter"
                                          ! 2015-09-11 19:30:43.188 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275892.0 to "Luftentfeuchter:0"
                                          ! 2015-09-11 19:30:43.207 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275892 to "Luftentfeuchter"
                                          ! 2015-09-11 19:30:43.223 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907917.6 to "HM-CC-RT-DN KEQ0907917:6"
                                          ! 2015-09-11 19:30:43.237 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907917.5 to "HM-CC-RT-DN KEQ0907917:5"
                                          ! 2015-09-11 19:30:43.250 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907917.4 to "HM-CC-RT-DN KEQ0907917:4"
                                          ! 2015-09-11 19:30:43.266 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907917.3 to "HM-CC-RT-DN KEQ0907917:3"
                                          ! 2015-09-11 19:30:43.281 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907917.2 to "HM-CC-RT-DN KEQ0907917:2"
                                          ! 2015-09-11 19:30:43.303 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907917.1 to "HM-CC-RT-DN KEQ0907917:1"
                                          ! 2015-09-11 19:30:43.321 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907917.0 to "K TS:0"
                                          ! 2015-09-11 19:30:43.335 - info: hm-rega.0 renamed hm-rpc.0.KEQ0907917 to "K TS"
                                          ! 2015-09-11 19:30:43.359 - info: hm-rega.0 renamed hm-rpc.0.JEQ0218116.1 to "Temp/Hygro Küche"
                                          ! 2015-09-11 19:30:43.374 - info: hm-rega.0 renamed hm-rpc.0.JEQ0218116.0 to "K TL:0"
                                          ! 2015-09-11 19:30:43.389 - info: hm-rega.0 renamed hm-rpc.0.JEQ0218116 to "K TL"
                                          ! 2015-09-11 19:30:43.403 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275778.6 to "HM-ES-PMSw1-Pl LEQ1275778:6"
                                          ! 2015-09-11 19:30:43.415 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275778.5 to "HM-ES-PMSw1-Pl LEQ1275778:5"
                                          ! 2015-09-11 19:30:43.430 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275778.4 to "HM-ES-PMSw1-Pl LEQ1275778:4"
                                          ! 2015-09-11 19:30:43.444 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275778.3 to "HM-ES-PMSw1-Pl LEQ1275778:3"
                                          ! 2015-09-11 19:30:43.460 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275778.2 to "HM-ES-PMSw1-Pl LEQ1275778:2"
                                          ! 2015-09-11 19:30:43.480 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275778.1 to "HM-ES-PMSw1-Pl LEQ1275778:1"
                                          ! 2015-09-11 19:30:43.499 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275778.0 to "K LM Wama:0"
                                          ! 2015-09-11 19:30:43.512 - info: hm-rega.0 renamed hm-rpc.0.LEQ1275778 to "K LM Wama"
                                          ! 2015-09-11 19:30:43.526 - info: hm-rega.0 renamed hm-rpc.0.LEQ0573310.1 to "HM-Sen-MDIR-SM LEQ0573310:1"
                                          ! 2015-09-11 19:30:43.540 - info: hm-rega.0 renamed hm-rpc.0.LEQ0573310.0 to "HM-Sen-MDIR-SM LEQ0573310:0"
                                          ! 2015-09-11 19:30:43.555 - info: hm-rega.0 renamed hm-rpc.0.LEQ0573310 to "HM-Sen-MDIR-SM LEQ0573310"
                                          ! 2015-09-11 19:30:43.571 - info: hm-rega.0 renamed hm-rpc.0.MEQ0042172.1 to "HM-Sec-Key MEQ0042172:1"
                                          ! 2015-09-11 19:30:43.586 - info: hm-rega.0 renamed hm-rpc.0.MEQ0042172.0 to "HM-Sec-Key MEQ0042172:0"
                                          ! 2015-09-11 19:30:43.599 - info: hm-rega.0 renamed hm-rpc.0.MEQ0042172 to "HM-Sec-Key MEQ0042172"
                                          ! 2015-09-11 19:30:43.613 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.50 to "HM-RCV-50 BidCoS-RF:50"
                                          ! 2015-09-11 19:30:43.626 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.49 to "HM-RCV-50 BidCoS-RF:49"
                                          ! 2015-09-11 19:30:43.639 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.48 to "HM-RCV-50 BidCoS-RF:48"
                                          ! 2015-09-11 19:30:43.654 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.47 to "HM-RCV-50 BidCoS-RF:47"
                                          ! 2015-09-11 19:30:43.671 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.46 to "HM-RCV-50 BidCoS-RF:46"
                                          ! 2015-09-11 19:30:43.685 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.45 to "HM-RCV-50 BidCoS-RF:45"
                                          ! 2015-09-11 19:30:43.708 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.44 to "HM-RCV-50 BidCoS-RF:44"
                                          ! 2015-09-11 19:30:43.722 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.43 to "HM-RCV-50 BidCoS-RF:43"
                                          ! 2015-09-11 19:30:43.736 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.42 to "HM-RCV-50 BidCoS-RF:42"
                                          ! 2015-09-11 19:30:43.760 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.41 to "HM-RCV-50 BidCoS-RF:41"
                                          ! 2015-09-11 19:30:43.772 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.40 to "HM-RCV-50 BidCoS-RF:40"
                                          ! 2015-09-11 19:30:43.789 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.39 to "HM-RCV-50 BidCoS-RF:39"
                                          ! 2015-09-11 19:30:43.802 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.38 to "HM-RCV-50 BidCoS-RF:38"
                                          ! 2015-09-11 19:30:43.818 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.37 to "HM-RCV-50 BidCoS-RF:37"
                                          ! 2015-09-11 19:30:43.831 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.36 to "HM-RCV-50 BidCoS-RF:36"
                                          ! 2015-09-11 19:30:43.858 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.35 to "HM-RCV-50 BidCoS-RF:35"
                                          ! 2015-09-11 19:30:43.872 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.34 to "HM-RCV-50 BidCoS-RF:34"
                                          ! 2015-09-11 19:30:43.890 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.33 to "HM-RCV-50 BidCoS-RF:33"
                                          ! 2015-09-11 19:30:43.918 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.32 to "HM-RCV-50 BidCoS-RF:32"
                                          ! 2015-09-11 19:30:43.942 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.31 to "HM-RCV-50 BidCoS-RF:31"
                                          ! 2015-09-11 19:30:43.957 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.30 to "HM-RCV-50 BidCoS-RF:30"
                                          ! 2015-09-11 19:30:43.972 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.29 to "HM-RCV-50 BidCoS-RF:29"
                                          ! 2015-09-11 19:30:43.986 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.28 to "HM-RCV-50 BidCoS-RF:28"
                                          ! 2015-09-11 19:30:43.998 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.27 to "HM-RCV-50 BidCoS-RF:27"
                                          ! 2015-09-11 19:30:44.011 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.26 to "HM-RCV-50 BidCoS-RF:26"
                                          ! 2015-09-11 19:30:44.025 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.25 to "HM-RCV-50 BidCoS-RF:25"
                                          ! 2015-09-11 19:30:44.040 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.24 to "HM-RCV-50 BidCoS-RF:24"
                                          ! 2015-09-11 19:30:44.058 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.23 to "HM-RCV-50 BidCoS-RF:23"
                                          ! 2015-09-11 19:30:44.076 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.22 to "HM-RCV-50 BidCoS-RF:22"
                                          ! 2015-09-11 19:30:44.091 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.21 to "HM-RCV-50 BidCoS-RF:21"
                                          ! 2015-09-11 19:30:44.106 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.20 to "HM-RCV-50 BidCoS-RF:20"
                                          ! 2015-09-11 19:30:44.120 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.19 to "HM-RCV-50 BidCoS-RF:19"
                                          ! 2015-09-11 19:30:44.133 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.18 to "HM-RCV-50 BidCoS-RF:18"
                                          ! 2015-09-11 19:30:44.146 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.17 to "HM-RCV-50 BidCoS-RF:17"
                                          ! 2015-09-11 19:30:44.161 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.16 to "HM-RCV-50 BidCoS-RF:16"
                                          ! 2015-09-11 19:30:44.174 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.15 to "HM-RCV-50 BidCoS-RF:15"
                                          ! 2015-09-11 19:30:44.187 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.14 to "HM-RCV-50 BidCoS-RF:14"
                                          ! 2015-09-11 19:30:44.201 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.13 to "HM-RCV-50 BidCoS-RF:13"
                                          ! 2015-09-11 19:30:44.218 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.12 to "HM-RCV-50 BidCoS-RF:12"
                                          ! 2015-09-11 19:30:44.238 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.11 to "HM-RCV-50 BidCoS-RF:11"
                                          ! 2015-09-11 19:30:44.251 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.10 to "HM-RCV-50 BidCoS-RF:10"
                                          ! 2015-09-11 19:30:44.264 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.9 to "HM-RCV-50 BidCoS-RF:9"
                                          ! 2015-09-11 19:30:44.279 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.8 to "HM-RCV-50 BidCoS-RF:8"
                                          ! 2015-09-11 19:30:44.299 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.7 to "HM-RCV-50 BidCoS-RF:7"
                                          ! 2015-09-11 19:30:44.328 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.6 to "HM-RCV-50 BidCoS-RF:6"
                                          ! 2015-09-11 19:30:44.352 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.5 to "HM-RCV-50 BidCoS-RF:5"
                                          ! 2015-09-11 19:30:44.369 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.4 to "HM-RCV-50 BidCoS-RF:4"
                                          ! 2015-09-11 19:30:44.384 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.3 to "HM-RCV-50 BidCoS-RF:3"
                                          ! 2015-09-11 19:30:44.399 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.2 to "HM-RCV-50 BidCoS-RF:2"
                                          ! 2015-09-11 19:30:44.416 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.1 to "HM-RCV-50 BidCoS-RF:1"
                                          ! 2015-09-11 19:30:44.432 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF.0 to "HM-RCV-50 BidCoS-RF:0"
                                          ! 2015-09-11 19:30:44.447 - info: hm-rega.0 renamed hm-rpc.0.BidCoS-RF to "HM-RCV-50 BidCoS-RF"
                                          ! 2015-09-11 19:30:44.459 - info: hm-rega.0 renamed hm-rpc.0.KEQ0193033.1 to "HM-LC-Sw1-FM KEQ0193033:1"
                                          ! 2015-09-11 19:30:44.478 - info: hm-rega.0 renamed hm-rpc.0.KEQ0193033.0 to "HM-LC-Sw1-FM KEQ0193033:0"
                                          ! 2015-09-11 19:30:44.511 - info: hm-rega.0 renamed hm-rpc.0.KEQ0193033 to "HM-LC-Sw1-FM KEQ0193033"
                                          ! 2015-09-11 19:30:44.529 - info: hm-rega.0 renamed hm-rpc.0.MEQ0285801.1 to "HM-Sec-SCo MEQ0285801:1"
                                          ! 2015-09-11 19:30:44.543 - info: hm-rega.0 renamed hm-rpc.0.MEQ0285801.0 to "Haustuer TFK:0"
                                          ! 2015-09-11 19:30:44.560 - info: hm-rega.0 renamed hm-rpc.0.MEQ0285801 to "Haustuer TFK"
                                          ! 2015-09-11 19:30:44.573 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400787.6 to "HM-CC-RT-DN LEQ0400787:6"
                                          ! 2015-09-11 19:30:44.588 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400787.5 to "HM-CC-RT-DN LEQ0400787:5"
                                          ! 2015-09-11 19:30:44.601 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400787.4 to "HM-CC-RT-DN LEQ0400787:4"
                                          ! 2015-09-11 19:30:44.615 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400787.3 to "HM-CC-RT-DN LEQ0400787:3"
                                          ! 2015-09-11 19:30:44.643 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400787.2 to "HM-CC-RT-DN LEQ0400787:2"
                                          ! 2015-09-11 19:30:44.656 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400787.1 to "HM-CC-RT-DN LEQ0400787:1"
                                          ! 2015-09-11 19:30:44.671 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400787.0 to "G TS:0"
                                          ! 2015-09-11 19:30:44.690 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400787 to "G TS"
                                          ! 2015-09-11 19:30:44.706 - info: hm-rega.0 renamed hm-rpc.0.LEQ1163219.4 to "FB Sabine HT oeffnen"
                                          ! 2015-09-11 19:30:44.718 - info: hm-rega.0 renamed hm-rpc.0.LEQ1163219.3 to "HM-RC-Key4-2 LEQ1163219:3"
                                          ! 2015-09-11 19:30:44.735 - info: hm-rega.0 renamed hm-rpc.0.LEQ1163219.2 to "FB Sabine verriegeln"
                                          ! 2015-09-11 19:30:44.749 - info: hm-rega.0 renamed hm-rpc.0.LEQ1163219.1 to "FB Sabine entriegeln"
                                          ! 2015-09-11 19:30:44.786 - info: hm-rega.0 renamed hm-rpc.0.LEQ1163219.0 to "FB Sabine:0"
                                          ! 2015-09-11 19:30:44.802 - info: hm-rega.0 renamed hm-rpc.0.LEQ1163219 to "FB Sabine"
                                          ! 2015-09-11 19:30:44.815 - info: hm-rega.0 renamed hm-rpc.0.MEQ0042616.4 to "FB Kris HT oeffnen"
                                          ! 2015-09-11 19:30:44.843 - info: hm-rega.0 renamed hm-rpc.0.MEQ0042616.3 to "HM-RC-Key4-2 MEQ0042616:3"
                                          ! 2015-09-11 19:30:44.857 - info: hm-rega.0 renamed hm-rpc.0.MEQ0042616.2 to "FB Kris verriegeln"
                                          ! 2015-09-11 19:30:44.873 - info: hm-rega.0 renamed hm-rpc.0.MEQ0042616.1 to "FB Kris Entriegeln"
                                          ! 2015-09-11 19:30:44.903 - info: hm-rega.0 renamed hm-rpc.0.MEQ0042616.0 to "FB Kris:0"
                                          ! 2015-09-11 19:30:44.917 - info: hm-rega.0 renamed hm-rpc.0.MEQ0042616 to "FB Kris"
                                          ! 2015-09-11 19:30:44.934 - info: hm-rega.0 renamed hm-rpc.0.JEQ0156276.1 to "HM-Sec-MDIR JEQ0156276:1"
                                          ! 2015-09-11 19:30:44.954 - info: hm-rega.0 renamed hm-rpc.0.JEQ0156276.0 to "Bewegungsmelder:0"
                                          ! 2015-09-11 19:30:44.969 - info: hm-rega.0 renamed hm-rpc.0.JEQ0156276 to "Bewegungsmelder"
                                          ! 2015-09-11 19:30:44.993 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400796.6 to "HM-CC-RT-DN LEQ0400796:6"
                                          ! 2015-09-11 19:30:45.010 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400796.5 to "HM-CC-RT-DN LEQ0400796:5"
                                          ! 2015-09-11 19:30:45.028 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400796.4 to "HM-CC-RT-DN LEQ0400796:4"
                                          ! 2015-09-11 19:30:44.971 - info: sonos.0 starting. Version 0.1.6 in /opt/iobroker/node_modules/iobroker.sonos
                                          ! 2015-09-11 19:30:45.042 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400796.3 to "HM-CC-RT-DN LEQ0400796:3"
                                          ! 2015-09-11 19:30:45.079 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400796.2 to "HM-CC-RT-DN LEQ0400796:2"
                                          ! 2015-09-11 19:30:45.103 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400796.1 to "HM-CC-RT-DN LEQ0400796:1"
                                          ! 2015-09-11 19:30:45.119 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400796.0 to "B TS:0"
                                          ! 2015-09-11 19:30:45.132 - info: hm-rega.0 renamed hm-rpc.0.LEQ0400796 to "B TS"
                                          ! 2015-09-11 19:30:45.142 - info: sonos.0 http sonos server listening on port 8083
                                          ! 2015-09-11 19:30:45.147 - info: hm-rega.0 renamed hm-rpc.0.KEQ0048861.1 to "Temp/Hygro Bad"
                                          ! 2015-09-11 19:30:45.164 - info: hm-rega.0 renamed hm-rpc.0.KEQ0048861.0 to "B TL:0"
                                          ! 2015-09-11 19:30:45.199 - info: hm-rega.0 renamed hm-rpc.0.KEQ0048861 to "B TL"
                                          ! 2015-09-11 19:30:45.226 - info: hm-rega.0 renamed hm-rpc.0.LEQ0099255.1 to "Außentemperatur"
                                          ! 2015-09-11 19:30:45.250 - info: hm-rega.0 renamed hm-rpc.0.LEQ0099255.0 to "A TL:0"
                                          ! 2015-09-11 19:30:45.294 - info: host.ioBroker instance system.adapter.web.0 started with pid 2762
                                          ! 2015-09-11 19:30:45.333 - info: hm-rega.0 got 13 programs
                                          ! 2015-09-11 19:30:45.426 - info: hm-rega.0 added/updated 13 programs
                                          ! 2015-09-11 19:30:45.428 - info: hm-rega.0 deleted 0 programs
                                          ! 2015-09-11 19:30:46.548 - info: hm-rega.0 got 19 variables
                                          ! 2015-09-11 19:30:46.667 - info: hm-rega.0 added/updated 19 variables
                                          ! 2015-09-11 19:30:46.670 - info: hm-rega.0 deleted 0 variables
                                          ! 2015-09-11 19:30:46.673 - info: hm-rega.0 request state values
                                          ! 2015-09-11 19:30:48.617 - info: web.0 starting. Version 0.4.3 in /opt/iobroker/node_modules/iobroker.web
                                          ! 2015-09-11 19:30:50.156 - info: web.0 socket.io server listening on port 8082
                                          ! 2015-09-11 19:30:50.164 - info: web.0 http server listening on port 8082
                                          ! 2015-09-11 19:30:50.880 - info: hm-rega.0 got state values
                                          ! 2015-09-11 19:30:52.103 - info: vis.0 starting. Version 0.6.13 in /opt/iobroker/node_modules/iobroker.vis
                                          ! 2015-09-11 19:30:53.300 - info: host.ioBroker instance system.adapter.harmony.0 started with pid 2774
                                          ! 2015-09-11 19:30:56.024 - info: host.ioBroker instance system.adapter.vis.0 terminated while should be started once
                                          ! 2015-09-11 19:30:59.782 - info: harmony.0 starting. Version 0.5.2 in /opt/iobroker/node_modules/iobroker.harmony
                                          ! 2015-09-11 19:30:59.922 - info: harmony.0 hub initialized
                                          ! 2015-09-11 19:30:59.968 - info: harmony.0 discover start
                                          ! 2015-09-11 19:31:01.246 - info: harmony.0 discovered Wohnzimmer-Hub
                                          ! 2015-09-11 19:31:02.632 - info: harmony.0 connected to Wohnzimmer-Hub
                                          ! 2015-09-11 19:31:03.351 - info: harmony.0 creating activities and devices
                                          ! 2015-09-11 19:31:03.367 - info: harmony.0 synced hub config
                                          ! 2015-09-11 20:36:19.237 - warn: harmony.0 keep alive cannot get current Activity: Error: Timed out after 5000 ms
                                          ! 2015-09-11 20:36:20.557 - warn: harmony.0 lost Wohnzimmer-Hub
                                          ! 2015-09-11 20:36:31.829 - info: harmony.0 discovered Wohnzimmer-Hub
                                          ! 2015-09-11 20:36:33.203 - info: harmony.0 connected to Wohnzimmer-Hub
                                          ! 2015-09-11 20:36:33.919 - info: harmony.0 creating activities and devices
                                          ! 2015-09-11 20:36:33.926 - info: harmony.0 found new activity: Musik_hören
                                          ! 2015-09-11 20:36:33.931 - info: harmony.0 found new activity: PS3_BluRay
                                          ! 2015-09-11 20:36:33.933 - info: harmony.0 found new activity: Wiedergabe_PS3
                                          ! 2015-09-11 20:36:33.934 - info: harmony.0 found new activity: Fernsehen
                                          ! 2015-09-11 20:36:33.935 - info: harmony.0 found new activity: Tv_Schauen
                                          ! 2015-09-11 20:36:33.937 - info: harmony.0 found new device: Sony-AV-Receiver
                                          ! 2015-09-11 20:36:33.963 - info: harmony.0 found new device: LED_RGB
                                          ! 2015-09-11 20:36:33.972 - info: harmony.0 found new device: Philips-Fernseher
                                          ! 2015-09-11 20:36:34.045 - info: harmony.0 found new device: Schlafzimmer_2
                                          ! 2015-09-11 20:36:34.053 - info: harmony.0 found new device: Yamaha-AV-Receiver
                                          ! 2015-09-11 20:36:34.089 - info: harmony.0 found new device: Sony_PS3
                                          ! 2015-09-11 20:36:34.121 - info: harmony.0 found new device: Grundig-SAT-Receiver
                                          ! 2015-09-11 20:36:34.138 - info: harmony.0 found new device: Bad
                                          ! 2015-09-11 20:36:34.145 - info: harmony.0 synced hub config

                                          1 Reply Last reply Reply Quote 0
                                          • E
                                            easyhoo last edited by

                                            Hallo zusammen,

                                            ich habe gerade auch mal das SD-Image vom 10.09.2015 für den PI2 getestet.

                                            Iobroker hängt nach jeden start, auch update, start oder ein Reboot helfen da nicht. Nur restart funktioniert.

                                            Dann kurz ein paar Adapter Instanzen erstellt. Vis, HomeMatic ReGaHSS und HomeMatic RPC.

                                            Die beiden Homematic Adapter bekomme ich garnicht gestartet: Aktiviert = falsch, Läuft = falsch und Verbunden = falsch

                                            Als nächstes teste ich mal auf dem cubie

                                            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

                                            698
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            67
                                            9159
                                            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