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

  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. [Vorlage] MDCSS v2: ioBroker Log in vis anzeigen

NEWS

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.3k

[Vorlage] MDCSS v2: ioBroker Log in vis anzeigen

Geplant Angeheftet Gesperrt Verschoben Visualisierung
vismaterial uimaterial csshow-to
37 Beiträge 11 Kommentatoren 5.8k Aufrufe 16 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.
  • Stephan SchleichS Stephan Schleich

    Kein Plan was ich in meinem Projekt machen muss, ich pass es nun selber per CSS an. - Sieht auf jeden Fall gut aus

    Dominik F.D Offline
    Dominik F.D Offline
    Dominik F.
    schrieb am zuletzt editiert von
    #22

    @Stephan-Schleich

    Link Text

    Ich vermute, dass du das CSS von Uhula bisher nicht nutzt. Das ist die Grundlage damit es nachher so aussieht wie in der gif. Hab dir mal den Link zu Github von seinem Projekt geschickt. Dort steht auch beschrieben was du bei dir wo einfügen musst.

    1 Antwort Letzte Antwort
    0
    • Stephan SchleichS Offline
      Stephan SchleichS Offline
      Stephan Schleich
      schrieb am zuletzt editiert von
      #23

      @Dominik-F ich nutze lediglich das script.js, global.css sowie das projekt.css

      Dominik F.D 1 Antwort Letzte Antwort
      0
      • Stephan SchleichS Stephan Schleich

        @Dominik-F ich nutze lediglich das script.js, global.css sowie das projekt.css

        Dominik F.D Offline
        Dominik F.D Offline
        Dominik F.
        schrieb am zuletzt editiert von Dominik F.
        #24

        @Stephan-Schleich

        Das ist schon mal sehr gut, dann hast du eigentlich alles was du brauchst damit es auch genauso aussieht wie in der GIF. Ich frage jetzt einfach mal Schritt für Schritt nach weil ich nicht weiß auf welchem Stand du bist.
        Den Pfad zum Webfont hast du auch angepasst und die Dateien dafür befinden sich auch im Pfad?
        Das Darktheme kannst du im projekt.css dort einstellen und du musst dann die dort beschriebene Zeile löschen:
        Unbenannt.PNG

        Stephan SchleichS 1 Antwort Letzte Antwort
        0
        • Dominik F.D Dominik F.

          @Stephan-Schleich

          Das ist schon mal sehr gut, dann hast du eigentlich alles was du brauchst damit es auch genauso aussieht wie in der GIF. Ich frage jetzt einfach mal Schritt für Schritt nach weil ich nicht weiß auf welchem Stand du bist.
          Den Pfad zum Webfont hast du auch angepasst und die Dateien dafür befinden sich auch im Pfad?
          Das Darktheme kannst du im projekt.css dort einstellen und du musst dann die dort beschriebene Zeile löschen:
          Unbenannt.PNG

          Stephan SchleichS Offline
          Stephan SchleichS Offline
          Stephan Schleich
          schrieb am zuletzt editiert von Stephan Schleich
          #25

          @Dominik-F top, danke für deine Geduld, es müsste eig. alles angepasst sein.

          --design-font-color: #000000; steht bei mir auf schwarz weil sonst die Schrift bei diesem Feld im Editor weiß wäre 03158bc5-ae97-4f26-9d9b-a718a8809f59-image.png

          Stell ich es aus weiß passt zwar die Schrift farbe im editor in der vis bleibt sie aber schwarz

          /* (1) An Projektnamen anpassen (MD_Demo ersetzen) */
          @font-face {
            font-family: 'Material Icons';
            font-style: normal;
            font-weight: 400;
            src: url(/vis.0/Penthouse/images/MaterialIcons-Regular.eot); /* For IE6-8 */
            src: url(/vis.0/Penthouse/images/MaterialIcons-Regular.woff) format('woff'),
                 url(/vis.0/Penthouse/images/MaterialIcons-Regular.ttf) format('truetype');
                 
          }
          
          /* (2) Zur Nutung der MaterialDesignIcons (https://github.com/Templarian/MaterialDesign-Webfont/tree/master/fonts) die den @font-face Block umfassenden Kommentare entfernen und die Projektnamen (MD_) durch die eigenen ersetzen. Aus dem angegebenen Link müssen die Font-Dateien via vis-Dateimanager in den (project)/images Ordner kopiert werden.
          In der vis Nutzung in der Form: <i class="mdui-mdi">&#xF02DC;</i> */
          
          @font-face {
            font-family: "Material Design Icons";
            src: url("../fonts/materialdesignicons-webfont.eot?v=5.0.45");
            src: url("/vis.0/Penthouse/images/materialdesignicons-webfont.woff?v=5.0.45") format("woff"), 
            url("/vis.0/Penthouse/images/materialdesignicons-webfont.ttf?v=5.0.45") format("truetype");
            font-weight: normal;
            font-style: normal;
          }
          
          /* (3) Umschalten vis-Edit light/dark Theme */
          :root {
            /* Design-time light-Theme */
            --content-background: #000000;
            --design-font-color: #000000;
            --design-hint-background: #0000ff;
            --design-hint-color: #ffffff;
            --design-grid: #ffffff;
            --design-color-033:rgba(0,0,0,.33);
          
          Dominik F.D 1 Antwort Letzte Antwort
          0
          • Stephan SchleichS Stephan Schleich

            @Dominik-F top, danke für deine Geduld, es müsste eig. alles angepasst sein.

            --design-font-color: #000000; steht bei mir auf schwarz weil sonst die Schrift bei diesem Feld im Editor weiß wäre 03158bc5-ae97-4f26-9d9b-a718a8809f59-image.png

            Stell ich es aus weiß passt zwar die Schrift farbe im editor in der vis bleibt sie aber schwarz

            /* (1) An Projektnamen anpassen (MD_Demo ersetzen) */
            @font-face {
              font-family: 'Material Icons';
              font-style: normal;
              font-weight: 400;
              src: url(/vis.0/Penthouse/images/MaterialIcons-Regular.eot); /* For IE6-8 */
              src: url(/vis.0/Penthouse/images/MaterialIcons-Regular.woff) format('woff'),
                   url(/vis.0/Penthouse/images/MaterialIcons-Regular.ttf) format('truetype');
                   
            }
            
            /* (2) Zur Nutung der MaterialDesignIcons (https://github.com/Templarian/MaterialDesign-Webfont/tree/master/fonts) die den @font-face Block umfassenden Kommentare entfernen und die Projektnamen (MD_) durch die eigenen ersetzen. Aus dem angegebenen Link müssen die Font-Dateien via vis-Dateimanager in den (project)/images Ordner kopiert werden.
            In der vis Nutzung in der Form: <i class="mdui-mdi">&#xF02DC;</i> */
            
            @font-face {
              font-family: "Material Design Icons";
              src: url("../fonts/materialdesignicons-webfont.eot?v=5.0.45");
              src: url("/vis.0/Penthouse/images/materialdesignicons-webfont.woff?v=5.0.45") format("woff"), 
              url("/vis.0/Penthouse/images/materialdesignicons-webfont.ttf?v=5.0.45") format("truetype");
              font-weight: normal;
              font-style: normal;
            }
            
            /* (3) Umschalten vis-Edit light/dark Theme */
            :root {
              /* Design-time light-Theme */
              --content-background: #000000;
              --design-font-color: #000000;
              --design-hint-background: #0000ff;
              --design-hint-color: #ffffff;
              --design-grid: #ffffff;
              --design-color-033:rgba(0,0,0,.33);
            
            Dominik F.D Offline
            Dominik F.D Offline
            Dominik F.
            schrieb am zuletzt editiert von Dominik F.
            #26

            @Stephan-Schleich

            Du hast die Farben dort verändert, dass würde ich dir generell nicht raten bzw. nur wenn du dich wirklich auskennst. Du kannst ja die Farben später noch einstellen über Widgets.
            Für das Darktheme brauchst du ja nur eine Zeile im Projekt.css löschen und hast es dann.

            Hast du in deinem Projekt auch eine abar View drin? Wenn ja, ersetz mal bitte das dritte Widget (müsste es sein) mit meinem Widget:

            [{"tpl":"tplHtml","data":{"g_fixed":true,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"\"primary_color\":\"#000000\",\n\"abar_color\":\"#121212\",\n\"tnav_color\":\"#000000\",\n\"bnav_color\":\"#000000\",\n\"lnav_color\":\"#000000\",\n\"rnav_color\":\"#000000\",\n\"secondary_color\":\"amber\",\n\"content_color\":\"#121212\",\n\"lnav_fixed_width\":\"{demo_lnav_fixed_width}\",\n\"lnav_fixed_open\":\"true\"\n","class":"mdui-label xdui-config","visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide"},"style":{"left":"80px","top":"336px","width":"542px","height":""},"widgetSet":"basic"}]
            

            Ich hab dort schon Farben definiert

            Falls das auch nicht funktioniert würde ich sagen, dass wir uns dann erstmal mit der Demo beschäftigen (vielleicht besser über den Chat um das hier nicht zu unübersichtlich zu machen) und die zum laufen bekommen und dann schauen wo es bei deinem Projekt fehlt. Wenn du magst kannst du mir deins auch hier mal hochladen und ich schau es mir mal an.

            Stephan SchleichS 1 Antwort Letzte Antwort
            0
            • Dominik F.D Dominik F.

              @Stephan-Schleich

              Du hast die Farben dort verändert, dass würde ich dir generell nicht raten bzw. nur wenn du dich wirklich auskennst. Du kannst ja die Farben später noch einstellen über Widgets.
              Für das Darktheme brauchst du ja nur eine Zeile im Projekt.css löschen und hast es dann.

              Hast du in deinem Projekt auch eine abar View drin? Wenn ja, ersetz mal bitte das dritte Widget (müsste es sein) mit meinem Widget:

              [{"tpl":"tplHtml","data":{"g_fixed":true,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"refreshInterval":"0","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"html":"\"primary_color\":\"#000000\",\n\"abar_color\":\"#121212\",\n\"tnav_color\":\"#000000\",\n\"bnav_color\":\"#000000\",\n\"lnav_color\":\"#000000\",\n\"rnav_color\":\"#000000\",\n\"secondary_color\":\"amber\",\n\"content_color\":\"#121212\",\n\"lnav_fixed_width\":\"{demo_lnav_fixed_width}\",\n\"lnav_fixed_open\":\"true\"\n","class":"mdui-label xdui-config","visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide"},"style":{"left":"80px","top":"336px","width":"542px","height":""},"widgetSet":"basic"}]
              

              Ich hab dort schon Farben definiert

              Falls das auch nicht funktioniert würde ich sagen, dass wir uns dann erstmal mit der Demo beschäftigen (vielleicht besser über den Chat um das hier nicht zu unübersichtlich zu machen) und die zum laufen bekommen und dann schauen wo es bei deinem Projekt fehlt. Wenn du magst kannst du mir deins auch hier mal hochladen und ich schau es mir mal an.

              Stephan SchleichS Offline
              Stephan SchleichS Offline
              Stephan Schleich
              schrieb am zuletzt editiert von
              #27

              @Dominik-F ich nutze das light-theme aber mit schwarzem hintergrund, deswegen hab ich das background im script angepasst, eine abar hab ich gemacht bzw aus dem MD-Simple importiert.

              Mit deinem Widget klappt es auch nicht - ich schreib dir via PM - danke :)

              1 Antwort Letzte Antwort
              0
              • UhulaU Offline
                UhulaU Offline
                Uhula
                schrieb am zuletzt editiert von Uhula
                #28

                Update 2020.04.30

                • Anpassung an neues MduiBase (intern)
                • Anpassung an MDCSS 2.5
                • Einbau Löschen einzelner Log-Einträge aus dem logCache via Schaltfläche u/o swipeLeft

                Die Änderungen liegen auf GitHub bereit (siehe 1.Beitrag des Themas).

                MduiLogIObroker.gif

                Um ein Feedback zu erhalten wäre es schön, wenn jeder, der diese Vorlagen nutzt, den 1.Beitrag positiv bewertet (Pfeil nach oben oder unten ;-) ). Ich kann dann auch abschätzen, ob sich die weitere Pflege lohnt. Thx!

                Uhula - Leise und Weise
                Ex: ioBroker on Gigabyte NUC Proxmox

                S S 2 Antworten Letzte Antwort
                2
                • UhulaU Uhula

                  Update 2020.04.30

                  • Anpassung an neues MduiBase (intern)
                  • Anpassung an MDCSS 2.5
                  • Einbau Löschen einzelner Log-Einträge aus dem logCache via Schaltfläche u/o swipeLeft

                  Die Änderungen liegen auf GitHub bereit (siehe 1.Beitrag des Themas).

                  MduiLogIObroker.gif

                  Um ein Feedback zu erhalten wäre es schön, wenn jeder, der diese Vorlagen nutzt, den 1.Beitrag positiv bewertet (Pfeil nach oben oder unten ;-) ). Ich kann dann auch abschätzen, ob sich die weitere Pflege lohnt. Thx!
                  S Offline
                  S Offline
                  Saschag
                  schrieb am zuletzt editiert von
                  #29

                  @Uhula

                  Bitte pflegen! ;-) Tolle Arbeit und großes Dankeschön!!

                  1 Antwort Letzte Antwort
                  1
                  • UhulaU Uhula

                    Update 2020.04.30

                    • Anpassung an neues MduiBase (intern)
                    • Anpassung an MDCSS 2.5
                    • Einbau Löschen einzelner Log-Einträge aus dem logCache via Schaltfläche u/o swipeLeft

                    Die Änderungen liegen auf GitHub bereit (siehe 1.Beitrag des Themas).

                    MduiLogIObroker.gif

                    Um ein Feedback zu erhalten wäre es schön, wenn jeder, der diese Vorlagen nutzt, den 1.Beitrag positiv bewertet (Pfeil nach oben oder unten ;-) ). Ich kann dann auch abschätzen, ob sich die weitere Pflege lohnt. Thx!
                    S Offline
                    S Offline
                    schittl
                    schrieb am zuletzt editiert von
                    #30

                    @Uhula sehr tolle Arbeit. Nutze fast alle deine Vorlagen. Bitte weiter pflegen.

                    HW: Lenovo M920q (Proxmox, ioBroker, RaspMatic & Z2M), QNAP (Docker, Influx), Arduino Mega 2560 R3 (I2C DS18B20 + LED)

                    SW: CT IoBroker, VM RaspMatic(v3.79.6.20241122)

                    A 1 Antwort Letzte Antwort
                    1
                    • S schittl

                      @Uhula sehr tolle Arbeit. Nutze fast alle deine Vorlagen. Bitte weiter pflegen.

                      A Offline
                      A Offline
                      ak1
                      schrieb am zuletzt editiert von
                      #31

                      Hat ggf. jemand mal diese oder die anderen MDCSS Vorlagen von @Uhula aktualisiert?
                      Mit den Skripten kommt es ja nun im Zusammenhang mit aktuellen Versionen zu sehr vielen Warnungen bzw. Fehlern wegen Datentyp-Konflikten.
                      Vielleicht ist es ja jemandem gelungen erfolgreich Korrekturen vorzunehmen.

                      VG
                      ak1

                      GlasfaserG 1 Antwort Letzte Antwort
                      0
                      • A ak1

                        Hat ggf. jemand mal diese oder die anderen MDCSS Vorlagen von @Uhula aktualisiert?
                        Mit den Skripten kommt es ja nun im Zusammenhang mit aktuellen Versionen zu sehr vielen Warnungen bzw. Fehlern wegen Datentyp-Konflikten.
                        Vielleicht ist es ja jemandem gelungen erfolgreich Korrekturen vorzunehmen.

                        VG
                        ak1

                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        schrieb am zuletzt editiert von
                        #32

                        @ak1 sagte in [Vorlage] MDCSS v2: ioBroker Log in vis anzeigen:

                        Mit den Skripten kommt es ja nun im Zusammenhang mit aktuellen Versionen zu sehr vielen Warnungen bzw. Fehlern wegen Datentyp-Konflikten.

                        Hast du mal ein Log davon !?

                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                        A 1 Antwort Letzte Antwort
                        0
                        • GlasfaserG Glasfaser

                          @ak1 sagte in [Vorlage] MDCSS v2: ioBroker Log in vis anzeigen:

                          Mit den Skripten kommt es ja nun im Zusammenhang mit aktuellen Versionen zu sehr vielen Warnungen bzw. Fehlern wegen Datentyp-Konflikten.

                          Hast du mal ein Log davon !?

                          A Offline
                          A Offline
                          ak1
                          schrieb am zuletzt editiert von
                          #33

                          @glasfaser Ja, klar. Hier ist mal ein frischer Start des Skripts aus speziell dieser Vorlage (ioBroker Log anzeigen).

                          javascript.0	2022-01-15 18:05:42.841	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.840	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log3.count" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.list" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.table" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.838	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log2.count" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.list" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.table" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.837	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log1.count" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:42.837	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.list" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.837	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.table" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.837	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.837	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log0.count" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:42.837	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.list" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.837	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.table" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.837	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.logPK" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:42.836	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.logPK" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:42.833	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.logCount" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:42.833	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.logCache" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:42.825	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] script started
                          javascript.0	2022-01-15 18:05:42.815	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:42.815	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:42.815	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:42.815	warn	(17406) at MduiLogIOBroker.start (script.js.common.Vis.ioBrokerLog:125:26)
                          javascript.0	2022-01-15 18:05:42.815	warn	(17406) at MduiLogIOBroker.doStart (script.js.common.Vis.ioBrokerLog:344:14)
                          javascript.0	2022-01-15 18:05:42.815	warn	(17406) at MduiLogIOBroker.onBuildHTML (script.js.common.Vis.ioBrokerLog:416:12)
                          javascript.0	2022-01-15 18:05:42.815	warn	(17406) at MduiLogIOBroker.setState (script.js.common.Vis.ioBrokerLog:207:14)
                          javascript.0	2022-01-15 18:05:42.815	warn	(17406) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:42.814	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.logPK" which expects a number. Please fix your code to use a number or change the state type to string. This warning migh
                          javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.version" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.version" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.863	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log3.clearPressed" has to be type "boolean" but received type "string"
                          javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.lastClear" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.filter" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.863	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log3.count" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:35.863	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log3.count" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:35.863	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log2.clearPressed" has to be type "boolean" but received type "string"
                          javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.lastClear" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.filter" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.863	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log2.count" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:35.862	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log2.count" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:35.862	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log1.clearPressed" has to be type "boolean" but received type "string"
                          javascript.0	2022-01-15 18:05:35.862	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.lastClear" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.862	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.862	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.filter" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.862	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log1.count" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:35.862	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log1.count" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:35.862	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log0.clearPressed" has to be type "boolean" but received type "string"
                          javascript.0	2022-01-15 18:05:35.824	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.lastClear" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.815	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.815	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log0.count" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:35.815	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log0.count" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:35.814	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.removePK" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.814	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.updatePressed" has to be type "boolean" but received type "string"
                          javascript.0	2022-01-15 18:05:35.814	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.version" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:35.813	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:35.813	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:35.813	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:35.813	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:35.812	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log3.clearPressed" which expects a boolean. Please fix your code to use a boolean or change the state type to string. Thi
                          javascript.0	2022-01-15 18:05:35.812	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:35.812	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:35.812	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:35.812	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:35.812	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log3.count" which expects a number. Please fix your code to use a number or change the state type to string. This warning
                          javascript.0	2022-01-15 18:05:35.811	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.logPK" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:35.811	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.logPK" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:35.810	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:35.810	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:35.810	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:35.810	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:35.809	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log2.clearPressed" which expects a boolean. Please fix your code to use a boolean or change the state type to string. Thi
                          javascript.0	2022-01-15 18:05:35.809	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:35.809	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:35.809	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:35.809	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:35.809	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log2.count" which expects a number. Please fix your code to use a number or change the state type to string. This warning
                          javascript.0	2022-01-15 18:05:35.808	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:35.808	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:35.808	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:35.808	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:35.808	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log1.clearPressed" which expects a boolean. Please fix your code to use a boolean or change the state type to string. Thi
                          javascript.0	2022-01-15 18:05:35.808	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:35.808	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:35.807	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:35.807	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:35.807	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log1.count" which expects a number. Please fix your code to use a number or change the state type to string. This warning
                          javascript.0	2022-01-15 18:05:35.807	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:35.807	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:35.807	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:35.806	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:35.806	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log0.clearPressed" which expects a boolean. Please fix your code to use a boolean or change the state type to string. Thi
                          javascript.0	2022-01-15 18:05:35.804	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.logCount" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:35.804	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.logCount" has been written without ack-flag with value "0"
                          javascript.0	2022-01-15 18:05:35.803	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:35.803	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:35.802	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:35.802	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:35.802	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log0.count" which expects a number. Please fix your code to use a number or change the state type to string. This warning
                          javascript.0	2022-01-15 18:05:35.802	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:35.802	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:35.802	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:35.802	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:35.801	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.updatePressed" which expects a boolean. Please fix your code to use a boolean or change the state type to string. This wa
                          javascript.0	2022-01-15 18:05:35.801	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:35.801	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:35.801	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:35.799	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:35.799	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.logPK" which expects a number. Please fix your code to use a number or change the state type to string. This warning migh
                          javascript.0	2022-01-15 18:05:35.798	warn	(17406) at processTimers (internal/timers.js:500:7)
                          javascript.0	2022-01-15 18:05:35.798	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                          javascript.0	2022-01-15 18:05:35.798	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                          javascript.0	2022-01-15 18:05:35.798	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                          javascript.0	2022-01-15 18:05:35.796	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.logCount" which expects a number. Please fix your code to use a number or change the state type to string. This warning m
                          javascript.0	2022-01-15 18:05:33.035	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.version" created
                          javascript.0	2022-01-15 18:05:33.034	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.clearPressed" created
                          javascript.0	2022-01-15 18:05:33.034	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.lastClear" created
                          javascript.0	2022-01-15 18:05:33.034	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.lastUpdate" created
                          javascript.0	2022-01-15 18:05:33.034	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.filter" created
                          javascript.0	2022-01-15 18:05:33.034	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.count" created
                          javascript.0	2022-01-15 18:05:33.033	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.clearPressed" created
                          javascript.0	2022-01-15 18:05:33.031	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.lastClear" created
                          javascript.0	2022-01-15 18:05:33.031	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.lastUpdate" created
                          javascript.0	2022-01-15 18:05:33.031	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.filter" created
                          javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.count" created
                          javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.clearPressed" created
                          javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.lastClear" created
                          javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.lastUpdate" created
                          javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.filter" created
                          javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.count" created
                          javascript.0	2022-01-15 18:05:32.987	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.clearPressed" created
                          javascript.0	2022-01-15 18:05:32.987	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.lastClear" created
                          javascript.0	2022-01-15 18:05:32.987	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.lastUpdate" created
                          javascript.0	2022-01-15 18:05:32.986	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.count" created
                          javascript.0	2022-01-15 18:05:32.986	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.removePK" created
                          javascript.0	2022-01-15 18:05:32.985	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.updatePressed" created
                          javascript.0	2022-01-15 18:05:32.984	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.version" created
                          javascript.0	2022-01-15 18:05:32.984	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.logPK" created
                          javascript.0	2022-01-15 18:05:32.983	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.logCount" created
                          javascript.0	2022-01-15 18:05:32.982	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.version" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.981	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log3.clearPressed" has to be type "boolean" but received type "string"
                          javascript.0	2022-01-15 18:05:32.981	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.lastClear" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.981	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.981	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.filter" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.980	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log3.count" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:32.980	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log2.clearPressed" has to be type "boolean" but received type "string"
                          javascript.0	2022-01-15 18:05:32.980	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.lastClear" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.980	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.980	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.filter" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.980	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log2.count" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:32.979	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log1.clearPressed" has to be type "boolean" but received type "string"
                          javascript.0	2022-01-15 18:05:32.979	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.lastClear" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.979	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.979	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.filter" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.978	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log1.count" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:32.933	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log0.clearPressed" has to be type "boolean" but received type "string"
                          javascript.0	2022-01-15 18:05:32.919	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.lastClear" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.919	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.lastUpdate" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.919	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log0.count" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:32.919	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.removePK" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.919	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.updatePressed" has to be type "boolean" but received type "string"
                          javascript.0	2022-01-15 18:05:32.917	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.version" is missing the required property "common.type"
                          javascript.0	2022-01-15 18:05:32.917	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.logPK" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:32.917	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.logCount" has to be type "number" but received type "string"
                          javascript.0	2022-01-15 18:05:32.913	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.list" created
                          javascript.0	2022-01-15 18:05:32.913	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.table" created
                          javascript.0	2022-01-15 18:05:32.913	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.list" created
                          javascript.0	2022-01-15 18:05:32.913	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.table" created
                          javascript.0	2022-01-15 18:05:32.912	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.list" created
                          javascript.0	2022-01-15 18:05:32.911	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.table" created
                          javascript.0	2022-01-15 18:05:32.904	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.filter" created
                          javascript.0	2022-01-15 18:05:32.904	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.list" created
                          javascript.0	2022-01-15 18:05:32.904	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.table" created
                          javascript.0	2022-01-15 18:05:32.904	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.logCache" created
                          javascript.0	2022-01-15 18:05:32.810	info	(17406) script.js.common.Vis.ioBrokerLog: registered 0 subscriptions and 0 schedules
                          javascript.0	2022-01-15 18:05:32.810	warn	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] first script start, creating states for version 1.2/2020-04-30, automatic restarting script again in 10 sec ...
                          
                          GlasfaserG 1 Antwort Letzte Antwort
                          0
                          • A ak1

                            @glasfaser Ja, klar. Hier ist mal ein frischer Start des Skripts aus speziell dieser Vorlage (ioBroker Log anzeigen).

                            javascript.0	2022-01-15 18:05:42.841	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.840	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log3.count" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.list" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.table" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.838	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log2.count" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.list" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.table" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.838	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.837	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log1.count" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:42.837	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.list" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.837	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.table" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.837	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.837	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log0.count" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:42.837	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.list" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.837	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.table" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.837	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.logPK" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:42.836	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.logPK" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:42.833	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.logCount" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:42.833	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.logCache" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:42.825	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] script started
                            javascript.0	2022-01-15 18:05:42.815	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:42.815	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:42.815	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:42.815	warn	(17406) at MduiLogIOBroker.start (script.js.common.Vis.ioBrokerLog:125:26)
                            javascript.0	2022-01-15 18:05:42.815	warn	(17406) at MduiLogIOBroker.doStart (script.js.common.Vis.ioBrokerLog:344:14)
                            javascript.0	2022-01-15 18:05:42.815	warn	(17406) at MduiLogIOBroker.onBuildHTML (script.js.common.Vis.ioBrokerLog:416:12)
                            javascript.0	2022-01-15 18:05:42.815	warn	(17406) at MduiLogIOBroker.setState (script.js.common.Vis.ioBrokerLog:207:14)
                            javascript.0	2022-01-15 18:05:42.815	warn	(17406) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:42.814	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.logPK" which expects a number. Please fix your code to use a number or change the state type to string. This warning migh
                            javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.version" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.version" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.863	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log3.clearPressed" has to be type "boolean" but received type "string"
                            javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.lastClear" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.filter" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.863	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log3.count" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:35.863	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log3.count" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:35.863	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log2.clearPressed" has to be type "boolean" but received type "string"
                            javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.lastClear" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.863	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.filter" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.863	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log2.count" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:35.862	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log2.count" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:35.862	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log1.clearPressed" has to be type "boolean" but received type "string"
                            javascript.0	2022-01-15 18:05:35.862	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.lastClear" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.862	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.862	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.filter" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.862	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log1.count" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:35.862	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log1.count" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:35.862	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log0.clearPressed" has to be type "boolean" but received type "string"
                            javascript.0	2022-01-15 18:05:35.824	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.lastClear" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.815	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.815	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log0.count" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:35.815	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.log0.count" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:35.814	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.removePK" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.814	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.updatePressed" has to be type "boolean" but received type "string"
                            javascript.0	2022-01-15 18:05:35.814	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.version" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:35.813	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:35.813	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:35.813	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:35.813	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:35.812	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log3.clearPressed" which expects a boolean. Please fix your code to use a boolean or change the state type to string. Thi
                            javascript.0	2022-01-15 18:05:35.812	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:35.812	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:35.812	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:35.812	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:35.812	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log3.count" which expects a number. Please fix your code to use a number or change the state type to string. This warning
                            javascript.0	2022-01-15 18:05:35.811	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.logPK" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:35.811	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.logPK" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:35.810	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:35.810	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:35.810	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:35.810	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:35.809	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log2.clearPressed" which expects a boolean. Please fix your code to use a boolean or change the state type to string. Thi
                            javascript.0	2022-01-15 18:05:35.809	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:35.809	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:35.809	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:35.809	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:35.809	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log2.count" which expects a number. Please fix your code to use a number or change the state type to string. This warning
                            javascript.0	2022-01-15 18:05:35.808	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:35.808	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:35.808	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:35.808	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:35.808	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log1.clearPressed" which expects a boolean. Please fix your code to use a boolean or change the state type to string. Thi
                            javascript.0	2022-01-15 18:05:35.808	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:35.808	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:35.807	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:35.807	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:35.807	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log1.count" which expects a number. Please fix your code to use a number or change the state type to string. This warning
                            javascript.0	2022-01-15 18:05:35.807	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:35.807	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:35.807	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:35.806	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:35.806	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log0.clearPressed" which expects a boolean. Please fix your code to use a boolean or change the state type to string. Thi
                            javascript.0	2022-01-15 18:05:35.804	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.logCount" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:35.804	warn	(17406) Read-only state "0_userdata.0.mdui.logIOBroker.logCount" has been written without ack-flag with value "0"
                            javascript.0	2022-01-15 18:05:35.803	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:35.803	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:35.802	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:35.802	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:35.802	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.log0.count" which expects a number. Please fix your code to use a number or change the state type to string. This warning
                            javascript.0	2022-01-15 18:05:35.802	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:35.802	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:35.802	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:35.802	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:35.801	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.updatePressed" which expects a boolean. Please fix your code to use a boolean or change the state type to string. This wa
                            javascript.0	2022-01-15 18:05:35.801	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:35.801	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:35.801	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:35.799	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:35.799	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.logPK" which expects a number. Please fix your code to use a number or change the state type to string. This warning migh
                            javascript.0	2022-01-15 18:05:35.798	warn	(17406) at processTimers (internal/timers.js:500:7)
                            javascript.0	2022-01-15 18:05:35.798	warn	(17406) at listOnTimeout (internal/timers.js:557:17)
                            javascript.0	2022-01-15 18:05:35.798	warn	(17406) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2117:34)
                            javascript.0	2022-01-15 18:05:35.798	warn	(17406) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1437:20)
                            javascript.0	2022-01-15 18:05:35.796	warn	(17406) You are assigning a string to the state "0_userdata.0.mdui.logIOBroker.logCount" which expects a number. Please fix your code to use a number or change the state type to string. This warning m
                            javascript.0	2022-01-15 18:05:33.035	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.version" created
                            javascript.0	2022-01-15 18:05:33.034	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.clearPressed" created
                            javascript.0	2022-01-15 18:05:33.034	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.lastClear" created
                            javascript.0	2022-01-15 18:05:33.034	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.lastUpdate" created
                            javascript.0	2022-01-15 18:05:33.034	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.filter" created
                            javascript.0	2022-01-15 18:05:33.034	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.count" created
                            javascript.0	2022-01-15 18:05:33.033	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.clearPressed" created
                            javascript.0	2022-01-15 18:05:33.031	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.lastClear" created
                            javascript.0	2022-01-15 18:05:33.031	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.lastUpdate" created
                            javascript.0	2022-01-15 18:05:33.031	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.filter" created
                            javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.count" created
                            javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.clearPressed" created
                            javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.lastClear" created
                            javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.lastUpdate" created
                            javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.filter" created
                            javascript.0	2022-01-15 18:05:33.030	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.count" created
                            javascript.0	2022-01-15 18:05:32.987	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.clearPressed" created
                            javascript.0	2022-01-15 18:05:32.987	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.lastClear" created
                            javascript.0	2022-01-15 18:05:32.987	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.lastUpdate" created
                            javascript.0	2022-01-15 18:05:32.986	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.count" created
                            javascript.0	2022-01-15 18:05:32.986	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.removePK" created
                            javascript.0	2022-01-15 18:05:32.985	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.updatePressed" created
                            javascript.0	2022-01-15 18:05:32.984	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.version" created
                            javascript.0	2022-01-15 18:05:32.984	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.logPK" created
                            javascript.0	2022-01-15 18:05:32.983	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.logCount" created
                            javascript.0	2022-01-15 18:05:32.982	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.version" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.981	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log3.clearPressed" has to be type "boolean" but received type "string"
                            javascript.0	2022-01-15 18:05:32.981	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.lastClear" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.981	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.981	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log3.filter" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.980	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log3.count" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:32.980	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log2.clearPressed" has to be type "boolean" but received type "string"
                            javascript.0	2022-01-15 18:05:32.980	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.lastClear" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.980	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.980	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log2.filter" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.980	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log2.count" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:32.979	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log1.clearPressed" has to be type "boolean" but received type "string"
                            javascript.0	2022-01-15 18:05:32.979	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.lastClear" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.979	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.979	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log1.filter" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.978	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log1.count" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:32.933	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log0.clearPressed" has to be type "boolean" but received type "string"
                            javascript.0	2022-01-15 18:05:32.919	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.lastClear" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.919	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.log0.lastUpdate" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.919	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.log0.count" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:32.919	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.removePK" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.919	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.updatePressed" has to be type "boolean" but received type "string"
                            javascript.0	2022-01-15 18:05:32.917	warn	(17406) Object of state "0_userdata.0.mdui.logIOBroker.version" is missing the required property "common.type"
                            javascript.0	2022-01-15 18:05:32.917	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.logPK" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:32.917	info	(17406) State value to set for "0_userdata.0.mdui.logIOBroker.logCount" has to be type "number" but received type "string"
                            javascript.0	2022-01-15 18:05:32.913	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.list" created
                            javascript.0	2022-01-15 18:05:32.913	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log3.table" created
                            javascript.0	2022-01-15 18:05:32.913	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.list" created
                            javascript.0	2022-01-15 18:05:32.913	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log2.table" created
                            javascript.0	2022-01-15 18:05:32.912	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.list" created
                            javascript.0	2022-01-15 18:05:32.911	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log1.table" created
                            javascript.0	2022-01-15 18:05:32.904	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.filter" created
                            javascript.0	2022-01-15 18:05:32.904	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.list" created
                            javascript.0	2022-01-15 18:05:32.904	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.log0.table" created
                            javascript.0	2022-01-15 18:05:32.904	info	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] state "0_userdata.0.mdui.logIOBroker.logCache" created
                            javascript.0	2022-01-15 18:05:32.810	info	(17406) script.js.common.Vis.ioBrokerLog: registered 0 subscriptions and 0 schedules
                            javascript.0	2022-01-15 18:05:32.810	warn	(17406) script.js.common.Vis.ioBrokerLog: [mduiLogIOBroker] first script start, creating states for version 1.2/2020-04-30, automatic restarting script again in 10 sec ...
                            
                            GlasfaserG Offline
                            GlasfaserG Offline
                            Glasfaser
                            schrieb am zuletzt editiert von
                            #34

                            @ak1

                            Ja ... er muß sein Script dazu anpassen ,

                            ist auch mit dem

                            https://forum.iobroker.net/topic/32881/vorlage-mdcss-v2-backitup-log-anzeigen/12

                            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                            A 1 Antwort Letzte Antwort
                            0
                            • GlasfaserG Glasfaser

                              @ak1

                              Ja ... er muß sein Script dazu anpassen ,

                              ist auch mit dem

                              https://forum.iobroker.net/topic/32881/vorlage-mdcss-v2-backitup-log-anzeigen/12

                              A Offline
                              A Offline
                              ak1
                              schrieb am zuletzt editiert von
                              #35

                              @glasfaser Ja, korrekt. Das Problem ist, dass Uhula seit Ende 2020 hier im Forum und auch auf GitHub wohl nicht mehr aktiv ist.
                              Deswegen meine Frage in die Runde, ob jemand an den Skripten erfolgreich Anpassungen vorgenommen hat.

                              Dominik F.D 1 Antwort Letzte Antwort
                              0
                              • A ak1

                                @glasfaser Ja, korrekt. Das Problem ist, dass Uhula seit Ende 2020 hier im Forum und auch auf GitHub wohl nicht mehr aktiv ist.
                                Deswegen meine Frage in die Runde, ob jemand an den Skripten erfolgreich Anpassungen vorgenommen hat.

                                Dominik F.D Offline
                                Dominik F.D Offline
                                Dominik F.
                                schrieb am zuletzt editiert von
                                #36

                                Gibt es hier vielleicht jemanden, der das Script anpassen kann?

                                K 1 Antwort Letzte Antwort
                                2
                                • Dominik F.D Dominik F.

                                  Gibt es hier vielleicht jemanden, der das Script anpassen kann?

                                  K Offline
                                  K Offline
                                  klausiob
                                  schrieb am zuletzt editiert von
                                  #37

                                  @dominik-f
                                  Ja heute auch zum ersten Mal massenweise Log-Einträge gesehen. Das betrifft die Objekte:

                                  Object of state "0_userdata.0.mdui.logTR064Devices.lastUpdate" is missing the required property "common.type"
                                  Read-only state "0_userdata.0.mdui.logTR064Devices.countUnreachable" has been written without ack-flag with value "18"
                                  Read-only state "0_userdata.0.mdui.logTR064Devices.count" has been written without ack-flag with value "34"
                                  Object of state "0_userdata.0.mdui.logTR064Devices.list" is missing the required property "common.type"
                                  Object of state "0_userdata.0.mdui.logTR064Devices.table" is missing the required property "common.type"
                                  

                                  Habe in den Objekten die passenden common.type eingetragen und bei den Objekten mit dem Fehler "written without ack-flag" noch write="true" gesetzt. Habe die Version 2020.05.01 UH.

                                  Pi4B, Pi3B+, Master-Slave, EchoPlus, 3xEchoDot, FireTVstick, Xiaomi Sensoren, Fritzbox, DECT200, HS100, ZBT-ExtendedColor (ALDI), Shelly 2.5, 2xZigBee-Router-Plugs, Sileno 500 smart, Somfy switch, IONIQ5, tibber
                                  node.js: 22.21.0 - npm: 10.9.4 - linux: raspbian-trixie - admin 7.7.19 - vis 1.5.6 - js-controller: 7.0.7

                                  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

                                  666

                                  Online

                                  32.4k

                                  Benutzer

                                  81.4k

                                  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