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

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Vis-2(.0) - Neuer Adapter als Beta

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.1k

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.4k

Vis-2(.0) - Neuer Adapter als Beta

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
691 Beiträge 101 Kommentatoren 234.0k Aufrufe 115 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.
  • OliverIOO OliverIO

    @matthias-vastring

    evtl hilft dir das bei der fehleranalyse

    val11: {val1:0_userdata.0.test.test_11;val1}<br>
    val11: {val1:0_userdata.0.test.test_11;typeof(val1)}<br>
    val12: {val2:0_userdata.0.test.test_12;val2}<br>
    val12: {val2:0_userdata.0.test.test_12;typeof(val2)}<br>
    valZ1: {val1:0_userdata.0.test.test_11;val2:0_userdata.0.test.test_12;val1+val2}<br>
    valZ2: {val1:0_userdata.0.test.test_11;val2:0_userdata.0.test.test_12;parseFloat(val1)+parseFloat(val2)}<br>
     
    

    ergibt dann

    val11: 11.11
    val11: string
    val12: 22.22
    val12: string
    valZ1: 11.1122.22
    valZ2: 33.33
    
    Matthias VastringM Offline
    Matthias VastringM Offline
    Matthias Vastring
    schrieb am zuletzt editiert von
    #184

    @oliverio Ok, das funktionierte...
    Ich habe den beiden Attributen jetzt einen Alias gegeben, damit klappt das rechnen, direkt aus dem shelly-Objekt heraus nicht...

    1 Antwort Letzte Antwort
    0
    • Matthias VastringM Matthias Vastring

      @homoran ja, das was ich im Code gepostet habe steht exakt so im html-Bereich vom Widget.

      c180d163-f5d4-4c75-b906-49ab9f083981-image.png

      OliverIOO Offline
      OliverIOO Offline
      OliverIO
      schrieb am zuletzt editiert von OliverIO
      #185

      @matthias-vastring

      ah, mir ist noch was eingefallen.
      ich glaube die datenpunkte mit raute# oder andere zeichen funktionieren in vis nicht so optimal.
      im speziellen wenn man 2 datenpunkte mit raute verwendet
      du musst die alle per alias in einen besseren namen vorher spiegeln
      https://github.com/ioBroker/ioBroker.vis/issues/423
      https://forum.iobroker.net/topic/49473/gelöst-vis-binding-und-verknüpfung-mehrerer-variablen/18

      Meine Adapter und Widgets
      TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
      Links im Profil

      Matthias VastringM 1 Antwort Letzte Antwort
      0
      • OliverIOO OliverIO

        @matthias-vastring

        ah, mir ist noch was eingefallen.
        ich glaube die datenpunkte mit raute# oder andere zeichen funktionieren in vis nicht so optimal.
        im speziellen wenn man 2 datenpunkte mit raute verwendet
        du musst die alle per alias in einen besseren namen vorher spiegeln
        https://github.com/ioBroker/ioBroker.vis/issues/423
        https://forum.iobroker.net/topic/49473/gelöst-vis-binding-und-verknüpfung-mehrerer-variablen/18

        Matthias VastringM Offline
        Matthias VastringM Offline
        Matthias Vastring
        schrieb am zuletzt editiert von
        #186

        @oliverio Das macht dann Sinn ;) Danke!

        1 Antwort Letzte Antwort
        0
        • Matthias VastringM Offline
          Matthias VastringM Offline
          Matthias Vastring
          schrieb am zuletzt editiert von
          #187

          Ok, mein rechnen läuft soweit, ich verstehe aber noch nicht so ganz wie ich auf Auflösungen reagieren soll...
          Ich habe gerade meine Solaranlage abgefragt

          19c6a652-938c-4815-bb0f-c0241e560937-image.png

          Sieht auf dem Telefon natürlich blöd aus, weil er rauszoomt. Ich finde aber auch nichts, wo ich das Seitenverhalten ändern könnte. Wie ist das wohl gedacht?

          Danke!
          Matze

          S 1 Antwort Letzte Antwort
          0
          • Matthias VastringM Matthias Vastring

            Ok, mein rechnen läuft soweit, ich verstehe aber noch nicht so ganz wie ich auf Auflösungen reagieren soll...
            Ich habe gerade meine Solaranlage abgefragt

            19c6a652-938c-4815-bb0f-c0241e560937-image.png

            Sieht auf dem Telefon natürlich blöd aus, weil er rauszoomt. Ich finde aber auch nichts, wo ich das Seitenverhalten ändern könnte. Wie ist das wohl gedacht?

            Danke!
            Matze

            S Offline
            S Offline
            Sandy
            schrieb am zuletzt editiert von
            #188

            weil mein Vis2 ja immer noch Probleme mit dem Touch hat wollte ich jetzt mal auf Version 2.2.4 updaten. Da kommt bei mir folgender Fehler :

            32a0eedd-bd85-4704-b08f-86efeb6e49fe-image.png

            Ich arbeite immer noch mit Vis 1 und wollte meine Licence noch nicht übertragen weil Vis 2 ja noch nicht funktioniert.

            Heist das jetzt das ich keine Updates bei Vis 2 machen kann weil ich meine Licence noch nicht von Vis 1 auf Vis 2 übertragen habe ?

            Grus
            Sandy

            sigi234S FeuersturmF 2 Antworten Letzte Antwort
            0
            • S Sandy

              weil mein Vis2 ja immer noch Probleme mit dem Touch hat wollte ich jetzt mal auf Version 2.2.4 updaten. Da kommt bei mir folgender Fehler :

              32a0eedd-bd85-4704-b08f-86efeb6e49fe-image.png

              Ich arbeite immer noch mit Vis 1 und wollte meine Licence noch nicht übertragen weil Vis 2 ja noch nicht funktioniert.

              Heist das jetzt das ich keine Updates bei Vis 2 machen kann weil ich meine Licence noch nicht von Vis 1 auf Vis 2 übertragen habe ?

              Grus
              Sandy

              sigi234S Online
              sigi234S Online
              sigi234
              Forum Testing Most Active
              schrieb am zuletzt editiert von
              #189

              @sandy

              js-controller updaten!

              Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Immer Daten sichern!

              1 Antwort Letzte Antwort
              1
              • S Sandy

                weil mein Vis2 ja immer noch Probleme mit dem Touch hat wollte ich jetzt mal auf Version 2.2.4 updaten. Da kommt bei mir folgender Fehler :

                32a0eedd-bd85-4704-b08f-86efeb6e49fe-image.png

                Ich arbeite immer noch mit Vis 1 und wollte meine Licence noch nicht übertragen weil Vis 2 ja noch nicht funktioniert.

                Heist das jetzt das ich keine Updates bei Vis 2 machen kann weil ich meine Licence noch nicht von Vis 1 auf Vis 2 übertragen habe ?

                Grus
                Sandy

                FeuersturmF Online
                FeuersturmF Online
                Feuersturm
                schrieb am zuletzt editiert von
                #190

                @sandy Hi, nein die Meldungen besagt, dass vis-2 einen js-controller 5.x erwartet und dein System noch mit einem js-controller 4.x läuft.
                Js-controller 5 ist noch im beta Studium.

                S 1 Antwort Letzte Antwort
                1
                • FeuersturmF Feuersturm

                  @sandy Hi, nein die Meldungen besagt, dass vis-2 einen js-controller 5.x erwartet und dein System noch mit einem js-controller 4.x läuft.
                  Js-controller 5 ist noch im beta Studium.

                  S Offline
                  S Offline
                  Sandy
                  schrieb am zuletzt editiert von
                  #191

                  alles klar, danke euch beiden für die Info. :flushed:

                  Ja beim js-controller hatte ich noch kein Update gemacht weil da beim letzten mal einiges nicht mehr funktioniert hat und ich warten wollte bis die offizielle 5er Version vom js-controller raus kommt.

                  Aber ich kann ja auch ne Sicherung machen vom ioBroker und jetzt nochmal probieren auf die 5er Version upzudaten

                  1 Antwort Letzte Antwort
                  0
                  • M Offline
                    M Offline
                    m0uh
                    schrieb am zuletzt editiert von
                    #192

                    Hallo ich habe folgendes Problem das ich mein VIS1 nicht in VIS2 importieren kann... ich bin von der Alpha auf die Beta umgestiegen und danach hat irgendwie gar nichts mehr funktioniert. Somit hab ich VIS2 komplett neu installiert und wollte jetzt mein VIS1 Projekt importieren. Er meldet auch erfolgreich importiert und zeigt mir das Projekt an aber wenn ich drauf klicke öffnet sich nichts.
                    Ich hab ein Test Projekt erstellt das öffnet sich problemlos.

                    Irgend jemand einen Rat was ich probieren kann?

                    Grüße
                    Matze

                    sigi234S 1 Antwort Letzte Antwort
                    0
                    • M m0uh

                      Hallo ich habe folgendes Problem das ich mein VIS1 nicht in VIS2 importieren kann... ich bin von der Alpha auf die Beta umgestiegen und danach hat irgendwie gar nichts mehr funktioniert. Somit hab ich VIS2 komplett neu installiert und wollte jetzt mein VIS1 Projekt importieren. Er meldet auch erfolgreich importiert und zeigt mir das Projekt an aber wenn ich drauf klicke öffnet sich nichts.
                      Ich hab ein Test Projekt erstellt das öffnet sich problemlos.

                      Irgend jemand einen Rat was ich probieren kann?

                      Grüße
                      Matze

                      sigi234S Online
                      sigi234S Online
                      sigi234
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #193

                      @m0uh sagte in Vis-2(.0) - Neuer Adapter als Beta:

                      Irgend jemand einen Rat was ich probieren kann?

                      https://github.com/ioBroker/ioBroker.vis-2/issues

                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Immer Daten sichern!

                      1 Antwort Letzte Antwort
                      0
                      • D Offline
                        D Offline
                        denjo
                        schrieb am zuletzt editiert von
                        #194

                        Hallo, durch eine damalige Installation von vis2 Alpha hat meine Vis Instanz leider nun eine Ampel und lässt sich nicht mehr stoppen. Leider habe ich kein Backup damals gemacht. Hat zufällig jemand eine Lösung zu mein Problem? ich hatte damals auch eine unterhaltung gestartet zu mein Thema
                        https://forum.iobroker.net/topic/61448/vis-probleme

                        1 Antwort Letzte Antwort
                        0
                        • D Digi-Bit

                          @sigi234 sagte in Vis-2(.0) - Neuer Adapter als Beta:

                          @digi-bit sagte in Vis-2(.0) - Neuer Adapter als Beta:

                          @apollon77 sagte in Vis-2(.0) - Neuer Adapter als Beta:

                          @digi-bit Ich sags mal so ... Bluefox weiss es nur für die der er gefixt hat oder gebaut hat ... am Ende (nicht hauen) wäre so eine Aufgabe "Widgets probieren und dokumentieren was geht und was nicht" doch ein super Unterstützung durch die Community :-)

                          Gebe ich dir so erstmal recht aber ich hänge immer noch bei V2.1.2 fest weil einfach kein Navi Button mehr geht und ich einfach nicht rausfinde was ich machen kann um die neuen Versionen von VIS2 mit benutzen zu können aber ich kommen ums verrecken einfach nicht weiter und eine wirkliche Hilfe habe ich hier auch noch nicht gefunden.

                          mfg

                          Digi-Bit

                          VIS-2 komplett deinstallieren und neu installieren wäre ein Vorschlag. Hast du das schon mal gemacht?

                          ne, noch nicht.

                          Habe gestern wieder 5 Stunden dies und das Probiert will aber ums verrecken nicht gehen.

                          Bin auch grade in Dänemark Urlaub machen.

                          Aber das wäre auch mein nächster schritt die SSD Clonen und dann mal alles was mit VIS-X zutun hat zu entsorgen und dann VIS2 rauf die 3 Grund Widgets zu installieren und dann den Rest so nach und nach rein hauen und mal schauen was dann geht....

                          mfg

                          Digi-Bit

                          D Offline
                          D Offline
                          Digi-Bit
                          schrieb am zuletzt editiert von
                          #195

                          @digi-bit sagte in Vis-2(.0) - Neuer Adapter als Beta:

                          @sigi234 sagte in Vis-2(.0) - Neuer Adapter als Beta:

                          @digi-bit sagte in Vis-2(.0) - Neuer Adapter als Beta:

                          @apollon77 sagte in Vis-2(.0) - Neuer Adapter als Beta:

                          @digi-bit Ich sags mal so ... Bluefox weiss es nur für die der er gefixt hat oder gebaut hat ... am Ende (nicht hauen) wäre so eine Aufgabe "Widgets probieren und dokumentieren was geht und was nicht" doch ein super Unterstützung durch die Community :-)

                          Gebe ich dir so erstmal recht aber ich hänge immer noch bei V2.1.2 fest weil einfach kein Navi Button mehr geht und ich einfach nicht rausfinde was ich machen kann um die neuen Versionen von VIS2 mit benutzen zu können aber ich kommen ums verrecken einfach nicht weiter und eine wirkliche Hilfe habe ich hier auch noch nicht gefunden.

                          mfg

                          Digi-Bit

                          VIS-2 komplett deinstallieren und neu installieren wäre ein Vorschlag. Hast du das schon mal gemacht?

                          ne, noch nicht.

                          Habe gestern wieder 5 Stunden dies und das Probiert will aber ums verrecken nicht gehen.

                          Bin auch grade in Dänemark Urlaub machen.

                          Aber das wäre auch mein nächster schritt die SSD Clonen und dann mal alles was mit VIS-X zutun hat zu entsorgen und dann VIS2 rauf die 3 Grund Widgets zu installieren und dann den Rest so nach und nach rein hauen und mal schauen was dann geht....

                          mfg

                          Digi-Bit

                          Moin,

                          So wieder in DE.

                          Ich habe jetzt alle Widgets und VIS- 2 deinstalliert und dann angefangen alles langsam neu zu installieren.
                          erst Vis-2 dann die Vis-2 Widgets und dann nach und nach die die ich mal installiert hatte, also vis-hqwidgets für die Navi-Button und zack geht es auch nicht weiter, genauso wenig wie mit den "Gestylt navigation - Icon"

                          in der Console von Chrome steht dies bei "Gestylt navigation - Icon":

                          iobroker.vis-2@2.2.4 using theme "dark"
                          Prompt.js:14 
                          ██╗ ██████╗ ██████╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗ 
                          ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
                          ██║██║   ██║██████╔╝██████╔╝██║   ██║█████╔╝ █████╗  ██████╔╝
                          ██║██║   ██║██╔══██╗██╔══██╗██║   ██║██╔═██╗ ██╔══╝  ██╔══██╗
                          ██║╚██████╔╝██████╔╝██║  ██║╚██████╔╝██║  ██╗███████╗██║  ██║
                          ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
                          
                          Prompt.js:15 Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters
                          Prompt.js:16 Help us to create open source project with reactJS!
                          Prompt.js:17 See you :)
                          socket.io.js:66 [2023-09-10T12:43:37.568Z] Try to connect
                          :12085/vis-2/?Kastanienhof#1000_Main_2:1 Unchecked runtime.lastError: The message port closed before a response was received.
                          instrument.ts:139 Version netatmo-energy: 0.1.0
                          instrument.ts:139 Version openligadb: 0.5.0
                          instrument.ts:139 Version trashschedule: 2.2.0
                          instrument.ts:139 Version Info-Adapter-Widget: 0.0.9
                          instrument.ts:139 common.visWidgets.i18n is deprecated. Use common.visWidgets.openweathermap.i18n instead.
                          (anonym) @ instrument.ts:139
                          :12085/vis-2/?Kastan…nhof#1000_Main_2:68 Uncaught SyntaxError: Missing catch or finally after try
                             at i.value (visEngine.jsx:1847:54)
                             at i.value (visEngine.jsx:1940:14)
                             at bi (react-dom.production.min.js:204:189)
                             at ji (react-dom.production.min.js:203:149)
                             at yl (react-dom.production.min.js:292:172)
                             at gs (react-dom.production.min.js:280:389)
                             at Ms (react-dom.production.min.js:280:320)
                             at zs (react-dom.production.min.js:280:180)
                             at as (react-dom.production.min.js:268:209)
                             at x (scheduler.production.min.js:13:203)
                             at MessagePort.T (scheduler.production.min.js:14:128)
                          instrument.ts:139 Common user CSS not found: Not exists
                          (anonym) @ instrument.ts:139
                          instrument.ts:139 [2023-09-10T12:43:41.497Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000858A994D9E4.channels.1.on
                          instrument.ts:139 [2023-09-10T12:43:41.502Z] +SUBSCRIBE: zigbee.0.00158d0002ff234a.state
                          instrument.ts:139 [2023-09-10T12:43:41.506Z] +SUBSCRIBE: sonoff.0.Fritzbox-O2.ENERGY_Power
                          2instrument.ts:139 Someone tries to register new ref for view 1041_Anwesenheit
                          (anonym) @ instrument.ts:139
                          Seven%20Segment.ttf:1     Failed to load resource: the server responded with a status of 404 (Not Found)
                          instrument.ts:139 [2023-09-10T12:43:41.772Z] +SUBSCRIBE: ical.0.data.html
                          instrument.ts:139 [2023-09-10T12:43:41.799Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                          instrument.ts:139 [2023-09-10T12:43:41.801Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Minimale_Temperatur_value
                          instrument.ts:139 [2023-09-10T12:43:41.804Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000EDBE9A1B496.channels.1.actualTemperature
                          instrument.ts:139 [2023-09-10T12:43:41.806Z] +SUBSCRIBE: javascript.0.temperaturen.heute_min
                          instrument.ts:139 [2023-09-10T12:43:41.807Z] +SUBSCRIBE: javascript.0.temperaturen.heute_max
                          instrument.ts:139 [2023-09-10T12:43:41.808Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_4.Wetter_Symbol_id
                          instrument.ts:139 [2023-09-10T12:43:41.874Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3203868340.state
                          instrument.ts:139 [2023-09-10T12:43:41.875Z] +SUBSCRIBE: esphome.0.78E36D1A6768.Sensor.1594211186.state
                          instrument.ts:139 [2023-09-10T12:43:41.876Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3076461096.state
                          instrument.ts:139 [2023-09-10T12:43:41.877Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Soll_Temp
                          instrument.ts:139 [2023-09-10T12:43:41.878Z] +SUBSCRIBE: hmip.0.devices.3014F711A0002018A99D211C.channels.1.setPointTemperature
                          instrument.ts:139 [2023-09-10T12:43:41.881Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000393C99B4388.channels.1.setPointTemperature
                          instrument.ts:139 [2023-09-10T12:43:41.882Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.settings.SetTemp
                          instrument.ts:139 [2023-09-10T12:43:41.883Z] +SUBSCRIBE: 1
                          instrument.ts:139 [2023-09-10T12:43:41.885Z] +SUBSCRIBE: system.adapter.netatmo-energy.0.alive
                          instrument.ts:139 [2023-09-10T12:43:41.887Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Ist_Temp
                          instrument.ts:139 [2023-09-10T12:43:41.890Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.status.therm_measured_temperature
                          instrument.ts:139 [2023-09-10T12:43:41.893Z] +SUBSCRIBE: mihome-vacuum.0.info.state
                          instrument.ts:139 [2023-09-10T12:43:41.896Z] +SUBSCRIBE: 0_userdata.0.Wäschetrockner.Wäschetrockner_Status
                          instrument.ts:139 [2023-09-10T12:43:41.897Z] +SUBSCRIBE: 0_userdata.0.Waschmaschine.Waschmaschiene_fertig
                          instrument.ts:139 [2023-09-10T12:43:41.900Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.NoNo.Betriebsbereitschaft
                          instrument.ts:139 [2023-09-10T12:43:41.903Z] +SUBSCRIBE: 0_userdata.0.SpühlMaschine.Spühlmaschiene_Status
                          instrument.ts:139 [2023-09-10T12:43:41.907Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Steckdosen_Online
                          instrument.ts:139 [2023-09-10T12:43:41.908Z] +SUBSCRIBE: javascript.0.VIS-Status.alle_steckdosen_og_aus
                          instrument.ts:139 [2023-09-10T12:43:41.911Z] +SUBSCRIBE: 0_userdata.0.System.Alle_Adapter_gestartet
                          instrument.ts:139 [2023-09-10T12:43:41.912Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Temperatur_Normal
                          instrument.ts:139 [2023-09-10T12:43:41.913Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.EG-Alle_Lampen_aus_check
                          instrument.ts:139 [2023-09-10T12:43:41.914Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.OG-Alle_Lampen_aus
                          instrument.ts:139 [2023-09-10T12:43:41.915Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.Dach-Alle_Lampen_aus
                          instrument.ts:139 [2023-09-10T12:43:41.916Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU
                          instrument.ts:139 [2023-09-10T12:43:41.917Z] +SUBSCRIBE: hmip.0.devices.3014F711A000275D8993D266.channels.1.raining
                          instrument.ts:139 [2023-09-10T12:43:41.919Z] +SUBSCRIBE: javascript.0.zeiten.nachtlaenge_fortschritt
                          instrument.ts:139 [2023-09-10T12:43:41.919Z] +SUBSCRIBE: javascript.0.zeiten.tageslaenge_fortschritt
                          instrument.ts:139 Version vis-hqwidgets: 1.2.0
                          instrument.ts:139 [2023-09-10T12:43:41.923Z] +SUBSCRIBE: daswetter.0.NextHours.Location_1.Day_1.moon_symbol
                          instrument.ts:139 [2023-09-10T12:43:41.923Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_tageslicht_in_minuten
                          instrument.ts:139 [2023-09-10T12:43:41.925Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_fortschritt
                          instrument.ts:139 [2023-09-10T12:43:41.930Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_oeffnen_verzoegerung
                          instrument.ts:139 [2023-09-10T12:43:41.933Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_schliessen_verzoegerung
                          instrument.ts:139 [2023-09-10T12:43:41.933Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.weihnachtszeit
                          instrument.ts:139 [2023-09-10T12:43:41.938Z] +SUBSCRIBE: trashschedule.0.type.json
                          instrument.ts:139 [2023-09-10T12:43:41.941Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf
                          instrument.ts:139 [2023-09-10T12:43:41.942Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander
                          instrument.ts:139 [2023-09-10T12:43:41.943Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari
                          instrument.ts:139 [2023-09-10T12:43:41.946Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev
                          instrument.ts:139 [2023-09-10T12:43:41.947Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf_Time_Limit
                          instrument.ts:139 [2023-09-10T12:43:41.949Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev_Time_Limit
                          instrument.ts:139 [2023-09-10T12:43:41.951Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander_Time_Limit
                          instrument.ts:139 [2023-09-10T12:43:41.952Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari_Time_Limit
                          instrument.ts:139 [2023-09-10T12:43:41.955Z] +SUBSCRIBE: 0_userdata.0.Morgen_Nacht.Nacht
                          instrument.ts:139 [2023-09-10T12:43:41.957Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Schlafen_im_wohnzimmer
                          instrument.ts:139 [2023-09-10T12:43:41.958Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Besuch_da
                          instrument.ts:139 [2023-09-10T12:43:41.962Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.SchlafTimer
                          instrument.ts:139 [2023-09-10T12:43:41.964Z] +SUBSCRIBE: 0_userdata.0.Alexa_Sprachausgaben.Spachausgabe
                          instrument.ts:139 [2023-09-10T12:43:42.076Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Licht-Singnal
                          instrument.ts:139 [2023-09-10T12:43:42.078Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Ansage
                          instrument.ts:139 [2023-09-10T12:43:42.082Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Aktuell
                          instrument.ts:139 [2023-09-10T12:43:42.083Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute
                          instrument.ts:139 [2023-09-10T12:43:42.084Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern
                          instrument.ts:139 [2023-09-10T12:43:42.086Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt
                          instrument.ts:139 [2023-09-10T12:43:42.088Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung
                          instrument.ts:139 [2023-09-10T12:43:42.089Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat
                          instrument.ts:139 [2023-09-10T12:43:42.091Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr
                          instrument.ts:139 [2023-09-10T12:43:42.092Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung_Kosten
                          instrument.ts:139 [2023-09-10T12:43:42.093Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute_Kosten
                          instrument.ts:139 [2023-09-10T12:43:42.094Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern_Kosten
                          instrument.ts:139 [2023-09-10T12:43:42.095Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt_Kosten
                          instrument.ts:139 [2023-09-10T12:43:42.096Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat_Kosten
                          instrument.ts:139 [2023-09-10T12:43:42.097Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr_Kosten
                          instrument.ts:139 [2023-09-10T12:43:42.106Z] +SUBSCRIBE: tuya.0.15556050840d8ea159d5.2
                          instrument.ts:139 [2023-09-10T12:43:42.107Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_Screen_ON_Check_Time
                          instrument.ts:139 [2023-09-10T12:43:42.108Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_No_Ereigniss_Screen_ON
                          instrument.ts:139 [2023-09-10T12:43:42.110Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Clint.Port
                          instrument.ts:139 [2023-09-10T12:43:42.146Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.8-rangeValue
                          instrument.ts:139 [2023-09-10T12:43:42.148Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.5-rangeValue
                          instrument.ts:139 [2023-09-10T12:43:42.149Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.9-rangeValue
                          instrument.ts:139 [2023-09-10T12:43:42.150Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.4-rangeValue
                          instrument.ts:139 [2023-09-10T12:43:42.151Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.6-rangeValue
                          instrument.ts:139 [2023-09-10T12:43:42.159Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.temperature
                          helpers.ts:120 Uncaught TypeError: Cannot read properties of null (reading 'length')
                             at Function.each (jquery-1.11.2.min.js:2:2821)
                             at Object.redraw (trashschedule.js:354:15)
                             at Object.createWidget (trashschedule.js:192:36)
                             at trashschedule.js:172:44
                             at a (helpers.ts:98:1)
                          DevTools failed to load source map: Could not load content for chrome-extension://aajahhgggmjeoanmebkebnikpnfkbejb/at-include/ATContent.js.map: Systemfehler: net::ERR_BLOCKED_BY_CLIENT
                          DevTools failed to load source map: Could not load content for chrome-extension://aajahhgggmjeoanmebkebnikpnfkbejb/at-include/ProtectMainFrame.js.map: Systemfehler: net::ERR_BLOCKED_BY_CLIENT
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_translations_js.8cc6492a.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_translations_js.395fc3f6.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_translations_js.10c291be.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_translations_js.cace16e5.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_Weather_jsx-node_modules_babel_runtime_helpers_esm_objectSpread2_js-node_modules_babel_ru-577953.c93194ca.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Lock_jsx.6af52d4e.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_SimpleState_jsx.f06bef5f.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Player_jsx.21d8294e.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.08a2daf7.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Security_jsx.87440c69.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ThemeSwitcher_jsx.992c8ff3.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Html_jsx.2b739d92.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Thermostat_jsx.307e9801.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Generic_jsx-src_ObjectChart_jsx.d1b9c3f4.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Actual_jsx-node_modules_babel_runtime_helpers_esm_setPrototypeOf_js.eb88a87d.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.230da3de.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ViewInWidget_jsx.9ca044fa.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Camera_jsx.325abfa3.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Switches_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modules-54afab.abbb27c8.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Wizard_jsx.5afb26bd.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_ConsumptionComparison_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-a3b647.276e7680.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_BatteryGauge_jsx.9a9b6397.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Components_BlindsBase_js.a97ca885.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Blinds_jsx-src_Generic_jsx.44d8cea0.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_WasherDryer_jsx.ebe2a019.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_deviceWidget_js.2aef2139.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Clock_jsx.8acd6a41.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Consumption_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modu-9f7f55.3efe16ee.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_IntervalSelector_jsx.4fc76338.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Distribution_jsx.6c5c263b.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_ColorGauge_jsx-node_modules_babel_runtime_helpers_esm_defineProperty_js-node_modules_babe-17d7ec.7cfe7aba.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_WaterGauge_jsx.55c65fc6.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/css/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.83721eea.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_Map_jsx-node_modules_leaflet_dist_leaflet_css-node_modules_babel_runtime_helpers_esm_obje-1f1968.c7bfc0ae.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.1cc15eaf.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          

                          und bei den "vis-inventwo Universal" kommt dies:

                          iobroker.vis-2@2.2.4 using theme "dark"
                          Prompt.js:14 
                          ██╗ ██████╗ ██████╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗ 
                          ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
                          ██║██║   ██║██████╔╝██████╔╝██║   ██║█████╔╝ █████╗  ██████╔╝
                          ██║██║   ██║██╔══██╗██╔══██╗██║   ██║██╔═██╗ ██╔══╝  ██╔══██╗
                          ██║╚██████╔╝██████╔╝██║  ██║╚██████╔╝██║  ██╗███████╗██║  ██║
                          ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
                          
                          Prompt.js:15 Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters
                          Prompt.js:16 Help us to create open source project with reactJS!
                          Prompt.js:17 See you :)
                          socket.io.js:66 [2023-09-10T13:14:20.546Z] Try to connect
                          :12085/vis-2/?Kastanienhof#1000_Main_2:1 Unchecked runtime.lastError: The message port closed before a response was received.
                          DevTools failed to load source map: Could not load content for chrome-extension://aajahhgggmjeoanmebkebnikpnfkbejb/at-include/ATContent.js.map: Systemfehler: net::ERR_BLOCKED_BY_CLIENT
                          DevTools failed to load source map: Could not load content for chrome-extension://aajahhgggmjeoanmebkebnikpnfkbejb/at-include/ProtectMainFrame.js.map: Systemfehler: net::ERR_BLOCKED_BY_CLIENT
                          instrument.ts:139 Version trashschedule: 2.2.0
                          instrument.ts:139 Version netatmo-energy: 0.1.0
                          instrument.ts:139 Version openligadb: 0.5.0
                          instrument.ts:139 Version Info-Adapter-Widget: 0.0.9
                          instrument.ts:139 common.visWidgets.i18n is deprecated. Use common.visWidgets.openweathermap.i18n instead.
                          (anonym) @ instrument.ts:139
                          l @ visUtils.jsx:846
                          r @ visUtils.jsx:841
                          (anonym) @ visUtils.jsx:839
                          Promise.then (async)
                          g @ visUtils.jsx:832
                          (anonym) @ visWidgetsCatalog.jsx:30
                          a @ helpers.ts:98
                          setTimeout (async)
                          (anonym) @ trycatch.ts:120
                          (anonym) @ visWidgetsCatalog.jsx:29
                          value @ visWidgetsCatalog.jsx:28
                          (anonym) @ App.jsx:616
                          f @ regeneratorRuntime.js:45
                          (anonym) @ regeneratorRuntime.js:133
                          (anonym) @ regeneratorRuntime.js:74
                          r @ asyncToGenerator.js:3
                          o @ asyncToGenerator.js:22
                          (anonym) @ asyncToGenerator.js:27
                          (anonym) @ asyncToGenerator.js:19
                          (anonym) @ App.jsx:620
                          onLoaded @ App.jsx:801
                          (anonym) @ visEngine.jsx:1506
                          f @ regeneratorRuntime.js:45
                          (anonym) @ regeneratorRuntime.js:133
                          (anonym) @ regeneratorRuntime.js:74
                          r @ asyncToGenerator.js:3
                          o @ asyncToGenerator.js:22
                          Promise.then (async)
                          r @ asyncToGenerator.js:12
                          o @ asyncToGenerator.js:22
                          Promise.then (async)
                          r @ asyncToGenerator.js:12
                          o @ asyncToGenerator.js:22
                          Promise.then (async)
                          r @ asyncToGenerator.js:12
                          o @ asyncToGenerator.js:22
                          (anonym) @ asyncToGenerator.js:27
                          (anonym) @ asyncToGenerator.js:19
                          (anonym) @ visEngine.jsx:1511
                          (anonym) @ visEngine.jsx:219
                          Promise.then (async)
                          i @ visEngine.jsx:209
                          Ia @ react-dom.production.min.js:147
                          ji @ react-dom.production.min.js:198
                          yl @ react-dom.production.min.js:292
                          gs @ react-dom.production.min.js:280
                          Ms @ react-dom.production.min.js:280
                          zs @ react-dom.production.min.js:280
                          as @ react-dom.production.min.js:268
                          x @ scheduler.production.min.js:13
                          T @ scheduler.production.min.js:14
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_translations_js.10c291be.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_translations_js.8cc6492a.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_translations_js.cace16e5.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_translations_js.395fc3f6.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/css/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.83721eea.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.08a2daf7.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_Weather_jsx-node_modules_babel_runtime_helpers_esm_objectSpread2_js-node_modules_babel_ru-577953.c93194ca.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.1cc15eaf.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_Map_jsx-node_modules_leaflet_dist_leaflet_css-node_modules_babel_runtime_helpers_esm_obje-1f1968.c7bfc0ae.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ViewInWidget_jsx.9ca044fa.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Camera_jsx.325abfa3.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Security_jsx.87440c69.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Player_jsx.21d8294e.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_ConsumptionComparison_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-a3b647.276e7680.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Consumption_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modu-9f7f55.3efe16ee.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_IntervalSelector_jsx.4fc76338.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Distribution_jsx.6c5c263b.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_ColorGauge_jsx-node_modules_babel_runtime_helpers_esm_defineProperty_js-node_modules_babe-17d7ec.7cfe7aba.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_WaterGauge_jsx.55c65fc6.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_BatteryGauge_jsx.9a9b6397.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Thermostat_jsx.307e9801.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Blinds_jsx-src_Generic_jsx.44d8cea0.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Generic_jsx-src_ObjectChart_jsx.d1b9c3f4.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Components_BlindsBase_js.a97ca885.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Actual_jsx-node_modules_babel_runtime_helpers_esm_setPrototypeOf_js.eb88a87d.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Clock_jsx.8acd6a41.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Switches_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modules-54afab.abbb27c8.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Lock_jsx.6af52d4e.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Html_jsx.2b739d92.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ThemeSwitcher_jsx.992c8ff3.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.230da3de.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_SimpleState_jsx.f06bef5f.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_WasherDryer_jsx.ebe2a019.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_deviceWidget_js.2aef2139.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Wizard_jsx.5afb26bd.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                          VM4376:68 Uncaught SyntaxError: Missing catch or finally after try
                             at i.value (visEngine.jsx:1847:54)
                             at i.value (visEngine.jsx:1940:14)
                             at bi (react-dom.production.min.js:204:189)
                             at ji (react-dom.production.min.js:203:149)
                             at yl (react-dom.production.min.js:292:172)
                             at gs (react-dom.production.min.js:280:389)
                             at Ms (react-dom.production.min.js:280:320)
                             at zs (react-dom.production.min.js:280:180)
                             at as (react-dom.production.min.js:268:209)
                             at x (scheduler.production.min.js:13:203)
                             at MessagePort.T (scheduler.production.min.js:14:128)
                          value @ visEngine.jsx:1847
                          value @ visEngine.jsx:1940
                          bi @ react-dom.production.min.js:204
                          ji @ react-dom.production.min.js:203
                          yl @ react-dom.production.min.js:292
                          gs @ react-dom.production.min.js:280
                          Ms @ react-dom.production.min.js:280
                          zs @ react-dom.production.min.js:280
                          as @ react-dom.production.min.js:268
                          x @ scheduler.production.min.js:13
                          T @ scheduler.production.min.js:14
                          instrument.ts:139 Common user CSS not found: Not exists
                          (anonym) @ instrument.ts:139
                          (anonym) @ visEngine.jsx:1903
                          Promise.catch (async)
                          value @ visEngine.jsx:1903
                          value @ visEngine.jsx:1941
                          bi @ react-dom.production.min.js:204
                          ji @ react-dom.production.min.js:203
                          yl @ react-dom.production.min.js:292
                          gs @ react-dom.production.min.js:280
                          Ms @ react-dom.production.min.js:280
                          zs @ react-dom.production.min.js:280
                          as @ react-dom.production.min.js:268
                          x @ scheduler.production.min.js:13
                          T @ scheduler.production.min.js:14
                          instrument.ts:139 [2023-09-10T13:14:27.692Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000858A994D9E4.channels.1.on
                          instrument.ts:139 [2023-09-10T13:14:27.698Z] +SUBSCRIBE: zigbee.0.00158d0002ff234a.state
                          instrument.ts:139 [2023-09-10T13:14:27.705Z] +SUBSCRIBE: sonoff.0.Fritzbox-O2.ENERGY_Power
                          2instrument.ts:139 Someone tries to register new ref for view 1041_Anwesenheit
                          (anonym) @ instrument.ts:139
                          n.registerViewRef @ visEngine.jsx:1187
                          (anonym) @ visView.jsx:79
                          Promise.then (async)
                          value @ visView.jsx:78
                          Vl @ react-dom.production.min.js:261
                          gl @ react-dom.production.min.js:260
                          Hl @ react-dom.production.min.js:259
                          (anonym) @ react-dom.production.min.js:283
                          xs @ react-dom.production.min.js:281
                          as @ react-dom.production.min.js:270
                          x @ scheduler.production.min.js:13
                          T @ scheduler.production.min.js:14
                          instrument.ts:139 [2023-09-10T13:14:27.762Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU
                          instrument.ts:139 [2023-09-10T13:14:27.790Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Batterien.Alle_voll
                          instrument.ts:139 [2023-09-10T13:14:27.935Z] +SUBSCRIBE: ical.0.data.html
                          instrument.ts:139 [2023-09-10T13:14:27.949Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.8-rangeValue
                          instrument.ts:139 [2023-09-10T13:14:27.975Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.5-rangeValue
                          instrument.ts:139 [2023-09-10T13:14:27.977Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.9-rangeValue
                          instrument.ts:139 [2023-09-10T13:14:27.978Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.4-rangeValue
                          instrument.ts:139 [2023-09-10T13:14:27.979Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.6-rangeValue
                          instrument.ts:139 [2023-09-10T13:14:27.989Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.temperature
                          instrument.ts:139 [2023-09-10T13:14:28.068Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                          instrument.ts:139 [2023-09-10T13:14:28.070Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Minimale_Temperatur_value
                          instrument.ts:139 [2023-09-10T13:14:28.073Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000EDBE9A1B496.channels.1.actualTemperature
                          instrument.ts:139 [2023-09-10T13:14:28.074Z] +SUBSCRIBE: javascript.0.temperaturen.heute_min
                          instrument.ts:139 [2023-09-10T13:14:28.075Z] +SUBSCRIBE: javascript.0.temperaturen.heute_max
                          instrument.ts:139 [2023-09-10T13:14:28.076Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_4.Wetter_Symbol_id
                          instrument.ts:139 [2023-09-10T13:14:28.097Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3203868340.state
                          instrument.ts:139 [2023-09-10T13:14:28.099Z] +SUBSCRIBE: esphome.0.78E36D1A6768.Sensor.1594211186.state
                          instrument.ts:139 [2023-09-10T13:14:28.100Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3076461096.state
                          instrument.ts:139 [2023-09-10T13:14:28.101Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Soll_Temp
                          instrument.ts:139 [2023-09-10T13:14:28.102Z] +SUBSCRIBE: hmip.0.devices.3014F711A0002018A99D211C.channels.1.setPointTemperature
                          instrument.ts:139 [2023-09-10T13:14:28.103Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000393C99B4388.channels.1.setPointTemperature
                          instrument.ts:139 [2023-09-10T13:14:28.104Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.settings.SetTemp
                          instrument.ts:139 [2023-09-10T13:14:28.106Z] +SUBSCRIBE: 1
                          instrument.ts:139 [2023-09-10T13:14:28.107Z] +SUBSCRIBE: system.adapter.netatmo-energy.0.alive
                          instrument.ts:139 [2023-09-10T13:14:28.113Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Ist_Temp
                          instrument.ts:139 [2023-09-10T13:14:28.120Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.status.therm_measured_temperature
                          instrument.ts:139 [2023-09-10T13:14:28.130Z] +SUBSCRIBE: mihome-vacuum.0.info.state
                          instrument.ts:139 [2023-09-10T13:14:28.133Z] +SUBSCRIBE: 0_userdata.0.Wäschetrockner.Wäschetrockner_Status
                          instrument.ts:139 [2023-09-10T13:14:28.134Z] +SUBSCRIBE: 0_userdata.0.Waschmaschine.Waschmaschiene_fertig
                          instrument.ts:139 [2023-09-10T13:14:28.138Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.NoNo.Betriebsbereitschaft
                          instrument.ts:139 [2023-09-10T13:14:28.141Z] +SUBSCRIBE: 0_userdata.0.SpühlMaschine.Spühlmaschiene_Status
                          instrument.ts:139 [2023-09-10T13:14:28.148Z] +SUBSCRIBE: hmip.0.devices.3014F711A000275D8993D266.channels.1.raining
                          instrument.ts:139 [2023-09-10T13:14:28.155Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Steckdosen_Online
                          instrument.ts:139 [2023-09-10T13:14:28.156Z] +SUBSCRIBE: javascript.0.VIS-Status.alle_steckdosen_og_aus
                          instrument.ts:139 [2023-09-10T13:14:28.161Z] +SUBSCRIBE: 0_userdata.0.System.Alle_Adapter_gestartet
                          instrument.ts:139 [2023-09-10T13:14:28.162Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Temperatur_Normal
                          instrument.ts:139 [2023-09-10T13:14:28.166Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.EG-Alle_Lampen_aus_check
                          instrument.ts:139 [2023-09-10T13:14:28.169Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.OG-Alle_Lampen_aus
                          instrument.ts:139 [2023-09-10T13:14:28.171Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.Dach-Alle_Lampen_aus
                          instrument.ts:139 [2023-09-10T13:14:28.181Z] +SUBSCRIBE: javascript.0.zeiten.nachtlaenge_fortschritt
                          instrument.ts:139 [2023-09-10T13:14:28.181Z] +SUBSCRIBE: javascript.0.zeiten.tageslaenge_fortschritt
                          instrument.ts:139 Version vis-hqwidgets: 1.2.0
                          instrument.ts:139 [2023-09-10T13:14:28.185Z] +SUBSCRIBE: daswetter.0.NextHours.Location_1.Day_1.moon_symbol
                          instrument.ts:139 [2023-09-10T13:14:28.185Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_tageslicht_in_minuten
                          instrument.ts:139 [2023-09-10T13:14:28.188Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_fortschritt
                          instrument.ts:139 [2023-09-10T13:14:28.193Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_oeffnen_verzoegerung
                          instrument.ts:139 [2023-09-10T13:14:28.196Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_schliessen_verzoegerung
                          instrument.ts:139 [2023-09-10T13:14:28.196Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.weihnachtszeit
                          instrument.ts:139 [2023-09-10T13:14:28.201Z] +SUBSCRIBE: trashschedule.0.type.json
                          instrument.ts:139 [2023-09-10T13:14:28.206Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf
                          instrument.ts:139 [2023-09-10T13:14:28.208Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander
                          instrument.ts:139 [2023-09-10T13:14:28.210Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari
                          instrument.ts:139 [2023-09-10T13:14:28.219Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev
                          instrument.ts:139 [2023-09-10T13:14:28.222Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf_Time_Limit
                          instrument.ts:139 [2023-09-10T13:14:28.224Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev_Time_Limit
                          instrument.ts:139 [2023-09-10T13:14:28.226Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander_Time_Limit
                          instrument.ts:139 [2023-09-10T13:14:28.230Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari_Time_Limit
                          instrument.ts:139 [2023-09-10T13:14:28.234Z] +SUBSCRIBE: 0_userdata.0.Morgen_Nacht.Nacht
                          instrument.ts:139 [2023-09-10T13:14:28.237Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Schlafen_im_wohnzimmer
                          instrument.ts:139 [2023-09-10T13:14:28.240Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Besuch_da
                          instrument.ts:139 [2023-09-10T13:14:28.244Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.SchlafTimer
                          instrument.ts:139 [2023-09-10T13:14:28.248Z] +SUBSCRIBE: 0_userdata.0.Alexa_Sprachausgaben.Spachausgabe
                          instrument.ts:139 [2023-09-10T13:14:28.272Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Licht-Singnal
                          instrument.ts:139 [2023-09-10T13:14:28.274Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Ansage
                          instrument.ts:139 [2023-09-10T13:14:28.277Z] +SUBSCRIBE: javascript.0.scriptEnabled.50:_VIS-Tab8.Spach__Skripte.Regen
                          instrument.ts:139 [2023-09-10T13:14:28.293Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Aktuell
                          instrument.ts:139 [2023-09-10T13:14:28.295Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute
                          instrument.ts:139 [2023-09-10T13:14:28.296Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern
                          instrument.ts:139 [2023-09-10T13:14:28.298Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt
                          instrument.ts:139 [2023-09-10T13:14:28.300Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung
                          instrument.ts:139 [2023-09-10T13:14:28.302Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat
                          instrument.ts:139 [2023-09-10T13:14:28.304Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr
                          instrument.ts:139 [2023-09-10T13:14:28.305Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung_Kosten
                          instrument.ts:139 [2023-09-10T13:14:28.306Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute_Kosten
                          instrument.ts:139 [2023-09-10T13:14:28.307Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern_Kosten
                          instrument.ts:139 [2023-09-10T13:14:28.309Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt_Kosten
                          instrument.ts:139 [2023-09-10T13:14:28.311Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat_Kosten
                          instrument.ts:139 [2023-09-10T13:14:28.312Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr_Kosten
                          instrument.ts:139 [2023-09-10T13:14:28.320Z] +SUBSCRIBE: tuya.0.15556050840d8ea159d5.2
                          instrument.ts:139 [2023-09-10T13:14:28.322Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_Screen_ON_Check_Time
                          instrument.ts:139 [2023-09-10T13:14:28.323Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_No_Ereigniss_Screen_ON
                          instrument.ts:139 [2023-09-10T13:14:28.326Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Clint.Port
                          :12085/vis.0/Samsung-Tab8/font/Seven%20Segment.ttf:1     GET http://25.25.50.100:12085/vis.0/Samsung-Tab8/font/Seven%20Segment.ttf net::ERR_ABORTED 404 (Not Found)
                          helpers.ts:120 Uncaught TypeError: Cannot read properties of null (reading 'length')
                             at Function.each (jquery-1.11.2.min.js:2:2821)
                             at Object.redraw (trashschedule.js:354:15)
                             at Object.createWidget (trashschedule.js:192:36)
                             at trashschedule.js:172:44
                             at a (helpers.ts:98:1)
                          each @ jquery-1.11.2.min.js:2
                          redraw @ trashschedule.js:354
                          createWidget @ trashschedule.js:192
                          (anonym) @ trashschedule.js:172
                          a @ helpers.ts:98
                          setTimeout (async)
                          (anonym) @ trycatch.ts:120
                          createWidget @ trashschedule.js:171
                          eval @ tplTrashscheduleHelper.js:24
                          n.render @ can.custom.js:2229
                          t.template.fn @ can.custom.js:2223
                          r @ can.custom.js:1370
                          renderTo @ can.custom.js:1449
                          renderAs @ can.custom.js:1465
                          e.view.e.template @ can.custom.js:1401
                          value @ visCanWidget.jsx:1183
                          value @ visCanWidget.jsx:135
                          Vl @ react-dom.production.min.js:261
                          gl @ react-dom.production.min.js:260
                          Hl @ react-dom.production.min.js:259
                          (anonym) @ react-dom.production.min.js:283
                          xs @ react-dom.production.min.js:281
                          as @ react-dom.production.min.js:270
                          x @ scheduler.production.min.js:13
                          T @ scheduler.production.min.js:14
                          App.jsx:554 Uncaught (in promise) TypeError: s.changeProject is not a function
                             at App.jsx:554:24
                             at f (regeneratorRuntime.js:45:16)
                             at Generator.<anonymous> (regeneratorRuntime.js:133:17)
                             at Generator.next (regeneratorRuntime.js:74:21)
                             at r (asyncToGenerator.js:3:20)
                             at o (asyncToGenerator.js:22:9)
                             at asyncToGenerator.js:27:7
                             at new Promise (<anonymous>)
                             at n.<anonymous> (asyncToGenerator.js:19:12)
                             at n.changeView (App.jsx:579:6)
                             at onHashChange (App.jsx:145:14)
                          (anonym) @ App.jsx:554
                          f @ regeneratorRuntime.js:45
                          (anonym) @ regeneratorRuntime.js:133
                          (anonym) @ regeneratorRuntime.js:74
                          r @ asyncToGenerator.js:3
                          o @ asyncToGenerator.js:22
                          (anonym) @ asyncToGenerator.js:27
                          (anonym) @ asyncToGenerator.js:19
                          (anonym) @ App.jsx:579
                          onHashChange @ App.jsx:145
                          Promise.then (async)
                          onHashChange @ App.jsx:146
                          hashchange (async)
                          changeView @ visEngine.jsx:500
                          (anonym) @ vis-inventwo.js:2079
                          dispatch @ jquery-1.11.2.min.js:3
                          r.handle @ jquery-1.11.2.min.js:3
                          a @ helpers.ts:98
                          images.jpeg:1     GET http://25.25.50.100:12085/vis-2.0/Kastanienhof/Meine_Icons/Netzwerk/images.jpeg 404 (Not Found)
                          Image (async)
                          (anonym) @ jquery-1.11.2.min.js:3
                          m.access @ jquery-1.11.2.min.js:3
                          html @ jquery-1.11.2.min.js:3
                          window.jQuery.fn.<computed> @ odometer.min.js:2
                          createWidget @ vis-inventwo.js:4690
                          universalButton2 @ vis-inventwo.js:4258
                          eval @ i-vis-universal.js:22
                          (anonym) @ can.custom.js:1419
                          a.each @ can.custom.js:343
                          hookup @ can.custom.js:1418
                          frag @ can.custom.js:1405
                          r @ can.custom.js:1370
                          renderTo @ can.custom.js:1449
                          renderAs @ can.custom.js:1465
                          e.view.e.template @ can.custom.js:1401
                          value @ visCanWidget.jsx:1183
                          value @ visCanWidget.jsx:135
                          Vl @ react-dom.production.min.js:261
                          gl @ react-dom.production.min.js:260
                          Hl @ react-dom.production.min.js:259
                          (anonym) @ react-dom.production.min.js:283
                          xs @ react-dom.production.min.js:281
                          as @ react-dom.production.min.js:270
                          x @ scheduler.production.min.js:13
                          T @ scheduler.production.min.js:14
                          

                          Was kann ich noch machen das ich weiter komme ?

                          mfg

                          Digi-Bit

                          Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                          7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                          sigi234S 1 Antwort Letzte Antwort
                          0
                          • D Digi-Bit

                            @digi-bit sagte in Vis-2(.0) - Neuer Adapter als Beta:

                            @sigi234 sagte in Vis-2(.0) - Neuer Adapter als Beta:

                            @digi-bit sagte in Vis-2(.0) - Neuer Adapter als Beta:

                            @apollon77 sagte in Vis-2(.0) - Neuer Adapter als Beta:

                            @digi-bit Ich sags mal so ... Bluefox weiss es nur für die der er gefixt hat oder gebaut hat ... am Ende (nicht hauen) wäre so eine Aufgabe "Widgets probieren und dokumentieren was geht und was nicht" doch ein super Unterstützung durch die Community :-)

                            Gebe ich dir so erstmal recht aber ich hänge immer noch bei V2.1.2 fest weil einfach kein Navi Button mehr geht und ich einfach nicht rausfinde was ich machen kann um die neuen Versionen von VIS2 mit benutzen zu können aber ich kommen ums verrecken einfach nicht weiter und eine wirkliche Hilfe habe ich hier auch noch nicht gefunden.

                            mfg

                            Digi-Bit

                            VIS-2 komplett deinstallieren und neu installieren wäre ein Vorschlag. Hast du das schon mal gemacht?

                            ne, noch nicht.

                            Habe gestern wieder 5 Stunden dies und das Probiert will aber ums verrecken nicht gehen.

                            Bin auch grade in Dänemark Urlaub machen.

                            Aber das wäre auch mein nächster schritt die SSD Clonen und dann mal alles was mit VIS-X zutun hat zu entsorgen und dann VIS2 rauf die 3 Grund Widgets zu installieren und dann den Rest so nach und nach rein hauen und mal schauen was dann geht....

                            mfg

                            Digi-Bit

                            Moin,

                            So wieder in DE.

                            Ich habe jetzt alle Widgets und VIS- 2 deinstalliert und dann angefangen alles langsam neu zu installieren.
                            erst Vis-2 dann die Vis-2 Widgets und dann nach und nach die die ich mal installiert hatte, also vis-hqwidgets für die Navi-Button und zack geht es auch nicht weiter, genauso wenig wie mit den "Gestylt navigation - Icon"

                            in der Console von Chrome steht dies bei "Gestylt navigation - Icon":

                            iobroker.vis-2@2.2.4 using theme "dark"
                            Prompt.js:14 
                            ██╗ ██████╗ ██████╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗ 
                            ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
                            ██║██║   ██║██████╔╝██████╔╝██║   ██║█████╔╝ █████╗  ██████╔╝
                            ██║██║   ██║██╔══██╗██╔══██╗██║   ██║██╔═██╗ ██╔══╝  ██╔══██╗
                            ██║╚██████╔╝██████╔╝██║  ██║╚██████╔╝██║  ██╗███████╗██║  ██║
                            ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
                            
                            Prompt.js:15 Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters
                            Prompt.js:16 Help us to create open source project with reactJS!
                            Prompt.js:17 See you :)
                            socket.io.js:66 [2023-09-10T12:43:37.568Z] Try to connect
                            :12085/vis-2/?Kastanienhof#1000_Main_2:1 Unchecked runtime.lastError: The message port closed before a response was received.
                            instrument.ts:139 Version netatmo-energy: 0.1.0
                            instrument.ts:139 Version openligadb: 0.5.0
                            instrument.ts:139 Version trashschedule: 2.2.0
                            instrument.ts:139 Version Info-Adapter-Widget: 0.0.9
                            instrument.ts:139 common.visWidgets.i18n is deprecated. Use common.visWidgets.openweathermap.i18n instead.
                            (anonym) @ instrument.ts:139
                            :12085/vis-2/?Kastan…nhof#1000_Main_2:68 Uncaught SyntaxError: Missing catch or finally after try
                               at i.value (visEngine.jsx:1847:54)
                               at i.value (visEngine.jsx:1940:14)
                               at bi (react-dom.production.min.js:204:189)
                               at ji (react-dom.production.min.js:203:149)
                               at yl (react-dom.production.min.js:292:172)
                               at gs (react-dom.production.min.js:280:389)
                               at Ms (react-dom.production.min.js:280:320)
                               at zs (react-dom.production.min.js:280:180)
                               at as (react-dom.production.min.js:268:209)
                               at x (scheduler.production.min.js:13:203)
                               at MessagePort.T (scheduler.production.min.js:14:128)
                            instrument.ts:139 Common user CSS not found: Not exists
                            (anonym) @ instrument.ts:139
                            instrument.ts:139 [2023-09-10T12:43:41.497Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000858A994D9E4.channels.1.on
                            instrument.ts:139 [2023-09-10T12:43:41.502Z] +SUBSCRIBE: zigbee.0.00158d0002ff234a.state
                            instrument.ts:139 [2023-09-10T12:43:41.506Z] +SUBSCRIBE: sonoff.0.Fritzbox-O2.ENERGY_Power
                            2instrument.ts:139 Someone tries to register new ref for view 1041_Anwesenheit
                            (anonym) @ instrument.ts:139
                            Seven%20Segment.ttf:1     Failed to load resource: the server responded with a status of 404 (Not Found)
                            instrument.ts:139 [2023-09-10T12:43:41.772Z] +SUBSCRIBE: ical.0.data.html
                            instrument.ts:139 [2023-09-10T12:43:41.799Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                            instrument.ts:139 [2023-09-10T12:43:41.801Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Minimale_Temperatur_value
                            instrument.ts:139 [2023-09-10T12:43:41.804Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000EDBE9A1B496.channels.1.actualTemperature
                            instrument.ts:139 [2023-09-10T12:43:41.806Z] +SUBSCRIBE: javascript.0.temperaturen.heute_min
                            instrument.ts:139 [2023-09-10T12:43:41.807Z] +SUBSCRIBE: javascript.0.temperaturen.heute_max
                            instrument.ts:139 [2023-09-10T12:43:41.808Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_4.Wetter_Symbol_id
                            instrument.ts:139 [2023-09-10T12:43:41.874Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3203868340.state
                            instrument.ts:139 [2023-09-10T12:43:41.875Z] +SUBSCRIBE: esphome.0.78E36D1A6768.Sensor.1594211186.state
                            instrument.ts:139 [2023-09-10T12:43:41.876Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3076461096.state
                            instrument.ts:139 [2023-09-10T12:43:41.877Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Soll_Temp
                            instrument.ts:139 [2023-09-10T12:43:41.878Z] +SUBSCRIBE: hmip.0.devices.3014F711A0002018A99D211C.channels.1.setPointTemperature
                            instrument.ts:139 [2023-09-10T12:43:41.881Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000393C99B4388.channels.1.setPointTemperature
                            instrument.ts:139 [2023-09-10T12:43:41.882Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.settings.SetTemp
                            instrument.ts:139 [2023-09-10T12:43:41.883Z] +SUBSCRIBE: 1
                            instrument.ts:139 [2023-09-10T12:43:41.885Z] +SUBSCRIBE: system.adapter.netatmo-energy.0.alive
                            instrument.ts:139 [2023-09-10T12:43:41.887Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Ist_Temp
                            instrument.ts:139 [2023-09-10T12:43:41.890Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.status.therm_measured_temperature
                            instrument.ts:139 [2023-09-10T12:43:41.893Z] +SUBSCRIBE: mihome-vacuum.0.info.state
                            instrument.ts:139 [2023-09-10T12:43:41.896Z] +SUBSCRIBE: 0_userdata.0.Wäschetrockner.Wäschetrockner_Status
                            instrument.ts:139 [2023-09-10T12:43:41.897Z] +SUBSCRIBE: 0_userdata.0.Waschmaschine.Waschmaschiene_fertig
                            instrument.ts:139 [2023-09-10T12:43:41.900Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.NoNo.Betriebsbereitschaft
                            instrument.ts:139 [2023-09-10T12:43:41.903Z] +SUBSCRIBE: 0_userdata.0.SpühlMaschine.Spühlmaschiene_Status
                            instrument.ts:139 [2023-09-10T12:43:41.907Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Steckdosen_Online
                            instrument.ts:139 [2023-09-10T12:43:41.908Z] +SUBSCRIBE: javascript.0.VIS-Status.alle_steckdosen_og_aus
                            instrument.ts:139 [2023-09-10T12:43:41.911Z] +SUBSCRIBE: 0_userdata.0.System.Alle_Adapter_gestartet
                            instrument.ts:139 [2023-09-10T12:43:41.912Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Temperatur_Normal
                            instrument.ts:139 [2023-09-10T12:43:41.913Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.EG-Alle_Lampen_aus_check
                            instrument.ts:139 [2023-09-10T12:43:41.914Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.OG-Alle_Lampen_aus
                            instrument.ts:139 [2023-09-10T12:43:41.915Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.Dach-Alle_Lampen_aus
                            instrument.ts:139 [2023-09-10T12:43:41.916Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU
                            instrument.ts:139 [2023-09-10T12:43:41.917Z] +SUBSCRIBE: hmip.0.devices.3014F711A000275D8993D266.channels.1.raining
                            instrument.ts:139 [2023-09-10T12:43:41.919Z] +SUBSCRIBE: javascript.0.zeiten.nachtlaenge_fortschritt
                            instrument.ts:139 [2023-09-10T12:43:41.919Z] +SUBSCRIBE: javascript.0.zeiten.tageslaenge_fortschritt
                            instrument.ts:139 Version vis-hqwidgets: 1.2.0
                            instrument.ts:139 [2023-09-10T12:43:41.923Z] +SUBSCRIBE: daswetter.0.NextHours.Location_1.Day_1.moon_symbol
                            instrument.ts:139 [2023-09-10T12:43:41.923Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_tageslicht_in_minuten
                            instrument.ts:139 [2023-09-10T12:43:41.925Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_fortschritt
                            instrument.ts:139 [2023-09-10T12:43:41.930Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_oeffnen_verzoegerung
                            instrument.ts:139 [2023-09-10T12:43:41.933Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_schliessen_verzoegerung
                            instrument.ts:139 [2023-09-10T12:43:41.933Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.weihnachtszeit
                            instrument.ts:139 [2023-09-10T12:43:41.938Z] +SUBSCRIBE: trashschedule.0.type.json
                            instrument.ts:139 [2023-09-10T12:43:41.941Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf
                            instrument.ts:139 [2023-09-10T12:43:41.942Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander
                            instrument.ts:139 [2023-09-10T12:43:41.943Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari
                            instrument.ts:139 [2023-09-10T12:43:41.946Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev
                            instrument.ts:139 [2023-09-10T12:43:41.947Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf_Time_Limit
                            instrument.ts:139 [2023-09-10T12:43:41.949Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev_Time_Limit
                            instrument.ts:139 [2023-09-10T12:43:41.951Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander_Time_Limit
                            instrument.ts:139 [2023-09-10T12:43:41.952Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari_Time_Limit
                            instrument.ts:139 [2023-09-10T12:43:41.955Z] +SUBSCRIBE: 0_userdata.0.Morgen_Nacht.Nacht
                            instrument.ts:139 [2023-09-10T12:43:41.957Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Schlafen_im_wohnzimmer
                            instrument.ts:139 [2023-09-10T12:43:41.958Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Besuch_da
                            instrument.ts:139 [2023-09-10T12:43:41.962Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.SchlafTimer
                            instrument.ts:139 [2023-09-10T12:43:41.964Z] +SUBSCRIBE: 0_userdata.0.Alexa_Sprachausgaben.Spachausgabe
                            instrument.ts:139 [2023-09-10T12:43:42.076Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Licht-Singnal
                            instrument.ts:139 [2023-09-10T12:43:42.078Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Ansage
                            instrument.ts:139 [2023-09-10T12:43:42.082Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Aktuell
                            instrument.ts:139 [2023-09-10T12:43:42.083Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute
                            instrument.ts:139 [2023-09-10T12:43:42.084Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern
                            instrument.ts:139 [2023-09-10T12:43:42.086Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt
                            instrument.ts:139 [2023-09-10T12:43:42.088Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung
                            instrument.ts:139 [2023-09-10T12:43:42.089Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat
                            instrument.ts:139 [2023-09-10T12:43:42.091Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr
                            instrument.ts:139 [2023-09-10T12:43:42.092Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung_Kosten
                            instrument.ts:139 [2023-09-10T12:43:42.093Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute_Kosten
                            instrument.ts:139 [2023-09-10T12:43:42.094Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern_Kosten
                            instrument.ts:139 [2023-09-10T12:43:42.095Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt_Kosten
                            instrument.ts:139 [2023-09-10T12:43:42.096Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat_Kosten
                            instrument.ts:139 [2023-09-10T12:43:42.097Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr_Kosten
                            instrument.ts:139 [2023-09-10T12:43:42.106Z] +SUBSCRIBE: tuya.0.15556050840d8ea159d5.2
                            instrument.ts:139 [2023-09-10T12:43:42.107Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_Screen_ON_Check_Time
                            instrument.ts:139 [2023-09-10T12:43:42.108Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_No_Ereigniss_Screen_ON
                            instrument.ts:139 [2023-09-10T12:43:42.110Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Clint.Port
                            instrument.ts:139 [2023-09-10T12:43:42.146Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.8-rangeValue
                            instrument.ts:139 [2023-09-10T12:43:42.148Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.5-rangeValue
                            instrument.ts:139 [2023-09-10T12:43:42.149Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.9-rangeValue
                            instrument.ts:139 [2023-09-10T12:43:42.150Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.4-rangeValue
                            instrument.ts:139 [2023-09-10T12:43:42.151Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.6-rangeValue
                            instrument.ts:139 [2023-09-10T12:43:42.159Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.temperature
                            helpers.ts:120 Uncaught TypeError: Cannot read properties of null (reading 'length')
                               at Function.each (jquery-1.11.2.min.js:2:2821)
                               at Object.redraw (trashschedule.js:354:15)
                               at Object.createWidget (trashschedule.js:192:36)
                               at trashschedule.js:172:44
                               at a (helpers.ts:98:1)
                            DevTools failed to load source map: Could not load content for chrome-extension://aajahhgggmjeoanmebkebnikpnfkbejb/at-include/ATContent.js.map: Systemfehler: net::ERR_BLOCKED_BY_CLIENT
                            DevTools failed to load source map: Could not load content for chrome-extension://aajahhgggmjeoanmebkebnikpnfkbejb/at-include/ProtectMainFrame.js.map: Systemfehler: net::ERR_BLOCKED_BY_CLIENT
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_translations_js.8cc6492a.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_translations_js.395fc3f6.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_translations_js.10c291be.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_translations_js.cace16e5.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_Weather_jsx-node_modules_babel_runtime_helpers_esm_objectSpread2_js-node_modules_babel_ru-577953.c93194ca.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Lock_jsx.6af52d4e.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_SimpleState_jsx.f06bef5f.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Player_jsx.21d8294e.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.08a2daf7.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Security_jsx.87440c69.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ThemeSwitcher_jsx.992c8ff3.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Html_jsx.2b739d92.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Thermostat_jsx.307e9801.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Generic_jsx-src_ObjectChart_jsx.d1b9c3f4.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Actual_jsx-node_modules_babel_runtime_helpers_esm_setPrototypeOf_js.eb88a87d.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.230da3de.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ViewInWidget_jsx.9ca044fa.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Camera_jsx.325abfa3.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Switches_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modules-54afab.abbb27c8.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Wizard_jsx.5afb26bd.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_ConsumptionComparison_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-a3b647.276e7680.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_BatteryGauge_jsx.9a9b6397.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Components_BlindsBase_js.a97ca885.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Blinds_jsx-src_Generic_jsx.44d8cea0.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_WasherDryer_jsx.ebe2a019.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_deviceWidget_js.2aef2139.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Clock_jsx.8acd6a41.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Consumption_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modu-9f7f55.3efe16ee.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_IntervalSelector_jsx.4fc76338.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Distribution_jsx.6c5c263b.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_ColorGauge_jsx-node_modules_babel_runtime_helpers_esm_defineProperty_js-node_modules_babe-17d7ec.7cfe7aba.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_WaterGauge_jsx.55c65fc6.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/css/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.83721eea.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_Map_jsx-node_modules_leaflet_dist_leaflet_css-node_modules_babel_runtime_helpers_esm_obje-1f1968.c7bfc0ae.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.1cc15eaf.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            

                            und bei den "vis-inventwo Universal" kommt dies:

                            iobroker.vis-2@2.2.4 using theme "dark"
                            Prompt.js:14 
                            ██╗ ██████╗ ██████╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗ 
                            ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
                            ██║██║   ██║██████╔╝██████╔╝██║   ██║█████╔╝ █████╗  ██████╔╝
                            ██║██║   ██║██╔══██╗██╔══██╗██║   ██║██╔═██╗ ██╔══╝  ██╔══██╗
                            ██║╚██████╔╝██████╔╝██║  ██║╚██████╔╝██║  ██╗███████╗██║  ██║
                            ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
                            
                            Prompt.js:15 Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters
                            Prompt.js:16 Help us to create open source project with reactJS!
                            Prompt.js:17 See you :)
                            socket.io.js:66 [2023-09-10T13:14:20.546Z] Try to connect
                            :12085/vis-2/?Kastanienhof#1000_Main_2:1 Unchecked runtime.lastError: The message port closed before a response was received.
                            DevTools failed to load source map: Could not load content for chrome-extension://aajahhgggmjeoanmebkebnikpnfkbejb/at-include/ATContent.js.map: Systemfehler: net::ERR_BLOCKED_BY_CLIENT
                            DevTools failed to load source map: Could not load content for chrome-extension://aajahhgggmjeoanmebkebnikpnfkbejb/at-include/ProtectMainFrame.js.map: Systemfehler: net::ERR_BLOCKED_BY_CLIENT
                            instrument.ts:139 Version trashschedule: 2.2.0
                            instrument.ts:139 Version netatmo-energy: 0.1.0
                            instrument.ts:139 Version openligadb: 0.5.0
                            instrument.ts:139 Version Info-Adapter-Widget: 0.0.9
                            instrument.ts:139 common.visWidgets.i18n is deprecated. Use common.visWidgets.openweathermap.i18n instead.
                            (anonym) @ instrument.ts:139
                            l @ visUtils.jsx:846
                            r @ visUtils.jsx:841
                            (anonym) @ visUtils.jsx:839
                            Promise.then (async)
                            g @ visUtils.jsx:832
                            (anonym) @ visWidgetsCatalog.jsx:30
                            a @ helpers.ts:98
                            setTimeout (async)
                            (anonym) @ trycatch.ts:120
                            (anonym) @ visWidgetsCatalog.jsx:29
                            value @ visWidgetsCatalog.jsx:28
                            (anonym) @ App.jsx:616
                            f @ regeneratorRuntime.js:45
                            (anonym) @ regeneratorRuntime.js:133
                            (anonym) @ regeneratorRuntime.js:74
                            r @ asyncToGenerator.js:3
                            o @ asyncToGenerator.js:22
                            (anonym) @ asyncToGenerator.js:27
                            (anonym) @ asyncToGenerator.js:19
                            (anonym) @ App.jsx:620
                            onLoaded @ App.jsx:801
                            (anonym) @ visEngine.jsx:1506
                            f @ regeneratorRuntime.js:45
                            (anonym) @ regeneratorRuntime.js:133
                            (anonym) @ regeneratorRuntime.js:74
                            r @ asyncToGenerator.js:3
                            o @ asyncToGenerator.js:22
                            Promise.then (async)
                            r @ asyncToGenerator.js:12
                            o @ asyncToGenerator.js:22
                            Promise.then (async)
                            r @ asyncToGenerator.js:12
                            o @ asyncToGenerator.js:22
                            Promise.then (async)
                            r @ asyncToGenerator.js:12
                            o @ asyncToGenerator.js:22
                            (anonym) @ asyncToGenerator.js:27
                            (anonym) @ asyncToGenerator.js:19
                            (anonym) @ visEngine.jsx:1511
                            (anonym) @ visEngine.jsx:219
                            Promise.then (async)
                            i @ visEngine.jsx:209
                            Ia @ react-dom.production.min.js:147
                            ji @ react-dom.production.min.js:198
                            yl @ react-dom.production.min.js:292
                            gs @ react-dom.production.min.js:280
                            Ms @ react-dom.production.min.js:280
                            zs @ react-dom.production.min.js:280
                            as @ react-dom.production.min.js:268
                            x @ scheduler.production.min.js:13
                            T @ scheduler.production.min.js:14
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_translations_js.10c291be.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_translations_js.8cc6492a.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_translations_js.cace16e5.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_translations_js.395fc3f6.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/css/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.83721eea.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.08a2daf7.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_Weather_jsx-node_modules_babel_runtime_helpers_esm_objectSpread2_js-node_modules_babel_ru-577953.c93194ca.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.1cc15eaf.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_Map_jsx-node_modules_leaflet_dist_leaflet_css-node_modules_babel_runtime_helpers_esm_obje-1f1968.c7bfc0ae.chunk.css.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ViewInWidget_jsx.9ca044fa.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Camera_jsx.325abfa3.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Security_jsx.87440c69.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Player_jsx.21d8294e.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_ConsumptionComparison_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-a3b647.276e7680.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Consumption_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modu-9f7f55.3efe16ee.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_IntervalSelector_jsx.4fc76338.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Distribution_jsx.6c5c263b.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_ColorGauge_jsx-node_modules_babel_runtime_helpers_esm_defineProperty_js-node_modules_babe-17d7ec.7cfe7aba.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_WaterGauge_jsx.55c65fc6.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_BatteryGauge_jsx.9a9b6397.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Thermostat_jsx.307e9801.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Blinds_jsx-src_Generic_jsx.44d8cea0.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Generic_jsx-src_ObjectChart_jsx.d1b9c3f4.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Components_BlindsBase_js.a97ca885.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Actual_jsx-node_modules_babel_runtime_helpers_esm_setPrototypeOf_js.eb88a87d.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Clock_jsx.8acd6a41.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Switches_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modules-54afab.abbb27c8.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Lock_jsx.6af52d4e.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Html_jsx.2b739d92.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ThemeSwitcher_jsx.992c8ff3.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.230da3de.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_SimpleState_jsx.f06bef5f.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_WasherDryer_jsx.ebe2a019.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_deviceWidget_js.2aef2139.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Wizard_jsx.5afb26bd.chunk.js.map: HTTP-Fehler: Statuscode 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                            VM4376:68 Uncaught SyntaxError: Missing catch or finally after try
                               at i.value (visEngine.jsx:1847:54)
                               at i.value (visEngine.jsx:1940:14)
                               at bi (react-dom.production.min.js:204:189)
                               at ji (react-dom.production.min.js:203:149)
                               at yl (react-dom.production.min.js:292:172)
                               at gs (react-dom.production.min.js:280:389)
                               at Ms (react-dom.production.min.js:280:320)
                               at zs (react-dom.production.min.js:280:180)
                               at as (react-dom.production.min.js:268:209)
                               at x (scheduler.production.min.js:13:203)
                               at MessagePort.T (scheduler.production.min.js:14:128)
                            value @ visEngine.jsx:1847
                            value @ visEngine.jsx:1940
                            bi @ react-dom.production.min.js:204
                            ji @ react-dom.production.min.js:203
                            yl @ react-dom.production.min.js:292
                            gs @ react-dom.production.min.js:280
                            Ms @ react-dom.production.min.js:280
                            zs @ react-dom.production.min.js:280
                            as @ react-dom.production.min.js:268
                            x @ scheduler.production.min.js:13
                            T @ scheduler.production.min.js:14
                            instrument.ts:139 Common user CSS not found: Not exists
                            (anonym) @ instrument.ts:139
                            (anonym) @ visEngine.jsx:1903
                            Promise.catch (async)
                            value @ visEngine.jsx:1903
                            value @ visEngine.jsx:1941
                            bi @ react-dom.production.min.js:204
                            ji @ react-dom.production.min.js:203
                            yl @ react-dom.production.min.js:292
                            gs @ react-dom.production.min.js:280
                            Ms @ react-dom.production.min.js:280
                            zs @ react-dom.production.min.js:280
                            as @ react-dom.production.min.js:268
                            x @ scheduler.production.min.js:13
                            T @ scheduler.production.min.js:14
                            instrument.ts:139 [2023-09-10T13:14:27.692Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000858A994D9E4.channels.1.on
                            instrument.ts:139 [2023-09-10T13:14:27.698Z] +SUBSCRIBE: zigbee.0.00158d0002ff234a.state
                            instrument.ts:139 [2023-09-10T13:14:27.705Z] +SUBSCRIBE: sonoff.0.Fritzbox-O2.ENERGY_Power
                            2instrument.ts:139 Someone tries to register new ref for view 1041_Anwesenheit
                            (anonym) @ instrument.ts:139
                            n.registerViewRef @ visEngine.jsx:1187
                            (anonym) @ visView.jsx:79
                            Promise.then (async)
                            value @ visView.jsx:78
                            Vl @ react-dom.production.min.js:261
                            gl @ react-dom.production.min.js:260
                            Hl @ react-dom.production.min.js:259
                            (anonym) @ react-dom.production.min.js:283
                            xs @ react-dom.production.min.js:281
                            as @ react-dom.production.min.js:270
                            x @ scheduler.production.min.js:13
                            T @ scheduler.production.min.js:14
                            instrument.ts:139 [2023-09-10T13:14:27.762Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU
                            instrument.ts:139 [2023-09-10T13:14:27.790Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Batterien.Alle_voll
                            instrument.ts:139 [2023-09-10T13:14:27.935Z] +SUBSCRIBE: ical.0.data.html
                            instrument.ts:139 [2023-09-10T13:14:27.949Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.8-rangeValue
                            instrument.ts:139 [2023-09-10T13:14:27.975Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.5-rangeValue
                            instrument.ts:139 [2023-09-10T13:14:27.977Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.9-rangeValue
                            instrument.ts:139 [2023-09-10T13:14:27.978Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.4-rangeValue
                            instrument.ts:139 [2023-09-10T13:14:27.979Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.6-rangeValue
                            instrument.ts:139 [2023-09-10T13:14:27.989Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.temperature
                            instrument.ts:139 [2023-09-10T13:14:28.068Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                            instrument.ts:139 [2023-09-10T13:14:28.070Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Minimale_Temperatur_value
                            instrument.ts:139 [2023-09-10T13:14:28.073Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000EDBE9A1B496.channels.1.actualTemperature
                            instrument.ts:139 [2023-09-10T13:14:28.074Z] +SUBSCRIBE: javascript.0.temperaturen.heute_min
                            instrument.ts:139 [2023-09-10T13:14:28.075Z] +SUBSCRIBE: javascript.0.temperaturen.heute_max
                            instrument.ts:139 [2023-09-10T13:14:28.076Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_4.Wetter_Symbol_id
                            instrument.ts:139 [2023-09-10T13:14:28.097Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3203868340.state
                            instrument.ts:139 [2023-09-10T13:14:28.099Z] +SUBSCRIBE: esphome.0.78E36D1A6768.Sensor.1594211186.state
                            instrument.ts:139 [2023-09-10T13:14:28.100Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3076461096.state
                            instrument.ts:139 [2023-09-10T13:14:28.101Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Soll_Temp
                            instrument.ts:139 [2023-09-10T13:14:28.102Z] +SUBSCRIBE: hmip.0.devices.3014F711A0002018A99D211C.channels.1.setPointTemperature
                            instrument.ts:139 [2023-09-10T13:14:28.103Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000393C99B4388.channels.1.setPointTemperature
                            instrument.ts:139 [2023-09-10T13:14:28.104Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.settings.SetTemp
                            instrument.ts:139 [2023-09-10T13:14:28.106Z] +SUBSCRIBE: 1
                            instrument.ts:139 [2023-09-10T13:14:28.107Z] +SUBSCRIBE: system.adapter.netatmo-energy.0.alive
                            instrument.ts:139 [2023-09-10T13:14:28.113Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Ist_Temp
                            instrument.ts:139 [2023-09-10T13:14:28.120Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.status.therm_measured_temperature
                            instrument.ts:139 [2023-09-10T13:14:28.130Z] +SUBSCRIBE: mihome-vacuum.0.info.state
                            instrument.ts:139 [2023-09-10T13:14:28.133Z] +SUBSCRIBE: 0_userdata.0.Wäschetrockner.Wäschetrockner_Status
                            instrument.ts:139 [2023-09-10T13:14:28.134Z] +SUBSCRIBE: 0_userdata.0.Waschmaschine.Waschmaschiene_fertig
                            instrument.ts:139 [2023-09-10T13:14:28.138Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.NoNo.Betriebsbereitschaft
                            instrument.ts:139 [2023-09-10T13:14:28.141Z] +SUBSCRIBE: 0_userdata.0.SpühlMaschine.Spühlmaschiene_Status
                            instrument.ts:139 [2023-09-10T13:14:28.148Z] +SUBSCRIBE: hmip.0.devices.3014F711A000275D8993D266.channels.1.raining
                            instrument.ts:139 [2023-09-10T13:14:28.155Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Steckdosen_Online
                            instrument.ts:139 [2023-09-10T13:14:28.156Z] +SUBSCRIBE: javascript.0.VIS-Status.alle_steckdosen_og_aus
                            instrument.ts:139 [2023-09-10T13:14:28.161Z] +SUBSCRIBE: 0_userdata.0.System.Alle_Adapter_gestartet
                            instrument.ts:139 [2023-09-10T13:14:28.162Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Temperatur_Normal
                            instrument.ts:139 [2023-09-10T13:14:28.166Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.EG-Alle_Lampen_aus_check
                            instrument.ts:139 [2023-09-10T13:14:28.169Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.OG-Alle_Lampen_aus
                            instrument.ts:139 [2023-09-10T13:14:28.171Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.Dach-Alle_Lampen_aus
                            instrument.ts:139 [2023-09-10T13:14:28.181Z] +SUBSCRIBE: javascript.0.zeiten.nachtlaenge_fortschritt
                            instrument.ts:139 [2023-09-10T13:14:28.181Z] +SUBSCRIBE: javascript.0.zeiten.tageslaenge_fortschritt
                            instrument.ts:139 Version vis-hqwidgets: 1.2.0
                            instrument.ts:139 [2023-09-10T13:14:28.185Z] +SUBSCRIBE: daswetter.0.NextHours.Location_1.Day_1.moon_symbol
                            instrument.ts:139 [2023-09-10T13:14:28.185Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_tageslicht_in_minuten
                            instrument.ts:139 [2023-09-10T13:14:28.188Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_fortschritt
                            instrument.ts:139 [2023-09-10T13:14:28.193Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_oeffnen_verzoegerung
                            instrument.ts:139 [2023-09-10T13:14:28.196Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_schliessen_verzoegerung
                            instrument.ts:139 [2023-09-10T13:14:28.196Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.weihnachtszeit
                            instrument.ts:139 [2023-09-10T13:14:28.201Z] +SUBSCRIBE: trashschedule.0.type.json
                            instrument.ts:139 [2023-09-10T13:14:28.206Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf
                            instrument.ts:139 [2023-09-10T13:14:28.208Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander
                            instrument.ts:139 [2023-09-10T13:14:28.210Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari
                            instrument.ts:139 [2023-09-10T13:14:28.219Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev
                            instrument.ts:139 [2023-09-10T13:14:28.222Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf_Time_Limit
                            instrument.ts:139 [2023-09-10T13:14:28.224Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev_Time_Limit
                            instrument.ts:139 [2023-09-10T13:14:28.226Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander_Time_Limit
                            instrument.ts:139 [2023-09-10T13:14:28.230Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari_Time_Limit
                            instrument.ts:139 [2023-09-10T13:14:28.234Z] +SUBSCRIBE: 0_userdata.0.Morgen_Nacht.Nacht
                            instrument.ts:139 [2023-09-10T13:14:28.237Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Schlafen_im_wohnzimmer
                            instrument.ts:139 [2023-09-10T13:14:28.240Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Besuch_da
                            instrument.ts:139 [2023-09-10T13:14:28.244Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.SchlafTimer
                            instrument.ts:139 [2023-09-10T13:14:28.248Z] +SUBSCRIBE: 0_userdata.0.Alexa_Sprachausgaben.Spachausgabe
                            instrument.ts:139 [2023-09-10T13:14:28.272Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Licht-Singnal
                            instrument.ts:139 [2023-09-10T13:14:28.274Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Ansage
                            instrument.ts:139 [2023-09-10T13:14:28.277Z] +SUBSCRIBE: javascript.0.scriptEnabled.50:_VIS-Tab8.Spach__Skripte.Regen
                            instrument.ts:139 [2023-09-10T13:14:28.293Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Aktuell
                            instrument.ts:139 [2023-09-10T13:14:28.295Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute
                            instrument.ts:139 [2023-09-10T13:14:28.296Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern
                            instrument.ts:139 [2023-09-10T13:14:28.298Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt
                            instrument.ts:139 [2023-09-10T13:14:28.300Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung
                            instrument.ts:139 [2023-09-10T13:14:28.302Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat
                            instrument.ts:139 [2023-09-10T13:14:28.304Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr
                            instrument.ts:139 [2023-09-10T13:14:28.305Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung_Kosten
                            instrument.ts:139 [2023-09-10T13:14:28.306Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute_Kosten
                            instrument.ts:139 [2023-09-10T13:14:28.307Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern_Kosten
                            instrument.ts:139 [2023-09-10T13:14:28.309Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt_Kosten
                            instrument.ts:139 [2023-09-10T13:14:28.311Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat_Kosten
                            instrument.ts:139 [2023-09-10T13:14:28.312Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr_Kosten
                            instrument.ts:139 [2023-09-10T13:14:28.320Z] +SUBSCRIBE: tuya.0.15556050840d8ea159d5.2
                            instrument.ts:139 [2023-09-10T13:14:28.322Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_Screen_ON_Check_Time
                            instrument.ts:139 [2023-09-10T13:14:28.323Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_No_Ereigniss_Screen_ON
                            instrument.ts:139 [2023-09-10T13:14:28.326Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Clint.Port
                            :12085/vis.0/Samsung-Tab8/font/Seven%20Segment.ttf:1     GET http://25.25.50.100:12085/vis.0/Samsung-Tab8/font/Seven%20Segment.ttf net::ERR_ABORTED 404 (Not Found)
                            helpers.ts:120 Uncaught TypeError: Cannot read properties of null (reading 'length')
                               at Function.each (jquery-1.11.2.min.js:2:2821)
                               at Object.redraw (trashschedule.js:354:15)
                               at Object.createWidget (trashschedule.js:192:36)
                               at trashschedule.js:172:44
                               at a (helpers.ts:98:1)
                            each @ jquery-1.11.2.min.js:2
                            redraw @ trashschedule.js:354
                            createWidget @ trashschedule.js:192
                            (anonym) @ trashschedule.js:172
                            a @ helpers.ts:98
                            setTimeout (async)
                            (anonym) @ trycatch.ts:120
                            createWidget @ trashschedule.js:171
                            eval @ tplTrashscheduleHelper.js:24
                            n.render @ can.custom.js:2229
                            t.template.fn @ can.custom.js:2223
                            r @ can.custom.js:1370
                            renderTo @ can.custom.js:1449
                            renderAs @ can.custom.js:1465
                            e.view.e.template @ can.custom.js:1401
                            value @ visCanWidget.jsx:1183
                            value @ visCanWidget.jsx:135
                            Vl @ react-dom.production.min.js:261
                            gl @ react-dom.production.min.js:260
                            Hl @ react-dom.production.min.js:259
                            (anonym) @ react-dom.production.min.js:283
                            xs @ react-dom.production.min.js:281
                            as @ react-dom.production.min.js:270
                            x @ scheduler.production.min.js:13
                            T @ scheduler.production.min.js:14
                            App.jsx:554 Uncaught (in promise) TypeError: s.changeProject is not a function
                               at App.jsx:554:24
                               at f (regeneratorRuntime.js:45:16)
                               at Generator.<anonymous> (regeneratorRuntime.js:133:17)
                               at Generator.next (regeneratorRuntime.js:74:21)
                               at r (asyncToGenerator.js:3:20)
                               at o (asyncToGenerator.js:22:9)
                               at asyncToGenerator.js:27:7
                               at new Promise (<anonymous>)
                               at n.<anonymous> (asyncToGenerator.js:19:12)
                               at n.changeView (App.jsx:579:6)
                               at onHashChange (App.jsx:145:14)
                            (anonym) @ App.jsx:554
                            f @ regeneratorRuntime.js:45
                            (anonym) @ regeneratorRuntime.js:133
                            (anonym) @ regeneratorRuntime.js:74
                            r @ asyncToGenerator.js:3
                            o @ asyncToGenerator.js:22
                            (anonym) @ asyncToGenerator.js:27
                            (anonym) @ asyncToGenerator.js:19
                            (anonym) @ App.jsx:579
                            onHashChange @ App.jsx:145
                            Promise.then (async)
                            onHashChange @ App.jsx:146
                            hashchange (async)
                            changeView @ visEngine.jsx:500
                            (anonym) @ vis-inventwo.js:2079
                            dispatch @ jquery-1.11.2.min.js:3
                            r.handle @ jquery-1.11.2.min.js:3
                            a @ helpers.ts:98
                            images.jpeg:1     GET http://25.25.50.100:12085/vis-2.0/Kastanienhof/Meine_Icons/Netzwerk/images.jpeg 404 (Not Found)
                            Image (async)
                            (anonym) @ jquery-1.11.2.min.js:3
                            m.access @ jquery-1.11.2.min.js:3
                            html @ jquery-1.11.2.min.js:3
                            window.jQuery.fn.<computed> @ odometer.min.js:2
                            createWidget @ vis-inventwo.js:4690
                            universalButton2 @ vis-inventwo.js:4258
                            eval @ i-vis-universal.js:22
                            (anonym) @ can.custom.js:1419
                            a.each @ can.custom.js:343
                            hookup @ can.custom.js:1418
                            frag @ can.custom.js:1405
                            r @ can.custom.js:1370
                            renderTo @ can.custom.js:1449
                            renderAs @ can.custom.js:1465
                            e.view.e.template @ can.custom.js:1401
                            value @ visCanWidget.jsx:1183
                            value @ visCanWidget.jsx:135
                            Vl @ react-dom.production.min.js:261
                            gl @ react-dom.production.min.js:260
                            Hl @ react-dom.production.min.js:259
                            (anonym) @ react-dom.production.min.js:283
                            xs @ react-dom.production.min.js:281
                            as @ react-dom.production.min.js:270
                            x @ scheduler.production.min.js:13
                            T @ scheduler.production.min.js:14
                            

                            Was kann ich noch machen das ich weiter komme ?

                            mfg

                            Digi-Bit

                            sigi234S Online
                            sigi234S Online
                            sigi234
                            Forum Testing Most Active
                            schrieb am zuletzt editiert von
                            #196

                            @digi-bit
                            Die Inventwo Widgets müssen noch für Vis2 angepasst werden.

                            Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                            Immer Daten sichern!

                            D 1 Antwort Letzte Antwort
                            0
                            • sigi234S sigi234

                              @digi-bit
                              Die Inventwo Widgets müssen noch für Vis2 angepasst werden.

                              D Offline
                              D Offline
                              Digi-Bit
                              schrieb am zuletzt editiert von
                              #197

                              @sigi234 sagte in Vis-2(.0) - Neuer Adapter als Beta:

                              Widgets

                              ok, kein ding.

                              nur finde ich kein erstatz für die.

                              Kann mir einer ein Navi Widgets nennen welches auch bei VIS2 funktioniert den das Gestylt navi Widgets funktioniert ja auch nicht.

                              Irgend eins muss doch momentan gehen, welches ist mir Wurst nur würde es nett sein wenn man mir mal eins nennen könnte welches geht den die die ich Installiert habe gehen alle nicht :angry:

                              Also welche Muss ich nehmen damit ich weiter machen kann ?

                              mfg

                              Digi-Bit

                              Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                              7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                              D 1 Antwort Letzte Antwort
                              0
                              • D Digi-Bit

                                @sigi234 sagte in Vis-2(.0) - Neuer Adapter als Beta:

                                Widgets

                                ok, kein ding.

                                nur finde ich kein erstatz für die.

                                Kann mir einer ein Navi Widgets nennen welches auch bei VIS2 funktioniert den das Gestylt navi Widgets funktioniert ja auch nicht.

                                Irgend eins muss doch momentan gehen, welches ist mir Wurst nur würde es nett sein wenn man mir mal eins nennen könnte welches geht den die die ich Installiert habe gehen alle nicht :angry:

                                Also welche Muss ich nehmen damit ich weiter machen kann ?

                                mfg

                                Digi-Bit

                                D Offline
                                D Offline
                                Digi-Bit
                                schrieb am zuletzt editiert von
                                #198

                                und die "metro Tile Navigation" gehen auch nicht....

                                hat jemand noch eine Idee ?

                                Benutz hier keiner ein Navi Icon ????

                                wie ändert ihr den die VIS Ansicht ???

                                mfg

                                Digi-Bit

                                iobroker.vis-2@2.2.4 using theme "dark"
                                Prompt.js:14 
                                ██╗ ██████╗ ██████╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗ 
                                ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
                                ██║██║   ██║██████╔╝██████╔╝██║   ██║█████╔╝ █████╗  ██████╔╝
                                ██║██║   ██║██╔══██╗██╔══██╗██║   ██║██╔═██╗ ██╔══╝  ██╔══██╗
                                ██║╚██████╔╝██████╔╝██║  ██║╚██████╔╝██║  ██╗███████╗██║  ██║
                                ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
                                
                                Prompt.js:15 Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters
                                Prompt.js:16 Help us to create open source project with reactJS!
                                Prompt.js:17 See you :)
                                socket.io.js:66 [2023-09-10T17:55:18.974Z] Try to connect
                                fetch.ts:45     POST https://sentry.iobroker.net/api/232/envelope/?sentry_key=db8b6e837c71447a876069559a00a742&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.66.0 net::ERR_BLOCKED_BY_ADBLOCKER
                                (anonymous) @ fetch.ts:45
                                (anonymous) @ base.ts:76
                                add @ promisebuffer.ts:49
                                a @ base.ts:92
                                value @ baseclient.ts:713
                                value @ baseclient.ts:353
                                value @ baseclient.ts:223
                                value @ hub.ts:480
                                value @ hub.ts:412
                                fn @ sdk.ts:206
                                (anonymous) @ sdk.ts:235
                                cn @ sdk.ts:125
                                (anonymous) @ GenericApp.js:262
                                Promise.then (async)
                                onReady @ GenericApp.js:246
                                (anonymous) @ LegacyConnection.js:487
                                Promise.then (async)
                                (anonymous) @ LegacyConnection.js:448
                                value @ LegacyConnection.js:416
                                value @ LegacyConnection.js:427
                                value @ LegacyConnection.js:378
                                (anonymous) @ LegacyConnection.js:271
                                SocketClient.findAnswer @ socket.io.js:304
                                socket.onmessage @ socket.io.js:212
                                instrument.ts:139 Version vis-jqui-mfd: 1.0.12
                                instrument.ts:139 Metro version: "1.2.0"
                                instrument.ts:139 Version vis-weather: 2.5.6
                                instrument.ts:139 Version justgage: 1.0.2
                                instrument.ts:139 Version netatmo-energy: 0.1.0
                                instrument.ts:139 Version openligadb: 0.5.0
                                instrument.ts:139 Version trashschedule: 2.2.0
                                instrument.ts:139 Version Info-Adapter-Widget: 1.9.26
                                instrument.ts:139 Download the Vue Devtools extension for a better development experience:
                                https://github.com/vuejs/vue-devtools
                                instrument.ts:139 You are running Vue in development mode.
                                Make sure to turn on production mode when deploying for production.
                                See more tips at https://vuejs.org/guide/deployment.html
                                instrument.ts:139 Version vis-materialdesign: 0.5.9
                                fetch.ts:126     POST https://sentry.iobroker.net/api/77/envelope/?sentry_key=888b0efc877b4b12a8a83e3c1fb7fe1a&sentry_version=7 net::ERR_BLOCKED_BY_ADBLOCKER
                                (anonymous) @ fetch.ts:126
                                t @ syncpromise.ts:34
                                n.Ft @ fetch.ts:125
                                n.sendSession @ fetch.ts:91
                                t.sendSession @ basebackend.ts:108
                                t.ht @ baseclient.ts:262
                                t.captureSession @ baseclient.ts:158
                                value @ hub.ts:480
                                value @ hub.ts:425
                                value @ hub.ts:454
                                (anonymous) @ sdk.ts:199
                                t.init @ sdk.ts:94
                                _initializeSentry @ widgets.min.js:1
                                initializeSentry @ widgets.min.js:1
                                await in initializeSentry (async)
                                (anonymous) @ materialdesign.js:35
                                (anonymous) @ widgets.min.js:1
                                (anonymous) @ widgets.min.js:1
                                (anonymous) @ visEngine.jsx:1173
                                Promise.then (async)
                                emit @ visEngine.jsx:1173
                                getObject @ widgets.min.js:1
                                getVersion @ widgets.min.js:1
                                (anonymous) @ materialdesign.js:32
                                (anonymous) @ widgets.min.js:1
                                a @ helpers.ts:98
                                setTimeout (async)
                                (anonymous) @ trycatch.ts:120
                                waitForVisConnected @ widgets.min.js:1
                                showVersion @ materialdesign.js:31
                                (anonymous) @ widgets.min.js:1
                                baseclient.ts:160 Uncaught (in promise) TypeError: t.update is not a function
                                   at t.captureSession (baseclient.ts:160:15)
                                   at e.value (hub.ts:480:1)
                                   at e.value (hub.ts:425:1)
                                   at e.value (hub.ts:454:1)
                                   at sdk.ts:199:9
                                   at t.init (sdk.ts:94:5)
                                   at Object._initializeSentry (widgets.min.js:1:20151)
                                   at Object.initializeSentry (widgets.min.js:1:19863)
                                t.captureSession @ baseclient.ts:160
                                value @ hub.ts:480
                                value @ hub.ts:425
                                value @ hub.ts:454
                                (anonymous) @ sdk.ts:199
                                t.init @ sdk.ts:94
                                _initializeSentry @ widgets.min.js:1
                                initializeSentry @ widgets.min.js:1
                                await in initializeSentry (async)
                                (anonymous) @ materialdesign.js:35
                                (anonymous) @ widgets.min.js:1
                                (anonymous) @ widgets.min.js:1
                                (anonymous) @ visEngine.jsx:1173
                                Promise.then (async)
                                emit @ visEngine.jsx:1173
                                getObject @ widgets.min.js:1
                                getVersion @ widgets.min.js:1
                                (anonymous) @ materialdesign.js:32
                                (anonymous) @ widgets.min.js:1
                                a @ helpers.ts:98
                                setTimeout (async)
                                (anonymous) @ trycatch.ts:120
                                waitForVisConnected @ widgets.min.js:1
                                showVersion @ materialdesign.js:31
                                (anonymous) @ widgets.min.js:1
                                instrument.ts:139 Version vis-material-advanced: 1.7.3
                                instrument.ts:139 common.visWidgets.i18n is deprecated. Use common.visWidgets.openweathermap.i18n instead.
                                (anonymous) @ instrument.ts:139
                                (anonymous) @ instrument.ts:129
                                l @ visUtils.jsx:846
                                r @ visUtils.jsx:841
                                (anonymous) @ visUtils.jsx:839
                                Promise.then (async)
                                g @ visUtils.jsx:832
                                (anonymous) @ visWidgetsCatalog.jsx:30
                                sentryWrapped @ helpers.ts:87
                                setTimeout (async)
                                (anonymous) @ trycatch.ts:120
                                (anonymous) @ trycatch.ts:119
                                (anonymous) @ visWidgetsCatalog.jsx:29
                                value @ visWidgetsCatalog.jsx:28
                                (anonymous) @ App.jsx:616
                                f @ regeneratorRuntime.js:45
                                (anonymous) @ regeneratorRuntime.js:133
                                (anonymous) @ regeneratorRuntime.js:74
                                r @ asyncToGenerator.js:3
                                o @ asyncToGenerator.js:22
                                (anonymous) @ asyncToGenerator.js:27
                                (anonymous) @ asyncToGenerator.js:19
                                (anonymous) @ App.jsx:620
                                onLoaded @ App.jsx:801
                                (anonymous) @ visEngine.jsx:1506
                                f @ regeneratorRuntime.js:45
                                (anonymous) @ regeneratorRuntime.js:133
                                (anonymous) @ regeneratorRuntime.js:74
                                r @ asyncToGenerator.js:3
                                o @ asyncToGenerator.js:22
                                Promise.then (async)
                                r @ asyncToGenerator.js:12
                                o @ asyncToGenerator.js:22
                                Promise.then (async)
                                r @ asyncToGenerator.js:12
                                o @ asyncToGenerator.js:22
                                Promise.then (async)
                                r @ asyncToGenerator.js:12
                                o @ asyncToGenerator.js:22
                                (anonymous) @ asyncToGenerator.js:27
                                (anonymous) @ asyncToGenerator.js:19
                                (anonymous) @ visEngine.jsx:1511
                                (anonymous) @ visEngine.jsx:219
                                Promise.then (async)
                                i @ visEngine.jsx:209
                                Ia @ react-dom.production.min.js:147
                                ji @ react-dom.production.min.js:198
                                yl @ react-dom.production.min.js:292
                                gs @ react-dom.production.min.js:280
                                Ms @ react-dom.production.min.js:280
                                zs @ react-dom.production.min.js:280
                                as @ react-dom.production.min.js:268
                                x @ scheduler.production.min.js:13
                                T @ scheduler.production.min.js:14
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_translations_js.8cc6492a.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_translations_js.395fc3f6.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_translations_js.cace16e5.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_translations_js.10c291be.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/css/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.83721eea.chunk.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.1cc15eaf.chunk.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_Map_jsx-node_modules_leaflet_dist_leaflet_css-node_modules_babel_runtime_helpers_esm_obje-1f1968.c7bfc0ae.chunk.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.08a2daf7.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_Weather_jsx-node_modules_babel_runtime_helpers_esm_objectSpread2_js-node_modules_babel_ru-577953.c93194ca.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Player_jsx.21d8294e.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Html_jsx.2b739d92.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ThemeSwitcher_jsx.992c8ff3.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_WasherDryer_jsx.ebe2a019.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Generic_jsx-src_ObjectChart_jsx.d1b9c3f4.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Thermostat_jsx.307e9801.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Actual_jsx-node_modules_babel_runtime_helpers_esm_setPrototypeOf_js.eb88a87d.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Components_BlindsBase_js.a97ca885.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Blinds_jsx-src_Generic_jsx.44d8cea0.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Clock_jsx.8acd6a41.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Lock_jsx.6af52d4e.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Switches_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modules-54afab.abbb27c8.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_SimpleState_jsx.f06bef5f.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ViewInWidget_jsx.9ca044fa.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.230da3de.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Camera_jsx.325abfa3.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_deviceWidget_js.2aef2139.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Wizard_jsx.5afb26bd.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Security_jsx.87440c69.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_ColorGauge_jsx-node_modules_babel_runtime_helpers_esm_defineProperty_js-node_modules_babe-17d7ec.7cfe7aba.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_WaterGauge_jsx.55c65fc6.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_BatteryGauge_jsx.9a9b6397.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_ConsumptionComparison_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-a3b647.276e7680.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_IntervalSelector_jsx.4fc76338.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Consumption_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modu-9f7f55.3efe16ee.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Distribution_jsx.6c5c263b.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                VM1681:68 Uncaught SyntaxError: Missing catch or finally after try
                                   at i.value (visEngine.jsx:1847:54)
                                   at i.value (visEngine.jsx:1940:14)
                                   at bi (react-dom.production.min.js:204:189)
                                   at ji (react-dom.production.min.js:203:149)
                                   at yl (react-dom.production.min.js:292:172)
                                   at gs (react-dom.production.min.js:280:389)
                                   at Ms (react-dom.production.min.js:280:320)
                                   at zs (react-dom.production.min.js:280:180)
                                   at as (react-dom.production.min.js:268:209)
                                   at x (scheduler.production.min.js:13:203)
                                   at MessagePort.T (scheduler.production.min.js:14:128)
                                value @ visEngine.jsx:1847
                                value @ visEngine.jsx:1940
                                bi @ react-dom.production.min.js:204
                                ji @ react-dom.production.min.js:203
                                yl @ react-dom.production.min.js:292
                                gs @ react-dom.production.min.js:280
                                Ms @ react-dom.production.min.js:280
                                zs @ react-dom.production.min.js:280
                                as @ react-dom.production.min.js:268
                                x @ scheduler.production.min.js:13
                                T @ scheduler.production.min.js:14
                                instrument.ts:139 Common user CSS not found: Not exists
                                (anonymous) @ instrument.ts:139
                                (anonymous) @ instrument.ts:129
                                (anonymous) @ visEngine.jsx:1903
                                Promise.catch (async)
                                value @ visEngine.jsx:1903
                                value @ visEngine.jsx:1941
                                bi @ react-dom.production.min.js:204
                                ji @ react-dom.production.min.js:203
                                yl @ react-dom.production.min.js:292
                                gs @ react-dom.production.min.js:280
                                Ms @ react-dom.production.min.js:280
                                zs @ react-dom.production.min.js:280
                                as @ react-dom.production.min.js:268
                                x @ scheduler.production.min.js:13
                                T @ scheduler.production.min.js:14
                                instrument.ts:139 [2023-09-10T17:55:26.142Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000858A994D9E4.channels.1.on
                                instrument.ts:139 [2023-09-10T17:55:26.152Z] +SUBSCRIBE: zigbee.0.00158d0002ff234a.state
                                instrument.ts:139 [2023-09-10T17:55:26.168Z] +SUBSCRIBE: sonoff.0.Fritzbox-O2.ENERGY_Power
                                2instrument.ts:139 Someone tries to register new ref for view 1041_Anwesenheit
                                (anonymous) @ instrument.ts:139
                                (anonymous) @ instrument.ts:129
                                (anonymous) @ captureconsole.ts:73
                                n.registerViewRef @ visEngine.jsx:1187
                                (anonymous) @ visView.jsx:79
                                Promise.then (async)
                                value @ visView.jsx:78
                                Vl @ react-dom.production.min.js:261
                                gl @ react-dom.production.min.js:260
                                Hl @ react-dom.production.min.js:259
                                (anonymous) @ react-dom.production.min.js:283
                                xs @ react-dom.production.min.js:281
                                as @ react-dom.production.min.js:270
                                x @ scheduler.production.min.js:13
                                T @ scheduler.production.min.js:14
                                instrument.ts:139 [2023-09-10T17:55:26.646Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU
                                :12085/vis.0/Samsung-Tab8/font/Seven%20Segment.ttf:1     GET http://25.25.50.100:12085/vis.0/Samsung-Tab8/font/Seven%20Segment.ttf net::ERR_ABORTED 404 (Not Found)
                                instrument.ts:139 [2023-09-10T17:55:27.886Z] +SUBSCRIBE: ical.0.data.html
                                instrument.ts:139 [2023-09-10T17:55:27.908Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                                instrument.ts:139 [2023-09-10T17:55:27.918Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Minimale_Temperatur_value
                                instrument.ts:139 [2023-09-10T17:55:27.946Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000EDBE9A1B496.channels.1.actualTemperature
                                instrument.ts:139 [2023-09-10T17:55:27.952Z] +SUBSCRIBE: javascript.0.temperaturen.heute_min
                                instrument.ts:139 [2023-09-10T17:55:27.957Z] +SUBSCRIBE: javascript.0.temperaturen.heute_max
                                instrument.ts:139 [2023-09-10T17:55:27.962Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_4.Wetter_Symbol_id
                                instrument.ts:139 [2023-09-10T17:55:28.055Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3203868340.state
                                instrument.ts:139 [2023-09-10T17:55:28.062Z] +SUBSCRIBE: esphome.0.78E36D1A6768.Sensor.1594211186.state
                                instrument.ts:139 [2023-09-10T17:55:28.068Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3076461096.state
                                instrument.ts:139 [2023-09-10T17:55:28.074Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Soll_Temp
                                instrument.ts:139 [2023-09-10T17:55:28.081Z] +SUBSCRIBE: hmip.0.devices.3014F711A0002018A99D211C.channels.1.setPointTemperature
                                instrument.ts:139 [2023-09-10T17:55:28.089Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000393C99B4388.channels.1.setPointTemperature
                                instrument.ts:139 [2023-09-10T17:55:28.100Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.settings.SetTemp
                                instrument.ts:139 [2023-09-10T17:55:28.105Z] +SUBSCRIBE: 1
                                instrument.ts:139 [2023-09-10T17:55:28.112Z] +SUBSCRIBE: system.adapter.netatmo-energy.0.alive
                                instrument.ts:139 [2023-09-10T17:55:28.132Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Ist_Temp
                                instrument.ts:139 [2023-09-10T17:55:28.159Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.status.therm_measured_temperature
                                instrument.ts:139 [2023-09-10T17:55:28.206Z] +SUBSCRIBE: mihome-vacuum.0.info.state
                                instrument.ts:139 [2023-09-10T17:55:28.216Z] +SUBSCRIBE: 0_userdata.0.Wäschetrockner.Wäschetrockner_Status
                                instrument.ts:139 [2023-09-10T17:55:28.221Z] +SUBSCRIBE: 0_userdata.0.Waschmaschine.Waschmaschiene_fertig
                                instrument.ts:139 [2023-09-10T17:55:28.240Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.NoNo.Betriebsbereitschaft
                                instrument.ts:139 [2023-09-10T17:55:28.266Z] +SUBSCRIBE: 0_userdata.0.SpühlMaschine.Spühlmaschiene_Status
                                instrument.ts:139 [2023-09-10T17:55:28.290Z] +SUBSCRIBE: hmip.0.devices.3014F711A000275D8993D266.channels.1.raining
                                instrument.ts:139 [2023-09-10T17:55:28.312Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Steckdosen_Online
                                instrument.ts:139 [2023-09-10T17:55:28.317Z] +SUBSCRIBE: javascript.0.VIS-Status.alle_steckdosen_og_aus
                                instrument.ts:139 [2023-09-10T17:55:28.341Z] +SUBSCRIBE: 0_userdata.0.System.Alle_Adapter_gestartet
                                instrument.ts:139 [2023-09-10T17:55:28.346Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Temperatur_Normal
                                instrument.ts:139 [2023-09-10T17:55:28.364Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.EG-Alle_Lampen_aus_check
                                instrument.ts:139 [2023-09-10T17:55:28.376Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.OG-Alle_Lampen_aus
                                instrument.ts:139 [2023-09-10T17:55:28.388Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.Dach-Alle_Lampen_aus
                                instrument.ts:139 [2023-09-10T17:55:28.431Z] +SUBSCRIBE: javascript.0.zeiten.nachtlaenge_fortschritt
                                instrument.ts:139 [2023-09-10T17:55:28.432Z] +SUBSCRIBE: javascript.0.zeiten.tageslaenge_fortschritt
                                instrument.ts:139 Version vis-hqwidgets: 1.2.0
                                instrument.ts:139 [2023-09-10T17:55:28.449Z] +SUBSCRIBE: daswetter.0.NextHours.Location_1.Day_1.moon_symbol
                                instrument.ts:139 [2023-09-10T17:55:28.450Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_tageslicht_in_minuten
                                instrument.ts:139 [2023-09-10T17:55:28.457Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_fortschritt
                                instrument.ts:139 [2023-09-10T17:55:28.486Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_oeffnen_verzoegerung
                                instrument.ts:139 [2023-09-10T17:55:28.493Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_schliessen_verzoegerung
                                instrument.ts:139 [2023-09-10T17:55:28.494Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.weihnachtszeit
                                instrument.ts:139 [2023-09-10T17:55:28.518Z] +SUBSCRIBE: trashschedule.0.type.json
                                instrument.ts:139 [2023-09-10T17:55:28.543Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf
                                instrument.ts:139 [2023-09-10T17:55:28.548Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander
                                instrument.ts:139 [2023-09-10T17:55:28.555Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari
                                instrument.ts:139 [2023-09-10T17:55:28.591Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev
                                instrument.ts:139 [2023-09-10T17:55:28.601Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf_Time_Limit
                                instrument.ts:139 [2023-09-10T17:55:28.609Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev_Time_Limit
                                instrument.ts:139 [2023-09-10T17:55:28.616Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander_Time_Limit
                                instrument.ts:139 [2023-09-10T17:55:28.623Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari_Time_Limit
                                instrument.ts:139 [2023-09-10T17:55:28.646Z] +SUBSCRIBE: 0_userdata.0.Morgen_Nacht.Nacht
                                instrument.ts:139 [2023-09-10T17:55:28.658Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Schlafen_im_wohnzimmer
                                instrument.ts:139 [2023-09-10T17:55:28.668Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Besuch_da
                                instrument.ts:139 [2023-09-10T17:55:28.683Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.SchlafTimer
                                instrument.ts:139 [2023-09-10T17:55:28.701Z] +SUBSCRIBE: 0_userdata.0.Alexa_Sprachausgaben.Spachausgabe
                                instrument.ts:139 [2023-09-10T17:55:28.780Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Licht-Singnal
                                instrument.ts:139 [2023-09-10T17:55:28.821Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Ansage
                                instrument.ts:139 [2023-09-10T17:55:28.835Z] +SUBSCRIBE: javascript.0.scriptEnabled.50:_VIS-Tab8.Spach__Skripte.Regen
                                instrument.ts:139 [2023-09-10T17:55:28.893Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Aktuell
                                instrument.ts:139 [2023-09-10T17:55:28.899Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute
                                instrument.ts:139 [2023-09-10T17:55:28.908Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern
                                instrument.ts:139 [2023-09-10T17:55:28.918Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt
                                instrument.ts:139 [2023-09-10T17:55:28.928Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung
                                instrument.ts:139 [2023-09-10T17:55:28.938Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat
                                instrument.ts:139 [2023-09-10T17:55:28.948Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr
                                instrument.ts:139 [2023-09-10T17:55:28.954Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung_Kosten
                                instrument.ts:139 [2023-09-10T17:55:28.959Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute_Kosten
                                instrument.ts:139 [2023-09-10T17:55:28.966Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern_Kosten
                                instrument.ts:139 [2023-09-10T17:55:28.971Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt_Kosten
                                instrument.ts:139 [2023-09-10T17:55:28.981Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat_Kosten
                                instrument.ts:139 [2023-09-10T17:55:28.986Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr_Kosten
                                instrument.ts:139 [2023-09-10T17:55:29.029Z] +SUBSCRIBE: tuya.0.15556050840d8ea159d5.2
                                instrument.ts:139 [2023-09-10T17:55:29.037Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_Screen_ON_Check_Time
                                instrument.ts:139 [2023-09-10T17:55:29.044Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_No_Ereigniss_Screen_ON
                                instrument.ts:139 [2023-09-10T17:55:29.056Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Clint.Port
                                instrument.ts:139 [2023-09-10T17:55:29.346Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.8-rangeValue
                                instrument.ts:139 [2023-09-10T17:55:29.353Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.5-rangeValue
                                instrument.ts:139 [2023-09-10T17:55:29.360Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.9-rangeValue
                                instrument.ts:139 [2023-09-10T17:55:29.367Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.4-rangeValue
                                instrument.ts:139 [2023-09-10T17:55:29.373Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.6-rangeValue
                                instrument.ts:139 [2023-09-10T17:55:29.455Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.temperature
                                helpers.ts:111 Uncaught TypeError: Cannot read properties of null (reading 'length')
                                   at Function.each (jquery-1.11.2.min.js:2:2821)
                                   at Object.redraw (trashschedule.js:354:15)
                                   at Object.createWidget (trashschedule.js:192:36)
                                   at trashschedule.js:172:44
                                   at sentryWrapped (helpers.ts:87:17)
                                each @ jquery-1.11.2.min.js:2
                                redraw @ trashschedule.js:354
                                createWidget @ trashschedule.js:192
                                (anonymous) @ trashschedule.js:172
                                sentryWrapped @ helpers.ts:87
                                fetch.ts:126     POST https://sentry.iobroker.net/api/77/envelope/?sentry_key=888b0efc877b4b12a8a83e3c1fb7fe1a&sentry_version=7 net::ERR_BLOCKED_BY_ADBLOCKER
                                (anonymous) @ fetch.ts:126
                                t @ syncpromise.ts:34
                                n.Ft @ fetch.ts:125
                                n.sendSession @ fetch.ts:91
                                t.sendSession @ basebackend.ts:108
                                t.ht @ baseclient.ts:262
                                t.captureSession @ baseclient.ts:158
                                value @ hub.ts:480
                                value @ hub.ts:425
                                value @ hub.ts:454
                                fn @ sdk.ts:205
                                (anonymous) @ sdk.ts:241
                                y @ instrument.ts:105
                                f.onpopstate @ instrument.ts:358
                                st.onpopstate @ instrument.ts:333
                                changeView @ visEngine.jsx:500
                                (anonymous) @ VM1535:637
                                dispatch @ jquery-1.11.2.min.js:3
                                r.handle @ jquery-1.11.2.min.js:3
                                sentryWrapped @ helpers.ts:87
                                App.jsx:554 Uncaught (in promise) TypeError: s.changeProject is not a function
                                   at App.jsx:554:24
                                   at f (regeneratorRuntime.js:45:16)
                                   at Generator.<anonymous> (regeneratorRuntime.js:133:17)
                                   at Generator.next (regeneratorRuntime.js:74:21)
                                   at r (asyncToGenerator.js:3:20)
                                   at o (asyncToGenerator.js:22:9)
                                   at asyncToGenerator.js:27:7
                                   at new Promise (<anonymous>)
                                   at n.<anonymous> (asyncToGenerator.js:19:12)
                                   at n.changeView (App.jsx:579:6)
                                   at onHashChange (App.jsx:145:14)
                                

                                Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                                7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                                N sigi234S 2 Antworten Letzte Antwort
                                0
                                • D Digi-Bit

                                  und die "metro Tile Navigation" gehen auch nicht....

                                  hat jemand noch eine Idee ?

                                  Benutz hier keiner ein Navi Icon ????

                                  wie ändert ihr den die VIS Ansicht ???

                                  mfg

                                  Digi-Bit

                                  iobroker.vis-2@2.2.4 using theme "dark"
                                  Prompt.js:14 
                                  ██╗ ██████╗ ██████╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗ 
                                  ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
                                  ██║██║   ██║██████╔╝██████╔╝██║   ██║█████╔╝ █████╗  ██████╔╝
                                  ██║██║   ██║██╔══██╗██╔══██╗██║   ██║██╔═██╗ ██╔══╝  ██╔══██╗
                                  ██║╚██████╔╝██████╔╝██║  ██║╚██████╔╝██║  ██╗███████╗██║  ██║
                                  ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
                                  
                                  Prompt.js:15 Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters
                                  Prompt.js:16 Help us to create open source project with reactJS!
                                  Prompt.js:17 See you :)
                                  socket.io.js:66 [2023-09-10T17:55:18.974Z] Try to connect
                                  fetch.ts:45     POST https://sentry.iobroker.net/api/232/envelope/?sentry_key=db8b6e837c71447a876069559a00a742&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.66.0 net::ERR_BLOCKED_BY_ADBLOCKER
                                  (anonymous) @ fetch.ts:45
                                  (anonymous) @ base.ts:76
                                  add @ promisebuffer.ts:49
                                  a @ base.ts:92
                                  value @ baseclient.ts:713
                                  value @ baseclient.ts:353
                                  value @ baseclient.ts:223
                                  value @ hub.ts:480
                                  value @ hub.ts:412
                                  fn @ sdk.ts:206
                                  (anonymous) @ sdk.ts:235
                                  cn @ sdk.ts:125
                                  (anonymous) @ GenericApp.js:262
                                  Promise.then (async)
                                  onReady @ GenericApp.js:246
                                  (anonymous) @ LegacyConnection.js:487
                                  Promise.then (async)
                                  (anonymous) @ LegacyConnection.js:448
                                  value @ LegacyConnection.js:416
                                  value @ LegacyConnection.js:427
                                  value @ LegacyConnection.js:378
                                  (anonymous) @ LegacyConnection.js:271
                                  SocketClient.findAnswer @ socket.io.js:304
                                  socket.onmessage @ socket.io.js:212
                                  instrument.ts:139 Version vis-jqui-mfd: 1.0.12
                                  instrument.ts:139 Metro version: "1.2.0"
                                  instrument.ts:139 Version vis-weather: 2.5.6
                                  instrument.ts:139 Version justgage: 1.0.2
                                  instrument.ts:139 Version netatmo-energy: 0.1.0
                                  instrument.ts:139 Version openligadb: 0.5.0
                                  instrument.ts:139 Version trashschedule: 2.2.0
                                  instrument.ts:139 Version Info-Adapter-Widget: 1.9.26
                                  instrument.ts:139 Download the Vue Devtools extension for a better development experience:
                                  https://github.com/vuejs/vue-devtools
                                  instrument.ts:139 You are running Vue in development mode.
                                  Make sure to turn on production mode when deploying for production.
                                  See more tips at https://vuejs.org/guide/deployment.html
                                  instrument.ts:139 Version vis-materialdesign: 0.5.9
                                  fetch.ts:126     POST https://sentry.iobroker.net/api/77/envelope/?sentry_key=888b0efc877b4b12a8a83e3c1fb7fe1a&sentry_version=7 net::ERR_BLOCKED_BY_ADBLOCKER
                                  (anonymous) @ fetch.ts:126
                                  t @ syncpromise.ts:34
                                  n.Ft @ fetch.ts:125
                                  n.sendSession @ fetch.ts:91
                                  t.sendSession @ basebackend.ts:108
                                  t.ht @ baseclient.ts:262
                                  t.captureSession @ baseclient.ts:158
                                  value @ hub.ts:480
                                  value @ hub.ts:425
                                  value @ hub.ts:454
                                  (anonymous) @ sdk.ts:199
                                  t.init @ sdk.ts:94
                                  _initializeSentry @ widgets.min.js:1
                                  initializeSentry @ widgets.min.js:1
                                  await in initializeSentry (async)
                                  (anonymous) @ materialdesign.js:35
                                  (anonymous) @ widgets.min.js:1
                                  (anonymous) @ widgets.min.js:1
                                  (anonymous) @ visEngine.jsx:1173
                                  Promise.then (async)
                                  emit @ visEngine.jsx:1173
                                  getObject @ widgets.min.js:1
                                  getVersion @ widgets.min.js:1
                                  (anonymous) @ materialdesign.js:32
                                  (anonymous) @ widgets.min.js:1
                                  a @ helpers.ts:98
                                  setTimeout (async)
                                  (anonymous) @ trycatch.ts:120
                                  waitForVisConnected @ widgets.min.js:1
                                  showVersion @ materialdesign.js:31
                                  (anonymous) @ widgets.min.js:1
                                  baseclient.ts:160 Uncaught (in promise) TypeError: t.update is not a function
                                     at t.captureSession (baseclient.ts:160:15)
                                     at e.value (hub.ts:480:1)
                                     at e.value (hub.ts:425:1)
                                     at e.value (hub.ts:454:1)
                                     at sdk.ts:199:9
                                     at t.init (sdk.ts:94:5)
                                     at Object._initializeSentry (widgets.min.js:1:20151)
                                     at Object.initializeSentry (widgets.min.js:1:19863)
                                  t.captureSession @ baseclient.ts:160
                                  value @ hub.ts:480
                                  value @ hub.ts:425
                                  value @ hub.ts:454
                                  (anonymous) @ sdk.ts:199
                                  t.init @ sdk.ts:94
                                  _initializeSentry @ widgets.min.js:1
                                  initializeSentry @ widgets.min.js:1
                                  await in initializeSentry (async)
                                  (anonymous) @ materialdesign.js:35
                                  (anonymous) @ widgets.min.js:1
                                  (anonymous) @ widgets.min.js:1
                                  (anonymous) @ visEngine.jsx:1173
                                  Promise.then (async)
                                  emit @ visEngine.jsx:1173
                                  getObject @ widgets.min.js:1
                                  getVersion @ widgets.min.js:1
                                  (anonymous) @ materialdesign.js:32
                                  (anonymous) @ widgets.min.js:1
                                  a @ helpers.ts:98
                                  setTimeout (async)
                                  (anonymous) @ trycatch.ts:120
                                  waitForVisConnected @ widgets.min.js:1
                                  showVersion @ materialdesign.js:31
                                  (anonymous) @ widgets.min.js:1
                                  instrument.ts:139 Version vis-material-advanced: 1.7.3
                                  instrument.ts:139 common.visWidgets.i18n is deprecated. Use common.visWidgets.openweathermap.i18n instead.
                                  (anonymous) @ instrument.ts:139
                                  (anonymous) @ instrument.ts:129
                                  l @ visUtils.jsx:846
                                  r @ visUtils.jsx:841
                                  (anonymous) @ visUtils.jsx:839
                                  Promise.then (async)
                                  g @ visUtils.jsx:832
                                  (anonymous) @ visWidgetsCatalog.jsx:30
                                  sentryWrapped @ helpers.ts:87
                                  setTimeout (async)
                                  (anonymous) @ trycatch.ts:120
                                  (anonymous) @ trycatch.ts:119
                                  (anonymous) @ visWidgetsCatalog.jsx:29
                                  value @ visWidgetsCatalog.jsx:28
                                  (anonymous) @ App.jsx:616
                                  f @ regeneratorRuntime.js:45
                                  (anonymous) @ regeneratorRuntime.js:133
                                  (anonymous) @ regeneratorRuntime.js:74
                                  r @ asyncToGenerator.js:3
                                  o @ asyncToGenerator.js:22
                                  (anonymous) @ asyncToGenerator.js:27
                                  (anonymous) @ asyncToGenerator.js:19
                                  (anonymous) @ App.jsx:620
                                  onLoaded @ App.jsx:801
                                  (anonymous) @ visEngine.jsx:1506
                                  f @ regeneratorRuntime.js:45
                                  (anonymous) @ regeneratorRuntime.js:133
                                  (anonymous) @ regeneratorRuntime.js:74
                                  r @ asyncToGenerator.js:3
                                  o @ asyncToGenerator.js:22
                                  Promise.then (async)
                                  r @ asyncToGenerator.js:12
                                  o @ asyncToGenerator.js:22
                                  Promise.then (async)
                                  r @ asyncToGenerator.js:12
                                  o @ asyncToGenerator.js:22
                                  Promise.then (async)
                                  r @ asyncToGenerator.js:12
                                  o @ asyncToGenerator.js:22
                                  (anonymous) @ asyncToGenerator.js:27
                                  (anonymous) @ asyncToGenerator.js:19
                                  (anonymous) @ visEngine.jsx:1511
                                  (anonymous) @ visEngine.jsx:219
                                  Promise.then (async)
                                  i @ visEngine.jsx:209
                                  Ia @ react-dom.production.min.js:147
                                  ji @ react-dom.production.min.js:198
                                  yl @ react-dom.production.min.js:292
                                  gs @ react-dom.production.min.js:280
                                  Ms @ react-dom.production.min.js:280
                                  zs @ react-dom.production.min.js:280
                                  as @ react-dom.production.min.js:268
                                  x @ scheduler.production.min.js:13
                                  T @ scheduler.production.min.js:14
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_translations_js.8cc6492a.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_translations_js.395fc3f6.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_translations_js.cace16e5.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_translations_js.10c291be.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/css/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.83721eea.chunk.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.1cc15eaf.chunk.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_Map_jsx-node_modules_leaflet_dist_leaflet_css-node_modules_babel_runtime_helpers_esm_obje-1f1968.c7bfc0ae.chunk.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.08a2daf7.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_Weather_jsx-node_modules_babel_runtime_helpers_esm_objectSpread2_js-node_modules_babel_ru-577953.c93194ca.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Player_jsx.21d8294e.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Html_jsx.2b739d92.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ThemeSwitcher_jsx.992c8ff3.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_WasherDryer_jsx.ebe2a019.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Generic_jsx-src_ObjectChart_jsx.d1b9c3f4.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Thermostat_jsx.307e9801.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Actual_jsx-node_modules_babel_runtime_helpers_esm_setPrototypeOf_js.eb88a87d.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Components_BlindsBase_js.a97ca885.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Blinds_jsx-src_Generic_jsx.44d8cea0.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Clock_jsx.8acd6a41.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Lock_jsx.6af52d4e.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Switches_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modules-54afab.abbb27c8.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_SimpleState_jsx.f06bef5f.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ViewInWidget_jsx.9ca044fa.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.230da3de.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Camera_jsx.325abfa3.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_deviceWidget_js.2aef2139.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Wizard_jsx.5afb26bd.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Security_jsx.87440c69.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_ColorGauge_jsx-node_modules_babel_runtime_helpers_esm_defineProperty_js-node_modules_babe-17d7ec.7cfe7aba.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_WaterGauge_jsx.55c65fc6.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_BatteryGauge_jsx.9a9b6397.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_ConsumptionComparison_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-a3b647.276e7680.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_IntervalSelector_jsx.4fc76338.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Consumption_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modu-9f7f55.3efe16ee.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Distribution_jsx.6c5c263b.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                  VM1681:68 Uncaught SyntaxError: Missing catch or finally after try
                                     at i.value (visEngine.jsx:1847:54)
                                     at i.value (visEngine.jsx:1940:14)
                                     at bi (react-dom.production.min.js:204:189)
                                     at ji (react-dom.production.min.js:203:149)
                                     at yl (react-dom.production.min.js:292:172)
                                     at gs (react-dom.production.min.js:280:389)
                                     at Ms (react-dom.production.min.js:280:320)
                                     at zs (react-dom.production.min.js:280:180)
                                     at as (react-dom.production.min.js:268:209)
                                     at x (scheduler.production.min.js:13:203)
                                     at MessagePort.T (scheduler.production.min.js:14:128)
                                  value @ visEngine.jsx:1847
                                  value @ visEngine.jsx:1940
                                  bi @ react-dom.production.min.js:204
                                  ji @ react-dom.production.min.js:203
                                  yl @ react-dom.production.min.js:292
                                  gs @ react-dom.production.min.js:280
                                  Ms @ react-dom.production.min.js:280
                                  zs @ react-dom.production.min.js:280
                                  as @ react-dom.production.min.js:268
                                  x @ scheduler.production.min.js:13
                                  T @ scheduler.production.min.js:14
                                  instrument.ts:139 Common user CSS not found: Not exists
                                  (anonymous) @ instrument.ts:139
                                  (anonymous) @ instrument.ts:129
                                  (anonymous) @ visEngine.jsx:1903
                                  Promise.catch (async)
                                  value @ visEngine.jsx:1903
                                  value @ visEngine.jsx:1941
                                  bi @ react-dom.production.min.js:204
                                  ji @ react-dom.production.min.js:203
                                  yl @ react-dom.production.min.js:292
                                  gs @ react-dom.production.min.js:280
                                  Ms @ react-dom.production.min.js:280
                                  zs @ react-dom.production.min.js:280
                                  as @ react-dom.production.min.js:268
                                  x @ scheduler.production.min.js:13
                                  T @ scheduler.production.min.js:14
                                  instrument.ts:139 [2023-09-10T17:55:26.142Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000858A994D9E4.channels.1.on
                                  instrument.ts:139 [2023-09-10T17:55:26.152Z] +SUBSCRIBE: zigbee.0.00158d0002ff234a.state
                                  instrument.ts:139 [2023-09-10T17:55:26.168Z] +SUBSCRIBE: sonoff.0.Fritzbox-O2.ENERGY_Power
                                  2instrument.ts:139 Someone tries to register new ref for view 1041_Anwesenheit
                                  (anonymous) @ instrument.ts:139
                                  (anonymous) @ instrument.ts:129
                                  (anonymous) @ captureconsole.ts:73
                                  n.registerViewRef @ visEngine.jsx:1187
                                  (anonymous) @ visView.jsx:79
                                  Promise.then (async)
                                  value @ visView.jsx:78
                                  Vl @ react-dom.production.min.js:261
                                  gl @ react-dom.production.min.js:260
                                  Hl @ react-dom.production.min.js:259
                                  (anonymous) @ react-dom.production.min.js:283
                                  xs @ react-dom.production.min.js:281
                                  as @ react-dom.production.min.js:270
                                  x @ scheduler.production.min.js:13
                                  T @ scheduler.production.min.js:14
                                  instrument.ts:139 [2023-09-10T17:55:26.646Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU
                                  :12085/vis.0/Samsung-Tab8/font/Seven%20Segment.ttf:1     GET http://25.25.50.100:12085/vis.0/Samsung-Tab8/font/Seven%20Segment.ttf net::ERR_ABORTED 404 (Not Found)
                                  instrument.ts:139 [2023-09-10T17:55:27.886Z] +SUBSCRIBE: ical.0.data.html
                                  instrument.ts:139 [2023-09-10T17:55:27.908Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                                  instrument.ts:139 [2023-09-10T17:55:27.918Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Minimale_Temperatur_value
                                  instrument.ts:139 [2023-09-10T17:55:27.946Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000EDBE9A1B496.channels.1.actualTemperature
                                  instrument.ts:139 [2023-09-10T17:55:27.952Z] +SUBSCRIBE: javascript.0.temperaturen.heute_min
                                  instrument.ts:139 [2023-09-10T17:55:27.957Z] +SUBSCRIBE: javascript.0.temperaturen.heute_max
                                  instrument.ts:139 [2023-09-10T17:55:27.962Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_4.Wetter_Symbol_id
                                  instrument.ts:139 [2023-09-10T17:55:28.055Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3203868340.state
                                  instrument.ts:139 [2023-09-10T17:55:28.062Z] +SUBSCRIBE: esphome.0.78E36D1A6768.Sensor.1594211186.state
                                  instrument.ts:139 [2023-09-10T17:55:28.068Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3076461096.state
                                  instrument.ts:139 [2023-09-10T17:55:28.074Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Soll_Temp
                                  instrument.ts:139 [2023-09-10T17:55:28.081Z] +SUBSCRIBE: hmip.0.devices.3014F711A0002018A99D211C.channels.1.setPointTemperature
                                  instrument.ts:139 [2023-09-10T17:55:28.089Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000393C99B4388.channels.1.setPointTemperature
                                  instrument.ts:139 [2023-09-10T17:55:28.100Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.settings.SetTemp
                                  instrument.ts:139 [2023-09-10T17:55:28.105Z] +SUBSCRIBE: 1
                                  instrument.ts:139 [2023-09-10T17:55:28.112Z] +SUBSCRIBE: system.adapter.netatmo-energy.0.alive
                                  instrument.ts:139 [2023-09-10T17:55:28.132Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Ist_Temp
                                  instrument.ts:139 [2023-09-10T17:55:28.159Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.status.therm_measured_temperature
                                  instrument.ts:139 [2023-09-10T17:55:28.206Z] +SUBSCRIBE: mihome-vacuum.0.info.state
                                  instrument.ts:139 [2023-09-10T17:55:28.216Z] +SUBSCRIBE: 0_userdata.0.Wäschetrockner.Wäschetrockner_Status
                                  instrument.ts:139 [2023-09-10T17:55:28.221Z] +SUBSCRIBE: 0_userdata.0.Waschmaschine.Waschmaschiene_fertig
                                  instrument.ts:139 [2023-09-10T17:55:28.240Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.NoNo.Betriebsbereitschaft
                                  instrument.ts:139 [2023-09-10T17:55:28.266Z] +SUBSCRIBE: 0_userdata.0.SpühlMaschine.Spühlmaschiene_Status
                                  instrument.ts:139 [2023-09-10T17:55:28.290Z] +SUBSCRIBE: hmip.0.devices.3014F711A000275D8993D266.channels.1.raining
                                  instrument.ts:139 [2023-09-10T17:55:28.312Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Steckdosen_Online
                                  instrument.ts:139 [2023-09-10T17:55:28.317Z] +SUBSCRIBE: javascript.0.VIS-Status.alle_steckdosen_og_aus
                                  instrument.ts:139 [2023-09-10T17:55:28.341Z] +SUBSCRIBE: 0_userdata.0.System.Alle_Adapter_gestartet
                                  instrument.ts:139 [2023-09-10T17:55:28.346Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Temperatur_Normal
                                  instrument.ts:139 [2023-09-10T17:55:28.364Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.EG-Alle_Lampen_aus_check
                                  instrument.ts:139 [2023-09-10T17:55:28.376Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.OG-Alle_Lampen_aus
                                  instrument.ts:139 [2023-09-10T17:55:28.388Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.Dach-Alle_Lampen_aus
                                  instrument.ts:139 [2023-09-10T17:55:28.431Z] +SUBSCRIBE: javascript.0.zeiten.nachtlaenge_fortschritt
                                  instrument.ts:139 [2023-09-10T17:55:28.432Z] +SUBSCRIBE: javascript.0.zeiten.tageslaenge_fortschritt
                                  instrument.ts:139 Version vis-hqwidgets: 1.2.0
                                  instrument.ts:139 [2023-09-10T17:55:28.449Z] +SUBSCRIBE: daswetter.0.NextHours.Location_1.Day_1.moon_symbol
                                  instrument.ts:139 [2023-09-10T17:55:28.450Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_tageslicht_in_minuten
                                  instrument.ts:139 [2023-09-10T17:55:28.457Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_fortschritt
                                  instrument.ts:139 [2023-09-10T17:55:28.486Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_oeffnen_verzoegerung
                                  instrument.ts:139 [2023-09-10T17:55:28.493Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_schliessen_verzoegerung
                                  instrument.ts:139 [2023-09-10T17:55:28.494Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.weihnachtszeit
                                  instrument.ts:139 [2023-09-10T17:55:28.518Z] +SUBSCRIBE: trashschedule.0.type.json
                                  instrument.ts:139 [2023-09-10T17:55:28.543Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf
                                  instrument.ts:139 [2023-09-10T17:55:28.548Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander
                                  instrument.ts:139 [2023-09-10T17:55:28.555Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari
                                  instrument.ts:139 [2023-09-10T17:55:28.591Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev
                                  instrument.ts:139 [2023-09-10T17:55:28.601Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf_Time_Limit
                                  instrument.ts:139 [2023-09-10T17:55:28.609Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev_Time_Limit
                                  instrument.ts:139 [2023-09-10T17:55:28.616Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander_Time_Limit
                                  instrument.ts:139 [2023-09-10T17:55:28.623Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari_Time_Limit
                                  instrument.ts:139 [2023-09-10T17:55:28.646Z] +SUBSCRIBE: 0_userdata.0.Morgen_Nacht.Nacht
                                  instrument.ts:139 [2023-09-10T17:55:28.658Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Schlafen_im_wohnzimmer
                                  instrument.ts:139 [2023-09-10T17:55:28.668Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Besuch_da
                                  instrument.ts:139 [2023-09-10T17:55:28.683Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.SchlafTimer
                                  instrument.ts:139 [2023-09-10T17:55:28.701Z] +SUBSCRIBE: 0_userdata.0.Alexa_Sprachausgaben.Spachausgabe
                                  instrument.ts:139 [2023-09-10T17:55:28.780Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Licht-Singnal
                                  instrument.ts:139 [2023-09-10T17:55:28.821Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Ansage
                                  instrument.ts:139 [2023-09-10T17:55:28.835Z] +SUBSCRIBE: javascript.0.scriptEnabled.50:_VIS-Tab8.Spach__Skripte.Regen
                                  instrument.ts:139 [2023-09-10T17:55:28.893Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Aktuell
                                  instrument.ts:139 [2023-09-10T17:55:28.899Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute
                                  instrument.ts:139 [2023-09-10T17:55:28.908Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern
                                  instrument.ts:139 [2023-09-10T17:55:28.918Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt
                                  instrument.ts:139 [2023-09-10T17:55:28.928Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung
                                  instrument.ts:139 [2023-09-10T17:55:28.938Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat
                                  instrument.ts:139 [2023-09-10T17:55:28.948Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr
                                  instrument.ts:139 [2023-09-10T17:55:28.954Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung_Kosten
                                  instrument.ts:139 [2023-09-10T17:55:28.959Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute_Kosten
                                  instrument.ts:139 [2023-09-10T17:55:28.966Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern_Kosten
                                  instrument.ts:139 [2023-09-10T17:55:28.971Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt_Kosten
                                  instrument.ts:139 [2023-09-10T17:55:28.981Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat_Kosten
                                  instrument.ts:139 [2023-09-10T17:55:28.986Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr_Kosten
                                  instrument.ts:139 [2023-09-10T17:55:29.029Z] +SUBSCRIBE: tuya.0.15556050840d8ea159d5.2
                                  instrument.ts:139 [2023-09-10T17:55:29.037Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_Screen_ON_Check_Time
                                  instrument.ts:139 [2023-09-10T17:55:29.044Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_No_Ereigniss_Screen_ON
                                  instrument.ts:139 [2023-09-10T17:55:29.056Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Clint.Port
                                  instrument.ts:139 [2023-09-10T17:55:29.346Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.8-rangeValue
                                  instrument.ts:139 [2023-09-10T17:55:29.353Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.5-rangeValue
                                  instrument.ts:139 [2023-09-10T17:55:29.360Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.9-rangeValue
                                  instrument.ts:139 [2023-09-10T17:55:29.367Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.4-rangeValue
                                  instrument.ts:139 [2023-09-10T17:55:29.373Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.6-rangeValue
                                  instrument.ts:139 [2023-09-10T17:55:29.455Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.temperature
                                  helpers.ts:111 Uncaught TypeError: Cannot read properties of null (reading 'length')
                                     at Function.each (jquery-1.11.2.min.js:2:2821)
                                     at Object.redraw (trashschedule.js:354:15)
                                     at Object.createWidget (trashschedule.js:192:36)
                                     at trashschedule.js:172:44
                                     at sentryWrapped (helpers.ts:87:17)
                                  each @ jquery-1.11.2.min.js:2
                                  redraw @ trashschedule.js:354
                                  createWidget @ trashschedule.js:192
                                  (anonymous) @ trashschedule.js:172
                                  sentryWrapped @ helpers.ts:87
                                  fetch.ts:126     POST https://sentry.iobroker.net/api/77/envelope/?sentry_key=888b0efc877b4b12a8a83e3c1fb7fe1a&sentry_version=7 net::ERR_BLOCKED_BY_ADBLOCKER
                                  (anonymous) @ fetch.ts:126
                                  t @ syncpromise.ts:34
                                  n.Ft @ fetch.ts:125
                                  n.sendSession @ fetch.ts:91
                                  t.sendSession @ basebackend.ts:108
                                  t.ht @ baseclient.ts:262
                                  t.captureSession @ baseclient.ts:158
                                  value @ hub.ts:480
                                  value @ hub.ts:425
                                  value @ hub.ts:454
                                  fn @ sdk.ts:205
                                  (anonymous) @ sdk.ts:241
                                  y @ instrument.ts:105
                                  f.onpopstate @ instrument.ts:358
                                  st.onpopstate @ instrument.ts:333
                                  changeView @ visEngine.jsx:500
                                  (anonymous) @ VM1535:637
                                  dispatch @ jquery-1.11.2.min.js:3
                                  r.handle @ jquery-1.11.2.min.js:3
                                  sentryWrapped @ helpers.ts:87
                                  App.jsx:554 Uncaught (in promise) TypeError: s.changeProject is not a function
                                     at App.jsx:554:24
                                     at f (regeneratorRuntime.js:45:16)
                                     at Generator.<anonymous> (regeneratorRuntime.js:133:17)
                                     at Generator.next (regeneratorRuntime.js:74:21)
                                     at r (asyncToGenerator.js:3:20)
                                     at o (asyncToGenerator.js:22:9)
                                     at asyncToGenerator.js:27:7
                                     at new Promise (<anonymous>)
                                     at n.<anonymous> (asyncToGenerator.js:19:12)
                                     at n.changeView (App.jsx:579:6)
                                     at onHashChange (App.jsx:145:14)
                                  

                                  N Offline
                                  N Offline
                                  neo862
                                  schrieb am zuletzt editiert von
                                  #199

                                  @digi-bit
                                  Falls es dir nur ums testen geht kannst du ja vorübergehend auf auf die build in Navigation setzen. 2023-09-10 20_22_27-Editor.vis - Profil 1 – Microsoft​ Edge.png

                                  D 1 Antwort Letzte Antwort
                                  0
                                  • N neo862

                                    @digi-bit
                                    Falls es dir nur ums testen geht kannst du ja vorübergehend auf auf die build in Navigation setzen. 2023-09-10 20_22_27-Editor.vis - Profil 1 – Microsoft​ Edge.png

                                    D Offline
                                    D Offline
                                    Digi-Bit
                                    schrieb am zuletzt editiert von
                                    #200

                                    @neo862 sagte in Vis-2(.0) - Neuer Adapter als Beta:

                                    @digi-bit
                                    Falls es dir nur ums testen geht kannst du ja vorübergehend auf auf die build in Navigation setzen. 2023-09-10 20_22_27-Editor.vis - Profil 1 – Microsoft​ Edge.png

                                    Nette Idee aber hilft mir nicht wirklich weiter da ich noch andere Navis habe die woanders hin führen würden je nach dem daher eigentlich fast sinnlos dies so um zu stellen

                                    Vis-2_2.2.4.jpg

                                    von den unteren 2 Leisten sind noch über die hälfte der andern noch Navi Icons

                                    Ich kann das garnicht nach vollziehen das es noch keinen wirklich funktionierendes Navi Widgets gibt.

                                    Ich kann doch nicht der einzige sein der so etwas verwendet.

                                    Wie es aussieht ist erstmal völlig egal Hauptsache ich werde auf die passende Seite weiter geleite.

                                    mfg

                                    Digi-Bit

                                    Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                                    7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                                    1 Antwort Letzte Antwort
                                    0
                                    • K Offline
                                      K Offline
                                      kafibo
                                      schrieb am zuletzt editiert von
                                      #201

                                      @Digi-Bit
                                      Hallo ich mache die Navigation mit dem View in Widget8. Als Beispiel folgendes Bild
                                      ganze_view1.png
                                      Im Bereich 1 ist das View in Widget8 und im Bereich 2 sind deine Navigations-Icons (bei mir Gestylt - ctrl-Icon state). Bei beiden Widgets gibst Du den selben Datenpunkt an, den man selber in 0.userdaten angelegt hat (dieser sollte vom Typ Number sein).
                                      viewinwidget8_1.png

                                      button1.png
                                      Mit dem Button änderst Du den Wert des Datenpunktes und im View in Widget8 gibst Du an welche View bei welcher Zahl angezeigt werden soll. Hat den Vorteil das man auch in Blockly oder im Script die View automatisch ändern kann bei einem bestimmten Ereignis. ( Als Beispiel: bei mir wird automatisch bei einem Feuerwehralarm über DIVERA auf die View Feuerwehr umgeschaltet). Somit kann man die Views sehr individuell gestalten und sich bei verschiedenen Ereignissen automatisch die Informationen dazu anzeigen lassen.

                                      D 1 Antwort Letzte Antwort
                                      0
                                      • K kafibo

                                        @Digi-Bit
                                        Hallo ich mache die Navigation mit dem View in Widget8. Als Beispiel folgendes Bild
                                        ganze_view1.png
                                        Im Bereich 1 ist das View in Widget8 und im Bereich 2 sind deine Navigations-Icons (bei mir Gestylt - ctrl-Icon state). Bei beiden Widgets gibst Du den selben Datenpunkt an, den man selber in 0.userdaten angelegt hat (dieser sollte vom Typ Number sein).
                                        viewinwidget8_1.png

                                        button1.png
                                        Mit dem Button änderst Du den Wert des Datenpunktes und im View in Widget8 gibst Du an welche View bei welcher Zahl angezeigt werden soll. Hat den Vorteil das man auch in Blockly oder im Script die View automatisch ändern kann bei einem bestimmten Ereignis. ( Als Beispiel: bei mir wird automatisch bei einem Feuerwehralarm über DIVERA auf die View Feuerwehr umgeschaltet). Somit kann man die Views sehr individuell gestalten und sich bei verschiedenen Ereignissen automatisch die Informationen dazu anzeigen lassen.

                                        D Offline
                                        D Offline
                                        Digi-Bit
                                        schrieb am zuletzt editiert von
                                        #202

                                        @kafibo sagte in Vis-2(.0) - Neuer Adapter als Beta:

                                        Gestylt - ctrl-Icon state

                                        Hallo,

                                        Ja... soweit ganz nett aber wenn ich auf ein Navi Icon Klicke sind Oft in der weiter geleiteten Seite wieder Navi Icons

                                        Vis-2_2.2.4_Kams.jpg

                                        und von da aus kann man wieder weiter klicken

                                        Vis-2_2.2.4_last_pic.jpg

                                        Das bau ich nicht so um das dies dann so geht, eher nehme ich wieder vis-1

                                        Denke aber ich werde mal abwarten bis es entlich Navi Widgets wieder funktionieren.

                                        Mein vis-views.json ist 21 MB das würde mir bei den Seiten die ich habe ja Wochen Dauern nur um es so anzupassen

                                        solange bau ich mit V2.1.2 weiter, da geht es ja noch !

                                        aber danke für deine Bemühungen !!!!!!!!!!!!!!

                                        mfg

                                        Digi-Bit

                                        Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                                        7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                                        1 Antwort Letzte Antwort
                                        0
                                        • D Digi-Bit

                                          und die "metro Tile Navigation" gehen auch nicht....

                                          hat jemand noch eine Idee ?

                                          Benutz hier keiner ein Navi Icon ????

                                          wie ändert ihr den die VIS Ansicht ???

                                          mfg

                                          Digi-Bit

                                          iobroker.vis-2@2.2.4 using theme "dark"
                                          Prompt.js:14 
                                          ██╗ ██████╗ ██████╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗ 
                                          ██║██╔═══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝██╔══██╗
                                          ██║██║   ██║██████╔╝██████╔╝██║   ██║█████╔╝ █████╗  ██████╔╝
                                          ██║██║   ██║██╔══██╗██╔══██╗██║   ██║██╔═██╗ ██╔══╝  ██╔══██╗
                                          ██║╚██████╔╝██████╔╝██║  ██║╚██████╔╝██║  ██╗███████╗██║  ██║
                                          ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
                                          
                                          Prompt.js:15 Nice to see you here! :) Join our dev community here https://github.com/ioBroker/ioBroker or here https://github.com/iobroker-community-adapters
                                          Prompt.js:16 Help us to create open source project with reactJS!
                                          Prompt.js:17 See you :)
                                          socket.io.js:66 [2023-09-10T17:55:18.974Z] Try to connect
                                          fetch.ts:45     POST https://sentry.iobroker.net/api/232/envelope/?sentry_key=db8b6e837c71447a876069559a00a742&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.66.0 net::ERR_BLOCKED_BY_ADBLOCKER
                                          (anonymous) @ fetch.ts:45
                                          (anonymous) @ base.ts:76
                                          add @ promisebuffer.ts:49
                                          a @ base.ts:92
                                          value @ baseclient.ts:713
                                          value @ baseclient.ts:353
                                          value @ baseclient.ts:223
                                          value @ hub.ts:480
                                          value @ hub.ts:412
                                          fn @ sdk.ts:206
                                          (anonymous) @ sdk.ts:235
                                          cn @ sdk.ts:125
                                          (anonymous) @ GenericApp.js:262
                                          Promise.then (async)
                                          onReady @ GenericApp.js:246
                                          (anonymous) @ LegacyConnection.js:487
                                          Promise.then (async)
                                          (anonymous) @ LegacyConnection.js:448
                                          value @ LegacyConnection.js:416
                                          value @ LegacyConnection.js:427
                                          value @ LegacyConnection.js:378
                                          (anonymous) @ LegacyConnection.js:271
                                          SocketClient.findAnswer @ socket.io.js:304
                                          socket.onmessage @ socket.io.js:212
                                          instrument.ts:139 Version vis-jqui-mfd: 1.0.12
                                          instrument.ts:139 Metro version: "1.2.0"
                                          instrument.ts:139 Version vis-weather: 2.5.6
                                          instrument.ts:139 Version justgage: 1.0.2
                                          instrument.ts:139 Version netatmo-energy: 0.1.0
                                          instrument.ts:139 Version openligadb: 0.5.0
                                          instrument.ts:139 Version trashschedule: 2.2.0
                                          instrument.ts:139 Version Info-Adapter-Widget: 1.9.26
                                          instrument.ts:139 Download the Vue Devtools extension for a better development experience:
                                          https://github.com/vuejs/vue-devtools
                                          instrument.ts:139 You are running Vue in development mode.
                                          Make sure to turn on production mode when deploying for production.
                                          See more tips at https://vuejs.org/guide/deployment.html
                                          instrument.ts:139 Version vis-materialdesign: 0.5.9
                                          fetch.ts:126     POST https://sentry.iobroker.net/api/77/envelope/?sentry_key=888b0efc877b4b12a8a83e3c1fb7fe1a&sentry_version=7 net::ERR_BLOCKED_BY_ADBLOCKER
                                          (anonymous) @ fetch.ts:126
                                          t @ syncpromise.ts:34
                                          n.Ft @ fetch.ts:125
                                          n.sendSession @ fetch.ts:91
                                          t.sendSession @ basebackend.ts:108
                                          t.ht @ baseclient.ts:262
                                          t.captureSession @ baseclient.ts:158
                                          value @ hub.ts:480
                                          value @ hub.ts:425
                                          value @ hub.ts:454
                                          (anonymous) @ sdk.ts:199
                                          t.init @ sdk.ts:94
                                          _initializeSentry @ widgets.min.js:1
                                          initializeSentry @ widgets.min.js:1
                                          await in initializeSentry (async)
                                          (anonymous) @ materialdesign.js:35
                                          (anonymous) @ widgets.min.js:1
                                          (anonymous) @ widgets.min.js:1
                                          (anonymous) @ visEngine.jsx:1173
                                          Promise.then (async)
                                          emit @ visEngine.jsx:1173
                                          getObject @ widgets.min.js:1
                                          getVersion @ widgets.min.js:1
                                          (anonymous) @ materialdesign.js:32
                                          (anonymous) @ widgets.min.js:1
                                          a @ helpers.ts:98
                                          setTimeout (async)
                                          (anonymous) @ trycatch.ts:120
                                          waitForVisConnected @ widgets.min.js:1
                                          showVersion @ materialdesign.js:31
                                          (anonymous) @ widgets.min.js:1
                                          baseclient.ts:160 Uncaught (in promise) TypeError: t.update is not a function
                                             at t.captureSession (baseclient.ts:160:15)
                                             at e.value (hub.ts:480:1)
                                             at e.value (hub.ts:425:1)
                                             at e.value (hub.ts:454:1)
                                             at sdk.ts:199:9
                                             at t.init (sdk.ts:94:5)
                                             at Object._initializeSentry (widgets.min.js:1:20151)
                                             at Object.initializeSentry (widgets.min.js:1:19863)
                                          t.captureSession @ baseclient.ts:160
                                          value @ hub.ts:480
                                          value @ hub.ts:425
                                          value @ hub.ts:454
                                          (anonymous) @ sdk.ts:199
                                          t.init @ sdk.ts:94
                                          _initializeSentry @ widgets.min.js:1
                                          initializeSentry @ widgets.min.js:1
                                          await in initializeSentry (async)
                                          (anonymous) @ materialdesign.js:35
                                          (anonymous) @ widgets.min.js:1
                                          (anonymous) @ widgets.min.js:1
                                          (anonymous) @ visEngine.jsx:1173
                                          Promise.then (async)
                                          emit @ visEngine.jsx:1173
                                          getObject @ widgets.min.js:1
                                          getVersion @ widgets.min.js:1
                                          (anonymous) @ materialdesign.js:32
                                          (anonymous) @ widgets.min.js:1
                                          a @ helpers.ts:98
                                          setTimeout (async)
                                          (anonymous) @ trycatch.ts:120
                                          waitForVisConnected @ widgets.min.js:1
                                          showVersion @ materialdesign.js:31
                                          (anonymous) @ widgets.min.js:1
                                          instrument.ts:139 Version vis-material-advanced: 1.7.3
                                          instrument.ts:139 common.visWidgets.i18n is deprecated. Use common.visWidgets.openweathermap.i18n instead.
                                          (anonymous) @ instrument.ts:139
                                          (anonymous) @ instrument.ts:129
                                          l @ visUtils.jsx:846
                                          r @ visUtils.jsx:841
                                          (anonymous) @ visUtils.jsx:839
                                          Promise.then (async)
                                          g @ visUtils.jsx:832
                                          (anonymous) @ visWidgetsCatalog.jsx:30
                                          sentryWrapped @ helpers.ts:87
                                          setTimeout (async)
                                          (anonymous) @ trycatch.ts:120
                                          (anonymous) @ trycatch.ts:119
                                          (anonymous) @ visWidgetsCatalog.jsx:29
                                          value @ visWidgetsCatalog.jsx:28
                                          (anonymous) @ App.jsx:616
                                          f @ regeneratorRuntime.js:45
                                          (anonymous) @ regeneratorRuntime.js:133
                                          (anonymous) @ regeneratorRuntime.js:74
                                          r @ asyncToGenerator.js:3
                                          o @ asyncToGenerator.js:22
                                          (anonymous) @ asyncToGenerator.js:27
                                          (anonymous) @ asyncToGenerator.js:19
                                          (anonymous) @ App.jsx:620
                                          onLoaded @ App.jsx:801
                                          (anonymous) @ visEngine.jsx:1506
                                          f @ regeneratorRuntime.js:45
                                          (anonymous) @ regeneratorRuntime.js:133
                                          (anonymous) @ regeneratorRuntime.js:74
                                          r @ asyncToGenerator.js:3
                                          o @ asyncToGenerator.js:22
                                          Promise.then (async)
                                          r @ asyncToGenerator.js:12
                                          o @ asyncToGenerator.js:22
                                          Promise.then (async)
                                          r @ asyncToGenerator.js:12
                                          o @ asyncToGenerator.js:22
                                          Promise.then (async)
                                          r @ asyncToGenerator.js:12
                                          o @ asyncToGenerator.js:22
                                          (anonymous) @ asyncToGenerator.js:27
                                          (anonymous) @ asyncToGenerator.js:19
                                          (anonymous) @ visEngine.jsx:1511
                                          (anonymous) @ visEngine.jsx:219
                                          Promise.then (async)
                                          i @ visEngine.jsx:209
                                          Ia @ react-dom.production.min.js:147
                                          ji @ react-dom.production.min.js:198
                                          yl @ react-dom.production.min.js:292
                                          gs @ react-dom.production.min.js:280
                                          Ms @ react-dom.production.min.js:280
                                          zs @ react-dom.production.min.js:280
                                          as @ react-dom.production.min.js:268
                                          x @ scheduler.production.min.js:13
                                          T @ scheduler.production.min.js:14
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_translations_js.8cc6492a.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_translations_js.395fc3f6.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_translations_js.cace16e5.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_translations_js.10c291be.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/css/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.83721eea.chunk.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.1cc15eaf.chunk.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/css/src_Map_jsx-node_modules_leaflet_dist_leaflet_css-node_modules_babel_runtime_helpers_esm_obje-1f1968.c7bfc0ae.chunk.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_react-weather_Weather_js-webpack_sharing_consume_default_iobroker_vis-2-widgets-react-dev-fe17a4.08a2daf7.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/openweathermap/static/js/src_Weather_jsx-node_modules_babel_runtime_helpers_esm_objectSpread2_js-node_modules_babel_ru-577953.c93194ca.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Player_jsx.21d8294e.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Html_jsx.2b739d92.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ThemeSwitcher_jsx.992c8ff3.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_WasherDryer_jsx.ebe2a019.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Generic_jsx-src_ObjectChart_jsx.d1b9c3f4.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Thermostat_jsx.307e9801.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Actual_jsx-node_modules_babel_runtime_helpers_esm_setPrototypeOf_js.eb88a87d.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Components_BlindsBase_js.a97ca885.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Blinds_jsx-src_Generic_jsx.44d8cea0.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Clock_jsx.8acd6a41.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Lock_jsx.6af52d4e.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Switches_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modules-54afab.abbb27c8.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_SimpleState_jsx.f06bef5f.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_ViewInWidget_jsx.9ca044fa.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_RGBLight_jsx-node_modules_react-icons_lib_esm_index_js-node_modules_babel_runtime_helpers-6abf93.230da3de.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Camera_jsx.325abfa3.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_deviceWidget_js.2aef2139.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Wizard_jsx.5afb26bd.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-material/static/js/src_Security_jsx.87440c69.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_ColorGauge_jsx-node_modules_babel_runtime_helpers_esm_defineProperty_js-node_modules_babe-17d7ec.7cfe7aba.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_WaterGauge_jsx.55c65fc6.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-gauges/static/js/src_BatteryGauge_jsx.9a9b6397.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_ConsumptionComparison_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-a3b647.276e7680.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_IntervalSelector_jsx.4fc76338.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Consumption_jsx-node_modules_babel_runtime_helpers_esm_assertThisInitialized_js-node_modu-9f7f55.3efe16ee.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          DevTools failed to load source map: Could not load content for http://25.25.50.100:12085/vis-2/widgets/vis-2-widgets-energy/static/js/src_Distribution_jsx.6c5c263b.chunk.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                                          VM1681:68 Uncaught SyntaxError: Missing catch or finally after try
                                             at i.value (visEngine.jsx:1847:54)
                                             at i.value (visEngine.jsx:1940:14)
                                             at bi (react-dom.production.min.js:204:189)
                                             at ji (react-dom.production.min.js:203:149)
                                             at yl (react-dom.production.min.js:292:172)
                                             at gs (react-dom.production.min.js:280:389)
                                             at Ms (react-dom.production.min.js:280:320)
                                             at zs (react-dom.production.min.js:280:180)
                                             at as (react-dom.production.min.js:268:209)
                                             at x (scheduler.production.min.js:13:203)
                                             at MessagePort.T (scheduler.production.min.js:14:128)
                                          value @ visEngine.jsx:1847
                                          value @ visEngine.jsx:1940
                                          bi @ react-dom.production.min.js:204
                                          ji @ react-dom.production.min.js:203
                                          yl @ react-dom.production.min.js:292
                                          gs @ react-dom.production.min.js:280
                                          Ms @ react-dom.production.min.js:280
                                          zs @ react-dom.production.min.js:280
                                          as @ react-dom.production.min.js:268
                                          x @ scheduler.production.min.js:13
                                          T @ scheduler.production.min.js:14
                                          instrument.ts:139 Common user CSS not found: Not exists
                                          (anonymous) @ instrument.ts:139
                                          (anonymous) @ instrument.ts:129
                                          (anonymous) @ visEngine.jsx:1903
                                          Promise.catch (async)
                                          value @ visEngine.jsx:1903
                                          value @ visEngine.jsx:1941
                                          bi @ react-dom.production.min.js:204
                                          ji @ react-dom.production.min.js:203
                                          yl @ react-dom.production.min.js:292
                                          gs @ react-dom.production.min.js:280
                                          Ms @ react-dom.production.min.js:280
                                          zs @ react-dom.production.min.js:280
                                          as @ react-dom.production.min.js:268
                                          x @ scheduler.production.min.js:13
                                          T @ scheduler.production.min.js:14
                                          instrument.ts:139 [2023-09-10T17:55:26.142Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000858A994D9E4.channels.1.on
                                          instrument.ts:139 [2023-09-10T17:55:26.152Z] +SUBSCRIBE: zigbee.0.00158d0002ff234a.state
                                          instrument.ts:139 [2023-09-10T17:55:26.168Z] +SUBSCRIBE: sonoff.0.Fritzbox-O2.ENERGY_Power
                                          2instrument.ts:139 Someone tries to register new ref for view 1041_Anwesenheit
                                          (anonymous) @ instrument.ts:139
                                          (anonymous) @ instrument.ts:129
                                          (anonymous) @ captureconsole.ts:73
                                          n.registerViewRef @ visEngine.jsx:1187
                                          (anonymous) @ visView.jsx:79
                                          Promise.then (async)
                                          value @ visView.jsx:78
                                          Vl @ react-dom.production.min.js:261
                                          gl @ react-dom.production.min.js:260
                                          Hl @ react-dom.production.min.js:259
                                          (anonymous) @ react-dom.production.min.js:283
                                          xs @ react-dom.production.min.js:281
                                          as @ react-dom.production.min.js:270
                                          x @ scheduler.production.min.js:13
                                          T @ scheduler.production.min.js:14
                                          instrument.ts:139 [2023-09-10T17:55:26.646Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU
                                          :12085/vis.0/Samsung-Tab8/font/Seven%20Segment.ttf:1     GET http://25.25.50.100:12085/vis.0/Samsung-Tab8/font/Seven%20Segment.ttf net::ERR_ABORTED 404 (Not Found)
                                          instrument.ts:139 [2023-09-10T17:55:27.886Z] +SUBSCRIBE: ical.0.data.html
                                          instrument.ts:139 [2023-09-10T17:55:27.908Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Maximale_Temperatur_value
                                          instrument.ts:139 [2023-09-10T17:55:27.918Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_1.Minimale_Temperatur_value
                                          instrument.ts:139 [2023-09-10T17:55:27.946Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000EDBE9A1B496.channels.1.actualTemperature
                                          instrument.ts:139 [2023-09-10T17:55:27.952Z] +SUBSCRIBE: javascript.0.temperaturen.heute_min
                                          instrument.ts:139 [2023-09-10T17:55:27.957Z] +SUBSCRIBE: javascript.0.temperaturen.heute_max
                                          instrument.ts:139 [2023-09-10T17:55:27.962Z] +SUBSCRIBE: daswetter.0.NextDays.Location_1.Day_4.Wetter_Symbol_id
                                          instrument.ts:139 [2023-09-10T17:55:28.055Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3203868340.state
                                          instrument.ts:139 [2023-09-10T17:55:28.062Z] +SUBSCRIBE: esphome.0.78E36D1A6768.Sensor.1594211186.state
                                          instrument.ts:139 [2023-09-10T17:55:28.068Z] +SUBSCRIBE: esphome.0.78E36D1A7B00.Sensor.3076461096.state
                                          instrument.ts:139 [2023-09-10T17:55:28.074Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Soll_Temp
                                          instrument.ts:139 [2023-09-10T17:55:28.081Z] +SUBSCRIBE: hmip.0.devices.3014F711A0002018A99D211C.channels.1.setPointTemperature
                                          instrument.ts:139 [2023-09-10T17:55:28.089Z] +SUBSCRIBE: hmip.0.devices.3014F711A0000393C99B4388.channels.1.setPointTemperature
                                          instrument.ts:139 [2023-09-10T17:55:28.100Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.settings.SetTemp
                                          instrument.ts:139 [2023-09-10T17:55:28.105Z] +SUBSCRIBE: 1
                                          instrument.ts:139 [2023-09-10T17:55:28.112Z] +SUBSCRIBE: system.adapter.netatmo-energy.0.alive
                                          instrument.ts:139 [2023-09-10T17:55:28.132Z] +SUBSCRIBE: 0_userdata.0.Eigene_Objekte.Netatmo.Ragow.Rooms.Wohnzimmer Ragow.Ist_Temp
                                          instrument.ts:139 [2023-09-10T17:55:28.159Z] +SUBSCRIBE: netatmo-energy.0.homes.0.rooms.0.status.therm_measured_temperature
                                          instrument.ts:139 [2023-09-10T17:55:28.206Z] +SUBSCRIBE: mihome-vacuum.0.info.state
                                          instrument.ts:139 [2023-09-10T17:55:28.216Z] +SUBSCRIBE: 0_userdata.0.Wäschetrockner.Wäschetrockner_Status
                                          instrument.ts:139 [2023-09-10T17:55:28.221Z] +SUBSCRIBE: 0_userdata.0.Waschmaschine.Waschmaschiene_fertig
                                          instrument.ts:139 [2023-09-10T17:55:28.240Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.NoNo.Betriebsbereitschaft
                                          instrument.ts:139 [2023-09-10T17:55:28.266Z] +SUBSCRIBE: 0_userdata.0.SpühlMaschine.Spühlmaschiene_Status
                                          instrument.ts:139 [2023-09-10T17:55:28.290Z] +SUBSCRIBE: hmip.0.devices.3014F711A000275D8993D266.channels.1.raining
                                          instrument.ts:139 [2023-09-10T17:55:28.312Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Steckdosen_Online
                                          instrument.ts:139 [2023-09-10T17:55:28.317Z] +SUBSCRIBE: javascript.0.VIS-Status.alle_steckdosen_og_aus
                                          instrument.ts:139 [2023-09-10T17:55:28.341Z] +SUBSCRIBE: 0_userdata.0.System.Alle_Adapter_gestartet
                                          instrument.ts:139 [2023-09-10T17:55:28.346Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Temperatur_Normal
                                          instrument.ts:139 [2023-09-10T17:55:28.364Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.EG-Alle_Lampen_aus_check
                                          instrument.ts:139 [2023-09-10T17:55:28.376Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.OG-Alle_Lampen_aus
                                          instrument.ts:139 [2023-09-10T17:55:28.388Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Beleuchtung.Dach-Alle_Lampen_aus
                                          instrument.ts:139 [2023-09-10T17:55:28.431Z] +SUBSCRIBE: javascript.0.zeiten.nachtlaenge_fortschritt
                                          instrument.ts:139 [2023-09-10T17:55:28.432Z] +SUBSCRIBE: javascript.0.zeiten.tageslaenge_fortschritt
                                          instrument.ts:139 Version vis-hqwidgets: 1.2.0
                                          instrument.ts:139 [2023-09-10T17:55:28.449Z] +SUBSCRIBE: daswetter.0.NextHours.Location_1.Day_1.moon_symbol
                                          instrument.ts:139 [2023-09-10T17:55:28.450Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_tageslicht_in_minuten
                                          instrument.ts:139 [2023-09-10T17:55:28.457Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.tageslaenge_fortschritt
                                          instrument.ts:139 [2023-09-10T17:55:28.486Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_oeffnen_verzoegerung
                                          instrument.ts:139 [2023-09-10T17:55:28.493Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.rolladen_schliessen_verzoegerung
                                          instrument.ts:139 [2023-09-10T17:55:28.494Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.zeiten.weihnachtszeit
                                          instrument.ts:139 [2023-09-10T17:55:28.518Z] +SUBSCRIBE: trashschedule.0.type.json
                                          instrument.ts:139 [2023-09-10T17:55:28.543Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf
                                          instrument.ts:139 [2023-09-10T17:55:28.548Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander
                                          instrument.ts:139 [2023-09-10T17:55:28.555Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari
                                          instrument.ts:139 [2023-09-10T17:55:28.591Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev
                                          instrument.ts:139 [2023-09-10T17:55:28.601Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Rolf_Time_Limit
                                          instrument.ts:139 [2023-09-10T17:55:28.609Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Detlev_Time_Limit
                                          instrument.ts:139 [2023-09-10T17:55:28.616Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Alexander_Time_Limit
                                          instrument.ts:139 [2023-09-10T17:55:28.623Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Anwesenheit.Kari_Time_Limit
                                          instrument.ts:139 [2023-09-10T17:55:28.646Z] +SUBSCRIBE: 0_userdata.0.Morgen_Nacht.Nacht
                                          instrument.ts:139 [2023-09-10T17:55:28.658Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Schlafen_im_wohnzimmer
                                          instrument.ts:139 [2023-09-10T17:55:28.668Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.Besuch_da
                                          instrument.ts:139 [2023-09-10T17:55:28.683Z] +SUBSCRIBE: 0_userdata.0.Sonstiges.SchlafTimer
                                          instrument.ts:139 [2023-09-10T17:55:28.701Z] +SUBSCRIBE: 0_userdata.0.Alexa_Sprachausgaben.Spachausgabe
                                          instrument.ts:139 [2023-09-10T17:55:28.780Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Licht-Singnal
                                          instrument.ts:139 [2023-09-10T17:55:28.821Z] +SUBSCRIBE: 0_userdata.0.Regen_Warn_Licht.Ansage
                                          instrument.ts:139 [2023-09-10T17:55:28.835Z] +SUBSCRIBE: javascript.0.scriptEnabled.50:_VIS-Tab8.Spach__Skripte.Regen
                                          instrument.ts:139 [2023-09-10T17:55:28.893Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Aktuell
                                          instrument.ts:139 [2023-09-10T17:55:28.899Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute
                                          instrument.ts:139 [2023-09-10T17:55:28.908Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern
                                          instrument.ts:139 [2023-09-10T17:55:28.918Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt
                                          instrument.ts:139 [2023-09-10T17:55:28.928Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung
                                          instrument.ts:139 [2023-09-10T17:55:28.938Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat
                                          instrument.ts:139 [2023-09-10T17:55:28.948Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr
                                          instrument.ts:139 [2023-09-10T17:55:28.954Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Aktuell_Beleuchtung_Kosten
                                          instrument.ts:139 [2023-09-10T17:55:28.959Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Heute_Kosten
                                          instrument.ts:139 [2023-09-10T17:55:28.966Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gestern_Kosten
                                          instrument.ts:139 [2023-09-10T17:55:28.971Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.Verbrauch_Gesammt_Kosten
                                          instrument.ts:139 [2023-09-10T17:55:28.981Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktueller_Monat_Kosten
                                          instrument.ts:139 [2023-09-10T17:55:28.986Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Energie.Stromverbrauch.VIS.Aktuelles_Jahr_Kosten
                                          instrument.ts:139 [2023-09-10T17:55:29.029Z] +SUBSCRIBE: tuya.0.15556050840d8ea159d5.2
                                          instrument.ts:139 [2023-09-10T17:55:29.037Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_Screen_ON_Check_Time
                                          instrument.ts:139 [2023-09-10T17:55:29.044Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.TAB8_Screen_Status.Tab8_No_Ereigniss_Screen_ON
                                          instrument.ts:139 [2023-09-10T17:55:29.056Z] +SUBSCRIBE: 0_userdata.0.10_VIS-TAB8.Clint.Port
                                          instrument.ts:139 [2023-09-10T17:55:29.346Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.8-rangeValue
                                          instrument.ts:139 [2023-09-10T17:55:29.353Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.5-rangeValue
                                          instrument.ts:139 [2023-09-10T17:55:29.360Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.9-rangeValue
                                          instrument.ts:139 [2023-09-10T17:55:29.367Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.4-rangeValue
                                          instrument.ts:139 [2023-09-10T17:55:29.373Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.6-rangeValue
                                          instrument.ts:139 [2023-09-10T17:55:29.455Z] +SUBSCRIBE: alexa2.0.Smart-Home-Devices.029ec920-e148-47f6-b45a-07383ebc1425.temperature
                                          helpers.ts:111 Uncaught TypeError: Cannot read properties of null (reading 'length')
                                             at Function.each (jquery-1.11.2.min.js:2:2821)
                                             at Object.redraw (trashschedule.js:354:15)
                                             at Object.createWidget (trashschedule.js:192:36)
                                             at trashschedule.js:172:44
                                             at sentryWrapped (helpers.ts:87:17)
                                          each @ jquery-1.11.2.min.js:2
                                          redraw @ trashschedule.js:354
                                          createWidget @ trashschedule.js:192
                                          (anonymous) @ trashschedule.js:172
                                          sentryWrapped @ helpers.ts:87
                                          fetch.ts:126     POST https://sentry.iobroker.net/api/77/envelope/?sentry_key=888b0efc877b4b12a8a83e3c1fb7fe1a&sentry_version=7 net::ERR_BLOCKED_BY_ADBLOCKER
                                          (anonymous) @ fetch.ts:126
                                          t @ syncpromise.ts:34
                                          n.Ft @ fetch.ts:125
                                          n.sendSession @ fetch.ts:91
                                          t.sendSession @ basebackend.ts:108
                                          t.ht @ baseclient.ts:262
                                          t.captureSession @ baseclient.ts:158
                                          value @ hub.ts:480
                                          value @ hub.ts:425
                                          value @ hub.ts:454
                                          fn @ sdk.ts:205
                                          (anonymous) @ sdk.ts:241
                                          y @ instrument.ts:105
                                          f.onpopstate @ instrument.ts:358
                                          st.onpopstate @ instrument.ts:333
                                          changeView @ visEngine.jsx:500
                                          (anonymous) @ VM1535:637
                                          dispatch @ jquery-1.11.2.min.js:3
                                          r.handle @ jquery-1.11.2.min.js:3
                                          sentryWrapped @ helpers.ts:87
                                          App.jsx:554 Uncaught (in promise) TypeError: s.changeProject is not a function
                                             at App.jsx:554:24
                                             at f (regeneratorRuntime.js:45:16)
                                             at Generator.<anonymous> (regeneratorRuntime.js:133:17)
                                             at Generator.next (regeneratorRuntime.js:74:21)
                                             at r (asyncToGenerator.js:3:20)
                                             at o (asyncToGenerator.js:22:9)
                                             at asyncToGenerator.js:27:7
                                             at new Promise (<anonymous>)
                                             at n.<anonymous> (asyncToGenerator.js:19:12)
                                             at n.changeView (App.jsx:579:6)
                                             at onHashChange (App.jsx:145:14)
                                          

                                          sigi234S Online
                                          sigi234S Online
                                          sigi234
                                          Forum Testing Most Active
                                          schrieb am zuletzt editiert von sigi234
                                          #203

                                          @digi-bit sagte in Vis-2(.0) - Neuer Adapter als Beta:

                                          und die "metro Tile Navigation" gehen auch nicht....

                                          hat jemand noch eine Idee ?

                                          Benutz hier keiner ein Navi Icon ????

                                          wie ändert ihr den die VIS Ansicht ???

                                          mfg

                                          Digi-Bit

                                          Bei mir funktionieren sie aber.

                                          Animation_vis2.gif

                                          Screenshot (288).png

                                          Edit:

                                          Es kommt auch eine Horizontale Navigation:

                                          https://github.com/ioBroker/ioBroker.vis-2

                                          Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                          Immer Daten sichern!

                                          D 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          948

                                          Online

                                          32.5k

                                          Benutzer

                                          81.6k

                                          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