Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Deinstallation schlägt fehl / CUL Installation fehlerhaft

    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

    Deinstallation schlägt fehl / CUL Installation fehlerhaft

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

      Hallo,

      der zu testzwecken installierte Adapter Wireless MBUS kann nicht mehr deinstalliert werden.

      Außerdem versuche ich seit Tage den CUL-Adapter zum laufen zu bringen.

      Versionen: JS-Controller 0.15.3

      Node: v7.4.0

      Admin: 1.6.11

      Problem 1: Deinstallation WM-BUS

      root@raspberrypi:/opt/iobroker# sudo iobroker del wm-bus
      host.raspberrypi no instances of adapter wm-bus found
      host.raspberrypi Adapter wm-bus cannot be deleted completely, because non-deletable.
      

      Problem 2: Installation CUL

      root@raspberrypi:/opt/iobroker# sudo iobroker install cul
      npm install iobroker.cul --production --prefix "/opt/iobroker" (System call)
      got /opt/iobroker/node_modules/iobroker.cul/admin
      upload [1] cul.admin /opt/iobroker/node_modules/iobroker.cul/admin/index.html index.html text/html
      upload [0] cul.admin /opt/iobroker/node_modules/iobroker.cul/admin/busware.jpg busware.jpg image/jpeg
      root@raspberrypi:/opt/iobroker#
      

      Instanz startet nicht:````
      raspberrypi 2017-01-26 12:07:02.625 info host.raspberrypi Restart adapter system.adapter.cul.0 because enabled
      raspberrypi 2017-01-26 12:07:02.622 error host.raspberrypi instance system.adapter.cul.0 terminated with code 1 ()
      raspberrypi 2017-01-26 12:07:00.689 info host.raspberrypi instance system.adapter.cul.0 started with pid 29116
      raspberrypi 2017-01-26 12:06:30.904 info host.raspberrypi Restart adapter system.adapter.cul.0 because enabled
      raspberrypi 2017-01-26 12:06:30.901 error host.raspberrypi instance system.adapter.cul.0 terminated with code 1 ()
      raspberrypi 2017-01-26 12:06:28.203 info host.raspberrypi instance system.adapter.cul.0 started with pid 29100

      
      Gruß Marco
      
      P.S. Ich kann auch keine Objekte mehr manuell unter Objekte ändern.
      1 Reply Last reply Reply Quote 0
      • Bluefox
        Bluefox last edited by

        @Marcolotti:

        Hallo,

        der zu testzwecken installierte Adapter Wireless MBUS kann nicht mehr deinstalliert werden.

        Außerdem versuche ich seit Tage den CUL-Adapter zum laufen zu bringen.

        Versionen: JS-Controller 0.15.3

        Node: v7.4.0

        Admin: 1.6.11

        Problem 1: Deinstallation WM-BUS

        root@raspberrypi:/opt/iobroker# sudo iobroker del wm-bus
        host.raspberrypi no instances of adapter wm-bus found
        host.raspberrypi Adapter wm-bus cannot be deleted completely, because non-deletable.
        

        Problem 2: Installation CUL

        root@raspberrypi:/opt/iobroker# sudo iobroker install cul
        npm install iobroker.cul --production --prefix "/opt/iobroker" (System call)
        got /opt/iobroker/node_modules/iobroker.cul/admin
        upload [1] cul.admin /opt/iobroker/node_modules/iobroker.cul/admin/index.html index.html text/html
        upload [0] cul.admin /opt/iobroker/node_modules/iobroker.cul/admin/busware.jpg busware.jpg image/jpeg
        root@raspberrypi:/opt/iobroker#
        

        Instanz startet nicht:````
        raspberrypi 2017-01-26 12:07:02.625 info host.raspberrypi Restart adapter system.adapter.cul.0 because enabled
        raspberrypi 2017-01-26 12:07:02.622 error host.raspberrypi instance system.adapter.cul.0 terminated with code 1 ()
        raspberrypi 2017-01-26 12:07:00.689 info host.raspberrypi instance system.adapter.cul.0 started with pid 29116
        raspberrypi 2017-01-26 12:06:30.904 info host.raspberrypi Restart adapter system.adapter.cul.0 because enabled
        raspberrypi 2017-01-26 12:06:30.901 error host.raspberrypi instance system.adapter.cul.0 terminated with code 1 ()
        raspberrypi 2017-01-26 12:06:28.203 info host.raspberrypi instance system.adapter.cul.0 started with pid 29100

        
        Gruß Marco
        
        P.S. Ich kann auch keine Objekte mehr manuell unter Objekte ändern. `  
        

        Was wird bei dir gesagt, wenn du so was aufrufst?

        cd /opt/iobroker
        sudo node /opt/iobroker/node_modules/iobroker.cul/cul.js --logs
        
        1 Reply Last reply Reply Quote 0
        • M
          Marcolotti last edited by

          root@raspberrypi:/opt/iobroker# sudo node /opt/iobroker/node_modules/iobroker.cu                                                                                        l/cul.js --logs
          starting. Version 0.2.2 in /opt/iobroker/node_modules/iobroker.cul, node: v7.4.0
          2017-01-26 13:28:02.492  - info: cul.0 starting. Version 0.2.2 in /opt/iobroker/                                                                                        node_modules/iobroker.cul, node: v7.4.0
          Cannot open port: Port is not selected
          2017-01-26 13:28:02.540  - error: cul.0 Cannot open port: Port is not selected
          
          

          Ich kann den Port aber nicht wählen. :?

          1 Reply Last reply Reply Quote 0
          • M
            Marcolotti last edited by

            Wenn ich den Befehl von dir eingebe und starte, kann ich die Ports auswählen. Der Adapter zeigt Verbunden mit CUL. Stoppe ich das Logging, funktioniert die Auswahl des Ports nicht. :?:

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

              @Marcolotti:

              Wenn ich den Befehl von dir eingebe und starte, kann ich die Ports auswählen. Der Adapter zeigt Verbunden mit CUL. Stoppe ich das Logging, funktioniert die Auswahl des Ports nicht. :?: `
              Kann das sein, dass dein ioBroker nicht als sudo läuft?

              Nämlich nur root darf aus dem seriellem Port lesen.

              1 Reply Last reply Reply Quote 0
              • M
                Marcolotti last edited by

                Ich habe iobroker mit sudo gestartet. Jetzt geht der CUL-Adapter. Kommen auch Daten rein. Nun geht allerdings der RFLINK Adapter nicht mehr. Bei SerialPort steht: Nicht möglich

                721_rflink.jpg

                Ich glaube, die beiden USB´s mögen sich nicht.

                Gruß Marco

                1 Reply Last reply Reply Quote 0
                • M
                  Marcolotti last edited by

                  Starte ich mit Sudo geht CUL

                  Starte ich ohne Sudo geht RFLink

                  Muss ich mich jetzt entscheiden? 🙂 Oder gibt es dafür eine Lösung. :mrgreen:

                  1 Reply Last reply Reply Quote 0
                  • M
                    Marcolotti last edited by

                    Leider geht bis heute der CUL-Adapter nicht. Wollte es nur nochmal ans Tageslicht bringen. 😐

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

                      @Marcolotti:

                      Starte ich ohne Sudo geht RFLink `
                      Das verstehe ich nicht. Ohne Sudo darf man auf Serialport nicht zugreifen. Wie geht es denn das?

                      1 Reply Last reply Reply Quote 0
                      • M
                        Marcolotti last edited by

                        Hallo Bluefox,

                        ich denke, das Hauptproblem bei mir ist, dass nur ein Adapter auf USB bzw. Serial zugreifen kann. Kommt ein 2. Adapter hinzu, kann er nicht mehr auf die Schnittstellen zugreifen.

                        Aus diesem Grunde würde ich um Feedback von den anderen bitten, ob sie zwei verschiedene Adapter laufen haben, die 2 verschiedene USB-Geräte bedienen.

                        Gruß Marco

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        911
                        Online

                        31.8k
                        Users

                        80.0k
                        Topics

                        1.3m
                        Posts

                        2
                        10
                        1170
                        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