Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 2 jetzt für alle im Stable

    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

    js-controller 2 jetzt für alle im Stable

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      denjo last edited by Negalein

      hallo, ich kann mein iobroker nicht stoppen

      root@raspberrypi:/opt/iobroker# iobroker stop
      bash: iobroker: Kommando nicht gefunden.
      

      Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
      Hier gehts zur Hilfe.

      sigi234 1 Reply Last reply Reply Quote 0
      • sigi234
        sigi234 Forum Testing Most Active @denjo last edited by sigi234

        @denjo sagte in js-controller 2 jetzt für alle im Stable:

        hallo, ich kann mein iobroker nicht stoppen

        root@raspberrypi:/opt/iobroker# iobroker stop
        bash: iobroker: Kommando nicht gefunden.

        opt/ weglassen

        D 1 Reply Last reply Reply Quote 0
        • D
          denjo @sigi234 last edited by

          @sigi234 hatte ich auch schon probiert gleiches ergebniss

          sigi234 1 Reply Last reply Reply Quote 0
          • sigi234
            sigi234 Forum Testing Most Active @denjo last edited by

            @denjo sagte in js-controller 2 jetzt für alle im Stable:

            @sigi234 hatte ich auch schon probiert gleiches ergebniss

            Was kommt bei:

            cd /opt/iobroker
            iobroker list instances
            node -v
            nodejs -v
            npm -v

            1 Reply Last reply Reply Quote 0
            • D
              denjo last edited by Negalein

              root@raspberrypi:/opt/iobroker# node -v
              v10.16.3
              root@raspberrypi:/opt/iobroker# nodejs -v
              v10.16.3
              root@raspberrypi:/opt/iobroker# npm -v
              6.9.0
              

              Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
              Hier gehts zur Hilfe.

              sigi234 1 Reply Last reply Reply Quote 0
              • sigi234
                sigi234 Forum Testing Most Active @denjo last edited by

                @denjo sagte in js-controller 2 jetzt für alle im Stable:

                root@raspberrypi:/opt/iobroker# node -v
                v10.16.3
                root@raspberrypi:/opt/iobroker# nodejs -v
                v10.16.3
                root@raspberrypi:/opt/iobroker# npm -v
                6.9.0

                iobroker list instances

                D 1 Reply Last reply Reply Quote 0
                • D
                  denjo @sigi234 last edited by Negalein

                  root@raspberrypi:/opt/iobroker# iobroker list instances
                  bash: iobroker: Kommando nicht gefunden.
                  

                  Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                  Hier gehts zur Hilfe.

                  sigi234 1 Reply Last reply Reply Quote 0
                  • sigi234
                    sigi234 Forum Testing Most Active @denjo last edited by

                    @denjo sagte in js-controller 2 jetzt für alle im Stable:

                    root@raspberrypi:/opt/iobroker# iobroker list instances
                    bash: iobroker: Kommando nicht gefunden.

                    Mal neu gestartet?

                    1 Reply Last reply Reply Quote 0
                    • D
                      denjo last edited by Negalein

                      ja mit diesen befehlen geht es

                      sudo systemctl stop iobroker
                      sudo systemctl start iobroker
                      

                      Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                      Hier gehts zur Hilfe.

                      sigi234 1 Reply Last reply Reply Quote 0
                      • sigi234
                        sigi234 Forum Testing Most Active @denjo last edited by

                        @denjo sagte in js-controller 2 jetzt für alle im Stable:

                        ja mit diesen befehlen geht es

                        sudo systemctl stop iobroker
                        sudo systemctl start iobroker

                        ps -A | grep iobroker

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          denjo last edited by Negalein

                          @sigi234 sagte in js-controller 2 jetzt für alle im Stable:

                          ps -A | grep iobroker

                          root@raspberrypi:/opt/iobroker# ps -A | grep iobroker
                           6584 ?        00:02:06 iobroker.js-con
                          

                          Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                          Hier gehts zur Hilfe.

                          1 Reply Last reply Reply Quote 0
                          • D
                            denjo @sigi234 last edited by

                            @sigi234 kann es sein das ich den Installations-Fixer nochmal neu ausführen muss?

                            sigi234 1 Reply Last reply Reply Quote 0
                            • sigi234
                              sigi234 Forum Testing Most Active @denjo last edited by

                              @denjo sagte in js-controller 2 jetzt für alle im Stable:

                              @sigi234 kann es sein das ich den Installations-Fixer nochmal neu ausführen muss?

                              Bei Fehlern:
                              Wenn bei der Linux-Installation Fehler wegen fehlender Zugriffsrechte auftreten, am besten den Installation-Fixer nutzen und die Installation des Updates danach wiederholen.

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                denjo @sigi234 last edited by

                                @sigi234 danke hat alles geklappt

                                1 Reply Last reply Reply Quote 0
                                • A
                                  acramatic last edited by

                                  Hallo,
                                  ich habe jetzt auch das Update eingespielt. Jetzt findet der rflink Adapter keinen serialport. Kann mir jemand helfen?

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    acramatic last edited by

                                    geht wieder - ein npm rebuild hat es gerichtet, puhhhhh

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      Andre R. last edited by

                                      Hallo zusammen

                                      wie bekomme ich denn die "myAdapter.js" ausgetauscht?
                                      über Filezilla funktioniert es bei mir nicht.

                                      Danke schonmal

                                      apollon77 1 Reply Last reply Reply Quote 0
                                      • apollon77
                                        apollon77 @Andre R. last edited by

                                        @Andre-R wegen welchem Adapter?

                                        C 1 Reply Last reply Reply Quote 0
                                        • C
                                          CruziX @apollon77 last edited by

                                          @apollon77 Hallo, kann irgendwie per Skript Datenpunkte unter 0_userdata.0 anlegen?
                                          Mit CreateState lande ich immer im JavaScript Verzeichnis

                                          sigi234 SBorg 2 Replies Last reply Reply Quote 0
                                          • sigi234
                                            sigi234 Forum Testing Most Active @CruziX last edited by sigi234

                                            @CruziX

                                            Von @dslraser :

                                            https://forum.iobroker.net/topic/28088/iot-geräte-und-abfragen-für-dummies-gesucht/16

                                            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

                                            405
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller js-controller 2
                                            74
                                            556
                                            141942
                                            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