Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. [Gelöst] Meine VIS läuft nicht Rund…

    NEWS

    • Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    [Gelöst] Meine VIS läuft nicht Rund…

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

      Moin,

      danke für die Antwort, "top" werde ich nachher mal machen wenn ich Zuhause bin.

      js-controller: Meinst du die Version die in der Instanz angezeigt wird? Dann: js javascript 3.6.4

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

        Nein!

        ist die Version die im Reiter "Hosts" angezeigt wird oder bei

        iobroker -v
        

        Achja, wenn du alles neu installiert hast. Hast du an````
        Expand filesystem

        
        Mach mal````
        df -h
        
        1 Reply Last reply Reply Quote 0
        • T
          tomdeboom last edited by

          Oh mann, habe ich es verstanden welche js-controller Version du brauchst, trotz drei Kaffee noch zu früh…. :lol: Schaue ich heute Nachmittag...

          Ok, werde ich auch heute nachschauen wenn ich Zuhause bin.

          in der Instanz steht: ioBroker 2.0.6.

          Installiert hatte ich die: ioBroker 3.2.4, aber ich habe ein downgrad gemacht auf die 2.0.6 um mich langsam ran zu tasten wo das Problem liegt.

          Nur bin ich jetzt mit meinem Latin ein wenig am Ende.

          df-h zeigt das ich noch ca. 85% Platz habe...

          "Expand filesystem" brauchte ich nicht, da ich alles einzel Installiert habe. Also auch den vollen Speicherplatz der SSD nutze.

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

            Hi,

            also js-controller Version war 1.2.3.

            Habe eben auf js-controller Version 1.2.7 aktuallisiert:

            ` > root@iobroker:/opt/iobroker# iobroker upgrade self

            Update js-controller from @1.2.3 to @1.2.7

            npm install iobroker.js-controller@1.2.7 –production --prefix "/opt/iobroker" (System call)

            npm WARN deprecated localhost.daplie.me-certificates@1.3.5: this package has been deprecated

            Host "iobroker" (linux) updated

            Execute: chmod -R 777 /opt/iobroker

            Chmod finished. Restart controller

            Starting node restart.js

            root@iobroker:/opt/iobroker# iobroker start

            Starting iobroker controller daemon...

            iobroker controller daemon started. PID: 7245

            root@iobroker:/opt/iobroker# `

            iobroker wurde damit auf die Version 3.2.4 aktualisiert.

            Vis habe ich dann auch auf die Version 1.1.2 aktualisiert.

            Vis.edit gestartet, und etwas gearbeitet, io.web.0 (putty per top geschaut):

            %CPU: max 60

            %MEM: max 20

            Bis jetzt läuft es Speichersymbole wird bei bearbeitung ca. 4 sec. angezeigt.

            Gruß Tm
            5104_top.png

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

              Dann Drücke ich die Daumen das es jetzt läuft!

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

                Danke…

                Welche Version setzt du ein?

                Iobroker

                vis

                npm

                node

                js-controller

                Gruß

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

                  Hi,

                  17:24 Uhr: 3 Änderungen in einem iFrame8 gemacht und raspberry steht wieder…....

                  PiControl liefert mir einen "408 Request Timeout"......

                  So macht das keinen Spaß.

                  Gruß

                  Edit: 17:28 Uhr es geht wieder.... Also die nächsten 3 Änderungen im iFrame8.... Und er steht wieder...

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

                    @tomdeboom:

                    3 Änderungen in einem iFrame8 `
                    Was genau bitte?

                    Gruß

                    Rainer

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

                      "View für Tab(0)" etc. view gewählt

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

                        @tomdeboom:

                        Danke…

                        Welche Version setzt du ein?

                        Iobroker

                        vis

                        npm

                        node

                        js-controller

                        Gruß `

                        Nutze als iobroker host keinen PI sondern einen Homeserver mit Intel Core.

                        Seit gestern:

                        Iobroker Admin 3.2.4

                        Vis 1.1.2

                        Npm 3.10.10

                        Node 6.13.1

                        JS 1.2.6 —- > hat bugs

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

                          @tomdeboom:

                          "View für Tab(0)" etc. view gewählt `

                          Ich kann das zwar nicht reparieren, aber das lässt sich ja scheinbar reproduzieren bei dir.

                          Nutzt du Chrome? Wenn ja mal mit F12 die Konsole starten und schauen was da passiert und eventuell die Aufzeichnung hier als „ZIP“ hier posten.

                          Was ist Pi-Control ?

                          Was steht zu dem Zeitpunkt im iobroker und Linux Syslog ?

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

                            @tomdeboom:

                            "View für Tab(0)" etc. view gewählt `
                            mich interessierte eher der Inhalt dieser Views.

                            Außerdem die Verbindung.

                            Hintergrund der Frage:

                            sollten da (viele) flotcharts in den Views enthalten, und du obendrein noch per (schwachem) WLAN verbunden sein, dann muss der Server viel in kurzer Zeit rendern, ggf. immer wieder bis er die Pakete abgegeben hat. Das führt zu einer Überlastung

                            Gruß

                            Rainer

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

                              Hallo Rainer,

                              Pi-Controll = https://pi-control.de/ Web Ansicht für Raspbery Systemleistung etc.

                              Anhang:

                              iobroker.log (von heute)

                              sys.txt (von heute)

                              View-02_wetter.txt (der View)

                              Danke für deine Hilfe.

                              Gruß Tom
                              5104_syslog.txt
                              5104_view-02_wetter.txt

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

                                Kenne den PAW Adapter nicht, aber das ist bestimmt nicht normal oder !?

                                ! ````
                                2018-03-09 17:33:14.701 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59
                                ! 2018-03-09 17:33:14.703 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:14.707 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:14.709 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59
                                ! 2018-03-09 17:33:14.711 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:14.713 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:14.716 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59
                                ! 2018-03-09 17:33:14.718 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:14.720 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:14.721 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:14.723 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"brightness":"false","error":"java.lang.NumberFormatException: For input string: "[1-255]"","send":"brightness","number":"[1-255]"}
                                2018-03-09 17:33:15.080 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"dial":"true","send":"dial","number":"[number]"}
                                2018-03-09 17:33:15.082 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"openurl":"true","text":"[http://ya.ru]","send":"openurl"}
                                2018-03-09 17:33:15.084 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59
                                ! 2018-03-09 17:33:15.085 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"clipboard":"true","text":"[Ab123]","send":"clipboard"}
                                2018-03-09 17:33:15.087 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"noti":"true","text":"[техт]","send":"noti","texthead":"[название увед.]"}
                                2018-03-09 17:33:15.226 - [32minfo[39m: paw.0 settings.xhtml: {"sms.xhtml":"true","call.xhtml":"true","set.xhtml":"true","get.xhtml":"true","infosetting.xhtml":"true","info.xhtml":"true","server":"192.168.178.54","port":"8898","file":"sms.xhtml,call.xhtml,set.xhtml,get.xhtml,infosetting.xhtml,info.xhtml"}192.168.178.59
                                2018-03-09 17:33:15.484 - [32minfo[39m: paw.0 {"say":"true","text":"text","send":"say","ip":"192.168.178.59"}
                                2018-03-09 17:33:15.488 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.527 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.560 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"app":"no_install","app_start":"false","send":"app_start","value":"[lcf.clock]"}
                                2018-03-09 17:33:15.589 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59
                                ! 2018-03-09 17:33:15.637 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59
                                ! 2018-03-09 17:33:15.639 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.641 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.645 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.648 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.653 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.655 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.694 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"call":"true","send":"call","number":"[number]"}
                                2018-03-09 17:33:15.716 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59
                                ! 2018-03-09 17:33:15.732 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.733 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.734 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"brightness":"false","error":"java.lang.NumberFormatException: For input string: "[1-255]"","send":"brightness","number":"[1-255]"}
                                2018-03-09 17:33:15.736 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"openurl":"true","text":"[http://ya.ru]","send":"openurl"}
                                2018-03-09 17:33:15.737 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.757 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:15.759 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"lcd_on":"true","send":"lcd_on"}
                                2018-03-09 17:33:16.003 - [32minfo[39m: hm-rega.0 added/updated 2 objects
                                2018-03-09 17:33:16.004 - [32minfo[39m: hm-rega.0 request state values
                                2018-03-09 17:33:16.023 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59
                                ! 2018-03-09 17:33:16.027 - [32minfo[39m: paw.0 command: [object Object] 192.168.178.59 {"clipboard":"true","text":"[Ab123]","send":"clipboard"}

                                
                                Laufen auch viele scripte in relativ kurzen Abständen. Benötigst du z.B. die Aktualisierung der Fahrtzeiten wirklich im 5 Minuten takt?
                                
                                Hast du das System um ca. 17:26 restartet?
                                
                                Hier mach z.B. dein Javascript Adapter einen restart bzw. hast du den restartet?
                                
                                ```
                                `2018-03-09 18:33:17.961  - [33mwarn[39m: host.iobroker instance system.adapter.javascript.0 terminated due to SIGKILL
                                2018-03-09 18:33:17.962  - [31merror[39m: host.iobroker instance system.adapter.javascript.0 terminated with code null ()
                                2018-03-09 18:33:17.967  - [32minfo[39m: host.iobroker Restart adapter system.adapter.javascript.0 because enabled[/code]`
                                
                                Du solltest das logfile auf die Zeit eingrenzen in der das Problem aktiv war und wenn möglich angeben ob/was du dann gemacht hast.
                                ```
                                1 Reply Last reply Reply Quote 0
                                • T
                                  tomdeboom last edited by

                                  paw ist ein Steuerungs- und Info Adapter für mein Tablet (Dort läuft der Paw Server)

                                  manchmal hat er Probleme mit der Verbindung.

                                  Die Scriptintervalle habe ich noch nicht angepasst, nein ich muss nicht alle 5min bei Google anklopfen.

                                  Die liefen aber auch schon so auf meinem alten System auf der SD-Karte die leider abgeraucht ist…

                                  Letzter Start 09.03.2018 16:59

                                  Die eingrenzung der logs werde ich machen und vorbereit.

                                  Ich kümmere mich erstmal um die Einstellung bei paw.

                                  Infos dazu:

                                  http://forum.iobroker.net/viewtopic.php?t=6274

                                  https://github.com/bondrogeen/ioBroker. ... /de/paw.md

                                  Dann werde ich noch die Aktualisierungen der Scripte anpassen.

                                  Dank für die Hilfe.

                                  Gruß Tom

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

                                    Lies mal deine PN!

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

                                      Hi,

                                      so habe die script Aktuallisierungs Zeiten geändert…

                                      Habe alles aus meiner VIS ausgelagert was eh nur Test war, darunter auch die besagte iFrame8 View...

                                      Und siehe da, ich arbeite jetzt schon über eine Stunde in meiner VIS ohne auf die Speicherung zu achten und es FUNKTIONIERT... 😄

                                      Aber die Sache mit iFrame8 steht noch im Raum...

                                      siehe hier: http://forum.iobroker.net/viewtopic.php?f=30&t=12456

                                      Mirko und Rainer ich Danke euch nochmal recht Herzlich für euere Unterstützung!!!

                                      Den paw Adapter muss ich mir nochmal genau anschauen wo da das Problem ist, den brauche ich eigentlich nur um meinen Akku Status auszulesen, damit das USB Ladegerät automatisch startet und Stoppt.

                                      Wünsche euch noch einen schönen Abend und ein schönes Wochenende

                                      Gruß Tom

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

                                        Wünsche dir auch einen Schönen Abend und schönes Wochenende!

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

                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate

                                        944
                                        Online

                                        32.3k
                                        Users

                                        81.0k
                                        Topics

                                        1.3m
                                        Posts

                                        3
                                        20
                                        1119
                                        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