Navigation

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

    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

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Medoc last edited by Thomas Braun

      @medoc

      cd /opt/iobroker 
      sudo -H -u iobroker npm install iobroker.js-controller
      iobroker restart
      
      M 1 Reply Last reply Reply Quote 0
      • M
        Medoc @Thomas Braun last edited by

        @thomas-braun ```
        pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller

        iobroker.js-controller@3.3.11 preinstall /opt/iobroker/node_modules/iobroker.js-controller
        node lib/preinstallCheck.js

        NPM version: 6.14.12

        iobroker.js-controller@3.3.11 install /opt/iobroker/node_modules/iobroker.js-controller
        node iobroker.js setup first

        object _design/custom created
        object _design/system updated

        esbuild@0.11.23 postinstall /opt/iobroker/node_modules/esbuild
        node install.js

        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

        • iobroker.js-controller@3.3.11
          added 13 packages from 12 contributors, removed 3 packages and updated 6 packages in 88.888s

        26 packages are looking for funding
        run npm fund for details

        pi@raspberrypi:/opt/iobroker $ iobroker restart
        pi@raspberrypi:/opt/iobroker $

        M Glasfaser 2 Replies Last reply Reply Quote 0
        • M
          Medoc @Medoc last edited by

          Die Website ist nicht erreichbar
          192.168.188.100 hat die Verbindung abgelehnt.

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Medoc last edited by Thomas Braun

            @medoc

            iobroker list adapters
            iobroker list instances
            iobroker status
            
            M 1 Reply Last reply Reply Quote 0
            • M
              Medoc @Thomas Braun last edited by

              @thomas-braun sagte in Installation:

              iobroker list adapters
              iobroker list instances
              iobroker status

              pi@raspberrypi:/opt/iobroker $ iobroker list adapters
              pi@raspberrypi:/opt/iobroker $ iobroker list instances
              
              
              + instance is alive
              pi@raspberrypi:/opt/iobroker $ iobroker status
              iobroker is running on this host.
              
              
              Objects type: file
              States  type: file
              pi@raspberrypi:/opt/iobroker $ 
              
              
              BBTown Thomas Braun 2 Replies Last reply Reply Quote 0
              • BBTown
                BBTown @Medoc last edited by

                @medoc wie sicher bist Du denn, dass die IP stimmt?
                was sagt denn

                ifconfig
                
                M Thomas Braun 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Medoc last edited by Thomas Braun

                  @medoc

                  Keine Ahnung. Mach die Kiste platt und installier es nochmal per Installationseinzeiler.

                  €dit:
                  Kann es sein, dass die IP
                  192.168.178.100:8081
                  lautet? Das wäre so eine typische Fritzbox-Range.

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    Medoc @BBTown last edited by

                    @bbtown ```
                    pi@raspberrypi:/opt/iobroker $ ifconfig
                    eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
                    ether b8:27:eb:95:20:87 txqueuelen 1000 (Ethernet)
                    RX packets 0 bytes 0 (0.0 B)
                    RX errors 0 dropped 0 overruns 0 frame 0
                    TX packets 0 bytes 0 (0.0 B)
                    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

                    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
                    inet 127.0.0.1 netmask 255.0.0.0
                    inet6 ::1 prefixlen 128 scopeid 0x10<host>
                    loop txqueuelen 1000 (Lokale Schleife)
                    RX packets 21116 bytes 3279639 (3.1 MiB)
                    RX errors 0 dropped 0 overruns 0 frame 0
                    TX packets 21116 bytes 3279639 (3.1 MiB)
                    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

                    wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
                    inet 192.168.188.100 netmask 255.255.255.0 broadcast 192.168.188.255
                    inet6 fe80::d55f:5969:c95d:9c05 prefixlen 64 scopeid 0x20<link>
                    ether b8:27:eb:c0:75:d2 txqueuelen 1000 (Ethernet)
                    RX packets 22304 bytes 21211738 (20.2 MiB)
                    RX errors 0 dropped 0 overruns 0 frame 0
                    TX packets 19525 bytes 2260606 (2.1 MiB)
                    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

                    BBTown 2 Replies Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @BBTown last edited by

                      @bbtown
                      Aber es müssten dennoch adapter und instances aufgeführt werden.

                      1 Reply Last reply Reply Quote 0
                      • BBTown
                        BBTown @Medoc last edited by

                        @medoc
                        editiere bitte deine posts / Ausgaben
                        CodeTags.gif

                        1 Reply Last reply Reply Quote 0
                        • BBTown
                          BBTown @Medoc last edited by

                          @medoc
                          und wie lautet die IP von der aus Du auf ioBroker zugreifen willst?
                          Befindet sich der Rechner auch im Bereich 192.168.188.xxx ?

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            Medoc @Thomas Braun last edited by

                            @thomas-braun sagte in Installation:

                            @medoc

                            Keine Ahnung. Mach die Kiste platt und installier es nochmal per Installationseinzeiler.

                            €dit:
                            Kann es sein, dass die IP
                            192.168.178.100:8081
                            lautet? Das wäre so eine typische Fritzbox-Range.

                            platt gemacht mehrfach, und immer das selbe.
                            meine range läuft definitiv auf 188, da einem lte router nachgeschaltet.
                            hier in der gegend gibt es nur festnetz mit 1mbs

                            1 Reply Last reply Reply Quote 0
                            • M
                              Medoc @BBTown last edited by

                              @bbtown
                              es befindet sich hier alles auf der 188

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Medoc last edited by

                                @medoc

                                Das komplettte Log der Installation wäre hilfreich, vermute ich.
                                Das riecht nach 'Netzwerkgefummel'.

                                Vielleicht hilft auch

                                iobroker logs
                                

                                weiter.

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  Medoc @Thomas Braun last edited by Medoc

                                  i:/opt/iobroker $ iobroker logs
                                  2021-06-03 14:19:01.403  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
                                  2021-06-03 14:19:01.427  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                  2021-06-03 14:19:01.429  - info: host.raspberrypi hostname: raspberrypi, node: v12.22.1
                                  2021-06-03 14:19:01.431  - info: host.raspberrypi ip addresses: 192.168.188.100 fe80::d55f:5969:c95d:9c05
                                  2021-06-03 14:19:02.124  - info: host.raspberrypi connected to Objects and States
                                  2021-06-03 14:19:02.331  - info: host.raspberrypi added notifications configuration of host
                                  2021-06-03 14:19:03.465  - info: host.raspberrypi no instances found
                                  2021-06-03 14:32:32.368  - info: host.raspberrypi received SIGTERM
                                  2021-06-03 14:32:32.657  - info: host.raspberrypi terminated
                                  2021-06-03 14:32:49.241  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
                                  2021-06-03 14:32:49.271  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                  2021-06-03 14:32:49.275  - info: host.raspberrypi hostname: raspberrypi, node: v12.22.1
                                  2021-06-03 14:32:49.278  - info: host.raspberrypi ip addresses: fe80::d55f:5969:c95d:9c05
                                  2021-06-03 14:32:50.288  - info: host.raspberrypi connected to Objects and States
                                  2021-06-03 14:32:50.483  - info: host.raspberrypi added notifications configuration of host
                                  2021-06-03 14:32:52.441  - info: host.raspberrypi no instances found
                                  2021-06-03 14:58:44.221  - info: host.raspberrypi received SIGTERM
                                  2021-06-03 14:58:44.287  - info: host.raspberrypi terminated
                                  2021-06-03 14:59:46.357  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
                                  2021-06-03 14:59:46.375  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                  2021-06-03 14:59:46.377  - info: host.raspberrypi hostname: raspberrypi, node: v12.22.1
                                  2021-06-03 14:59:46.379  - info: host.raspberrypi ip addresses: 192.168.188.100 fe80::d55f:5969:c95d:9c05
                                  2021-06-03 14:59:47.044  - info: host.raspberrypi connected to Objects and States
                                  2021-06-03 14:59:47.165  - info: host.raspberrypi added notifications configuration of host
                                  2021-06-03 14:59:48.719  - info: host.raspberrypi no instances found
                                  2021-06-03 15:12:58.118  - info: host.raspberrypi received SIGTERM
                                  2021-06-03 15:12:58.177  - info: host.raspberrypi terminated
                                  2021-06-03 15:13:03.268  - info: host.raspberrypi iobroker.js-controller version 3.3.11 js-controller starting
                                  2021-06-03 15:13:03.286  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                  2021-06-03 15:13:03.288  - info: host.raspberrypi hostname: raspberrypi, node: v12.22.1
                                  2021-06-03 15:13:03.290  - info: host.raspberrypi ip addresses: 192.168.188.100 fe80::d55f:5969:c95d:9c05
                                  2021-06-03 15:13:03.938  - info: host.raspberrypi connected to Objects and States
                                  2021-06-03 15:13:04.035  - info: host.raspberrypi added notifications configuration of host
                                  2021-06-03 15:13:05.522  - info: host.raspberrypi no instances found
                                  2021-06-03 15:13:05.525  - info: host.raspberrypi no instances found
                                  2021-06-03 15:18:10.015  - info: host.raspberrypi received SIGTERM
                                  2021-06-03 15:18:10.070  - info: host.raspberrypi terminated
                                  2021-06-03 15:18:14.783  - info: host.raspberrypi iobroker.js-controller version 3.3.11 js-controller starting
                                  2021-06-03 15:18:14.806  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                  2021-06-03 15:18:14.809  - info: host.raspberrypi hostname: raspberrypi, node: v12.22.1
                                  2021-06-03 15:18:14.811  - info: host.raspberrypi ip addresses: 192.168.188.100 fe80::d55f:5969:c95d:9c05
                                  2021-06-03 15:18:15.433  - info: host.raspberrypi connected to Objects and States
                                  2021-06-03 15:18:15.509  - info: host.raspberrypi added notifications configuration of host
                                  2021-06-03 15:18:16.667  - info: host.raspberrypi no instances found
                                  2021-06-03 15:18:16.670  - info: host.raspberrypi no instances found
                                  pi@raspberrypi:/opt/iobroker $
                                  
                                  Thomas Braun BBTown 2 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Medoc last edited by

                                    @medoc

                                    iobroker install admin
                                    iobroker add admin
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • BBTown
                                      BBTown @Medoc last edited by BBTown

                                      @medoc
                                      Du könntest versuchen eine weitere admin-Instanz hinzuzufügen und über einen anderen Port den Zugriff zu probieren. Womöglich ist der Port 8081 nicht erreichbar?

                                      [EDIT]
                                      falls der zuvor von @Thomas-Braun aufgeführte Vorschlag nicht funktioniert

                                      iobroker add admin --port 8089
                                      

                                      der Zugriff wäre dann per
                                      http://192.168.188.100:8089

                                      @Thomas-Braun wie lautet noch der Befehl um zu prüfen ob ggf. ein Port bereits belegt ist?

                                      Thomas Braun 1 Reply Last reply Reply Quote 1
                                      • Thomas Braun
                                        Thomas Braun Most Active @BBTown last edited by

                                        @bbtown @Medoc

                                        sudo ss -tunlp
                                        
                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          Medoc @Thomas Braun last edited by

                                          das wars, offensichtlich ist der port 8081 blockiert.
                                          auf 8089 läuft es

                                          Thomas Braun BBTown 2 Replies Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Medoc last edited by

                                            @medoc
                                            Dann schau was da läuft.

                                            sudo ss -tunlp
                                            
                                            M 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

                                            549
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            78
                                            3530
                                            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