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. Tester
  4. jarvis v3.2.x - just another remarkable vis

NEWS

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

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

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

jarvis v3.2.x - just another remarkable vis

Geplant Angeheftet Gesperrt Verschoben Tester
902 Beiträge 44 Kommentatoren 253.2k Aufrufe 42 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.
  • S sk8er-boi

    @mcu ok das funktioniert :-)
    b2d12780-8f8f-4707-b0d4-6884e8c00821-image.png

    7d7f47f9-a046-44e6-94f8-1432e0d0277b-image.png

    Bisschen umständlich ist es bei den Lampen wenn der Datenpunkt anders heißt, Hier wäre eine Mehrfachauswahl cool. Aktuell hab ich den Punkt einfach umbenannt.

    M Online
    M Online
    MCU
    schrieb am zuletzt editiert von MCU
    #205

    @sk8er-boi Du kannst ja mehrere dynamische Listen nacheinander setzen.
    Problem Die Filterung greift nur oben, sie sollte zu jeder Liste greifen / einstellbar sein.

    NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
    Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

    S 1 Antwort Letzte Antwort
    0
    • M MCU

      @sk8er-boi Du kannst ja mehrere dynamische Listen nacheinander setzen.
      Problem Die Filterung greift nur oben, sie sollte zu jeder Liste greifen / einstellbar sein.

      S Offline
      S Offline
      sk8er-boi
      schrieb am zuletzt editiert von
      #206

      @mcu das mit den mehreren Listen ist eine gute Idee, bin ich nicht drauf gekommen :-)

      M 1 Antwort Letzte Antwort
      0
      • S sk8er-boi

        @mcu das mit den mehreren Listen ist eine gute Idee, bin ich nicht drauf gekommen :-)

        M Online
        M Online
        MCU
        schrieb am zuletzt editiert von MCU
        #207

        @sk8er-boi Wenn du es eingestellt hast bitte reinstellen, ich nehme es mit in die Doku.
        Schau mal bitte, ob es so ausreicht?
        https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/module/statelist/dynamische-listen-v3.2

        NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
        Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

        S 1 Antwort Letzte Antwort
        0
        • M MCU

          @sk8er-boi Wenn du es eingestellt hast bitte reinstellen, ich nehme es mit in die Doku.
          Schau mal bitte, ob es so ausreicht?
          https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/module/statelist/dynamische-listen-v3.2

          S Offline
          S Offline
          sk8er-boi
          schrieb am zuletzt editiert von
          #208

          @mcu das ist richtig klasse und hätte mir vorher viel geholfen.
          Ich tuh mich beim Filtern noch ein wenig schwierig aber es geht.
          Zum Beispiel alle geschlossenen Rollläden: (value, val) => val !=100

          Das Filtern mit mehreren Listen hab ich jetzt noch nicht getestet ( kommt im Erdgeschoss dann :-)) Aber da meintest du ja, wirds wohl noch Probleme geben.

          M 1 Antwort Letzte Antwort
          0
          • S sk8er-boi

            @mcu das ist richtig klasse und hätte mir vorher viel geholfen.
            Ich tuh mich beim Filtern noch ein wenig schwierig aber es geht.
            Zum Beispiel alle geschlossenen Rollläden: (value, val) => val !=100

            Das Filtern mit mehreren Listen hab ich jetzt noch nicht getestet ( kommt im Erdgeschoss dann :-)) Aber da meintest du ja, wirds wohl noch Probleme geben.

            M Online
            M Online
            MCU
            schrieb am zuletzt editiert von
            #209

            @sk8er-boi Problem ist, dass man evtl bei den unterschiedlichen FensterTypen nicht die gleichen Werte nutzt, also 0/1 sondern false/true usw. Aber fällt mir gerade ein, dann muss man die Filterung entsprechend anpassen. Ist komplizierter, aber geht.

            NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
            Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

            S 1 Antwort Letzte Antwort
            0
            • M MCU

              @sk8er-boi Problem ist, dass man evtl bei den unterschiedlichen FensterTypen nicht die gleichen Werte nutzt, also 0/1 sondern false/true usw. Aber fällt mir gerade ein, dann muss man die Filterung entsprechend anpassen. Ist komplizierter, aber geht.

              S Offline
              S Offline
              sk8er-boi
              schrieb am zuletzt editiert von
              #210

              @mcu hast du da ein Beispiel für ? Könnte ich wahrscheinlich gleich gebrauchen.

              M 1 Antwort Letzte Antwort
              0
              • S sk8er-boi

                @mcu hast du da ein Beispiel für ? Könnte ich wahrscheinlich gleich gebrauchen.

                M Online
                M Online
                MCU
                schrieb am zuletzt editiert von
                #211

                @sk8er-boi Mal hier schauen
                https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/module/statelist/eintrage-filtern

                NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                M 1 Antwort Letzte Antwort
                0
                • M MCU

                  @sk8er-boi Mal hier schauen
                  https://mcuiobroker.gitbook.io/jarvis-infos/jarvis-v3/besonderheiten-v3/module/statelist/eintrage-filtern

                  M Online
                  M Online
                  MCU
                  schrieb am zuletzt editiert von MCU
                  #212

                  @sk8er-boi

                  Zum Beispiel alle geschlossenen Rollläden: (value, val) => val !=100

                  Welchen Wert haben die denn geschlossen -> 0 -> val===0?

                  Wenn du dann ein Problemfall hast, dann stell ihn rein.

                  NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                  Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                  H 1 Antwort Letzte Antwort
                  0
                  • M MCU

                    @sk8er-boi

                    Zum Beispiel alle geschlossenen Rollläden: (value, val) => val !=100

                    Welchen Wert haben die denn geschlossen -> 0 -> val===0?

                    Wenn du dann ein Problemfall hast, dann stell ihn rein.

                    H Offline
                    H Offline
                    hotspot_2
                    schrieb am zuletzt editiert von
                    #213

                    @mcu Hi!

                    Ich habe das Update auf die aktuelle Beta (57) gemacht und erhalte dann folgende Fehlermeldungen. Da ich die bisher nicht hatte wollte ich mal nachfragen ob Da jemand was bekannt ist dazu woher das kommt:

                    2024-08-18 06:37:22.351 - info: jarvis.0 (109146) Server has 1 connected clients.
                    2024-08-18 06:37:22.353 - info: jarvis.0 (109146) Client-Instance with ip "192.168.1.66" (client-id "52dd4d4e-566b-57df-8324-77614c95ea8f") and instance-id "bpvMwMP/qy92yObWWxw6fQ==" (using Microsoft Edge) connected (with 1 instances in total).
                    2024-08-18 06:37:22.659 - info: jarvis.0 (109146) Client-Instance with ip "192.168.1.66" (client-id "52dd4d4e-566b-57df-8324-77614c95ea8f") and instance-id "bpvMwMP/qy92yObWWxw6fQ==" disconnected (with 0 instances left in total).
                    2024-08-18 06:37:22.660 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - scripts, Update for Scripts, which requires a reload of the page!, , 3338908027751811
                    2024-08-18 06:37:22.661 - info: jarvis.0 (109146) Server has 0 connected clients.
                    2024-08-18 06:37:22.723 - info: jarvis.0 (109146) Server has 1 connected clients.
                    2024-08-18 06:37:22.723 - info: jarvis.0 (109146) Client-Instance with ip "192.168.1.66" (client-id "52dd4d4e-566b-57df-8324-77614c95ea8f") and instance-id "ic2NXNIslgwi+MWaY3WgHw==" (using Microsoft Edge) connected (with 1 instances in total).
                    2024-08-18 06:37:22.825 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                    2024-08-18 06:37:22.825 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                    2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                    2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                    2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                    2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                    2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                    2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                    2024-08-18 06:37:22.842 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                    2024-08-18 06:37:22.866 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723932060006,
                    2024-08-18 06:37:22.866 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723932060006,
                    2024-08-18 06:37:22.866 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723845660004,
                    2024-08-18 06:37:22.870 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723845660004,
                    2024-08-18 06:37:22.870 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723955840000,
                    2024-08-18 06:37:22.878 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723955840000,
                    2024-08-18 06:37:22.878 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723935622798,
                    2024-08-18 06:37:22.878 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723935622798,
                    2024-08-18 06:37:22.879 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723935622799,
                    2024-08-18 06:37:22.880 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723935622799,
                    2024-08-18 06:37:22.881 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - StateList, df59d8be-58a1-4551-beeb-39b02d16afdd, DWD Warnung Beginn, 0_userdata.0.DWD.Warnung_Beginn, [object Object], 0_userdata.0.DWD.Warnung_Beginn is not a valid state (in getState)
                    2024-08-18 06:37:22.881 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - StateList, df59d8be-58a1-4551-beeb-39b02d16afdd, DWD Warnung Ende, 0_userdata.0.DWD.Warnung_Ende, [object Object], 0_userdata.0.DWD.Warnung_Ende is not a valid state (in getState)
                    2024-08-18 06:37:22.881 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723298508064,
                    2024-08-18 06:37:22.882 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723298508064,
                    2024-08-18 06:37:22.882 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1691426827733,
                    2024-08-18 06:37:22.915 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1691426827733,
                    2024-08-18 06:37:25.005 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723955845001,
                    2024-08-18 06:37:25.005 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723955845001,
                    2024-08-18 06:37:26.721 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - StateList, Device with ID e1a45c62-ad5e-4f31-b8b6-6d081ec13a03 not found!
                    2024-08-18 06:37:26.721 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - StateList, Device with ID 480148ac-7896-4eb4-94c2-ebda6ddbb595 not found!
                    2024-08-18 06:37:26.757 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.758 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.820 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.821 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.821 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.826 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.827 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.828 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.828 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.828 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.829 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.830 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.830 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.831 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.832 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - StateList, 92c3317f-0748-433b-97d2-049ead36699d, Ladegeräte Handy (6), 0_userdata.0.shellies.schalter.obergeschoss.lade_handy.switch, [object Object], 0_userdata.0.shellies.schalter.obergeschoss.lade_handy.switch is not a valid state (in getState)
                    2024-08-18 06:37:26.832 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.833 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.833 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:26.876 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:27.568 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:27.568 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:36.821 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:36.821 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:41.158 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:41.158 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:41.204 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:41.205 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:55.421 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:55.421 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:57.572 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:37:57.572 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:06.826 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:06.826 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:11.165 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:11.165 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:11.208 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:11.209 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:25.424 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:25.424 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:27.580 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:27.580 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:36.841 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:36.841 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:41.179 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:41.179 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:41.256 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:41.257 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:55.440 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    2024-08-18 06:38:55.441 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                    
                    M 1 Antwort Letzte Antwort
                    0
                    • H hotspot_2

                      @mcu Hi!

                      Ich habe das Update auf die aktuelle Beta (57) gemacht und erhalte dann folgende Fehlermeldungen. Da ich die bisher nicht hatte wollte ich mal nachfragen ob Da jemand was bekannt ist dazu woher das kommt:

                      2024-08-18 06:37:22.351 - info: jarvis.0 (109146) Server has 1 connected clients.
                      2024-08-18 06:37:22.353 - info: jarvis.0 (109146) Client-Instance with ip "192.168.1.66" (client-id "52dd4d4e-566b-57df-8324-77614c95ea8f") and instance-id "bpvMwMP/qy92yObWWxw6fQ==" (using Microsoft Edge) connected (with 1 instances in total).
                      2024-08-18 06:37:22.659 - info: jarvis.0 (109146) Client-Instance with ip "192.168.1.66" (client-id "52dd4d4e-566b-57df-8324-77614c95ea8f") and instance-id "bpvMwMP/qy92yObWWxw6fQ==" disconnected (with 0 instances left in total).
                      2024-08-18 06:37:22.660 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - scripts, Update for Scripts, which requires a reload of the page!, , 3338908027751811
                      2024-08-18 06:37:22.661 - info: jarvis.0 (109146) Server has 0 connected clients.
                      2024-08-18 06:37:22.723 - info: jarvis.0 (109146) Server has 1 connected clients.
                      2024-08-18 06:37:22.723 - info: jarvis.0 (109146) Client-Instance with ip "192.168.1.66" (client-id "52dd4d4e-566b-57df-8324-77614c95ea8f") and instance-id "ic2NXNIslgwi+MWaY3WgHw==" (using Microsoft Edge) connected (with 1 instances in total).
                      2024-08-18 06:37:22.825 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                      2024-08-18 06:37:22.825 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                      2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                      2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                      2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                      2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                      2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                      2024-08-18 06:37:22.826 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                      2024-08-18 06:37:22.842 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 0,
                      2024-08-18 06:37:22.866 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723932060006,
                      2024-08-18 06:37:22.866 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723932060006,
                      2024-08-18 06:37:22.866 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723845660004,
                      2024-08-18 06:37:22.870 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723845660004,
                      2024-08-18 06:37:22.870 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723955840000,
                      2024-08-18 06:37:22.878 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723955840000,
                      2024-08-18 06:37:22.878 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723935622798,
                      2024-08-18 06:37:22.878 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723935622798,
                      2024-08-18 06:37:22.879 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723935622799,
                      2024-08-18 06:37:22.880 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723935622799,
                      2024-08-18 06:37:22.881 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - StateList, df59d8be-58a1-4551-beeb-39b02d16afdd, DWD Warnung Beginn, 0_userdata.0.DWD.Warnung_Beginn, [object Object], 0_userdata.0.DWD.Warnung_Beginn is not a valid state (in getState)
                      2024-08-18 06:37:22.881 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - StateList, df59d8be-58a1-4551-beeb-39b02d16afdd, DWD Warnung Ende, 0_userdata.0.DWD.Warnung_Ende, [object Object], 0_userdata.0.DWD.Warnung_Ende is not a valid state (in getState)
                      2024-08-18 06:37:22.881 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723298508064,
                      2024-08-18 06:37:22.882 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723298508064,
                      2024-08-18 06:37:22.882 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1691426827733,
                      2024-08-18 06:37:22.915 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1691426827733,
                      2024-08-18 06:37:25.005 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723955845001,
                      2024-08-18 06:37:25.005 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - Cannot read properties of null (reading 'map'), 1723955845001,
                      2024-08-18 06:37:26.721 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - StateList, Device with ID e1a45c62-ad5e-4f31-b8b6-6d081ec13a03 not found!
                      2024-08-18 06:37:26.721 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - StateList, Device with ID 480148ac-7896-4eb4-94c2-ebda6ddbb595 not found!
                      2024-08-18 06:37:26.757 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.758 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.820 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.821 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.821 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.826 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.827 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.828 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.828 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.828 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.829 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.830 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.830 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.831 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.832 - warn: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - StateList, 92c3317f-0748-433b-97d2-049ead36699d, Ladegeräte Handy (6), 0_userdata.0.shellies.schalter.obergeschoss.lade_handy.switch, [object Object], 0_userdata.0.shellies.schalter.obergeschoss.lade_handy.switch is not a valid state (in getState)
                      2024-08-18 06:37:26.832 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.833 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.833 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:26.876 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:27.568 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:27.568 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:36.821 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:36.821 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:41.158 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:41.158 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:41.204 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:41.205 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:55.421 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:55.421 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:57.572 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:37:57.572 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:06.826 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:06.826 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:11.165 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:11.165 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:11.208 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:11.209 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:25.424 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:25.424 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:27.580 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:27.580 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:36.841 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:36.841 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:41.179 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:41.179 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:41.256 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:41.257 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:55.440 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      2024-08-18 06:38:55.441 - error: jarvis.0 (109146) 192.168.1.66 (Microsoft Edge) - [object Object]
                      
                      M Online
                      M Online
                      MCU
                      schrieb am zuletzt editiert von
                      #214

                      @hotspot_2 Schlechte Version, nimm mal die v3.2.0-beta.49

                      NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                      Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                      1 Antwort Letzte Antwort
                      0
                      • H Offline
                        H Offline
                        holofury
                        schrieb am zuletzt editiert von
                        #215

                        Moin,
                        ich hab ein Problem, ein Script einzufügen, wie hier schon angesprochen.

                        Nach dem Speichern und neu aufrufen der Konfiguration ist unter Scripts Editor wieder alles leer und natürlich wird das Script auch nicht ausgeführt.

                        Ein Downgrade auf die beta.49, wie von @MCU vorgeschlagen, hat leider keinen Erfolg gebracht...

                        Gibt es da noch Ideen, woran es liegen könnte?

                        M 1 Antwort Letzte Antwort
                        0
                        • H holofury

                          Moin,
                          ich hab ein Problem, ein Script einzufügen, wie hier schon angesprochen.

                          Nach dem Speichern und neu aufrufen der Konfiguration ist unter Scripts Editor wieder alles leer und natürlich wird das Script auch nicht ausgeführt.

                          Ein Downgrade auf die beta.49, wie von @MCU vorgeschlagen, hat leider keinen Erfolg gebracht...

                          Gibt es da noch Ideen, woran es liegen könnte?

                          M Online
                          M Online
                          MCU
                          schrieb am zuletzt editiert von MCU
                          #216

                          @holofury Hast du mal ein Upload gemacht?
                          Browser-Cache gelöscht?
                          Meldungen in der Browser-Console (F12)?

                          NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                          Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                          H 1 Antwort Letzte Antwort
                          0
                          • M MCU

                            @holofury Hast du mal ein Upload gemacht?
                            Browser-Cache gelöscht?
                            Meldungen in der Browser-Console (F12)?

                            H Offline
                            H Offline
                            holofury
                            schrieb am zuletzt editiert von
                            #217

                            @mcu
                            Was für einen Upload meinst du?
                            Browser Cache ist gelöscht.
                            Console hat Fehlermeldung:

                            App Welcome to jarvis v3.2.0-beta.49
                            index-cc169059.js:97 Socket Connected to ws://192.168.178.62:8400.
                            index-cc169059.js:97 Socket Listen for messages..
                            index-cc169059.js:108 App using instance 0 and namespace "jarvis.#4862020447449798".
                            index-cc169059.js:97 Pro Valid Pro User: XXX
                            index.html#/6859bc86…202-8500ab52e307:14 Uncaught SyntaxError: Unexpected identifier 'Object'
                                at useCustomTag (index-cc169059.js:108:4108)
                                at index-cc169059.js:108:75834
                            index-cc169059.js:121 Authenticate for configuration...
                            index-cc169059.js:121 Authenticated for configuration.
                            index-cc169059.js:16 TypeError: v.trim is not a function
                                at u (index-cc169059.js:1578:2440)
                                at setup (index-cc169059.js:1578:2461)
                                at callWithErrorHandling (index-cc169059.js:16:788)
                                at setupStatefulComponent (index-cc169059.js:16:60621)
                                at setupComponent (index-cc169059.js:16:60280)
                                at re (index-cc169059.js:16:38821)
                                at ie (index-cc169059.js:16:38657)
                                at Y (index-cc169059.js:16:34643)
                                at ReactiveEffect.be [as fn] (index-cc169059.js:16:39720)
                                at ReactiveEffect.run (index-cc169059.js:9:1918)
                            
                            M 1 Antwort Letzte Antwort
                            0
                            • H holofury

                              @mcu
                              Was für einen Upload meinst du?
                              Browser Cache ist gelöscht.
                              Console hat Fehlermeldung:

                              App Welcome to jarvis v3.2.0-beta.49
                              index-cc169059.js:97 Socket Connected to ws://192.168.178.62:8400.
                              index-cc169059.js:97 Socket Listen for messages..
                              index-cc169059.js:108 App using instance 0 and namespace "jarvis.#4862020447449798".
                              index-cc169059.js:97 Pro Valid Pro User: XXX
                              index.html#/6859bc86…202-8500ab52e307:14 Uncaught SyntaxError: Unexpected identifier 'Object'
                                  at useCustomTag (index-cc169059.js:108:4108)
                                  at index-cc169059.js:108:75834
                              index-cc169059.js:121 Authenticate for configuration...
                              index-cc169059.js:121 Authenticated for configuration.
                              index-cc169059.js:16 TypeError: v.trim is not a function
                                  at u (index-cc169059.js:1578:2440)
                                  at setup (index-cc169059.js:1578:2461)
                                  at callWithErrorHandling (index-cc169059.js:16:788)
                                  at setupStatefulComponent (index-cc169059.js:16:60621)
                                  at setupComponent (index-cc169059.js:16:60280)
                                  at re (index-cc169059.js:16:38821)
                                  at ie (index-cc169059.js:16:38657)
                                  at Y (index-cc169059.js:16:34643)
                                  at ReactiveEffect.be [as fn] (index-cc169059.js:16:39720)
                                  at ReactiveEffect.run (index-cc169059.js:9:1918)
                              
                              M Online
                              M Online
                              MCU
                              schrieb am zuletzt editiert von
                              #218

                              @holofury
                              Auf der console in iobroker

                              iob upload jarvis
                              

                              NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                              Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                              H 1 Antwort Letzte Antwort
                              0
                              • M MCU

                                @holofury
                                Auf der console in iobroker

                                iob upload jarvis
                                
                                H Offline
                                H Offline
                                holofury
                                schrieb am zuletzt editiert von
                                #219

                                @mcu
                                Hat leider auch keine Besserung gebracht.

                                Wenn ich ein Reload der Scripts-Seite mache, taucht noch "Enable Scripts" auf:
                                e86b5324-c76d-438f-bb1b-ad49e37a3e21-image.png

                                Hat aber auch keine Auswirkungen, egal ob ich ihn ein- oder ausschalte.
                                Der DP ist auf jeden Fall auf true.

                                M 1 Antwort Letzte Antwort
                                0
                                • H holofury

                                  @mcu
                                  Hat leider auch keine Besserung gebracht.

                                  Wenn ich ein Reload der Scripts-Seite mache, taucht noch "Enable Scripts" auf:
                                  e86b5324-c76d-438f-bb1b-ad49e37a3e21-image.png

                                  Hat aber auch keine Auswirkungen, egal ob ich ihn ein- oder ausschalte.
                                  Der DP ist auf jeden Fall auf true.

                                  M Online
                                  M Online
                                  MCU
                                  schrieb am zuletzt editiert von MCU
                                  #220

                                  @holofury
                                  https://github.com/Zefau/ioBroker.jarvis/issues/2757

                                  Die Einträge kamen aber erst mit beta.60, also ist anscheinend bei Dir noch was im Cache.
                                  Nimm mal einen anderen Browser und zeig mal bitte die jarvis-DPs insbesondere scripts.
                                  2fd671c8-5c51-4f9d-a2e9-1f0bdbd86b4d-image.png

                                  Man kann auch im Browser nachschauen, was im Cache ist -> localStorage muss man in der Browser-console eingeben

                                  1f3cd07b-57ae-4462-a93e-499232eacd77-image.png

                                  NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                  Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                  H 1 Antwort Letzte Antwort
                                  0
                                  • M MCU

                                    @holofury
                                    https://github.com/Zefau/ioBroker.jarvis/issues/2757

                                    Die Einträge kamen aber erst mit beta.60, also ist anscheinend bei Dir noch was im Cache.
                                    Nimm mal einen anderen Browser und zeig mal bitte die jarvis-DPs insbesondere scripts.
                                    2fd671c8-5c51-4f9d-a2e9-1f0bdbd86b4d-image.png

                                    Man kann auch im Browser nachschauen, was im Cache ist -> localStorage muss man in der Browser-console eingeben

                                    1f3cd07b-57ae-4462-a93e-499232eacd77-image.png

                                    H Offline
                                    H Offline
                                    holofury
                                    schrieb am zuletzt editiert von
                                    #221

                                    @mcu
                                    Hatte in Firefox den Cache gelöscht, aber in Chrome die Console geöffnet.
                                    Hab aber auch in Firefox Fehlermeldungen:

                                    TypeError: v.trim is not a function
                                        u http://192.168.178.62:8400/jarvis/js/index-cc169059.js:1578
                                        setup http://192.168.178.62:8400/jarvis/js/index-cc169059.js:1578
                                        callWithErrorHandling http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        setupStatefulComponent http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        setupComponent http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        re http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        ie http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        be http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        run http://192.168.178.62:8400/jarvis/js/index-cc169059.js:9
                                        update http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        fe http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        re http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        ie http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        ye http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        pe http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        ne http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        X http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        be http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        run http://192.168.178.62:8400/jarvis/js/index-cc169059.js:9
                                        update http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        he http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        ie http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        ye http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        pe http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        ne http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        X http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        be http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        run http://192.168.178.62:8400/jarvis/js/index-cc169059.js:9
                                        update http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        callWithErrorHandling http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        flushJobs http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                    
                                    Uncaught SyntaxError: missing ] after element list
                                        useCustomTag http://192.168.178.62:8400/jarvis/js/index-cc169059.js:108
                                        onConnect http://192.168.178.62:8400/jarvis/js/index-cc169059.js:108
                                    192.168.178.62:8400:14:30note: [ opened at line 14, column 22
                                    

                                    Hier die Datenpunkte:

                                    CSS:

                                    {
                                      "version": 3.2,
                                      "signature": null,
                                      "styles": ".q-page-container {\n\tpadding-top: 0px !important;\n}\n\n.jarvis-tabs-container .tabIcon {\n\ttransform: scale(1.5, 1.5);\n}\n\n.jarvis-tabs-container {\n\theight: 50px;\n\t/* man kann auch 60px nehmen */\n\t/* -> Icon weiter runter zur Auswahllinie */\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n.jarvis-tabs-container .q-tab__content {\n\t/* Klickbereich */\n\tmin-width: 40px!important;\n\tmin-height: 50px;\n\t/* wenn man oben bei tabs-container die height ändert */\n\t/* dann auch hier 60px */\n\tvertical-align: inherit;\n}\n\n.jarvis-page-container {\n\tbackground-image: url(\"https://w.forfun.com/fetch/3d/3dc71baf5d8da82a1246c24c940ee10b.jpeg\");\n}\n\n.body--dark .jarvis-header {\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n.jarvis-widget-container {\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n.body--dark .jarvis-widget {\n\tbackground: rgba(0,0,0,0.45);\n}\n\n.body--light .jarvis-widget {\n\tbackground: rgba(255,255,255,1);\n}\n\n.body--dark .jarvis-tabs-container {\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n/* für JsonTable ergänzt @mcu */\n\n.q-table__container {\n\tbackground-color: transparent !important;\n}\n\n/* für Trennstrich für TABs ergänzt @mcu */\n\n.q-header--bordered {\n\tborder: 1px solid transparent !important;\n}\n\n/* MediaControl in transparentem Design @mcu */\n\n.cover {\n\tbackground-color: transparent !important;\n}\n\n.controls {\n\tbackground-color: transparent !important;\n}\n\n.track-information {\n\tbackground: rgba(25, 118, 210, 0) !important;\n}\n\n.track-duration {\n\tbackground-color: white;\n}\n\n.track-progress {\n\tbackground-color: blue;\n}\n\n.controls .jarvis-icon svg {\n\tcolor: white;\n}\n\n.controls .controlsLeft .q-btn__wrapper {\n\tbackground-color: transparent !important;\n}\n\n.controls .q-btn-group >.q-btn-item {\n\tbackground-color: transparent !important;\n}\n\n/* Bei JsonTable in Vergrößerung anderer Hintergrund nicht transparent @MCU */\n\n.fullscreen.scroll.jarvis-JsonTable.sticky-table-header {\n\tbackground-image: url(\"https://w.forfun.com/fetch/3d/3dc71baf5d8da82a1246c24c940ee10b.jpeg\") !important;\n}"
                                    }
                                    
                                    M H 2 Antworten Letzte Antwort
                                    0
                                    • H holofury

                                      @mcu
                                      Hatte in Firefox den Cache gelöscht, aber in Chrome die Console geöffnet.
                                      Hab aber auch in Firefox Fehlermeldungen:

                                      TypeError: v.trim is not a function
                                          u http://192.168.178.62:8400/jarvis/js/index-cc169059.js:1578
                                          setup http://192.168.178.62:8400/jarvis/js/index-cc169059.js:1578
                                          callWithErrorHandling http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          setupStatefulComponent http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          setupComponent http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          re http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          ie http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          be http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          run http://192.168.178.62:8400/jarvis/js/index-cc169059.js:9
                                          update http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          fe http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          re http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          ie http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          ye http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          pe http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          ne http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          X http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          be http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          run http://192.168.178.62:8400/jarvis/js/index-cc169059.js:9
                                          update http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          he http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          ie http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          ye http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          pe http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          ne http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          X http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          be http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          run http://192.168.178.62:8400/jarvis/js/index-cc169059.js:9
                                          update http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          callWithErrorHandling http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                          flushJobs http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                      
                                      Uncaught SyntaxError: missing ] after element list
                                          useCustomTag http://192.168.178.62:8400/jarvis/js/index-cc169059.js:108
                                          onConnect http://192.168.178.62:8400/jarvis/js/index-cc169059.js:108
                                      192.168.178.62:8400:14:30note: [ opened at line 14, column 22
                                      

                                      Hier die Datenpunkte:

                                      CSS:

                                      {
                                        "version": 3.2,
                                        "signature": null,
                                        "styles": ".q-page-container {\n\tpadding-top: 0px !important;\n}\n\n.jarvis-tabs-container .tabIcon {\n\ttransform: scale(1.5, 1.5);\n}\n\n.jarvis-tabs-container {\n\theight: 50px;\n\t/* man kann auch 60px nehmen */\n\t/* -> Icon weiter runter zur Auswahllinie */\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n.jarvis-tabs-container .q-tab__content {\n\t/* Klickbereich */\n\tmin-width: 40px!important;\n\tmin-height: 50px;\n\t/* wenn man oben bei tabs-container die height ändert */\n\t/* dann auch hier 60px */\n\tvertical-align: inherit;\n}\n\n.jarvis-page-container {\n\tbackground-image: url(\"https://w.forfun.com/fetch/3d/3dc71baf5d8da82a1246c24c940ee10b.jpeg\");\n}\n\n.body--dark .jarvis-header {\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n.jarvis-widget-container {\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n.body--dark .jarvis-widget {\n\tbackground: rgba(0,0,0,0.45);\n}\n\n.body--light .jarvis-widget {\n\tbackground: rgba(255,255,255,1);\n}\n\n.body--dark .jarvis-tabs-container {\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n/* für JsonTable ergänzt @mcu */\n\n.q-table__container {\n\tbackground-color: transparent !important;\n}\n\n/* für Trennstrich für TABs ergänzt @mcu */\n\n.q-header--bordered {\n\tborder: 1px solid transparent !important;\n}\n\n/* MediaControl in transparentem Design @mcu */\n\n.cover {\n\tbackground-color: transparent !important;\n}\n\n.controls {\n\tbackground-color: transparent !important;\n}\n\n.track-information {\n\tbackground: rgba(25, 118, 210, 0) !important;\n}\n\n.track-duration {\n\tbackground-color: white;\n}\n\n.track-progress {\n\tbackground-color: blue;\n}\n\n.controls .jarvis-icon svg {\n\tcolor: white;\n}\n\n.controls .controlsLeft .q-btn__wrapper {\n\tbackground-color: transparent !important;\n}\n\n.controls .q-btn-group >.q-btn-item {\n\tbackground-color: transparent !important;\n}\n\n/* Bei JsonTable in Vergrößerung anderer Hintergrund nicht transparent @MCU */\n\n.fullscreen.scroll.jarvis-JsonTable.sticky-table-header {\n\tbackground-image: url(\"https://w.forfun.com/fetch/3d/3dc71baf5d8da82a1246c24c940ee10b.jpeg\") !important;\n}"
                                      }
                                      
                                      M Online
                                      M Online
                                      MCU
                                      schrieb am zuletzt editiert von MCU
                                      #222

                                      @holofury CSS ist schon mal falsch.
                                      a6e8ebb0-c395-433a-b5b8-dffcee459efe-image.png
                                      Es muss dort eine Zahl stehen.
                                      Und scripts?

                                      Zeig mal die Übersicht, so wie ich es gezeigt habe.

                                      NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                      Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                      H 1 Antwort Letzte Antwort
                                      0
                                      • H holofury

                                        @mcu
                                        Hatte in Firefox den Cache gelöscht, aber in Chrome die Console geöffnet.
                                        Hab aber auch in Firefox Fehlermeldungen:

                                        TypeError: v.trim is not a function
                                            u http://192.168.178.62:8400/jarvis/js/index-cc169059.js:1578
                                            setup http://192.168.178.62:8400/jarvis/js/index-cc169059.js:1578
                                            callWithErrorHandling http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            setupStatefulComponent http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            setupComponent http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            re http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            ie http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            be http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            run http://192.168.178.62:8400/jarvis/js/index-cc169059.js:9
                                            update http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            fe http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            re http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            ie http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            ye http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            pe http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            ne http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            X http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            be http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            run http://192.168.178.62:8400/jarvis/js/index-cc169059.js:9
                                            update http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            he http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            ie http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            ye http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            pe http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            ne http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            X http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            Y http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            be http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            run http://192.168.178.62:8400/jarvis/js/index-cc169059.js:9
                                            update http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            callWithErrorHandling http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                            flushJobs http://192.168.178.62:8400/jarvis/js/index-cc169059.js:16
                                        
                                        Uncaught SyntaxError: missing ] after element list
                                            useCustomTag http://192.168.178.62:8400/jarvis/js/index-cc169059.js:108
                                            onConnect http://192.168.178.62:8400/jarvis/js/index-cc169059.js:108
                                        192.168.178.62:8400:14:30note: [ opened at line 14, column 22
                                        

                                        Hier die Datenpunkte:

                                        CSS:

                                        {
                                          "version": 3.2,
                                          "signature": null,
                                          "styles": ".q-page-container {\n\tpadding-top: 0px !important;\n}\n\n.jarvis-tabs-container .tabIcon {\n\ttransform: scale(1.5, 1.5);\n}\n\n.jarvis-tabs-container {\n\theight: 50px;\n\t/* man kann auch 60px nehmen */\n\t/* -> Icon weiter runter zur Auswahllinie */\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n.jarvis-tabs-container .q-tab__content {\n\t/* Klickbereich */\n\tmin-width: 40px!important;\n\tmin-height: 50px;\n\t/* wenn man oben bei tabs-container die height ändert */\n\t/* dann auch hier 60px */\n\tvertical-align: inherit;\n}\n\n.jarvis-page-container {\n\tbackground-image: url(\"https://w.forfun.com/fetch/3d/3dc71baf5d8da82a1246c24c940ee10b.jpeg\");\n}\n\n.body--dark .jarvis-header {\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n.jarvis-widget-container {\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n.body--dark .jarvis-widget {\n\tbackground: rgba(0,0,0,0.45);\n}\n\n.body--light .jarvis-widget {\n\tbackground: rgba(255,255,255,1);\n}\n\n.body--dark .jarvis-tabs-container {\n\tbackground-color: rgba(0,0,0,0.45) !important;\n}\n\n/* für JsonTable ergänzt @mcu */\n\n.q-table__container {\n\tbackground-color: transparent !important;\n}\n\n/* für Trennstrich für TABs ergänzt @mcu */\n\n.q-header--bordered {\n\tborder: 1px solid transparent !important;\n}\n\n/* MediaControl in transparentem Design @mcu */\n\n.cover {\n\tbackground-color: transparent !important;\n}\n\n.controls {\n\tbackground-color: transparent !important;\n}\n\n.track-information {\n\tbackground: rgba(25, 118, 210, 0) !important;\n}\n\n.track-duration {\n\tbackground-color: white;\n}\n\n.track-progress {\n\tbackground-color: blue;\n}\n\n.controls .jarvis-icon svg {\n\tcolor: white;\n}\n\n.controls .controlsLeft .q-btn__wrapper {\n\tbackground-color: transparent !important;\n}\n\n.controls .q-btn-group >.q-btn-item {\n\tbackground-color: transparent !important;\n}\n\n/* Bei JsonTable in Vergrößerung anderer Hintergrund nicht transparent @MCU */\n\n.fullscreen.scroll.jarvis-JsonTable.sticky-table-header {\n\tbackground-image: url(\"https://w.forfun.com/fetch/3d/3dc71baf5d8da82a1246c24c940ee10b.jpeg\") !important;\n}"
                                        }
                                        
                                        H Offline
                                        H Offline
                                        holofury
                                        schrieb am zuletzt editiert von
                                        #223
                                        {
                                          "version": 3.2,
                                          "signature": 7813676603462119,
                                          "scripts": {}
                                        }
                                        

                                        devices.txt scripts:
                                        widgets.txt

                                        notifications und theme sind leer

                                        M 1 Antwort Letzte Antwort
                                        0
                                        • H holofury
                                          {
                                            "version": 3.2,
                                            "signature": 7813676603462119,
                                            "scripts": {}
                                          }
                                          

                                          devices.txt scripts:
                                          widgets.txt

                                          notifications und theme sind leer

                                          M Online
                                          M Online
                                          MCU
                                          schrieb am zuletzt editiert von
                                          #224

                                          @holofury Dann setz mal bei CSS für die signature eine Zahl 1234 und speicher es

                                          NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                                          Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                                          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

                                          317

                                          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