Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. JavaScript 8.3.0 - Log-Trigger, File-Events und Warnungen

    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

    JavaScript 8.3.0 - Log-Trigger, File-Events und Warnungen

    This topic has been deleted. Only users with topic management privileges can see it.
    • liv-in-sky
      liv-in-sky @haus-automatisierung last edited by

      @haus-automatisierung

      ok - ich versuche es nochmal - kommt gleich

      1 Reply Last reply Reply Quote 0
      • liv-in-sky
        liv-in-sky @haus-automatisierung last edited by

        @haus-automatisierung - die schleife wurde intern abgebrochen um das log zu zeigen

        • so funktioniert es nicht - weder wenn ich mit dp oder variable arbeite

        Image 047.png

        ich versuche einen wemos mit tasmota und ws2812 zu steuern

        led-viereck.gif

        dabei sollen je nach dp verschiedene leds in verschiedenen "animationen" laufen - es soll ein zustand mit einer anderen z.b farbe gezeigt werden - ich habe ein paar prozesse, die zum starten lange brauchen, weil sie von anderen zuständen abhängen - das möchte ich sichtbar machen

        mein eigentliches problem ist die ansteuerung über httpget - wenn ich je einen httpget für eine led verwende, ist das ganze nicht wirklich flüssig, da es zum stocken kommt, bei so vielen befehlen - wenn ich eine "runde leds in einem befehl (mit backlog) eingebe ist es flüssiger. da ich nicht weiß, wie lange die einzelnen prozesse brauchen, brauche ich eine schleife, die solange die befehle sendet, bis ein dp geändert ist und ein neuer prozess beginnt (in einer anderen farbe) usw. mir ist dazu nix besseres eingefallen

        1 Reply Last reply Reply Quote 0
        • B
          biker1602 @paul53 last edited by

          @paul53
          Danke

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

            Hallo zusammen,

            Das war mein Ursprüngliches Blockly, zum Schreiben in eine TXT.

            2024-05-24_175445.jpg

            Das Funktioniert aber seit dem Update auf die neue Version nicht mehr.

            Jetzt versuche ich es mit den neuen Blöcken, leider schreibt es jetzt jedesmal die Datei neu mit entsprechenden Inhalt.
            Ich hätte aber gerne, dass er mir die Datei mit den Werten untereinander schreibt.

            2024-05-24_175129.jpg

            Hätte da vielleichet jemand einen Denkanstoß für mich?

            haus-automatisierung 1 Reply Last reply Reply Quote 0
            • haus-automatisierung
              haus-automatisierung Developer Most Active @falke69 last edited by

              @falke69 Einfach nicht in „./files/„ schreiben, sondern zB eine Ebene höher. Das Verzeichnis ist nicht dafür gedacht um manuell da rein zu schreiben

              paul53 falke69 2 Replies Last reply Reply Quote 0
              • paul53
                paul53 @haus-automatisierung last edited by

                @haus-automatisierung
                @falke69 benötigt die Option "append".

                falke69 1 Reply Last reply Reply Quote 0
                • falke69
                  falke69 @haus-automatisierung last edited by

                  @haus-automatisierung

                  jetzt bin ich komplett verwirrt.
                  Ich dachte, dass der Block dafür gedacht ist, um in das Verzeichnis zu schreiben?
                  Ich bin nicht so der große Spezialist in diesen Dingen.

                  Könntest Du mir das vielleicht etwas erklären?

                  haus-automatisierung 1 Reply Last reply Reply Quote 1
                  • falke69
                    falke69 @paul53 last edited by

                    @paul53 sagte in JavaScript 8.3.0 - Log-Trigger, File-Events und Warnungen:

                    append

                    könntest Du mir bitte sagen, wo ich die Funktion "append" finde, bzw. anwende?

                    Danke

                    paul53 1 Reply Last reply Reply Quote 0
                    • paul53
                      paul53 @falke69 last edited by paul53

                      @falke69 sagte: sagen, wo ich die Funktion "append" finde

                      Nein, deshalb habe ich geschrieben, dass es von dir benötigt wird.

                      Alternativ: Lese die Datei ein, hänge die neue Zeile dran und schreibe die Datei. "append" macht letztlich auch nichts anderes.

                      1 Reply Last reply Reply Quote 0
                      • haus-automatisierung
                        haus-automatisierung Developer Most Active @falke69 last edited by

                        @falke69 sagte in JavaScript 8.3.0 - Log-Trigger, File-Events und Warnungen:

                        Ich dachte, dass der Block dafür gedacht ist, um in das Verzeichnis zu schreiben?

                        Der Block schreibt eine Datei in das File-System vom ioBroker, ja. Aber wer sagt, dass das auf der Festplatte liegt? Bei Redis liegt das z.B. in der Datenbank und dann bleibt das Verzeichnis auf der Festplatte dort leer.

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          guitardoc @haus-automatisierung last edited by

                          Mir ist ein Fehler in der aktuellen Stable Version aufgefallen. Wenn man einen Block deaktiviert und wieder aktiviert, dann bleibt er oft trotzdem ausgegraut. Man muss den Vorgang wiederholen damit die Anzeige angepasst wird.

                          liv-in-sky haus-automatisierung 2 Replies Last reply Reply Quote 0
                          • liv-in-sky
                            liv-in-sky @guitardoc last edited by

                            @guitardoc sagte in JavaScript 8.3.0 - Log-Trigger, File-Events und Warnungen:

                            Mir ist ein Fehler in der aktuellen Stable Version aufgefallen. Wenn man einen Block deaktiviert und wieder aktiviert, dann bleibt er oft trotzdem ausgegraut. Man muss den Vorgang wiederholen damit die Anzeige angepasst wird.

                            ist bei mir auch - aber ich muss das script verlassen, damit es wieder "sichtbar" wird

                            1 Reply Last reply Reply Quote 0
                            • haus-automatisierung
                              haus-automatisierung Developer Most Active @guitardoc last edited by haus-automatisierung

                              @guitardoc Den Fehler gibt es schon seit vielen Monaten. Keine Ahnung was da los ist. Wir nutzen halt auch eine sehr alte Blockly-Version. Upgrade ist nicht so einfach möglich (wegen eigenen Blöcken in Adaptern, welche deprecated Funktionen nutzen).

                              Gibt auch schon lange einen Issue dazu auf GitHub: https://github.com/ioBroker/ioBroker.javascript/issues/1553

                              ABU1201 created this issue in ioBroker/ioBroker.javascript

                              closed [Bug]: Baustein aktivieren / deaktivieren #1553

                              1 Reply Last reply Reply Quote 0
                              • T
                                TT-Tom last edited by TT-Tom

                                @haus-automatisierung

                                ich habe jetzt auf 8.4.0 hochgezogen und nur noch das Problem mit den npm Modulen.
                                wenn ich das Log richtig lese werden sie zwar geladen aber das Script findet sie nicht. Hat vorher aber alles funktioniert.

                                es geht hier speziell um dayjs und moment-parseformat

                                2024-05-26 11:53:22.110  - info: host.iobtest instance system.adapter.javascript.0 started with pid 2064
                                2024-05-26 11:53:24.610  - debug: javascript.0 (2064) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                2024-05-26 11:53:24.648  - debug: javascript.0 (2064) Objects client ready ... initialize now
                                2024-05-26 11:53:24.651  - debug: javascript.0 (2064) Objects create System PubSub Client
                                2024-05-26 11:53:24.652  - debug: javascript.0 (2064) Objects create User PubSub Client
                                2024-05-26 11:53:24.695  - debug: javascript.0 (2064) Objects client initialize lua scripts
                                2024-05-26 11:53:24.704  - debug: javascript.0 (2064) Objects connected to redis: 127.0.0.1:9001
                                2024-05-26 11:53:24.738  - debug: javascript.0 (2064) Redis States: Use Redis connection: 127.0.0.1:9000
                                2024-05-26 11:53:24.752  - debug: javascript.0 (2064) States create System PubSub Client
                                2024-05-26 11:53:24.754  - debug: javascript.0 (2064) States create User PubSub Client
                                2024-05-26 11:53:24.842  - debug: javascript.0 (2064) States connected to redis: 127.0.0.1:9000
                                2024-05-26 11:53:24.888  - debug: javascript.0 (2064) Plugin sentry Initialize Plugin (enabled=true)
                                2024-05-26 11:53:25.497  - info: javascript.0 (2064) starting. Version 8.4.0 in /opt/iobroker/node_modules/iobroker.javascript, node: v20.13.1, js-controller: 6.0.1-alpha.0-20240525-56d9e4a2e
                                2024-05-26 11:53:25.530  - debug: javascript.0 (2064) config.subscribe (Do not subscribe all states on start): false
                                2024-05-26 11:53:25.576  - debug: javascript.0 (2064) Found installed libraries: ["dayjs","moment-parseformat","serialport"]
                                2024-05-26 11:53:25.577  - debug: javascript.0 (2064) Found custom dependency in config: "serialport@latest"
                                2024-05-26 11:53:31.297  - debug: javascript.0 (2064) Installed custom custom dependency: "serialport@latest"
                                2024-05-26 11:53:31.353  - debug: javascript.0 (2064) Found custom dependency in config: "moment-parseformat@latest"
                                2024-05-26 11:53:37.723  - debug: javascript.0 (2064) Installed custom custom dependency: "moment-parseformat@latest"
                                2024-05-26 11:53:37.729  - debug: javascript.0 (2064) Found custom dependency in config: "dayjs@latest"
                                2024-05-26 11:53:44.698  - debug: javascript.0 (2064) Installed custom custom dependency: "dayjs@latest"
                                2024-05-26 11:53:44.754  - debug: javascript.0 (2064) Loaded TypeScript definitions for node: ["node_modules/@types/node/package.json","node_modules/@types/node/index.d.ts","node_modules/@types/node/assert.d.ts","node_modules/@types/node/assert/strict.d.ts","node_modules/@types/node/globals.d.ts","node_modules/@types/node/async_hooks.d.ts","node_modules/@types/node/buffer.d.ts","node_modules/@types/node/child_process.d.ts","node_modules/@types/node/cluster.d.ts","node_modules/@types/node/console.d.ts","node_modules/@types/node/constants.d.ts","node_modules/@types/node/crypto.d.ts","node_modules/@types/node/dgram.d.ts","node_modules/@types/node/diagnostics_channel.d.ts","node_modules/@types/node/dns.d.ts","node_modules/@types/node/dns/promises.d.ts","node_modules/@types/node/domain.d.ts","node_modules/@types/node/dom-events.d.ts","node_modules/@types/node/events.d.ts","node_modules/@types/node/fs.d.ts","node_modules/@types/node/fs/promises.d.ts","node_modules/@types/node/http.d.ts","node_modules/@types/node/http2.d.ts","node_modules/@types/node/https.d.ts","node_modules/@types/node/inspector.d.ts","node_modules/@types/node/module.d.ts","node_modules/@types/node/net.d.ts","node_modules/@types/node/os.d.ts","node_modules/@types/node/path.d.ts","node_modules/@types/node/perf_hooks.d.ts","node_modules/@types/node/process.d.ts","node_modules/@types/node/punycode.d.ts","node_modules/@types/node/querystring.d.ts","node_modules/@types/node/readline.d.ts","node_modules/@types/node/readline/promises.d.ts","node_modules/@types/node/repl.d.ts","node_modules/@types/node/sea.d.ts","node_modules/@types/node/stream.d.ts","node_modules/@types/node/stream/promises.d.ts","node_modules/@types/node/stream/consumers.d.ts","node_modules/@types/node/stream/web.d.ts","node_modules/@types/node/string_decoder.d.ts","node_modules/@types/node/test.d.ts","node_modules/@types/node/timers.d.ts","node_modules/@types/node/timers/promises.d.ts","node_modules/@types/node/tls.d.ts","node_modules/@types/node/trace_events.d.ts","node_modules/@types/node/tty.d.ts","node_modules/@types/node/url.d.ts","node_modules/@types/node/util.d.ts","node_modules/@types/node/v8.d.ts","node_modules/@types/node/vm.d.ts","node_modules/@types/node/wasi.d.ts","node_modules/@types/node/worker_threads.d.ts","node_modules/@types/node/zlib.d.ts","node_modules/@types/node/globals.global.d.ts"]
                                2024-05-26 11:53:44.810  - debug: javascript.0 (2064) Loaded TypeScript definitions for request: ["node_modules/@types/request/package.json","node_modules/@types/request/index.d.ts"]
                                2024-05-26 11:53:44.813  - debug: javascript.0 (2064) Loaded TypeScript definitions for serialport: ["node_modules/@types/serialport/index.d.ts"]
                                2024-05-26 11:53:44.815  - debug: javascript.0 (2064) Loaded TypeScript definitions for moment-parseformat: ["node_modules/@types/moment-parseformat/index.d.ts"]
                                2024-05-26 11:53:44.820  - debug: javascript.0 (2064) Loaded TypeScript definitions for dayjs: ["node_modules/dayjs/package.json","node_modules/dayjs/index.d.ts","node_modules/dayjs/locale/index.d.ts","node_modules/dayjs/locale/types.d.ts"]
                                2024-05-26 11:53:45.331  - info: javascript.0 (2064) requesting all states
                                2024-05-26 11:53:45.334  - info: javascript.0 (2064) requesting all objects
                                2024-05-26 11:53:46.751  - info: javascript.0 (2064) received all objects
                                2024-05-26 11:53:46.925  - info: javascript.0 (2064) received all states
                                2024-05-26 11:53:46.932  - debug: javascript.0 (2064) [sunTimeSchedules] Times: {"solarNoon":"2024-05-26T11:04:22.130Z","nadir":"2024-05-26T23:04:22.130Z","sunrise":"2024-05-26T02:55:25.097Z","sunset":"2024-05-26T19:13:19.164Z","sunriseEnd":"2024-05-26T02:59:50.811Z","sunsetStart":"2024-05-26T19:08:53.450Z","dawn":"2024-05-26T02:09:03.237Z","dusk":"2024-05-26T19:59:41.024Z","nauticalDawn":"2024-05-26T01:00:04.180Z","nauticalDusk":"2024-05-26T21:08:40.080Z","nightEnd":null,"night":null,"goldenHourEnd":"2024-05-26T03:49:00.010Z","goldenHour":"2024-05-26T18:19:44.250Z"}
                                2024-05-26 11:53:46.989  - info: fahrplan.0 (1772) Updated 2 routes, 2 enabled and 0 disabled
                                2024-05-26 11:53:47.125  - info: javascript.0 (2064) script.js.global.IconMappingTS: compiling TypeScript source...
                                2024-05-26 11:53:47.786  - info: javascript.0 (2064) script.js.global.IconMappingTS: source code did not change, using cached compilation result...
                                2024-05-26 11:53:47.937  - info: fahrplan.0 (1772) Updated 1 departure timetables, 1 enabled and 0 disabled
                                2024-05-26 11:53:48.087  - info: javascript.0 (2064) Start JavaScript script.js.common.InfluxDaten.SolarDaten_JS (JavaScript/js)
                                2024-05-26 11:53:48.184  - info: javascript.0 (2064) script.js.common.InfluxDaten.SolarDaten_JS: registered 0 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2024-05-26 11:53:48.185  - info: javascript.0 (2064) Start JavaScript script.js.common.InfluxDaten.SpeedtestDatenJS (JavaScript/js)
                                2024-05-26 11:53:48.199  - info: javascript.0 (2064) script.js.common.InfluxDaten.SpeedtestDatenJS: registered 0 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2024-05-26 11:53:48.200  - info: javascript.0 (2064) Compiling TypeScript source script.js.common.Speedtest
                                2024-05-26 11:53:48.351  - info: javascript.0 (2064) script.js.common.Speedtest: source code did not change, using cached compilation result...
                                2024-05-26 11:53:48.386  - info: javascript.0 (2064) script.js.common.Speedtest: Speedtest: Erster Start des Skriptes!
                                2024-05-26 11:53:48.388  - info: javascript.0 (2064) script.js.common.Speedtest: Speedtest: Erster Speedtest wird in 30 Sekunden ausgeführt!
                                2024-05-26 11:53:48.413  - info: javascript.0 (2064) script.js.common.Speedtest: registered 0 subscriptions, 1 schedule, 0 messages, 0 logs and 0 file subscriptions
                                2024-05-26 11:53:48.449  - info: javascript.0 (2064) script.js.common.InfluxDaten.SolarDaten_JS: Starting "solar" logging to http://localhost:8086 into bucket "test-48h" by org ioBrokerData
                                2024-05-26 11:53:48.451  - info: javascript.0 (2064) script.js.common.InfluxDaten.SpeedtestDatenJS: Starting "speedtest,host=iobTest" logging to http://localhost:8086 into bucket "test-48h" by org ioBrokerData
                                2024-05-26 11:53:48.457  - info: javascript.0 (2064) Start JavaScript script.js.common.Testcenter.Strom_to_Powercard (JavaScript/js)
                                2024-05-26 11:53:48.481  - info: javascript.0 (2064) script.js.common.Testcenter.Strom_to_Powercard: registered 0 subscriptions, 1 schedule, 0 messages, 0 logs and 0 file subscriptions
                                2024-05-26 11:53:48.482  - info: javascript.0 (2064) Compiling TypeScript source script.js.common.Testcenter.Abfall_to_NSPanelbeta
                                2024-05-26 11:53:48.577  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: source code did not change, using cached compilation result...
                                2024-05-26 11:53:48.595  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Datenpunkt 0_userdata.0.Abfallkalender.1 vorhanden
                                2024-05-26 11:53:48.596  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Datenpunkt 0_userdata.0.Abfallkalender.2 vorhanden
                                2024-05-26 11:53:48.596  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Datenpunkt 0_userdata.0.Abfallkalender.3 vorhanden
                                2024-05-26 11:53:48.597  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Datenpunkt 0_userdata.0.Abfallkalender.4 vorhanden
                                2024-05-26 11:53:48.597  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Datenpunkt 0_userdata.0.Abfallkalender.5 vorhanden
                                2024-05-26 11:53:48.598  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Datenpunkt 0_userdata.0.Abfallkalender.6 vorhanden
                                2024-05-26 11:53:48.598  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Startabfrage der Daten
                                2024-05-26 11:53:48.600  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Daten vom ical Adapter werden ausgewertet
                                2024-05-26 11:53:48.603  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Daten vom ical Adapter werden ausgewertet
                                2024-05-26 11:53:48.604  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Daten vom ical Adapter werden ausgewertet
                                2024-05-26 11:53:48.605  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Daten vom ical Adapter werden ausgewertet
                                2024-05-26 11:53:48.606  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Daten vom ical Adapter werden ausgewertet
                                2024-05-26 11:53:48.607  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: Daten vom ical Adapter werden ausgewertet
                                2024-05-26 11:53:48.608  - info: javascript.0 (2064) script.js.common.Testcenter.Abfall_to_NSPanelbeta: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2024-05-26 11:53:48.609  - info: javascript.0 (2064) Compiling TypeScript source script.js.common.Testcenter.cardLChart_Influxdb2_new
                                2024-05-26 11:53:48.650  - info: javascript.0 (2064) script.js.common.Testcenter.cardLChart_Influxdb2_new: source code did not change, using cached compilation result...
                                2024-05-26 11:53:48.670  - info: javascript.0 (2064) script.js.common.Testcenter.cardLChart_Influxdb2_new: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2024-05-26 11:53:48.671  - info: javascript.0 (2064) Compiling TypeScript source script.js.common.NSPanel43343
                                2024-05-26 11:53:50.622  - info: javascript.0 (2064) script.js.common.NSPanel43343: source code did not change, using cached compilation result...
                                2024-05-26 11:53:50.913  - warn: javascript.0 (2064) script.js.common.NSPanel43343: error at function init_dayjs: dayjs_1.locale is not a function
                                2024-05-26 11:53:50.931  - info: javascript.0 (2064) script.js.common.NSPanel43343: setObjects enabled - create Alias Channels possible
                                2024-05-26 11:53:50.952  - info: javascript.0 (2064) script.js.common.NSPanel43343: weather alias for accuweather.0. already exists
                                2024-05-26 11:53:51.120  - info: javascript.0 (2064) script.js.common.NSPanel43343: No Updates for NSPanel available
                                2024-05-26 11:53:51.122  - info: javascript.0 (2064) script.js.common.NSPanel43343: registered 33 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2024-05-26 11:53:51.128  - info: javascript.0 (2064) Compiling TypeScript source script.js.common.Testcenter.Fahrplan_to_NSPanelbeta
                                2024-05-26 11:53:51.196  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: source code did not change, using cached compilation result...
                                2024-05-26 11:53:51.215  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Haltestelle 0 Abfahrt 0 vorhanden
                                2024-05-26 11:53:51.216  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Haltestelle 0 Abfahrt 1 vorhanden
                                2024-05-26 11:53:51.217  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Haltestelle 0 Abfahrt 2 vorhanden
                                2024-05-26 11:53:51.217  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Haltestelle 0 Abfahrt 3 vorhanden
                                2024-05-26 11:53:51.218  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Route 0 Abfahrt 0 vorhanden
                                2024-05-26 11:53:51.218  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Route 0 Abfahrt 1 vorhanden
                                2024-05-26 11:53:51.219  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Route 0 Abfahrt 2 vorhanden
                                2024-05-26 11:53:51.220  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Route 0 Abfahrt 3 vorhanden
                                2024-05-26 11:53:51.220  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Route 1 Abfahrt 0 vorhanden
                                2024-05-26 11:53:51.221  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Route 1 Abfahrt 1 vorhanden
                                2024-05-26 11:53:51.221  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Route 1 Abfahrt 2 vorhanden
                                2024-05-26 11:53:51.221  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: Datenpunkte für Route 1 Abfahrt 3 vorhanden
                                2024-05-26 11:53:51.223  - info: javascript.0 (2064) script.js.common.Testcenter.Fahrplan_to_NSPanelbeta: registered 3 subscriptions, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                2024-05-26 11:53:51.238  - info: javascript.0 (2064) script.js.common.NSPanel43343: No Updates for NSPanel available
                                2024-05-26 11:53:51.605  - info: javascript.0 (2064) script.js.common.NSPanel43343: Desired TFT Firmware: 53 / v4.3.3
                                2024-05-26 11:53:51.606  - info: javascript.0 (2064) script.js.common.NSPanel43343: Installed TFT Firmware: 53 / v4.3.3
                                2024-05-26 11:53:51.829  - info: javascript.0 (2064) script.js.common.NSPanel43343: Debug mode disabled
                                2024-05-26 11:53:52.430  - info: javascript.0 (2064) script.js.common.NSPanel43343: Desired TFT Firmware: 53 / v4.3.3
                                2024-05-26 11:53:52.430  - info: javascript.0 (2064) script.js.common.NSPanel43343: Installed TFT Firmware: 53 / v4.3.3
                                2024-05-26 11:53:52.578  - debug: javascript.0 (2064) [sunTimeSchedules] Next: 2024-05-26T22:00:01.000Z
                                2024-05-26 11:53:52.799  - info: javascript.0 (2064) script.js.common.NSPanel43343: Desired TFT Firmware: 53 / v4.3.3
                                2024-05-26 11:53:52.800  - info: javascript.0 (2064) script.js.common.NSPanel43343: Installed TFT Firmware: 53 / v4.3.3
                                2024-05-26 11:54:03.418  - warn: javascript.0 (2064) script.js.common.NSPanel43343: error at function HandleScreensaverUpdate: parseFormat is not a function
                                2024-05-26 11:54:18.389  - info: javascript.0 (2064) script.js.common.Speedtest: Speedtest mit Server 30593 gestartet! Der Test dauert zwischen 10 - 20 Sekunden!
                                2024-05-26 11:54:35.847  - info: javascript.0 (2064) script.js.common.Speedtest: Speedtest durchgeführt. Ergebnisse: Download: 885.12 Mbit/s | Upload: 50.75 MBit/s | Ping: 17.728 ms
                                2024-05-26 11:54:35.955  - info: javascript.0 (2064) script.js.common.InfluxDaten.SpeedtestDatenJS: Saving "speedtest,host=iobTest download=885.12,upload=50.75,ping=17.728" to InfluxDB @ http://localhost:8086/
                                2024-05-26 11:55:00.023  - warn: javascript.0 (2064) script.js.common.NSPanel43343: error at function HandleScreensaverUpdate: parseFormat is not a function
                                2024-05-26 11:55:06.060  - info: host.iobtest instance system.adapter.netatmo-crawler.0 started with pid 2157
                                2024-05-26 11:55:08.752  - info: netatmo-crawler.0 (2157) starting. Version 0.8.1 in /opt/iobroker/node_modules/iobroker.netatmo-crawler, node: v20.13.1, js-controller: 6.0.1-alpha.0-20240525-56d9e4a2e
                                2024-05-26 11:55:08.823  - info: netatmo-crawler.0 (2157) Getting data for stationid:70:ee:50:35:dc:b6
                                2024-05-26 11:55:09.940  - info: netatmo-crawler.0 (2157) Terminated (ADAPTER_REQUESTED_TERMINATION): Everything done. Going to terminate till next schedule
                                2024-05-26 11:55:10.487  - info: host.iobtest instance system.adapter.netatmo-crawler.0 having pid 2157 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                2024-05-26 11:56:00.043  - warn: javascript.0 (2064) script.js.common.NSPanel43343: error at function HandleScreensaverUpdate: parseFormat is not a function
                                

                                Das sind die aufrufe der Module im Script

                                const axios = require('axios');
                                const dayjs = require('dayjs');
                                const moment  = require('moment');
                                const parseFormat = require('moment-parseformat');
                                
                                Neuschwansteini haus-automatisierung 2 Replies Last reply Reply Quote 1
                                • Neuschwansteini
                                  Neuschwansteini @TT-Tom last edited by

                                  @tt-tom

                                  Kann ich nachvollziehen !

                                  1 Reply Last reply Reply Quote 0
                                  • haus-automatisierung
                                    haus-automatisierung Developer Most Active @TT-Tom last edited by

                                    @tt-tom Muss ich testen. js-controller 5 oder 6?

                                    Neuschwansteini T B 3 Replies Last reply Reply Quote 0
                                    • Neuschwansteini
                                      Neuschwansteini @haus-automatisierung last edited by Neuschwansteini

                                      @haus-automatisierung

                                      bei mir js-controller 5.0.19, schau mal, ist es vielleicht das Komma ?
                                      315689c3-e21c-493d-b6f9-40f59d9e679e-image.png

                                      Das Komma war vorher nicht da, erst ab V8.4 ...

                                      T 1 Reply Last reply Reply Quote 0
                                      • T
                                        TT-Tom @haus-automatisierung last edited by

                                        @haus-automatisierung
                                        Mit der aktuellen Testversion vom js-Controller.

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          TT-Tom @Neuschwansteini last edited by

                                          @ilovegym
                                          Darauf habe ich garnicht geachtet. Kann ich aber erst heute Nacht prüfen.

                                          Neuschwansteini 1 Reply Last reply Reply Quote 0
                                          • Neuschwansteini
                                            Neuschwansteini @TT-Tom last edited by

                                            @tt-tom @haus-automatisierung

                                            ich hab die NPM Module alle in der Liste mal geloescht und neu eingetragen, jetzt steht da auch kein Komma mehr, und jetzt laeuft auch wieder das NS-Panel-Script.. also moment und moment-parseformat wird gefunden!

                                            T 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            722
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            17
                                            118
                                            10014
                                            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