Navigation

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

    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

    Auf vis2.x umstellen

    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User @Dr.Pie last edited by

      @dr-pie sagte in Auf vis2.x umstellen:

      Text kann ich nicht markieren und kopieren da ja wie man sieht permanent der Ladebalken läuft.

      Moin,

      schon mal etwas davon gehört, dass man das auch auf der Kommandozeile machen kann?
      Log dich via ssh z. B. mittels Putty auf deinem ioBroker ein, dann kannst Du Dir anschauen welche Logs es gibt

      $ ls -la /opt/iobroker/log 
      total 386
      drwxrwxr-x+ 2 iobroker iobroker     12 Aug 31 12:30 .
      drwxrwxr-x+ 6 iobroker iobroker     12 Jun 12 12:54 ..
      -rw-rwxr--+ 1 iobroker iobroker      0 Feb 27  2023 iobroker-audit.json
      -rw-rw-r--+ 1 iobroker iobroker  48511 Aug 25 00:00 iobroker.2023-08-24.log.gz
      -rw-rw-r--+ 1 iobroker iobroker  18443 Aug 26 00:00 iobroker.2023-08-25.log.gz
      -rw-rw-r--+ 1 iobroker iobroker  39045 Aug 27 00:00 iobroker.2023-08-26.log.gz
      -rw-rw-r--+ 1 iobroker iobroker  16150 Aug 28 00:00 iobroker.2023-08-27.log.gz
      -rw-rw-r--+ 1 iobroker iobroker  40115 Aug 29 00:00 iobroker.2023-08-28.log.gz
      -rw-rw-r--+ 1 iobroker iobroker  52661 Aug 30 00:00 iobroker.2023-08-29.log.gz
      -rw-rw-r--+ 1 iobroker iobroker  50162 Aug 31 00:00 iobroker.2023-08-30.log.gz
      -rw-rw-r--+ 1 iobroker iobroker 474587 Aug 31 12:30 iobroker.2023-08-31.log
      lrwxrwxrwx  1 iobroker iobroker     23 Aug 31 12:30 iobroker.current.log -> iobroker.2023-08-31.log
      

      Und mit more Dir dann auch das aktuelle Log anschauen

      # $ more /opt/iobroker/log/iobroker.current.log
      2023-08-31 00:00:00.013  - info: sourceanalytix.0 (483) Reset start values for : sonoff.0.DVES_8AA766.SENSOR.SML.total_kwh
      2023-08-31 00:00:00.018  - info: sourceanalytix.0 (483) Memory values before reset : {"stateDetails":{"consumption":true,"costs":true,"deviceName":"sonoff__0__DVES_8AA766__SENSOR__SML__t
      otal_kwh","financialCategory":"costs","headCategory":"consumed","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh","deviceResetLogicEnabled":true,"threshold":1},"calcValues":{"cumula
      tiveValue":3214.0551,"start_day":3202.5573,"start_month":2861.4658,"start_quarter":2489.7354,"start_week":3179.0046,"start_year":658.0265,"valueAtDeviceReset":0,"valueAtDeviceInit":null},"prices
      ":{"basicPrice":"15","unitPrice":"0.27"}}
      2023-08-31 00:00:00.158  - info: host.arch-iob instance system.adapter.dwd.0 started with pid 13209
      2023-08-31 00:00:00.356  - info: sourceanalytix.0 (483) Memory values after reset : {"stateDetails":{"consumption":true,"costs":true,"deviceName":"sonoff__0__DVES_8AA766__SENSOR__SML__to
      tal_kwh","financialCategory":"costs","headCategory":"consumed","stateType":"ElectricityDay","stateUnit":"kWh","useUnit":"kWh","deviceResetLogicEnabled":true,"threshold":1},"calcValues":{"start_d
      ay":3214.0551,"start_month":2861.4658,"start_quarter":2489.7354,"start_week":3179.0046,"start_year":658.0265,"valueAtDeviceInit":null,"valueAtDeviceReset":0,"cumulativeValue":3214.0551},"prices"
      :{"basicPrice":"15","unitPrice":"0.27"}}
      2023-08-31 00:00:02.376  - info: dwd.0 (13209) starting. Version 2.8.5 (non-npm: ioBroker/ioBroker.dwd) in /opt/iobroker/node_modules/iobroker.dwd, node: v18.17.1, js-controller: 5.0.12
      2023-08-31 00:00:03.538  - error: dwd.0 (13209) Empty or invalid JSON: Cannot read JSON file: AxiosError: Request failed with status code 404
      2023-08-31 00:00:03.552  - info: dwd.0 (13209) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2023-08-31 00:00:04.130  - info: host.arch-iob instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2023-08-31 00:00:04.184  - info: host.arch-iob instance system.adapter.daswetter.0 started with pid 13232
      2023-08-31 00:00:06.154  - info: daswetter.0 (13232) starting. Version 3.1.10 in /opt/iobroker/node_modules/iobroker.daswetter, node: v18.17.1, js-controller: 5.0.12
      2023-08-31 00:00:06.818  - info: daswetter.0 (13232) Terminated (ADAPTER_REQUESTED_TERMINATION): All data handled, adapter stopped until next scheduled moment
      2023-08-31 00:00:07.326  - info: daswetter.0 (13232) cleaned everything up...
      2023-08-31 00:00:07.352  - info: host.arch-iob instance system.adapter.daswetter.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2023-08-31 00:00:08.203  - info: host.arch-iob instance system.adapter.ical.0 started with pid 13249
      2023-08-31 00:00:10.306  - info: ical.0 (13249) starting. Version 1.13.3 in /opt/iobroker/node_modules/iobroker.ical, node: v18.17.1, js-controller: 5.0.12
      2023-08-31 00:00:11.452  - info: ical.0 (13249) processing URL: WAS https://192.168.178.37:57161/caldav/dp20eic/gugckzuk/
      2023-08-31 00:00:11.548  - info: ical.0 (13249) Set events.0.today.Bioabfalltonne to true
      2023-08-31 00:00:11.570  - info: ical.0 (13249) Set events.0.now.Bioabfalltonne to true
      2023-08-31 00:00:11.588  - info: ical.0 (13249) Set events.14.Bioabfalltonne to true
      2023-08-31 00:00:11.594  - info: ical.0 (13249) Set events.28.Bioabfalltonne to true
      2023-08-31 00:00:11.605  - info: ical.0 (13249) Set events.42.Bioabfalltonne to true
      2023-08-31 00:00:11.627  - info: ical.0 (13249) Set events.56.Bioabfalltonne to true
      2023-08-31 00:00:11.651  - info: ical.0 (13249) Set events.7.Restabfalltonne to true
      2023-08-31 00:00:11.660  - info: ical.0 (13249) Set events.21.Restabfalltonne to true
      2023-08-31 00:00:11.680  - info: ical.0 (13249) Set events.35.Restabfalltonne to true
      ...
      

      VG
      Bernd

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

        @dp20eic @Dr-Pie

        Alternativ per

        iob logs --watch | uniq
        
        Dr.Pie 1 Reply Last reply Reply Quote 0
        • Dr.Pie
          Dr.Pie @Thomas Braun last edited by

          @thomas-braun

          Jens@Server3:~$
          
          

          Da muss ich wohl erst mal zum richtigen Pfad kommen

          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @Dr.Pie last edited by

            @dr-pie sagte in Auf vis2.x umstellen:

            Da muss ich wohl erst mal zum richtigen Pfad kommen

            nein! iob-Befehle gehen bei richtiger Installation immer

            Dr.Pie 1 Reply Last reply Reply Quote 0
            • Dr.Pie
              Dr.Pie @Homoran last edited by

              @homoran

              Jens@Server3:~$ iob logs --watch | uniq
              -sh: iob: command not found
              Jens@Server3:~$
              
              
              Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Dr.Pie last edited by

                @dr-pie

                So viel zum Thema 'richtige Installation'. 🙂

                1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Dr.Pie last edited by Homoran

                  @dr-pie welche Informationen über deine Installation hast du uns vorenthalten?
                  wo befindest du dich da?

                  Dr.Pie 1 Reply Last reply Reply Quote 0
                  • Dr.Pie
                    Dr.Pie @Homoran last edited by

                    @homoran
                    der iob ist auf einer Synology im Docker installiert.

                    Homoran haselchen 2 Replies Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Dr.Pie last edited by

                      @dr-pie sagte in Auf vis2.x umstellen:

                      @homoran
                      der iob ist auf einer Synology im Docker installiert.

                      dann bin ich raus

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

                        @homoran sagte in Auf vis2.x umstellen:

                        @dr-pie sagte in Auf vis2.x umstellen:

                        @homoran
                        der iob ist auf einer Synology im Docker installiert.

                        dann bin ich raus

                        Ich auch. Kenn ich mich nicht mit aus.

                        1 Reply Last reply Reply Quote 0
                        • haselchen
                          haselchen Most Active @Dr.Pie last edited by

                          @dr-pie

                          Ist der Adapter immer noch rot?
                          Nach dem ersten Start (11:44) gab es ja keine Fehlermeldung mehr (bis 11:54)

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

                            @dr-pie

                            Welche Version vom Web Adapter und Admin hast du?

                            Dr.Pie 1 Reply Last reply Reply Quote 0
                            • Dr.Pie
                              Dr.Pie @sigi234 last edited by

                              @sigi234 Kann ich dir nicht sagen ...
                              Das einzige was ich sehe ist das hier:
                              vis2_7.png

                              😧 😧

                              haselchen 1 Reply Last reply Reply Quote 0
                              • haselchen
                                haselchen Most Active @Dr.Pie last edited by haselchen

                                @dr-pie

                                Was macht der socket.io auf Port 8081?

                                Und deaktiviere mal diesen Compact Mode.

                                Dr.Pie 1 Reply Last reply Reply Quote 0
                                • Dr.Pie
                                  Dr.Pie @haselchen last edited by

                                  @haselchen was ist denn ein Compact Mode ?
                                  Wie ich ja schon mehrfach geschrieben habe komme ich nicht auf die Oberfläche ... dieser bunte Ladebalken eiert ununterbrochen.
                                  Er stockt ganz kurz für eine Sekunden und dann eiert er wieder.

                                  Dr.Pie 1 Reply Last reply Reply Quote 0
                                  • Dr.Pie
                                    Dr.Pie @Dr.Pie last edited by

                                    Wenn ich die url http://192.168.178.203:8081/#tab-logs neu starte kommt ganz kurz unten links im Fenster eine Meldung "db closed" bevor wieder diese bunte Ladebalken kommt.

                                    Dr.Pie 1 Reply Last reply Reply Quote 0
                                    • Dr.Pie
                                      Dr.Pie @Dr.Pie last edited by

                                      Ich habe mal den iobroker im Docker gestoppt und die Synology neu gestartet.

                                      Die Vis selber läuft ... auch editieren kann ich die Vis ...
                                      Aber der iobroker selber starten nur mit diesem bunten Ladebalken.

                                      Homoran 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Dr.Pie last edited by

                                        @dr-pie sagte in Auf vis2.x umstellen:

                                        Aber der iobroker selber starten nur mit diesem bunten Ladebalken.

                                        ist klar, wenn

                                        @haselchen sagte in Auf vis2.x umstellen:

                                        der socket.io auf Port 8081?

                                        läuft.

                                        da soll der admin laufen

                                        Dr.Pie 1 Reply Last reply Reply Quote 0
                                        • Dr.Pie
                                          Dr.Pie @Homoran last edited by

                                          @homoran ich hatte das nicht geändert.Ich wollte nur auf vis V2 umstellen.

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Dr.Pie last edited by

                                            @dr-pie

                                            iob diag
                                            

                                            anschauen und die Ports prüfen.

                                            Dr.Pie 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

                                            754
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            110
                                            5917
                                            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