Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Installationsimage für den Banana Pi

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.4k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.6k

Installationsimage für den Banana Pi

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
25 Beiträge 3 Kommentatoren 3.3k Aufrufe 1 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • HomoranH Nicht stören
    HomoranH Nicht stören
    Homoran
    Global Moderator Administrators
    schrieb am zuletzt editiert von
    #4

    @grogo:

    Ich nutze den BananaPi-M3 V1.2 `
    und auch das Image für den M3??

    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

    1 Antwort Letzte Antwort
    0
    • G Offline
      G Offline
      grogo
      schrieb am zuletzt editiert von
      #5

      ich finde auf der Webseite: http://www.iobroker.net/docu/?page_id=2563&lang=de nur ein Image für BananaPi vom 14.01.17 :(

      1 Antwort Letzte Antwort
      0
      • paul53P Offline
        paul53P Offline
        paul53
        schrieb am zuletzt editiert von
        #6

        @grogo:

        Image für BananaPi vom 14.01.17 `
        Das Image ist uralt und sicherlich nicht für den BPi M3. Nimm das https://www.armbian.com/bananapi-m3/ und installiere Node.js und ioBroker nach http://www.iobroker.net/docu/?page_id=8323&lang=de#Installation_Nodejs.

        Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
        Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

        1 Antwort Letzte Antwort
        0
        • G Offline
          G Offline
          grogo
          schrieb am zuletzt editiert von
          #7

          Perfekt, hat geklappt.

          Eine Frage zur Installation vom ioBroker Skript.

          Dort bekomme ich während der Installation diese Warnungen angezeigt:

          ../src/serialport.cpp: In function ‘void EIO_AfterOpen(uv_work_t*)’:
          ../src/serialport.cpp:95:30: warning: ‘v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(2, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../nan/nan.h:1674:3: note: declared here
             Call(int argc, v8::Local <v8::value>argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterUpdate(uv_work_t*)’:
          ../src/serialport.cpp:150:30: warning: ‘v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(1, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../nan/nan.h:1674:3: note: declared here
             Call(int argc, v8::Local <v8::value>argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterClose(uv_work_t*)’:
          ../src/serialport.cpp:188:30: warning: ‘v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(1, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../nan/nan.h:1674:3: note: declared here
             Call(int argc, v8::Local <v8::value>argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterFlush(uv_work_t*)’:
          ../src/serialport.cpp:231:30: warning: ‘v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(1, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../nan/nan.h:1674:3: note: declared here
             Call(int argc, v8::Local <v8::value>argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterSet(uv_work_t*)’:
          ../src/serialport.cpp:285:30: warning: ‘v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(1, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../nan/nan.h:1674:3: note: declared here
             Call(int argc, v8::Local <v8::value>argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterGet(uv_work_t*)’:
          ../src/serialport.cpp:336:30: warning: ‘v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(2, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../nan/nan.h:1674:3: note: declared here
             Call(int argc, v8::Local <v8::value>argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterGetBaudRate(uv_work_t*)’:
          ../src/serialport.cpp:383:30: warning: ‘v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(2, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../nan/nan.h:1674:3: note: declared here
             Call(int argc, v8::Local <v8::value>argv[]) const {
             ^~~~
          ../src/serialport.cpp: In function ‘void EIO_AfterDrain(uv_work_t*)’:
          ../src/serialport.cpp:424:30: warning: ‘v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const’ is deprecated [-Wdeprecated-declarations]
             data->callback.Call(1, argv);
                                        ^
          In file included from ../src/./serialport.h:6:0,
                           from ../src/serialport.cpp:1:
          ../../nan/nan.h:1674:3: note: declared here
             Call(int argc, v8::Local <v8::value>argv[]) const {
             ^~~~
          ../src/poller.cpp: In static member function ‘static void Poller::onData(uv_poll_t*, int, int)’:
          ../src/poller.cpp:69:29: warning: ‘v8::Local <v8::value>Nan::Callback::Call(int, v8::Local<v8::value>*) const’ is deprecated [-Wdeprecated-declarations]
             obj->callback.Call(2, argv);
                                       ^
          In file included from ../src/poller.cpp:1:0:
          ../../nan/nan.h:1674:3: note: declared here
             Call(int argc, v8::Local <v8::value>argv[]) const {
             ^~~~</v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value> 
          

          Mache ich hier was falsch, oder fehlt mir noch eine Installation.

          Ansonsten läuft alles während der Installation wie beschrieben, bekomme auch am Ende "ioBroker was installed successfully"

          geändert: Code in Code-Tags; Homoran(Admin)

          1 Antwort Letzte Antwort
          0
          • HomoranH Nicht stören
            HomoranH Nicht stören
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #8

            @grogo:

            Mache ich hier was falsch `
            nein - alles gut

            Gruß

            Rainer

            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            1 Antwort Letzte Antwort
            0
            • G Offline
              G Offline
              grogo
              schrieb am zuletzt editiert von
              #9

              hat alles gut funktioniert, bis ich den BananaPi neu gestartet habe. Vorher konnte ich noch Adapter installieren und Instanzen konfigurieren. Alles wunderbar.

              Jetzt startet der PI scheinbar die Weboberfläche nicht mehr, http://192.168.x.x:8081 kann nicht angezeigt werden.

              Habe in SSH schon "iobroker restart" und versucht mit "iobroker add admin –enabled --port 9000" eine neue Seite aufzumachen, ohne Erfolg.

              Wenn ich beim Raspberry den IOBroker neu starte kommt:

              pi@ioBroker-Pi:~ $ sudo su

              root@ioBroker-Pi:/home/pi# iobroker restart

              iobroker controller daemon is not running

              Starting iobroker controller daemon...

              iobroker controller daemon started. PID: 628

              root@ioBroker-Pi:/home/pi#

              Beim BananaPi nur:

              root@bananapim3:/home/pi# sudo iobroker restart

              root@bananapim3:/home/pi#

              ???

              Wie kann ich den ioBroker wieder im Webinterface ans Laufen bekommen?

              1 Antwort Letzte Antwort
              0
              • paul53P Offline
                paul53P Offline
                paul53
                schrieb am zuletzt editiert von
                #10

                sudo brauchst Du nicht, denn Du bist als root angemeldet. Was ergibt ?

                node -v
                iobroker status
                iobroker list instances
                

                Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                1 Antwort Letzte Antwort
                0
                • G Offline
                  G Offline
                  grogo
                  schrieb am zuletzt editiert von
                  #11

                  Komisch ist dass es bei instances nichts anzeigt

                  root@bananapim3:/home/pi# node -v
                  v8.15.0
                  root@bananapim3:/home/pi# iobroker status
                  iobroker is running
                  root@bananapim3:/home/pi# iobroker list instances
                  root@bananapim3:/home/pi#
                  
                  
                  1 Antwort Letzte Antwort
                  0
                  • paul53P Offline
                    paul53P Offline
                    paul53
                    schrieb am zuletzt editiert von
                    #12

                    Das sieht so aus, als würde der js-controller laufen, aber keine Instanzen. Überprüfe das bitte mit top

                    top
                    

                    Shift-m (großes M) sortiert nach RAM-Verbrauch und holt so die ioBeroker-Prozesse nach oben.

                    Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                    Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                    1 Antwort Letzte Antwort
                    0
                    • G Offline
                      G Offline
                      grogo
                      schrieb am zuletzt editiert von
                      #13

                      Hier auch nochmal eine Abfrage mit Fehlermeldung:

                      root@bananapim3:/opt/iobroker# node node_modules/iobroker.js-controller/controller.js --logs
                      2019-02-08 17:52:17.762  - info: host.bananapim3 iobroker.js-controller version 1.4.2 js-controller starting
                      2019-02-08 17:52:17.774  - info: host.bananapim3 Copyright (c) 2014-2018 bluefox, 2014 hobbyquaker
                      2019-02-08 17:52:17.775  - info: host.bananapim3 hostname: bananapim3, node: v8.15.0
                      2019-02-08 17:52:17.787  - info: host.bananapim3 ip addresses: 192.168.0.215 fe80::20dd:f4f7:320c:cd63
                      2019-02-08 17:52:17.980  - info: host.bananapim3  inMem-states listening on port 9000
                      2019-02-08 17:52:18.031  - info: host.bananapim3  inMem-objects listening on port 9001
                      2019-02-08 17:52:18.066  - error: Another instance is running or some application uses port!
                      2019-02-08 17:52:18.067  - error: uncaught exception: listen EADDRINUSE 127.0.0.1:9000
                      2019-02-08 17:52:18.079  - info: host.bananapim3 terminated
                      2019-02-08 17:52:18.094  - info: iobroker _restart
                      listen EADDRINUSE 127.0.0.1:9001
                      Error: listen EADDRINUSE 127.0.0.1:9001
                          at Server.setupListenHandle [as _listen2] (net.js:1360:14)
                          at listenInCluster (net.js:1401:12)
                          at doListen (net.js:1510:7)
                          at _combinedTickCallback (internal/process/next_tick.js:142:11)
                          at process._tickCallback (internal/process/next_tick.js:181:9)
                          at Function.Module.runMain (module.js:696:11)
                          at startup (bootstrap_node.js:204:16)
                          at bootstrap_node.js:625:3
                      root@bananapim3:/opt/iobroker#
                      
                      

                      Aber er schein auf die Adresse zu hören:

                      root@bananapim3:/opt/iobroker# netstat -n -a -p TCP
                      Active Internet connections (servers and established)
                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
                      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      761/iobroker.js-con
                      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      761/iobroker.js-con
                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      792/sshd
                      tcp        0    176 192.168.0.215:22        192.168.0.2:51168       ESTABLISHED 1399/sshd: pi [priv
                      tcp6       0      0 :::22                   :::*                    LISTEN      792/sshd
                      udp        0      0 192.168.0.215:123       0.0.0.0:*                           1417/ntpd
                      udp        0      0 127.0.0.1:123           0.0.0.0:*                           1417/ntpd
                      udp        0      0 0.0.0.0:123             0.0.0.0:*                           1417/ntpd
                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           1186/dhclient
                      udp6       0      0 fe80::20dd:f4f7:320:123 :::*                                1417/ntpd
                      udp6       0      0 ::1:123                 :::*                                1417/ntpd
                      udp6       0      0 :::123                  :::*                                1417/ntpd
                      raw6       0      0 :::58                   :::*                    7           680/NetworkManager
                      Active UNIX domain sockets (servers and established)
                      
                      
                      1 Antwort Letzte Antwort
                      0
                      • G Offline
                        G Offline
                        grogo
                        schrieb am zuletzt editiert von
                        #14
                        root@bananapim3:/opt/iobroker# top
                        top - 17:55:25 up 8 min,  1 user,  load average: 0.00, 0.08, 0.07
                        Tasks: 134 total,   1 running,  74 sleeping,   0 stopped,   0 zombie
                        %Cpu(s):  0.0 us,  0.2 sy,  0.0 ni, 99.8 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                        KiB Mem :  2062236 total,  1836292 free,    98912 used,   127032 buff/cache
                        KiB Swap:  1031104 total,  1031104 free,        0 used.  1897532 avail Mem
                        
                          PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
                          761 iobroker  20   0  120368  32480  19788 S   0.0  1.6   0:05.37 iobroker.js-con
                          680 root      20   0   78100  12700  10800 S   0.0  0.6   0:01.01 NetworkManager
                          870 root      20   0   37544   5768   5080 S   0.0  0.3   0:00.15 polkitd
                         1420 pi        20   0    9208   5644   3828 S   0.0  0.3   0:00.32 systemd
                            1 root      20   0   26872   5360   3808 S   0.0  0.3   0:04.77 systemd
                         1399 root      20   0    9856   4972   4152 S   0.0  0.2   0:00.57 sshd
                          792 root      20   0    8504   4072   3552 S   0.0  0.2   0:00.20 sshd
                          375 root      20   0    7216   4052    988 S   0.0  0.2   0:01.78 haveged
                          287 root      20   0    8168   3796   3400 S   0.0  0.2   0:01.28 systemd-journal
                         1494 pi        20   0    5616   3624   2244 S   0.0  0.2   0:00.23 bash
                          685 root      20   0    6064   3464   3064 S   0.0  0.2   0:00.16 systemd-logind
                         1493 pi        20   0    9856   3436   2616 S   0.0  0.2   0:00.16 sshd
                         1560 root      20   0    7180   2968   2400 R   2.0  0.1   0:00.87 top
                         1505 root      20   0    6272   2860   2480 S   0.0  0.1   0:00.15 sudo
                         1186 root      20   0    5260   2836   2136 S   0.0  0.1   0:00.04 dhclient
                          637 message+  20   0    5336   2740   2360 S   0.0  0.1   0:00.55 dbus-daemon
                         1510 root      20   0    4580   2656   2248 S   0.0  0.1   0:00.10 bash
                         1417 ntp       20   0    6556   2612   2240 S   0.0  0.1   0:00.08 ntpd
                          330 root      20   0   13132   2520   2064 S   0.0  0.1   0:01.10 systemd-udevd
                         1509 root      20   0    6032   2484   2124 S   0.0  0.1   0:00.02 su
                          631 root      20   0   23092   2100   1676 S   0.0  0.1   0:00.28 rsyslogd
                          689 root      20   0    4656   2100   1876 S   0.0  0.1   0:00.04 cron
                         1421 pi        20   0    9912   1724    100 S   0.0  0.1   0:00.00 (sd-pam)
                         1295 root      20   0    3476   1508   1396 S   0.0  0.1   0:00.01 agetty
                         1293 root      20   0    3696   1164   1056 S   0.0  0.1   0:00.01 agetty
                            2 root      20   0       0      0      0 S   0.0  0.0   0:00.02 kthreadd
                            3 root       0 -20       0      0      0 I   0.0  0.0   0:00.00 rcu_gp
                            4 root       0 -20       0      0      0 I   0.0  0.0   0:00.00 rcu_par_gp
                            7 root      20   0       0      0      0 I   0.0  0.0   0:00.16 kworker/u16:0-e
                            8 root       0 -20       0      0      0 I   0.0  0.0   0:00.00 mm_percpu_wq
                            9 root      20   0       0      0      0 S   0.0  0.0   0:00.01 ksoftirqd/0
                           10 root      20   0       0      0      0 I   0.0  0.0   0:00.21 rcu_sched
                           11 root      20   0       0      0      0 I   0.0  0.0   0:00.00 rcu_bh
                           12 root      rt   0       0      0      0 S   0.0  0.0   0:00.11 migration/0
                           13 root      20   0       0      0      0 S   0.0  0.0   0:00.00 cpuhp/0
                           14 root      20   0       0      0      0 S   0.0  0.0   0:00.00 cpuhp/1
                           15 root      rt   0       0      0      0 S   0.0  0.0   0:00.11 migration/1
                           16 root      20   0       0      0      0 S   0.0  0.0   0:00.01 ksoftirqd/1
                           18 root       0 -20       0      0      0 I   0.0  0.0   0:00.03 kworker/1:0H-kb
                           19 root      20   0       0      0      0 S   0.0  0.0   0:00.00 cpuhp/2
                           20 root      rt   0       0      0      0 S   0.0  0.0   0:00.11 migration/2
                           21 root      20   0       0      0      0 S   0.0  0.0   0:00.00 ksoftirqd/2
                           24 root      20   0       0      0      0 S   0.0  0.0   0:00.00 cpuhp/3
                           25 root      rt   0       0      0      0 S   0.0  0.0   0:00.11 migration/3
                           26 root      20   0       0      0      0 S   0.0  0.0   0:00.01 ksoftirqd/3
                           29 root      20   0       0      0      0 S   0.0  0.0   0:00.00 cpuhp/4
                           30 root      rt   0       0      0      0 S   0.0  0.0   0:00.00 migration/4
                           31 root      20   0       0      0      0 S   0.0  0.0   0:00.00 ksoftirqd/4
                           33 root       0 -20       0      0      0 I   0.0  0.0   0:00.10 kworker/4:0H-kb
                           34 root      20   0       0      0      0 S   0.0  0.0   0:00.00 cpuhp/5
                           35 root      rt   0       0      0      0 S   0.0  0.0   0:00.11 migration/5
                        
                        
                        1 Antwort Letzte Antwort
                        0
                        • paul53P Offline
                          paul53P Offline
                          paul53
                          schrieb am zuletzt editiert von
                          #15

                          @grogo:

                          Habe in SSH schon "iobroker restart" und versucht mit "iobroker add admin –enabled --port 9000" eine neue Seite aufzumachen, ohne Erfolg. `
                          Port 9000 wird für die States benötigt. Hier kollidiert es mit Admin ?

                          EDIT: Wie vermutet: Es läuft nur der js-controller, keine Instanz.

                          Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                          Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                          1 Antwort Letzte Antwort
                          0
                          • G Offline
                            G Offline
                            grogo
                            schrieb am zuletzt editiert von
                            #16

                            Und wie kann ich die Instanz wieder starten?

                            Es hat ja funktioniert nach der Installation , dann habe ich die Grundeinstellungen gemacht und die Instanzen hm-rega, zwei hm-rpc und die Ping Instanz installiert. Die haben auch alle Funktioniert und die Objekte angezeigt. Dann wollte ich neu starten und nach dem Reboot kam ich nicht mehr auf das Web interface

                            1 Antwort Letzte Antwort
                            0
                            • paul53P Offline
                              paul53P Offline
                              paul53
                              schrieb am zuletzt editiert von
                              #17

                              @grogo:

                              Und wie kann ich die Instanz wieder starten? `
                              Da kann ich auch nur auf die http://www.iobroker.net/docu/?page_id=3928&lang=de#Pruefen_ob_Admin-Adapter_laeuft verweisen.

                              Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                              Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                              1 Antwort Letzte Antwort
                              0
                              • G Offline
                                G Offline
                                grogo
                                schrieb am zuletzt editiert von
                                #18

                                Die hatte ich schon durch. Vieles sieht gut aus, manches macht keinen Sinn:

                                root@bananapim3:/opt/iobroker# iobroker add admin --port 8089
                                
                                host.bananapim3 install adapter admin
                                got /opt/iobroker/node_modules/iobroker.admin/admin
                                upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                { status_code: 404, status_text: 'Cannot find view "system"' }
                                host.bananapim3 object system.adapter.admin created
                                host.bananapim3 error: view instanceStats [object Object]
                                
                                root@bananapim3:/opt/iobroker# iobroker list instance
                                Unknown type: instance
                                root@bananapim3:/opt/iobroker#
                                
                                

                                Da bleibe ich dann in der Doku stecken. Denn es wird mir keine Zeile außer "Unkown type: Instance" angezeigt.

                                Wenn ich das Log file auslese, bekomme ich auch nur Infos zu Dingen, die vor dem Neustart passiert sind.

                                Hier die letzten Zeilen:

                                ...
                                2019-02-08 16:21:14.910  - info: iobroker host.bananapim3 install adapter web
                                2019-02-08 16:21:17.067  - info: iobroker NPM version: 6.4.1
                                2019-02-08 16:21:17.071  - info: iobroker npm install iobroker.web --production --save --prefix "/opt/iobroker" (System call)
                                2019-02-08 16:17:10.487  - info: host.bananapim3 iobroker.js-controller version 1.4.2 js-controller starting
                                2019-02-08 16:17:10.505  - info: host.bananapim3 Copyright (c) 2014-2018 bluefox, 2014 hobbyquaker
                                2019-02-08 16:17:10.506  - info: host.bananapim3 hostname: bananapim3, node: v8.15.0
                                2019-02-08 16:17:10.518  - info: host.bananapim3 ip addresses: fe80::20dd:f4f7:320c:cd63
                                2019-02-08 16:17:10.586  - error: host.bananapim3 Cannot parse /opt/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: SyntaxError: Unexpected end of JSON input
                                2019-02-08 16:17:10.598  - error: host.bananapim3 Cannot parse /opt/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json.bak: SyntaxError: Unexpected token d in JSON at position 0
                                2019-02-08 16:17:10.833  - info: host.bananapim3  inMem-states listening on port 9000
                                2019-02-08 16:17:11.413  - error: host.bananapim3 Cannot parse /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/../../../../iobroker-data/objects.json: SyntaxError: Unexpected token s in JSON at position 2025096
                                2019-02-08 16:17:11.594  - error: host.bananapim3 Cannot parse /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/../../../../iobroker-data/objects.json.bak: SyntaxError: Unexpected token / in JSON at position 0
                                2019-02-08 16:17:11.601  - info: host.bananapim3  inMem-objects listening on port 9001
                                2019-02-08 16:17:11.658  - info: host.bananapim3 InMemoryDB connected
                                2019-02-08 16:17:11.694  - error: host.bananapim3 _design/system missing - call node iobroker.js setup
                                2019-02-08 16:17:12.286  - info: Created UUID: 944eb8e0-8604-726d-1615-fef38f84b077
                                root@bananapim3:/opt/iobroker#
                                
                                
                                1 Antwort Letzte Antwort
                                0
                                • paul53P Offline
                                  paul53P Offline
                                  paul53
                                  schrieb am zuletzt editiert von
                                  #19

                                  @grogo:

                                  root@bananapim3:/opt/iobroker# iobroker list instance 
                                  Unknown type: instance
                                  ```` `  
                                  

                                  Da fehlt ein s am Ende

                                  iobroker list instances
                                  

                                  Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                                  Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                                  1 Antwort Letzte Antwort
                                  0
                                  • G Offline
                                    G Offline
                                    grogo
                                    schrieb am zuletzt editiert von
                                    #20

                                    okay aber auch hier keinerlei Infos:

                                    
                                    root@bananapim3:~# iobroker list instances
                                    root@bananapim3:~#
                                    
                                    
                                    1 Antwort Letzte Antwort
                                    0
                                    • G Offline
                                      G Offline
                                      grogo
                                      schrieb am zuletzt editiert von
                                      #21

                                      Hi,

                                      ich habe nochmal alles von vorne begonnen. Image, Installation von Node und IOBroker ohne Probleme. Danach war die Weboberfläche erreichbar, dann....

                                      1. sudo reboot / Weboberfläche danach wieder erreichbar
                                      2. Versorgungsspannung kurzzeitig unterbrochen / Weboberfläche danach wieder erreichbar
                                      3. Auf der Weboberfläche angemeldet, Lizenzvertrag bestätigt, discovery.0 eingestellt, VCC kurzzeitig unterbrochen / Weboberfläche danach wieder erreichbar
                                      4. Auf der Weboberfläche angemeldet, Lizenzvertrag bestätigt, discovery.0 eingestellt (komisch dass ich dies nochmal machen musste) dann Instanzen Homematic ReGAHSS und Homematic RPC installiert und konfiguriert ohne Geräte zu syncronisieren, VCC kurzzeitig unterbrochen, danach kam ich nicht mehr auf die Webseite

                                      Bei Schritt 1.-3. waren immer die iobroker.js-con, io.admin.0 und io.discovery.0 gestartet und auch iobroker list instances zeigten mir die beiden Instanzen an.

                                      Als ich bei Schritt 4. top aufrufte, war nur noch iobroker.js-con gestartet und iobroker list instances zeigte kein Ergebnis mehr.

                                      warum kann ich bei der Neuinstallation keine Instanzen hinzufügen, und warum hat er sich auch nicht meine Eingaben in discovery.0 gespeichert. Es schien so als hätte ich mich noch nie vorher auf der Webseite angemeldet.

                                      Was läuft da schief? Sind das irgendwelche Rechte, dass er nicht in bestimmte Dateien/Ordner schreiben darf und es deswegen nach dem hinzufügen anderer Instanzen zu Problemen kommt und er deswegen auch die Instanzen discovery.0 und admin.0 nicht startet?????

                                      1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Nicht stören
                                        HomoranH Nicht stören
                                        Homoran
                                        Global Moderator Administrators
                                        schrieb am zuletzt editiert von
                                        #22

                                        @grogo said in Installationsimage für den Banana Pi:

                                        ich habe nochmal alles von vorne begonnen. Image

                                        welches Image für den M3 nimmst du?

                                        "mein aktuellstes" ist vom 13.7.2017 ein Ubuntu Mate

                                        Gruß
                                        Rainer

                                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        1 Antwort Letzte Antwort
                                        0
                                        • G Offline
                                          G Offline
                                          grogo
                                          schrieb am zuletzt editiert von
                                          #23

                                          Ich habe als Betriebssystem-Image ARMBIAN (Armbian_5.69_Bananapim3_Debian_stretch_next_4.19.13) genommen, was Paul53 oben empfohlen hat

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          759

                                          Online

                                          32.5k

                                          Benutzer

                                          81.7k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe