Navigation

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

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Neue Features

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

      Danke!!

      Habt ihr aber gut versteckt 😉

      kann man irgendwie die Liste aus der CCU.IO (auf Dateiebene) kopieren?

      EDIT:

      Tut mir leid, laufen beide nicht, es gibt Fehlermeldungen:

      2014-11-05 17:15:43.174  - info: controller instance system.adapter.node-red.0 started with pid 25779
      2014-11-05 17:15:45.196  - info: node-red.0 starting. Version 0.0.2
      2014-11-05 17:15:45.269  - error: uncaught exception: ENOENT, no such file or directory '/opt/iobroker/adapter/node-red/userdata/settings.js'
      2014-11-05 17:15:45.276  - error: Error: ENOENT, no such file or directory '/opt/iobroker/adapter/node-red/userdata/settings.js'
          at Object.fs.openSync (fs.js:427:18)
          at Object.fs.writeFileSync (fs.js:966:15)
          at writeSettings (/opt/iobroker/adapter/node-red/main.js:105:8)
          at /opt/iobroker/adapter/node-red/main.js:153:9
          at /opt/iobroker/lib/adapter.js:382:21
          at /opt/iobroker/lib/couch.js:160:13
          at Object.exports.handle (/opt/iobroker/node_modules/nano/node_modules/errs/lib/errs.js:198:5)
          at Request._callback (/opt/iobroker/node_modules/nano/nano.js:319:16)
          at Request.self.callback (/opt/iobroker/node_modules/nano/node_modules/request/request.js:122:22)
          at Request.EventEmitter.emit (events.js:98:17)
      2014-11-05 17:15:45.592  - error: controller instance system.adapter.node-red.0 terminated with code 1
      2014-11-05 17:15:51.691  - info: controller instance system.adapter.ping.0 started with pid 25785
      2014-11-05 17:15:53.537  - error: uncaught exception: Cannot find module 'ping'
      2014-11-05 17:15:53.551  - error: Error: Cannot find module 'ping'
          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/ping/main.js:12:15)
          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-11-05 17:15:53.694  - info: ping.0 starting. Version 0.0.1
      2014-11-05 17:15:53.866  - error: controller instance system.adapter.ping.0 terminated with code 1
      2014-11-05 17:15:58.345  - info: controller instance system.adapter.ping.0 started with pid 25791
      2014-11-05 17:16:00.198  - error: uncaught exception: Cannot find module 'ping'
      2014-11-05 17:16:00.212  - error: Error: Cannot find module 'ping'
          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/ping/main.js:12:15)
          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-11-05 17:16:00.357  - info: ping.0 starting. Version 0.0.1
      2014-11-05 17:16:00.527  - error: controller instance system.adapter.ping.0 terminated with code 1</anonymous></anonymous> 
      

      Muss da wieder ein npm-install gefahren werden? (auch wenn ich nicht genau weiss was das ist 😄 😄 )

      Gruß

      Rainer

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

        @Homoran:

        Danke!!

        kann man irgendwie die Liste aus der CCU.IO (auf Dateiebene) kopieren? `
        Leider nicht. Aber du kannst abschauen in futon wie die Struktur aussieht und einfach da patchen.

        system.adapter.ping.0 => native.devices

        [
        {ip:"1.1.1.1",name:"something1",room:"enum.rooms.WC"},
        {ip:"2.2.2.2",name:"something2",room:"enum.rooms.Wohnzimmer"}
        ]
        
        

        @Homoran:

        Tut mir leid, laufen beide nicht, es gibt Fehlermeldungen:

        2014-11-05 17:15:43.174  - info: controller instance system.adapter.node-red.0 started with pid 25779
        2014-11-05 17:15:45.196  - info: node-red.0 starting. Version 0.0.2
        2014-11-05 17:15:45.269  - error: uncaught exception: ENOENT, no such file or directory '/opt/iobroker/adapter/node-red/userdata/settings.js'
        2014-11-05 17:15:45.276  - error: Error: ENOENT, no such file or directory '/opt/iobroker/adapter/node-red/userdata/settings.js'
        
        ```` `  
        

        Das ist schon mal einen Test!

        Da fehlt userdata Verzeichnis.

        Übrigens kannst du schauen ob /opt/iobroker/adapter/node-red/node_moduels/node-red/ da ist?

        @Homoran:

        2014-11-05 17:15:53.537 - error: uncaught exception: Cannot find module 'ping'

        2014-11-05 17:15:53.551 - error: Error: Cannot find module 'ping' `
        Da habe ich vergessen node_modules einzuchecken.

        Mache ich heute Abend.

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

          @Bluefox:

          Das ist schon mal einen Test!

          Da fehlt userdata Verzeichnis.

          Übrigens kannst du schauen ob /opt/iobroker/adapter/node-red/node_moduels/node-red/ da ist? `

          Verzeichnis ist da:
          144_iobroker_nodered.jpg

          Gruß

          Rainer

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

            @Homoran:

            @Bluefox:

            Das ist schon mal einen Test!

            Da fehlt userdata Verzeichnis.

            Übrigens kannst du schauen ob /opt/iobroker/adapter/node-red/node_moduels/node-red/ da ist? `

            Verzeichnis ist da:
            filename="ioBroker_nodered.jpg" index="0">~~

            Gruß

            Rainer `
            Ist gut. Dann fehlt nur "userdata" in /opt/iobroker/adapter/node-red

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

              @Bluefox:

              Dann fehlt nur "userdata" in /opt/iobroker/adapter/node-red `
              Sieht so aus:
              144_iobroker_nodered_2.jpg

              Viel Spaß damit 😉

              Rainer

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

                @Homoran:

                @Bluefox:

                Dann fehlt nur "userdata" in /opt/iobroker/adapter/node-red `
                Sieht so aus:
                filename="ioBroker_nodered_2.jpg" index="0">~~

                Viel Spaß damit 😉

                Rainer `
                Habe nachgeliefert.

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

                  Läuft beides jetzt.

                  Jetzt muss ich mich nur noch in node red einarbeiten - klingt interessant, verstehe ich noch nicht ganz 😉

                  Hilfe gibt es hier: http://nodered.org/docs/getting-started/first-flow.html

                  Danke

                  Rainer

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

                    Hallo Bluefox,

                    kannst du evtl in deinem Updatescript für den js-controller noch die Zeile:

                    root@cubox-i:/opt/iobroker# chmod +x iobroker
                    

                    einbauen (sinngemäß).

                    Achso, die Links für DWD und CCU sind in den Instanzen wieder verschwunden.

                    Danke

                    Rainer

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

                      @Bluefox:

                      kann man irgendwie die Liste aus der CCU.IO (auf Dateiebene) kopieren?

                      Leider nicht. Aber du kannst abschauen in futon wie die Struktur aussieht und einfach da patchen.

                      system.adapter.ping.0 => native.devices `

                      Also muss man im Prinzip diesen Block kopieren
                      144_iobroker_futon_ping.jpg
                      mehrfach wieder einfügen und anpassen.

                      Ob das so viel schneller geht, als über iobroker.admin????

                      Danke nochmals

                      Rainer

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

                        Es gibt jetzt neue Feature: Log in admin. (Konnte auch ohne Problem jetzt in beliebige Reihenfolge upgedatet werden)

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

                          48_chart.png
                          Es gibt jetzt ersten Versuch um Charts zu bauen. Auswahl-Dialog fehlt noch.

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

                            Charts gibt es jetzt auch in admin:
                            48_chart.png

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

                              @Bluefox:

                              filename="Chart.png" index="1">~~
                              Es gibt jetzt ersten Versuch um Charts zu bauen. Auswahl-Dialog fehlt noch. `

                              Hallo Bluefox,

                              da bei dir in der Adresszeile odroid…rickshaw.. steht, habe ich gerade mal den rickshaw-Adapter installiert

                              Leider stehen im Konfig-Menü die Daten für den Sonos-Adapter 😞
                              144_iobroker_rickshaw.jpg
                              und die socketio und web-Adapter wurden mit installiert - muss das so sein?

                              Gruß

                              Rainer

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

                                @Homoran:

                                @Bluefox:

                                filename="Chart.png" index="1">~~
                                Es gibt jetzt ersten Versuch um Charts zu bauen. Auswahl-Dialog fehlt noch. `

                                Hallo Bluefox,

                                da bei dir in der Adresszeile odroid…rickshaw.. steht, habe ich gerade mal den rickshaw-Adapter installiert

                                Leider stehen im Konfig-Menü die Daten für den Sonos-Adapter 😞
                                filename="ioBroker_rickshaw.jpg" index="0">~~
                                und die socketio und web-Adapter wurden mit installiert - muss das so sein?

                                Gruß

                                Rainer `
                                Rickshaw, hat momentan gar keine Einstellungen. Des wegen die Konfiguration ist nicht relevant. (Muss ich löschen)

                                Auszug aus readme.md:

                                How to use
                                
                                install "socketio"-adapter and create one instance
                                install "web"-adapter and create one instance.
                                Select in settings of "web"-adapter the instance of installed "socket.io"-instance.
                                install "rickshaw"-adapter and call
                                Go to http://ip:8082/rickshaw/edit.html
                                

                                Natürlich socketio und web-adapter müssen auch aktiviert sein.

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

                                  Hallo Bluefox,

                                  rickshaw läuft bei mir noch nicht.

                                  liegt es evtl. an den Ports?

                                  du hast bei dir :8090

                                  bei rickshaw kann ich nichts einstellen - der socket.io Adapter hat :8084 und der web Adapter :8082

                                  Aufruf über den Link unter instances geht auf die :8082

                                  Die Console zeigt folgende Fehler:
                                  144_rickshaw_console_error.jpg

                                  und:
                                  144_rickshaw_console_error_2.jpg

                                  Gruß

                                  Rainer

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

                                    @Homoran:

                                    Hallo Bluefox,

                                    rickshaw läuft bei mir noch nicht.

                                    liegt es evtl. an den Ports?

                                    du hast bei dir :8090

                                    bei rickshaw kann ich nichts einstellen - der socket.io Adapter hat :8084 und der web Adapter :8082

                                    Aufruf über den Link unter instances geht auf die :8082

                                    Die Console zeigt folgende Fehler:
                                    filename="Rickshaw_console_error.jpg" index="1">~~

                                    und:
                                    filename="Rickshaw_console_error_2.jpg" index="0">~~

                                    Gruß

                                    Rainer `
                                    Es sieht so aus als ob socket.io bei dir nicht läuft. (Nicht enabled)

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

                                      @Bluefox:

                                      Es sieht so aus als ob socket.io bei dir nicht läuft. (Nicht enabled) `
                                      Eigentlich ist es aktiviert:
                                      144_rickshaw_socketio.jpg

                                      Aber trotz neuer Installation hagelt es diverse Fehlermeldungen, da würde es mich nicht wundern, wenn es woanders im Argen liegt.

                                      u.a.:

                                      root@cubox-i:/opt/iobroker# ./iobroker stop
                                      
                                      /opt/iobroker/node_modules/daemonize2/lib/daemonize.js:46
                                              throw new Error("Can't find daemon main module: '" + main + "'");
                                                    ^
                                      Error: Can't find daemon main module: '/opt/iobroker/lib/controller.js'
                                          at new Daemon (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:46:15)
                                          at Object.exports.setup (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:32:12)
                                          at Object. <anonymous>(/opt/iobroker/lib/setup.js:59:44)
                                          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 Module.require (module.js:364:17)
                                          at require (module.js:380:17)
                                          at Object. <anonymous>(/opt/iobroker/iobroker:2:1)</anonymous></anonymous> 
                                      

                                      EDIT:

                                      Habe gerade js.controller auf 0.1.6 upgedated, jetzt kommen folgende Meldungen:

                                      2014-11-29 20:57:14.078  - info: hm-rega.0 State 0 true
                                      2014-11-29 20:57:25.320  - info: controller instance system.adapter.socketio.0 started with pid 7129
                                      2014-11-29 20:57:27.405  - info: controller instance system.adapter.web.0 started with pid 7131
                                      2014-11-29 20:57:28.598  - error: controller instance system.adapter.socketio.0 terminated with code 7
                                      2014-11-29 20:57:28.598  - info: Restart adapter system.adapter.socketio.0 because enabled
                                      2014-11-29 20:57:30.496  - error: controller instance system.adapter.web.0 terminated with code 7
                                      2014-11-29 20:57:30.496  - info: Restart adapter system.adapter.web.0 because enabled
                                      2014-11-29 20:57:39.404  - info: controller instance system.adapter.admin.0 started with pid 7141
                                      2014-11-29 20:57:42.992  - error: controller instance system.adapter.admin.0 terminated with code 7
                                      2014-11-29 20:57:42.993  - info: Restart adapter system.adapter.admin.0 because enabled
                                      
                                      

                                      Gruß

                                      Rainer

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

                                        @Homoran:

                                        @Bluefox:

                                        Es sieht so aus als ob socket.io bei dir nicht läuft. (Nicht enabled) `
                                        Eigentlich ist es aktiviert:
                                        filename="Rickshaw_socketio.jpg" index="0">~~

                                        Aber trotz neuer Installation hagelt es diverse Fehlermeldungen, da würde es mich nicht wundern, wenn es woanders im Argen liegt.

                                        u.a.:

                                        root@cubox-i:/opt/iobroker# ./iobroker stop
                                        
                                        /opt/iobroker/node_modules/daemonize2/lib/daemonize.js:46
                                                throw new Error("Can't find daemon main module: '" + main + "'");
                                                      ^
                                        Error: Can't find daemon main module: '/opt/iobroker/lib/controller.js'
                                            at new Daemon (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:46:15)
                                            at Object.exports.setup (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:32:12)
                                            at Object. <anonymous>(/opt/iobroker/lib/setup.js:59:44)
                                            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 Module.require (module.js:364:17)
                                            at require (module.js:380:17)
                                            at Object. <anonymous>(/opt/iobroker/iobroker:2:1)</anonymous></anonymous> 
                                        

                                        EDIT:

                                        Habe gerade js.controller auf 0.1.6 upgedated, jetzt kommen folgende Meldungen:

                                        2014-11-29 20:57:14.078  - info: hm-rega.0 State 0 true
                                        2014-11-29 20:57:25.320  - info: controller instance system.adapter.socketio.0 started with pid 7129
                                        2014-11-29 20:57:27.405  - info: controller instance system.adapter.web.0 started with pid 7131
                                        2014-11-29 20:57:28.598  - error: controller instance system.adapter.socketio.0 terminated with code 7
                                        2014-11-29 20:57:28.598  - info: Restart adapter system.adapter.socketio.0 because enabled
                                        2014-11-29 20:57:30.496  - error: controller instance system.adapter.web.0 terminated with code 7
                                        2014-11-29 20:57:30.496  - info: Restart adapter system.adapter.web.0 because enabled
                                        2014-11-29 20:57:39.404  - info: controller instance system.adapter.admin.0 started with pid 7141
                                        2014-11-29 20:57:42.992  - error: controller instance system.adapter.admin.0 terminated with code 7
                                        2014-11-29 20:57:42.993  - info: Restart adapter system.adapter.admin.0 because enabled
                                        
                                        

                                        Gruß

                                        Rainer `
                                        Starte bitte das System komplett neu. (Reboot)

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

                                          Das geht nicht, dann gibts den couchdb error 😢

                                          Habe eben nochmal cubox und banane komplett neu aufgesetzt. Das gleiche Ergebnis. Dann wieder reboot -> couchdb error.

                                           2014-11-29 22:02:51.703  - [31merror[39m: uncaught exception: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
                                          2014-11-29 22:02:51.710  - [31merror[39m: Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
                                              at RedisClient.on_error (/opt/iobroker/node_modules/redis/index.js:185:24)
                                              at Socket. <anonymous>(/opt/iobroker/node_modules/redis/index.js:95:14)
                                              at Socket.EventEmitter.emit (events.js:95:17)
                                              at net.js:441:14
                                              at process._tickCallback (node.js:415:13)
                                          2014-11-29 22:06:55.575  - [32minfo[39m: ioBroker.js-controller version 0.1.6 js-controller starting
                                          2014-11-29 22:06:55.583  - [32minfo[39m: Copyright (c) 2014 hobbyquaker, bluefox
                                          2014-11-29 22:06:55.584  - [32minfo[39m: controller hostname: cubox-i
                                          2014-11-29 22:06:55.584  - [32minfo[39m: controller ip addresses: 192.168.xxx.yyy fe80::d263:b4ff:fe00:1e53
                                          2014-11-29 22:06:57.572  - [31merror[39m: couchdbError: {gen_server,call,
                                              [couch_server,
                                               {open,<<"iobroker">>,
                                                   [{user_ctx,
                                                        {user_ctx,null,
                                                            [<<"_admin">>],
                                                            <<"{couch_httpd_auth, default_authentication_handler}">>}}]},
                                               infinity]}</anonymous> 
                                          

                                          Werde morgen nochmal neu aufbauen.

                                          Gruß

                                          Rainer

                                          Gesendet von meinem LIFETAB_E10320 mit Tapatalk
                                          356_iobroker_guide.xlsx
                                          356_iobroker_s7_adapter_v0.1_e.docx

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

                                            Dank der Hilfe von Bernhard laufen jetzt wieder zwei Installationen.

                                            Auf beiden, hier dem Cubietruck kommt es nach wie vor zu dem folgenden Fehler:
                                            144_rickshaw_console_error_3.jpg

                                            web und socket.io sind installiert und enabled.

                                            Cubie ist auch schon rebooted.

                                            Was mir nur aufgefallen war:

                                            bei hm-rpc muss ich die "echte" Ip-Adresse angeben (192.168….) mit 0.0.0.0 oder 127.0.0.1 sammelt der Adapter keine Daten.

                                            Also habe ich überall, wo ich es konnte die 192.168.... für den jeweiligen Adapter eingestellt.

                                            Gruß

                                            Rainer

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            489
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            70
                                            11983
                                            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