Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Vis-2(.0) - Neuer Adapter als Beta

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • sigi234
      sigi234 Forum Testing Most Active @apollon77 last edited by

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

      @sigi234 Keine Ahnung. WO ist das problem am Import? Mit neuem Projekt beginnen und fertig?

      Kommt schon bevor ich eine View importieren möchte:

      Screenshot (267).png

      1 Reply Last reply Reply Quote -1
      • Matthias Vastring
        Matthias Vastring last edited by

        Hallo zusammen,

        ich versuche gerade in einem html-Widget zu rechnen, komme aber nicht weiter. Ich möchte 2 Werte addieren, er tut´s aber nicht.

        Ich habe jetzt ein basic-html-Widget mit dem Inhalt

        Zähler: {value1:shelly.2.SHEM-3#485519D6B04D#1.Total.InstantPower; value1} <br/>
        Typ: {value1:shelly.2.SHEM-3#485519D6B04D#1.Total.InstantPower;  typeof(value1)} <br/>
        Solar: {value2:shelly.2.SHSW-PM#BCFF4DFCF599#1.Relay0.Power; value2} <br/>
        Typ: {value2:shelly.2.SHSW-PM#BCFF4DFCF599#1.Relay0.Power; typeof(value2)} <br/>
        Zusammen: {value1:shelly.2.SHEM-3#485519D6B04D#1.Total.InstantPower; value2:shelly.2.SHSW-PM#BCFF4DFCF599#1.Relay0.Power; parseFloat(value1)-parseFloat(value2)}
        
        

        422057f5-3532-4348-8eb9-09133145e585-image.png

        Mache ich da jetzt einen Denkfehler?

        Viele Grüße
        Matze

        OliverIO 1 Reply Last reply Reply Quote 0
        • OliverIO
          OliverIO @Matthias Vastring last edited by OliverIO

          @matthias-vastring

          ne eigentlich nicht, sieht erst mal gut aus

          füge mal noch das folgende hinzu- da müssten dann die beiden strings hintereinander stehen.

          Zusammen: {value1:shelly.2.SHEM-3#485519D6B04D#1.Total.InstantPower; value2:shelly.2.SHSW-PM#BCFF4DFCF599#1.Relay0.Power; value1+value2}
          
          
          
          Matthias Vastring 1 Reply Last reply Reply Quote 0
          • Matthias Vastring
            Matthias Vastring @OliverIO last edited by Homoran

            @oliverio Leider auch nicht,

            Zähler: {value1:shelly.2.SHEM-3#485519D6B04D#1.Total.InstantPower; value1} <br/>
            Typ: {value1:shelly.2.SHEM-3#485519D6B04D#1.Total.InstantPower;  typeof(value1)} <br/>
            Solar: {value2:shelly.2.SHSW-PM#BCFF4DFCF599#1.Relay0.Power; value2} <br/>
            Typ: {value2:shelly.2.SHSW-PM#BCFF4DFCF599#1.Relay0.Power; typeof(value2)} <br/>
            Zusammen A: {value1:shelly.2.SHEM-3#485519D6B04D#1.Total.InstantPower; value2:shelly.2.SHSW-PM#BCFF4DFCF599#1.Relay0.Power; value1+value2} <br />
            Zusammen B: {value1:shelly.2.SHEM-3#485519D6B04D#1.Total.InstantPower; value2:shelly.2.SHSW-PM#BCFF4DFCF599#1.Relay0.Power; parseFloat(value1)-parseFloat(value2)}
            

            gibt auch nur 0 aus.

            df115182-a5f7-439f-8843-d27074338d84-image.png

            Homoran OliverIO 2 Replies Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @Matthias Vastring last edited by

              @matthias-vastring machst du die Zeilenumbrüche selber mitten ins Binding?

              Matthias Vastring 1 Reply Last reply Reply Quote 0
              • OliverIO
                OliverIO @Matthias Vastring last edited by

                @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 Vastring 1 Reply Last reply Reply Quote 0
                • Matthias Vastring
                  Matthias Vastring @Homoran last edited by

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

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

                  OliverIO 1 Reply Last reply Reply Quote 0
                  • Matthias Vastring
                    Matthias Vastring @OliverIO last edited by

                    @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 Reply Last reply Reply Quote 0
                    • OliverIO
                      OliverIO @Matthias Vastring last edited by 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

                      liv-in-sky created this issue in ioBroker/ioBroker.vis

                      open binding formel hat umlaut problem #423

                      Matthias Vastring 1 Reply Last reply Reply Quote 0
                      • Matthias Vastring
                        Matthias Vastring @OliverIO last edited by

                        @oliverio Das macht dann Sinn 😉 Danke!

                        1 Reply Last reply Reply Quote 0
                        • Matthias Vastring
                          Matthias Vastring last edited by

                          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 Reply Last reply Reply Quote 0
                          • S
                            Sandy @Matthias Vastring last edited by

                            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

                            sigi234 Feuersturm 2 Replies Last reply Reply Quote 0
                            • sigi234
                              sigi234 Forum Testing Most Active @Sandy last edited by

                              @sandy

                              js-controller updaten!

                              1 Reply Last reply Reply Quote 1
                              • Feuersturm
                                Feuersturm @Sandy last edited by

                                @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 Reply Last reply Reply Quote 1
                                • S
                                  Sandy @Feuersturm last edited by

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

                                  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 Reply Last reply Reply Quote 0
                                  • M
                                    m0uh last edited by

                                    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

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

                                      @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

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        denjo last edited by

                                        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 Reply Last reply Reply Quote 0
                                        • D
                                          Digi-Bit @Digi-Bit last edited by

                                          @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

                                          sigi234 1 Reply Last reply Reply Quote 0
                                          • sigi234
                                            sigi234 Forum Testing Most Active @Digi-Bit last edited by

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

                                            D 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            770
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            101
                                            691
                                            170183
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo