Navigation

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

    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 iobroker auf Raspi

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

      Servus Jungs,

      ich hab ein Problem bei dem hier:

      open the file /etc/couchdb/local.ini and replace the line ;bind_address = 127.0.0.1 by bind_address = 0.0.0.0

      das ist eine read-only Datei…wie kann ich hier Änderungen machen?

      1 Reply Last reply Reply Quote 0
      • J
        John92648 last edited by

        Hallo,

        ich habe die Datei mit "sudo mc" mit FN F4 geöffnet , editiert und dann mit

        Control O zurückgeschrieben.

        Hat funktioniert.

        Gruß John

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

          ok, versteh ich leider nicht ganz…was muss ich in der Konsole über ssh eingeben?

          @John92648:

          Hallo,

          ich habe die Datei mit "sudo mc" mit FN F4 geöffnet , editiert und dann mit

          Control O zurückgeschrieben.

          Hat funktioniert.

          Gruß John `

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

            Und ich habe sie direkt über das Webinterface von der couchDB editiert.

            Speichern nicht vergessen (links oben)

            Gruß

            Rainer

            1 Reply Last reply Reply Quote 0
            • J
              John92648 last edited by

              Hallo,

              in der Konsole den Befehl "sudo mc" eingeben.

              Dann auf das Verzeichnis /etc/couchdb wechseln.

              Dann die Datei "local.ini" mit FN (Funktionstaste) F4 öffnen, editieren und mit Control O zurückschreiben.

              Gruß John.

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

                danke jungs - hat geklappt.

                für sudo mc muss natürlich der midnight commander installiert sein.

                DANKE!

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

                  muss euch leider nochmal belästigen. Wenn ich eine Update von den Adaptern machen möchte kommt das hier:

                  pi@raspberrypi /opt/iobroker $ ./iobroker update

                  loading system.adapter.*

                  loading conf/sources.json

                  { [Error: ENOENT, no such file or directory '/opt/iobroker/conf/sources.json']

                  errno: 34,

                  code: 'ENOENT',

                  path: '/opt/iobroker/conf/sources.json',

                  syscall: 'open' }

                  weiß jemand wo mein Fehler liegen könnte?

                  1 Reply Last reply Reply Quote 0
                  • J
                    John92648 last edited by

                    Hallo,

                    diese Meldung habe ich leider auch bekommen.

                    Gruß John

                    1 Reply Last reply Reply Quote 0
                    • J
                      John92648 last edited by

                      Hallo,

                      nach neuester Installation wird der Webserver nicht mehr initialisiert.

                      Beim Aufruf "./iobroker.js start" kommt diese Meldung nicht mehr

                      2014-08-17 12:54:18.535 - info: admin.0 starting

                      2014-08-17 12:54:18.929 - info: admin.0 requesting all states

                      2014-08-17 12:54:18.954 - info: admin.0 requesting all objects

                      2014-08-17 12:54:19.033 - info: admin.0 http server listening on port 8080

                      2014-08-17 12:54:19.476 - info: admin.0 received all objects

                      2014-08-17 12:54:19.951 - info: admin.0 received all states

                      Mit dieser Version fehlt der oben aufgeführte Teil und damit lässt sich der Webserver bzw. admin.ui nicht starten.

                      pi@raspberrypi /opt/iobroker $ node controller.js

                      2014-08-17 17:16:35.283 - info: ioBroker.nodejs version 0.0.15

                      2014-08-17 17:16:35.535 - info: copyright 2014 hobbyquaker, bluefox

                      2014-08-17 17:16:35.565 - info: io.controller starting

                      2014-08-17 17:16:35.569 - info: controller ip: 192.xxx.xxx.xxx

                      2014-08-17 17:16:46.155 - info: controller couchdb connected

                      2014-08-17 17:16:48.094 - info: controller 1 instance found

                      2014-08-17 17:16:48.103 - info: controller starting 1 instance

                      Was kann hierfür der Grund sein?

                      Vielleicht hat jemand eine Antwort.

                      Gruß John

                      1 Reply Last reply Reply Quote 0
                      • J
                        John92648 last edited by

                        Hi iobroker team,

                        nach heutigen git pull kann ich den Webserver Port 8081 wieder öffnen. 🙂

                        Neuer Tab Adapter mit "add Instance" funktioniert auch.

                        Leider bekomme ich die Variablenwerte immer noch nicht im Tab "States" angezeigt.

                        Dieser Tab ist weiterhin leer.

                        Gruß John92648

                        1 Reply Last reply Reply Quote 0
                        • J
                          John92648 last edited by

                          Hi nochmal,

                          haben evtl. diese Errors damit zu tun, dass keine Variablen unter Tab States angezeigt werden?

                          pi@raspberrypi /opt/iobroker $ tail -f log/iobroker.log

                          2014-08-18 19:50:45.176 - error: controller instance system.adapter.hm-rega.0 terminated with code 8

                          2014-08-18 19:50:45.928 - error: controller instance system.adapter.hue.0 terminated with code 1

                          2014-08-18 19:51:03.059 - info: controller instance system.adapter.cul.0 started with pid 3662

                          2014-08-18 19:51:04.519 - error: controller instance system.adapter.cul.0 terminated with code 8

                          2014-08-18 19:51:15.207 - info: controller instance system.adapter.hm-rega.0 started with pid 3663

                          2014-08-18 19:51:15.959 - info: controller instance system.adapter.hue.0 started with pid 3664

                          2014-08-18 19:51:34.582 - info: controller instance system.adapter.cul.0 started with pid 3669

                          2014-08-18 19:51:35.086 - error: controller instance system.adapter.hm-rega.0 terminated with code 8

                          2014-08-18 19:51:37.612 - error: controller instance system.adapter.cul.0 terminated with code 8

                          2014-08-18 19:51:41.010 - error: controller instance system.adapter.hue.0 terminated with code 1

                          2014-08-18 19:52:05.111 - info: controller instance system.adapter.hm-rega.0 started with pid 3678

                          2014-08-18 19:52:07.669 - info: controller instance system.adapter.cul.0 started with pid 3679

                          2014-08-18 19:52:10.482 - error: controller instance system.adapter.cul.0 terminated with code 8

                          2014-08-18 19:52:11.046 - info: controller instance system.adapter.hue.0 started with pid 3680

                          2014-08-18 19:52:21.896 - error: controller instance system.adapter.hm-rega.0 terminated with code 8

                          2014-08-18 19:52:31.379 - error: controller instance system.adapter.hue.0 terminated with code 1

                          2014-08-18 19:52:40.521 - info: controller instance system.adapter.cul.0 started with pid 3689

                          Gruß John

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

                            @mimquadrat:

                            muss euch leider nochmal belästigen. Wenn ich eine Update von den Adaptern machen möchte kommt das hier:

                            pi@raspberrypi /opt/iobroker $ ./iobroker update

                            loading system.adapter.*

                            loading conf/sources.json

                            { [Error: ENOENT, no such file or directory '/opt/iobroker/conf/sources.json']

                            errno: 34,

                            code: 'ENOENT',

                            path: '/opt/iobroker/conf/sources.json',

                            syscall: 'open' }

                            weiß jemand wo mein Fehler liegen könnte? `
                            nach dem Kopieren sollte man

                            install.sh bzw install.bat aufrufen.

                            1 Reply Last reply Reply Quote 0
                            • J
                              John92648 last edited by

                              Hallo an die interessierte iobroker "Raspi" Runde.

                              Hat schon jemand eine lauffähige Installation auf dem Raspi.

                              Mir ist bis jetzt der letzte Schritt noch nicht geglückt, das ich die Werte der Variablen,

                              die im Tab Events ständig aktualisiert werden, auch im Tab States angezeigt bekomme.

                              Freue mich auf eine positive Nachricht.

                              Gruß John92648

                              1 Reply Last reply Reply Quote 0
                              • T
                                Trident last edited by

                                Hallo zusammen,

                                habe gerade ioBroker auf meinen neuen Cubietruck installiert. Ich weiß hier geht es um den Raspi - aber ich bekomme im Log die gleichen Effekte wie John92648.

                                scheint also ein durchgehendes Problem zu sein 😉

                                Ich bin mir leider auch nicht sicher, was Bluefox mit "nach dem Kopieren sollte man install.sh bzw. install.bat ausführen" meint… Bezog sich das auf die Fehlercodes im Log?

                                Viele Grüße

                                Trident

                                1 Reply Last reply Reply Quote 0
                                • J
                                  John92648 last edited by

                                  Hallo Trident,

                                  das mit install.sh hab ich dem Befehl über ssh console " sh install.sh" hinbekommen,

                                  hat aber auch nichts bewirkt.

                                  Gruß John92648

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

                                    Ich habe gerade einen BananaPi fertig gemacht -der hat zwar mit dem RasPi weniger gemeinsam, als mit dem Cubie- aber hier ist jetzt auch der code 8:

                                    root@bananapi /opt/iobroker (git)-[master] # tail -f log/iobroker.log
                                    2014-08-20 19:11:53.867  - info: controller instance system.adapter.admin.0 terminated with code 143
                                    2014-08-20 19:11:53.978  - info: controller terminated
                                    2014-08-20 19:12:24.774  - info: ioBroker.nodejs version 0.0.15
                                    2014-08-20 19:12:24.802  - info: copyright 2014 hobbyquaker, bluefox
                                    2014-08-20 19:12:24.805  - info: io.controller starting
                                    2014-08-20 19:12:24.806  - info: controller ip: 192.168.xxx.yyy a::b:c:d:e
                                    2014-08-20 19:12:29.464  - info: controller 1 instance found
                                    2014-08-20 19:12:29.468  - info: controller starting 1 instance
                                    2014-08-20 19:12:29.554  - info: controller instance system.adapter.admin.0 started with pid 2022
                                    2014-08-20 19:12:30.571  - error: controller instance system.adapter.admin.0 terminated with code 8
                                    2014-08-20 19:13:00.603  - info: controller instance system.adapter.admin.0 started with pid 2027
                                    2014-08-20 19:13:01.537  - error: controller instance system.adapter.admin.0 terminated with code 8
                                    
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators last edited by

                                      @John92648:

                                      Hallo an die interessierte iobroker "Raspi" Runde.

                                      Hat schon jemand eine lauffähige Installation auf dem Raspi.

                                      Mir ist bis jetzt der letzte Schritt noch nicht geglückt, das ich die Werte der Variablen,

                                      die im Tab Events ständig aktualisiert werden, auch im Tab States angezeigt bekomme.

                                      Freue mich auf eine positive Nachricht.

                                      Gruß John92648 `
                                      Hallo John,

                                      Hatte eben genau dasselbe Phänomen, als ich vom Tablet auf ioBroker zugreifen wollte. Mit dem Standardbrowser von Android zeigte er mir nur wenige objects und gar keine Staates an[emoji25]

                                      Mit chrome lief alles einwandfrei.

                                      Versuch es mal mit einem anderen Browser. Am PC benutze ich auch chrome

                                      Gruß

                                      Rainer

                                      Gesendet von meinem LIFETAB_E10320 mit Tapatalk

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        John92648 last edited by

                                        Hallo Rainer,

                                        das war der Supertip.

                                        Jetzt funktioniert es !!!!!!!!!!!!!

                                        Vielen Dank für den Hinweis
                                        145_states.png

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          John92648 last edited by

                                          Hallo Raspi iobroker Fangemeinde,

                                          mal wieder ein kurzer update.

                                          Mittlerweile läuft alles sehr gut. Ich habe aktuell 9 Adapter installiert und der Raspi geht noch nicht in die Knie. 😄

                                          Die ausgewählten States werden mittlerweile mit dem Adapter History abgelegt, was auch perfekt funktioniert.

                                          Ein herzliches Dankeschön an das Entwickler Team HQ und BF.

                                          Da darf man sich auf die nächsten Schritte freuen.

                                          Gruß John92648
                                          145_adapter.png
                                          145_history.png
                                          145_raspberry.png

                                          1 Reply Last reply Reply Quote 0
                                          • J
                                            John92648 last edited by

                                            Hallo,

                                            hab mittlerweile auch den neuesten stand laufen. Letzter Update admin und history perfect: 🙂

                                            Hat jemand die Antwort, wie man die gespeicherten Datenreihen in der couchdb abrufen kann.

                                            Das ist mir bis jetzt noch nicht gelungen.

                                            Super Arbeit von HQ und BF. Danke!!!

                                            Gruß John.
                                            145_couchdb.png
                                            145_history.png
                                            145_adapter.png

                                            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

                                            891
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            64
                                            14881
                                            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