Navigation

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

    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

    Installation ioBroker auf Cubietruck

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

      Habe jetzt mal versucht den DWD-Adapter anzulegen.

      In der Konfig hatte ich die 0 * * * * als Cronjob interpretiert und zuerst irrtüblich gegen 15 * * * * (statt */15 * * * *) getauscht.
      144_iobroker_dwd.jpg

      es passierte natürlich zunächst nichts.

      Also habe ich erst einmal einen reboot gemacht. Der anschließende Log zeigte folgendes:

      root@cubie:/opt/iobroker# tail -f log/iobroker.log
      2014-09-18 18:55:48.981  - info: controller couchdb connected
      2014-09-18 18:55:50.459  - info: controller 6 instances found
      2014-09-18 18:55:50.462  - info: controller starting 5 instances
      2014-09-18 18:55:50.505  - info: controller instance system.adapter.admin.0 started with pid 2438
      2014-09-18 18:55:54.498  - info: controller instance scheduled system.adapter.dwd.0 15 * * * *
      2014-09-18 18:55:56.928  - info: admin.0 starting
      2014-09-18 18:55:57.101  - info: admin.0 requesting all states
      2014-09-18 18:55:57.114  - info: admin.0 requesting all objects
      2014-09-18 18:55:57.151  - info: admin.0 http server listening on port 8081
      ....
      2014-09-18 18:56:31.301  - info: hm-rpc.0 object hm-rpc.0.JEQ0466609:3.PRESS_LONG_RELEASE created
      2014-09-18 18:56:31.620  - info: hm-rpc.0 object hm-rpc.0.JEQ0466609:3.PRESS_LONG created
      2014-09-18 18:56:31.631  - info: hm-rpc.0 object hm-rpc.0.JEQ0466609:3.PRESS_SHORT created
      2014-09-18 18:56:31.655  - info: hm-rpc.0 object hm-rpc.0.JEQ0466609:3.PRESS_CONT created
      2014-09-18 18:56:31.882  - error: hm-rpc.0 object hm-rpc.0.JEQ0466609:3 extend: Error: Document update conflict.
      ....
      2014-09-18 18:57:05.090  - info: hm-rega.0 renamed hm-rpc.0.KEQ0120652:1 to "3_fach_01:1"
      2014-09-18 18:57:05.286  - info: hm-rega.0 renamed hm-rpc.0.KEQ0120652:0 to "3_fach_01:0"
      2014-09-18 18:57:10.642  - info: hm-rega.0 got 63 programs
      2014-09-18 18:57:11.606  - info: hm-rega.0 added/updated 60 programs
      2014-09-18 18:57:11.619  - info: hm-rega.0 deleted 3 programs
      2014-09-18 18:57:15.013  - info: hm-rega.0 got 58 variables
      2014-09-18 18:57:16.059  - info: hm-rega.0 added/updated 58 variables
      2014-09-18 18:57:16.061  - info: hm-rega.0 deleted 0 variables
      2014-09-18 18:57:16.069  - info: hm-rega.0 request state values
      2014-09-18 18:57:18.401  - info: hm-rega.0 got state values
      

      wobei die Daten im Admin (Objekte) für hm-rpc.0.JEQ0466609:3 anscheinend korrekt eingetragen sind???

      Um 19:15 (ich hatte 15:10 erwartet - und dann den Cronjob geändert) kamen folgende Fehlermeldungen:

      2014-09-18 19:15:04.196  - info: dwd.0 starting
      2014-09-18 19:15:04.776  - info: dwd.0 setting states
      2014-09-18 19:15:04.794  - error: dwd.0 uncaught exception: stop is not defined
      2014-09-18 19:15:04.797  - error: dwd.0 ReferenceError: stop is not defined
          at received (/opt/iobroker/adapter/dwd/dwd.js:187:16)
          at getFile (/opt/iobroker/adapter/dwd/dwd.js:85:9)
          at /opt/iobroker/adapter/dwd/dwd.js:70:17
          at /opt/iobroker/adapter/dwd/node_modules/jsftp/node_modules/parse-listing/src/parser.js:147:19
          at /opt/iobroker/adapter/dwd/node_modules/jsftp/node_modules/parse-listing/node_modules/async/lib/async.js:142:25
          at _next (/opt/iobroker/adapter/dwd/node_modules/jsftp/node_modules/parse-listing/src/parser.js:108:7)
          at /opt/iobroker/adapter/dwd/node_modules/jsftp/node_modules/parse-listing/src/parser.js:123:14
          at iterate (/opt/iobroker/adapter/dwd/node_modules/jsftp/node_modules/parse-listing/node_modules/async/lib/async.js:134:13)
          at /opt/iobroker/adapter/dwd/node_modules/jsftp/node_modules/parse-listing/node_modules/async/lib/async.js:145:25
          at _next (/opt/iobroker/adapter/dwd/node_modules/jsftp/node_modules/parse-listing/src/parser.js:108:7)
      2014-09-18 19:15:05.124  - error: controller instance system.adapter.dwd.0 terminated with code 1
      

      dito um 19:30

      Die settings habe ich aus dem ccu.io Adapter übernommen (nur der Kreis wird nicht mehr angegeben)

      Gruß

      Rainer

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

        Auf einmal läuft der DWD adapter ohne Fehler:

        2014-09-19 16:00:00.741  - info: controller instance system.adapter.dwd.0 started with pid 7465
        2014-09-19 16:00:04.366  - info: dwd.0 starting
        2014-09-19 16:00:05.416  - info: dwd.0 getFile Z_CAP_C_EDZW_20140919131754_OMEDES_WWEM38_KXXX.xml
        2014-09-19 16:00:05.568  - info: dwd.0 got weather warning
        2014-09-19 16:00:06.576  - info: dwd.0 getFile Z_CAP_C_EDZW_20140919133715_OMEDES_WUEM46_KXXX.xml
        2014-09-19 16:00:06.712  - info: dwd.0 got weather warning
        2014-09-19 16:00:07.826  - info: dwd.0 setting states
        2014-09-19 16:00:07.842  - error: dwd.0 uncaught exception: stop is not defined
        2014-09-19 16:00:07.856  - error: dwd.0 ReferenceError: stop is not defined
            at received (/opt/iobroker/adapter/dwd/dwd.js:187:16)
            at getFile (/opt/iobroker/adapter/dwd/dwd.js:85:9)
            at null. <anonymous>(/opt/iobroker/adapter/dwd/dwd.js:109:17)
            at timer._onTimeout (timers.js:210:16)
            at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
        2014-09-19 16:00:08.183  - error: controller instance system.adapter.dwd.0 terminated with code 1
        2014-09-19 16:15:00.725  - info: controller instance system.adapter.dwd.0 started with pid 7520
        2014-09-19 16:15:04.431  - info: dwd.0 starting
        2014-09-19 16:15:05.120  - info: dwd.0 getFile Z_CAP_C_EDZW_20140919131754_OMEDES_WWEM38_KXXX.xml
        2014-09-19 16:15:05.270  - info: dwd.0 got weather warning
        2014-09-19 16:15:06.276  - info: dwd.0 getFile Z_CAP_C_EDZW_20140919133715_OMEDES_WUEM46_KXXX.xml
        2014-09-19 16:15:06.415  - info: dwd.0 got weather warning
        2014-09-19 16:15:07.419  - info: dwd.0 getFile Z_CAP_C_EDZW_20140919140854_OMEDES_WUEM46_KXXX.xml
        2014-09-19 16:15:07.548  - info: dwd.0 got weather warning
        2014-09-19 16:15:08.688  - info: dwd.0 setting states
        2014-09-19 16:15:08.705  - error: dwd.0 uncaught exception: stop is not defined
        2014-09-19 16:15:08.720  - error: dwd.0 ReferenceError: stop is not defined
            at received (/opt/iobroker/adapter/dwd/dwd.js:187:16)
            at getFile (/opt/iobroker/adapter/dwd/dwd.js:85:9)
            at null. <anonymous>(/opt/iobroker/adapter/dwd/dwd.js:109:17)
            at timer._onTimeout (timers.js:210:16)
            at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
        2014-09-19 16:15:09.049  - error: controller instance system.adapter.dwd.0 terminated with code 1
        2014-09-19 16:30:00.726  - info: controller instance system.adapter.dwd.0 started with pid 7579
        2014-09-19 16:30:04.215  - info: dwd.0 starting
        2014-09-19 16:30:04.917  - info: dwd.0 getFile Z_CAP_C_EDZW_20140919131754_OMEDES_WWEM38_KXXX.xml
        2014-09-19 16:34:03.986  - info: dwd.0 force terminating after 4 minutes
        2014-09-19 16:34:04.015  - info: controller instance system.adapter.dwd.0 terminated with code 0
        2014-09-19 16:42:43.652  - info: history.0 moving 481 entries to couchdb
        2014-09-19 16:42:44.659  - info: history.0 moved 481 history datapoints from Redis history.system.host.cubie.load to CouchDB history.system.host.cubie.load.20140919
        2014-09-19 16:45:00.714  - info: controller instance system.adapter.dwd.0 started with pid 7635
        2014-09-19 16:45:04.424  - info: dwd.0 starting
        2014-09-19 16:45:05.294  - info: dwd.0 getFile Z_CAP_C_EDZW_20140919131754_OMEDES_WWEM38_KXXX.xml
        2014-09-19 16:45:05.450  - info: dwd.0 got weather warning
        2014-09-19 16:45:06.459  - info: dwd.0 getFile Z_CAP_C_EDZW_20140919133715_OMEDES_WUEM46_KXXX.xml
        2014-09-19 16:45:06.594  - info: dwd.0 got weather warning
        2014-09-19 16:45:07.598  - info: dwd.0 getFile Z_CAP_C_EDZW_20140919140854_OMEDES_WUEM46_KXXX.xml
        2014-09-19 16:49:04.182  - info: dwd.0 force terminating after 4 minutes
        2014-09-19 16:49:04.213  - info: controller instance system.adapter.dwd.0 terminated with code 0</anonymous></anonymous> 
        

        16:00, 16:15 und 16:30 noch mit ERROR, der letzte um 16:45 jdoch ohne !?

        Dabei habe ich bereits vor Stunden die Instanz versucht zu deaktivieren. Sie steht auch auf false, startet trotzdem immer noch jede 1/4 Stunde.

        Wettermeldungen sind jetzt auch in der Datenbank, aber die müssten schon älter sein

        Gruß

        Rainer

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

          Habe eben ein git pull gemacht.

          Danach liess sich im webui nichts mehr auswählen.

          Dann reboot vom cubie, ioBroker Start und log angesehen:

          2014-09-28 09:46:36.259  - info: hm-rega.0 renamed hm-rpc.0.KEQ1070107 to "BWM_Garage"
          2014-09-28 09:46:36.409  - info: hm-rega.0 renamed hm-rpc.0.KEQ0120652:6 to "3_fach_01:6"
          2014-09-28 09:46:36.546  - info: hm-rega.0 renamed hm-rpc.0.KEQ0120652:5 to "3_fach_01:5"
          2014-09-28 09:46:36.666  - info: hm-rega.0 renamed hm-rpc.0.KEQ0120652:4 to "3_fach_01:4"
          2014-09-28 09:46:36.793  - info: hm-rega.0 renamed hm-rpc.0.KEQ0120652:3 to "3_fach_01:3"
          2014-09-28 09:46:36.908  - info: hm-rega.0 renamed hm-rpc.0.KEQ0120652:2 to "3_fach_01:2"
          2014-09-28 09:46:37.121  - info: hm-rega.0 renamed hm-rpc.0.KEQ0120652:1 to "3_fach_01:1"
          2014-09-28 09:46:37.297  - info: hm-rega.0 renamed hm-rpc.0.KEQ0120652:0 to "3_fach_01:0"
          2014-09-28 09:46:45.739  - info: hm-rega.0 got 60 programs
          2014-09-28 09:46:46.536  - info: hm-rega.0 added/updated 60 programs
          2014-09-28 09:46:46.538  - info: hm-rega.0 deleted 0 programs
          2014-09-28 09:46:49.669  - info: controller instance system.adapter.hm-rpc.0 started with pid 2468
          2014-09-28 09:46:50.300  - info: hm-rega.0 got 58 variables
          2014-09-28 09:46:52.168  - info: hm-rega.0 added/updated 58 variables
          2014-09-28 09:46:52.171  - info: hm-rega.0 deleted 0 variables
          2014-09-28 09:46:52.175  - info: hm-rega.0 request state values
          2014-09-28 09:46:56.985  - info: hm-rega.0 got state values
          2014-09-28 09:46:57.232  - error: controller instance system.adapter.hm-rpc.0 terminated with code 7
          
          

          Gruß

          Rainer

          Gesendet von meinem LIFETAB_E10320 mit Tapatalk

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

            Habe eben auf dem Tablet mit juicessh ein iobroker update gezogen.

            Leider ist die schrift fast nicht zu lesen.

            Es schien aber ein update für Admin und rpc zu geben.

            Da sich die webui weiter aufhängt. Habe ich mit ioBroker upgrade die Adapter auf den neuesten Stand gebracht.

            Leider hängt die webui immer noch.

            2014-09-28 21:09:26.088  - info: hm-rega.0 got 58 variables
            2014-09-28 21:09:27.357  - info: hm-rega.0 added/updated 58 variables
            2014-09-28 21:09:27.360  - info: hm-rega.0 deleted 0 variables
            2014-09-28 21:09:27.363  - info: hm-rega.0 request state values
            2014-09-28 21:09:31.349  - info: hm-rega.0 got state values
            2014-09-28 21:09:33.690  - info: controller instance system.adapter.hm-rpc.0 started with pid 2467
            2014-09-28 21:09:41.983  - error: controller instance system.adapter.hm-rpc.0 terminated with code 7
            2014-09-28 21:09:48.145  - info: history.0 enabled logging of hm-rega.0.2042
            2014-09-28 21:09:50.071  - info: history.0 disabled logging of hm-rega.0.12885
            2014-09-28 21:09:50.138  - info: history.0 enabled logging of hm-rega.0.12886
            2014-09-28 21:10:12.016  - info: controller instance system.adapter.hm-rpc.0 started with pid 2472
            2014-09-28 21:10:15.177  - error: controller instance system.adapter.hm-rpc.0 terminated with code 7
            2014-09-28 21:10:45.214  - info: controller instance system.adapter.hm-rpc.0 started with pid 2474
            2014-09-28 21:10:48.095  - error: controller instance system.adapter.hm-rpc.0 terminated with code 7
            2014-09-28 21:11:18.133  - info: controller instance system.adapter.hm-rpc.0 started with pid 2479
            2014-09-28 21:11:21.114  - error: controller instance system.adapter.hm-rpc.0 terminated with code 7
            2014-09-28 21:11:51.144  - info: controller instance system.adapter.hm-rpc.0 started with pid 2481
            2014-09-28 21:11:54.944  - error: controller instance system.adapter.hm-rpc.0 terminated with code 7
            2014-09-28 21:12:24.975  - info: controller instance system.adapter.hm-rpc.0 started with pid 2487
            2014-09-28 21:12:28.056  - error: controller instance system.adapter.hm-rpc.0 terminated with code 7
            2014-09-28 21:12:58.090  - info: controller instance system.adapter.hm-rpc.0 started with pid 2489
            2014-09-28 21:13:01.172  - error: controller instance system.adapter.hm-rpc.0 terminated with code 7
            
            

            Ganz zu Beginn kam noch ein error

            2014-09-28 21:16:05.445  - info: controller instance system.adapter.admin.0 started with pid 2615
            2014-09-28 21:16:09.442  - info: controller instance system.adapter.history.0 started with pid 2618
            2014-09-28 21:16:11.636  - error: admin.0 : message handler implemented, but messagebox not enabled. Define common.messagebox in io-package.json for adapter or delete message handler.
            2014-09-28 21:16:11.651  - info: admin.0 starting
            2014-09-28 21:16:13.447  - info: controller instance system.adapter.hm-rega.0 started with pid 2626
            2014-09-28 21:16:14.888  - info: history.0 starting
            2014-09-28 21:16:15.573  - info: admin.0 received all states
            
            

            Ich hoffe ich habe beim upgrade alles richtig gemacht. Bei ioBroker update bin ich jedenfalls up to date.

            Gruß

            Rainer

            Gesendet von meinem LIFETAB_E10320 mit Tapatalk

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

              Neues Spiel neues Glück 😄

              heute war sowohl mit git pull neues da, als auch mit iobroker update eine neue admin - version.

              Der eine Error weg - ein anderer da:

              2014-10-01 19:38:17.359  - info: hm-rega.0 got 60 programs
              2014-10-01 19:38:18.420  - info: hm-rega.0 added/updated 62 programs
              2014-10-01 19:38:18.605  - error: uncaught exception: Cannot find module 'homematic-xmlrpc'
              2014-10-01 19:38:18.423  - info: hm-rega.0 deleted 0 programs
              2014-10-01 19:38:19.068  - error: controller instance system.adapter.hm-rpc.0 terminated with code 1
              2014-10-01 19:38:22.152  - info: hm-rega.0 got 58 variables
              2014-10-01 19:38:23.347  - info: hm-rega.0 added/updated 58 variables
              2014-10-01 19:38:23.349  - info: hm-rega.0 deleted 0 variables
              2014-10-01 19:38:23.353  - info: hm-rega.0 request state values
              2014-10-01 19:38:24.951  - info: hm-rega.0 got state values
              2014-10-01 19:38:42.057  - info: history.0 enabled logging of hm-rega.0.2042
              2014-10-01 19:38:43.623  - info: history.0 disabled logging of hm-rega.0.12885
              2014-10-01 19:38:43.653  - info: history.0 enabled logging of hm-rega.0.12886
              2014-10-01 19:38:49.102  - info: controller instance system.adapter.hm-rpc.0 started with pid 17033
              2014-10-01 19:38:52.250  - error: uncaught exception: Cannot find module 'homematic-xmlrpc'
              2014-10-01 19:38:52.275  - error: Error: Cannot find module 'homematic-xmlrpc'
                  at Function.Module._resolveFilename (module.js:338:15)
                  at Function.Module._load (module.js:280:25)
                  at Module.require (module.js:364:17)
                  at require (module.js:380:17)
                  at Object. <anonymous>(/opt/iobroker/adapter/hm-rpc/hm-rpc.js:96:14)
                  at Module._compile (module.js:456:26)
                  at Object.Module._extensions..js (module.js:474:10)
                  at Module.load (module.js:356:32)
                  at Function.Module._load (module.js:312:12)
                  at Function.Module.runMain (module.js:497:10)
              2014-10-01 19:38:52.515  - info: hm-rpc.0 starting
              2014-10-01 19:38:52.535  - error: uncaught exception: Cannot call method 'createClient' of undefined
              2014-10-01 19:38:52.545  - error: TypeError: Cannot call method 'createClient' of undefined
                  at main (/opt/iobroker/adapter/hm-rpc/hm-rpc.js:106:21)
                  at Object.require.ready (/opt/iobroker/adapter/hm-rpc/hm-rpc.js:7:9)
                  at initAdapter (/opt/iobroker/lib/adapter.js:1241:58)
                  at /opt/iobroker/lib/adapter.js:137:29
                  at /opt/iobroker/lib/couch.js:153:13
                  at Request._callback (/opt/iobroker/node_modules/nano/nano.js:303:11)
                  at Request.self.callback (/opt/iobroker/node_modules/nano/node_modules/request/request.js:122:22)
                  at Request.EventEmitter.emit (events.js:98:17)
                  at Request. <anonymous>(/opt/iobroker/node_modules/nano/node_modules/request/request.js:888:14)
                  at Request.EventEmitter.emit (events.js:117:20)
              2014-10-01 19:38:52.595  - error: controller instance system.adapter.hm-rpc.0 terminated with code 1</anonymous></anonymous> 
              

              Ich bin mit der lxccu auf meinen bananapi umgezogen und musste im rega und rpc.o noch die IP-Adressen ändern.

              Danach hat iobroker die Datenpunkte eingelesen und die obige Fehlermeldung gezeigt.

              Kann aber sein, dass ich die Konfig noch nicht ganz sauber habe

              gruß

              Rainer

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

                @Homoran: gehe zu adapter/hm-rpc in der console und starte "npm install"

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

                  @Bluefox:

                  @Homoran: gehe zu adapter/hm-rpc in der console und starte "npm install" `
                  Danke,

                  Ist jetzt durchgestartet.

                  Der Fehler

                  2014-10-02 14:43:18.279  - info: controller starting 4 instances
                  2014-10-02 14:43:18.357  - info: controller instance system.adapter.admin.0 started with pid 971
                  2014-10-02 14:43:22.299  - info: controller instance system.adapter.history.0 started with pid 975
                  2014-10-02 14:43:24.829  - error: admin.0 : message handler implemented, but messagebox not enabled. Define common.messagebox in io-package.json for adapter or delete message handler.
                  2014-10-02 14:43:24.839  - info: admin.0 starting
                  
                  

                  Existiert noch.

                  Und

                  2014-10-02 14:44:30.076  - info: hm-rega.0 renamed hm-rpc.0.JEQ0112571 to "Markise"
                  2014-10-02 14:44:30.163  - error: hm-rpc.0 object hm-rpc.0.JEQ0112571:0 extend: Error: Document update conflict.
                  2014-10-02 14:44:30.267  - info: hm-rpc.0 object hm-rpc.0.JEQ0112571:1.STOP extended
                  2014-10-02 14:44:30.274  - info: hm-rpc.0 object hm-rpc.0.JEQ0112571:1.INHIBIT extended
                  2014-10-02 14:44:30.291  - info: hm-rpc.0 object hm-rpc.0.JEQ0112571:1.LEVEL extended
                  2014-10-02 14:44:30.301  - info: hm-rpc.0 object hm-rpc.0.JEQ0112571:1.INSTALL_TEST extended
                  2014-10-02 14:44:30.310  - info: hm-rpc.0 object hm-rpc.0.JEQ0112571:1.WORKING extended
                  2014-10-02 14:44:30.479  - error: hm-rpc.0 object hm-rpc.0.JEQ0112571:1 extend: Error: Document update conflict.
                  2014-10-02 14:44:31.280  - info: hm-rpc.0 xmlrpc -> getParamsetDescription ["JEQ0140901:1","VALUES"]
                  
                  

                  Gruß

                  Rainer

                  Gesendet von meinem Cynus T7 mit Tapatalk

                  1 Reply Last reply Reply Quote 0
                  • T
                    Trident last edited by

                    Hi zusammen,

                    nochmal ein kurzes Feedback von meiner Seite:

                    Nach längerer "Pause" habe ich heute mal eine komplette Neuinstallation durchgeführt. Dabei kam beim Schritt "iobroker update" die folgende Fehlermeldung:

                    ` > root@cubie:/opt/iobroker# ./iobroker update

                    /conf/sources.json does not exits - ignore

                    Cannot get version of "virtual".

                    Cannot get version of "socketio".

                    Cannot get version of "geofency".

                    update done

                    Adapter "yr" : 0.0.4

                    Adapter "websocket" : 0.0.1

                    Adapter "web" : 0.0.1

                    /opt/iobroker/setup.js:1175

                    text += ': ' + sources[name].version + ((sources[name].version.length <

                    ^

                    TypeError: Cannot read property 'length' of undefined

                    at /opt/iobroker/setup.js:1175:75

                    at download [as _onTimeout] (/opt/iobroker/setup.js:1136:27)

                    at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)

                    root@cubie:/opt/iobroker# `

                    Habt ihr da was umgestellt? Der Rest scheint zu funktionieren - Bei Bedarf eventuell mal die Anleitung aktualisieren. (Falls Ihr Zeit habt :))

                    Viele Grüße

                    Trident

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

                      Was die ersten Fehlermeldungen angeht würde ich mir keine Sorge machen.

                      Die erwähnten Adapter haben z.Zt. keine Versionsnummer:
                      144_iobroker_adapter.jpg

                      Ansonsten ist es das selbe was John schon mit dem RasPi festgestellt hat:

                      http://forum.iobroker.org/viewtopic.php … 1046#p1046

                      Gruß

                      Rainer

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

                        Hallo Trident, hab den gleichen Effekt im Raspi part auch gepostet. Seitdem kann man auch die instances nicht mehr aus dem Admin starten.

                        Gruss John.

                        Gesendet von iPhone

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

                          Sorry, meinte Instances installieren…..

                          Gesendet von iPhone

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

                            @John92648:

                            Sorry, meinte Instances installieren…..

                            Gesendet von iPhone `
                            Hm.. Ich kann das Verhalten nicht reproduzieren.

                            Aber es steht auch ein PullRequest da. HQ: kannst du denn mergen?

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

                              Habe gestern git pull durchgeführt.

                              Folgender Fehler tritt jetzt auf:

                              014-10-18 22:45:34.544  - info: hm-rega.0 renamed hm-rpc.0.LEQ0242152:0 to "Steckdose_Stube_hinten_links:0"
                              2014-10-18 22:45:34.729  - info: hm-rpc.0 xmlrpc -> 283 devices
                              2014-10-18 22:45:35.370  - error: uncaught exception: log is not defined
                              2014-10-18 22:45:35.433  - info: hm-rega.0 renamed hm-rpc.0.LEQ0242152 to "Steckdose_Stube_hinten_links"
                              2014-10-18 22:45:35.427  - error: ReferenceError: log is not defined
                                  at Object.methods.event (/opt/iobroker/adapter/hm-rpc/hm-rpc.js:240:9)
                                  at Server. <anonymous>(/opt/iobroker/adapter/hm-rpc/hm-rpc.js:185:67)
                                  at Server.EventEmitter.emit (events.js:106:17)
                                  at /opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/server.js:42:14
                                  at callback (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:65:7)
                                  at Deserializer.onDone (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:92:12)
                                  at SAXStream.EventEmitter.emit (events.js:92:17)
                                  at Object.SAXStream._parser.onend (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:171:8)
                                  at emit (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:325:33)
                                  at end (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:363:3)
                              2014-10-18 22:45:35.776  - info: hm-rega.0 renamed hm-rpc.0.KEQ0966548:6 to "Steckdose_Mitte:6"
                              2014-10-18 22:45:35.880  - error: controller instance system.adapter.hm-rpc.0 terminated with code 1</anonymous> 
                              

                              Gruß

                              Rainer

                              Gesendet von meinem LIFETAB_E10320 mit Tapatalk

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

                                @Homoran:

                                Habe gestern git pull durchgeführt.

                                Folgender Fehler tritt jetzt auf:

                                014-10-18 22:45:34.544  - info: hm-rega.0 renamed hm-rpc.0.LEQ0242152:0 to "Steckdose_Stube_hinten_links:0"
                                2014-10-18 22:45:34.729  - info: hm-rpc.0 xmlrpc -> 283 devices
                                2014-10-18 22:45:35.370  - error: uncaught exception: log is not defined
                                2014-10-18 22:45:35.433  - info: hm-rega.0 renamed hm-rpc.0.LEQ0242152 to "Steckdose_Stube_hinten_links"
                                2014-10-18 22:45:35.427  - error: ReferenceError: log is not defined
                                    at Object.methods.event (/opt/iobroker/adapter/hm-rpc/hm-rpc.js:240:9)
                                    at Server. <anonymous>(/opt/iobroker/adapter/hm-rpc/hm-rpc.js:185:67)
                                    at Server.EventEmitter.emit (events.js:106:17)
                                    at /opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/server.js:42:14
                                    at callback (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:65:7)
                                    at Deserializer.onDone (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:92:12)
                                    at SAXStream.EventEmitter.emit (events.js:92:17)
                                    at Object.SAXStream._parser.onend (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:171:8)
                                    at emit (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:325:33)
                                    at end (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:363:3)
                                2014-10-18 22:45:35.776  - info: hm-rega.0 renamed hm-rpc.0.KEQ0966548:6 to "Steckdose_Mitte:6"
                                2014-10-18 22:45:35.880  - error: controller instance system.adapter.hm-rpc.0 terminated with code 1</anonymous> 
                                

                                Gruß

                                Rainer

                                Gesendet von meinem LIFETAB_E10320 mit Tapatalk `
                                Danke!

                                Muss jetzt wieder funktionieren.

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

                                  Hallo Bluefox

                                  Läuft soweit wieder durch, lediglich der alte "error"

                                  2014-10-20 20:52:26.081  - error: admin.0 : message handler implemented, but messagebox not enabled. Define common.messagebox in io-package.json for adapter or delete message handler.
                                  2014-10-20 20:52:26.092  - info: admin.0 starting
                                  
                                  

                                  existiert noch.

                                  EDIT:

                                  leider doch nicht

                                  2014-10-20 20:54:23.900  - error: ReferenceError: log is not defined
                                      at Object.methods.event (/opt/iobroker/adapter/hm-rpc/hm-rpc.js:240:9)
                                      at Server. <anonymous>(/opt/iobroker/adapter/hm-rpc/hm-rpc.js:185:67)
                                      at Server.EventEmitter.emit (events.js:106:17)
                                      at /opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/server.js:42:14
                                      at callback (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:65:7)
                                      at Deserializer.onDone (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:92:12)
                                      at SAXStream.EventEmitter.emit (events.js:92:17)
                                      at Object.SAXStream._parser.onend (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:171:8)
                                      at emit (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:325:33)
                                      at end (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:363:3)
                                  2014-10-20 20:54:23.922  - error: uncaught exception: log is not defined
                                  2014-10-20 20:54:23.927  - error: ReferenceError: log is not defined
                                      at Object.methods.event (/opt/iobroker/adapter/hm-rpc/hm-rpc.js:240:9)
                                      at Server. <anonymous>(/opt/iobroker/adapter/hm-rpc/hm-rpc.js:185:67)
                                      at Server.EventEmitter.emit (events.js:106:17)
                                      at /opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/server.js:42:14
                                      at callback (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:65:7)
                                      at Deserializer.onDone (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:92:12)
                                      at SAXStream.EventEmitter.emit (events.js:92:17)
                                      at Object.SAXStream._parser.onend (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:171:8)
                                      at emit (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:325:33)
                                      at end (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:363:3)</anonymous></anonymous> 
                                  

                                  ist noch da 😞

                                  Außerdem ist kein ioBroker update mehr möglich:

                                  root@cubie:/opt/iobroker# ./iobroker update
                                  Error: no repositories found in the "system.config
                                  
                                  

                                  Gruß

                                  Rainer

                                  Gesendet von meinem LIFETAB_E10320 mit Tapatalk
                                  909_bildschirmfoto_2015-12-15_um_18.34.58.png

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

                                    @Homoran:

                                    Hallo Bluefox

                                    Läuft soweit wieder durch, lediglich der alte "error"

                                    2014-10-20 20:52:26.081  - error: admin.0 : message handler implemented, but messagebox not enabled. Define common.messagebox in io-package.json for adapter or delete message handler.
                                    2014-10-20 20:52:26.092  - info: admin.0 starting
                                    
                                    

                                    existiert noch.

                                    EDIT:

                                    leider doch nicht

                                    2014-10-20 20:54:23.900  - error: ReferenceError: log is not defined
                                        at Object.methods.event (/opt/iobroker/adapter/hm-rpc/hm-rpc.js:240:9)
                                        at Server. <anonymous>(/opt/iobroker/adapter/hm-rpc/hm-rpc.js:185:67)
                                        at Server.EventEmitter.emit (events.js:106:17)
                                        at /opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/server.js:42:14
                                        at callback (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:65:7)
                                        at Deserializer.onDone (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:92:12)
                                        at SAXStream.EventEmitter.emit (events.js:92:17)
                                        at Object.SAXStream._parser.onend (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:171:8)
                                        at emit (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:325:33)
                                        at end (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:363:3)
                                    2014-10-20 20:54:23.922  - error: uncaught exception: log is not defined
                                    2014-10-20 20:54:23.927  - error: ReferenceError: log is not defined
                                        at Object.methods.event (/opt/iobroker/adapter/hm-rpc/hm-rpc.js:240:9)
                                        at Server. <anonymous>(/opt/iobroker/adapter/hm-rpc/hm-rpc.js:185:67)
                                        at Server.EventEmitter.emit (events.js:106:17)
                                        at /opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/server.js:42:14
                                        at callback (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:65:7)
                                        at Deserializer.onDone (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/lib/deserializer.js:92:12)
                                        at SAXStream.EventEmitter.emit (events.js:92:17)
                                        at Object.SAXStream._parser.onend (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:171:8)
                                        at emit (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:325:33)
                                        at end (/opt/iobroker/adapter/hm-rpc/node_modules/homematic-xmlrpc/node_modules/sax/lib/sax.js:363:3)</anonymous></anonymous> 
                                    

                                    ist noch da 😞

                                    Außerdem ist kein ioBroker update mehr möglich:

                                    root@cubie:/opt/iobroker# ./iobroker update
                                    Error: no repositories found in the "system.config
                                    
                                    

                                    Gruß

                                    Rainer

                                    Gesendet von meinem LIFETAB_E10320 mit Tapatalk `
                                    Ich befürchte, dass man alles von "null" installieren muss. Zu viele Änderungen letzte Zeit, was "update" angeht.

                                    Es gibt jetzt "legacy" adapter. Kannst du denn auch anschauen? (Nach der Neuinstallation) 😄

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

                                      @Bluefox:

                                      Ich befürchte, dass man alles von "null" installieren muss. Zu viele Änderungen letzte Zeit, was "update" angeht. `
                                      Mache ich gerne.

                                      @Bluefox:

                                      Es gibt jetzt "legacy" adapter. Kannst du denn auch anschauen? (Nach der Neuinstallation) `
                                      den gab's doch schon mal - der hat mein System immer zum Absturz gebracht - ich wollte damals versuchen dashui damit ans Laufen zu bekommen.

                                      Na dann bis später

                                      Rainer
                                      909_bildschirmfoto_2015-12-15_um_18.41.24.png

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

                                        Ihr seid wahnsinnig 😛

                                        Die Installation lief ohne einen einzigen Fehler durch!!!!

                                        Habe erst einmal HM-rpc installiert - ist ja Bedingung für HM-REGA.

                                        Dann HM-REGA und schwupps war da ein zweiter hm-rpc :?:

                                        Muss man jetzt nicht mehr HM-rpc installieren bevor man HM-Rega installiert?

                                        dann habe ich Legacy installiert.

                                        Dabei habe ich mir den Log angesehen und weiß jetzt, was ihr die letzten Wochen gemacht habt 8-)

                                        Alleine das Herunterladen der Daten zu dem Legacy-Adapter hat 16 Minuten gedauert!!!

                                        Dann den Adapter konfiguriert (nur den Port) und aufgerufen:

                                        😞 😞 😞

                                        das einzige, was ich zu sehen bekomme ist:

                                        Cannot GET /
                                        

                                        Im Log ist nichts negatives zu sehen

                                        EDIT: Hatte erst nur <ipdescubie>:Port eingegeben,

                                        Mit <ipdescubie>:Port/dashui klappt es!!!!! Wahnsinn!!!

                                        Wie schon im Log gesehen sind die Legacy IDs nicht identisch mit den ccu.io IDs, das sieht man im importierten View:
                                        144_iobroker_dashui_klein.jpg

                                        und im Log:

                                        2014-10-21 19:07:35.124  - info: legacy.0 socket.io <-- writeFile created /opt/iobroker/adapter/legacy/datastore/dashui-views.json.bak
                                        2014-10-21 19:07:36.410  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:36.414  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:36.416  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:36.418  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:36.475  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property '1' of undefined
                                        2014-10-21 19:07:36.644  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:36.647  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:36.649  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:36.652  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:36.662  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:36.663  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:36.665  - info: legacy.0 socket.io: transport end (undefined)
                                        2014-10-21 19:07:36.669  - info: legacy.0 socket.io <-- 192.168.2.116:54037 websocket disconnected
                                        2014-10-21 19:07:37.416  - info: legacy.0 socket.io: handshake authorized
                                        2014-10-21 19:07:37.524  - info: legacy.0 socket.io <-- 192.168.2.116:54037 websocket connected
                                        2014-10-21 19:07:37.537  - info: legacy.0 socket.io <-- getData
                                        2014-10-21 19:07:37.565  - info: legacy.0 socket.io <-- touchFile www/dashui/css/dashui-user.css
                                        2014-10-21 19:07:39.591  - info: legacy.0 socket.io <-- getObjects
                                        2014-10-21 19:07:39.873  - info: legacy.0 socket.io <-- getIndex
                                        2014-10-21 19:07:39.881  - info: legacy.0 socket.io <-- readFile dashui-views.json
                                        2014-10-21 19:07:43.321  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:43.325  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:43.327  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:43.329  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:43.357  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property '1' of undefined
                                        2014-10-21 19:07:43.463  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:43.466  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:43.468  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:43.470  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:43.472  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        2014-10-21 19:07:43.474  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                        
                                        

                                        Gruß

                                        Rainer</ipdescubie></ipdescubie>

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

                                          @Bluefox:

                                          Es gibt jetzt "legacy" adapter. Kannst du denn auch anschauen? (Nach der Neuinstallation) `

                                          Du hast es nicht anders gewollt :shock:

                                          Ich habe jetzt mit dem dashui einige Zeit gespielt.

                                          Zuerst das positive:

                                          Bei dem Import von meinen Views gab es nur zwei gemeldete Errors:

                                          2014-10-21 19:07:35.124  - info: legacy.0 socket.io <-- writeFile created /opt/iobroker/adapter/legacy/datastore/dashui-views.json.bak
                                          2014-10-21 19:07:36.410  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                          2014-10-21 19:07:36.414  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                          2014-10-21 19:07:36.416  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                          2014-10-21 19:07:36.418  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                          2014-10-21 19:07:36.475  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property '1' of undefined
                                          2014-10-21 19:07:36.644  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                          2014-10-21 19:07:36.647  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                          2014-10-21 19:07:36.649  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                          2014-10-21 19:07:36.652  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                          2014-10-21 19:07:36.662  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                          2014-10-21 19:07:36.663  - error: legacy.0 Addon DashUI  Cannot render widget jqplot: TypeError: Cannot read property 'Value' of undefined
                                          

                                          Ähnliches mit dem Widget jq ctrl input.

                                          Da einiges andere nicht lief habe ich erst einmal alle diese widgets gelöscht. Die anderen Fehler blieben.

                                          Folgende widgets scheinen ohne Probleme zu sein:

                                          • RGRaph Thermometer

                                          • RGraph Gauge

                                          • hq widgets IpCamera

                                          • bars views_bar

                                          • basic val - number

                                          • time_and_weather htcWeather

                                          bei folgenden kommt es zu Problemen:

                                          • hq widgets on_off

                                          beim Anklicken des widgets kommt es zu dieser Meldung:

                                          1. Beispiel: Entfeuchter in der Werkstatt

                                          2014-10-21 20:40:45.003 - error: pmessage hm-rpc.0.JEQ0646431:3{"val":true,"ack":false,"ts":1413916845,"from":"system.adapter.legacy.0","lc":1413916845} Cannot read property 'TYPE' of undefined

                                          2014-10-21 20:40:45.038 - error: TypeError: Cannot read property 'TYPE' of undefined

                                          at Object.require.stateChange (/opt/iobroker/adapter/hm-rpc/hm-rpc.js:19:32)

                                          at that.states.StatesRedis.change (/opt/iobroker/lib/adapter.js:888:80)

                                          at RedisClient. <anonymous>(/opt/iobroker/lib/redis.js:48:21)

                                          at RedisClient.EventEmitter.emit (events.js:106:17)

                                          at RedisClient.return_reply (/opt/iobroker/node_modules/redis/index.js:672:22)

                                          at HiredisReplyParser. <anonymous>(/opt/iobroker/node_modules/redis/index.js:309:14)

                                          at HiredisReplyParser.EventEmitter.emit (events.js:95:17)

                                          at HiredisReplyParser.execute (/opt/iobroker/node_modules/redis/lib/parser/hiredis.js:43:18)

                                          at RedisClient.on_data (/opt/iobroker/node_modules/redis/index.js:534:27)

                                          at Socket. <anonymous>(/opt/iobroker/node_modules/redis/index.js:91:14)

                                          2. Beleuchtung im Schlafzimmer

                                          2014-10-21 20:42:10.327 - error: pmessage hm-rpc.0.JEQ0175818:1{"val":true,"ack":false,"ts":1413916930,"from":"system.adapter.legacy.0","lc":1413916930} Cannot read property 'TYPE' of undefined

                                          2014-10-21 20:42:10.353 - error: TypeError: Cannot read property 'TYPE' of undefined

                                          at Object.require.stateChange (/opt/iobroker/adapter/hm-rpc/hm-rpc.js:19:32)

                                          at that.states.StatesRedis.change (/opt/iobroker/lib/adapter.js:888:80)

                                          at RedisClient. <anonymous>(/opt/iobroker/lib/redis.js:48:21)

                                          at RedisClient.EventEmitter.emit (events.js:106:17)

                                          at RedisClient.return_reply (/opt/iobroker/node_modules/redis/index.js:672:22)

                                          at HiredisReplyParser. <anonymous>(/opt/iobroker/node_modules/redis/index.js:309:14)

                                          at HiredisReplyParser.EventEmitter.emit (events.js:95:17)

                                          at HiredisReplyParser.execute (/opt/iobroker/node_modules/redis/lib/parser/hiredis.js:43:18)

                                          at RedisClient.on_data (/opt/iobroker/node_modules/redis/index.js:534:27)

                                          at Socket. <anonymous>(/opt/iobroker/node_modules/redis/index.js:91:14)

                                          • hq widgets gauge

                                          keine Anzeige (getestet mit Variable)

                                          • hq widgets temperature

                                          keine Anzeige (getestet mit Sensorwert)

                                          • hq widgets info

                                          keine Anzeige (getestet mit Variable)

                                          • hq widgets windows & shutter

                                          keine Anzeige Drehgriff und Rolladen

                                          • hq widgets Motion Detector

                                          keine Anzeige

                                          Soweit meine erste Analyse.

                                          Ihr tut mir richtig leid - ernsthaft!

                                          Wenn ich euch noch weiter helfen kann sagt bitte wie!

                                          Gruß

                                          Rainer</anonymous></anonymous></anonymous></anonymous></anonymous></anonymous>

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

                                            Danke Homoran. Jetzt haben noch was zu tun.

                                            Melde mich, wenn irgendwas neues geht. 😄
                                            909_bildschirmfoto_2015-12-15_um_20.02.10.png

                                            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

                                            779
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            19
                                            176
                                            39468
                                            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