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

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • Feuersturm
      Feuersturm last edited by

      Bei vis-2-beta hatten mehrere User das Problem das der Editor nur vollständig geladen wurde, wenn der vis-metro Adapter installiert war.
      Ich hab jetzt vis-2 installiert und danach mal den Adapter deinstalliert und der Editor wird weiterhin geladen. Es sieht so aus, als ob die Abhängigkeit zum metro Adapter nicht mehr vorhanden ist.
      Kann das jemand noch bestägigen?
      Issue: https://github.com/ioBroker/ioBroker.vis-2/issues/37

      ammawel created this issue in ioBroker/ioBroker.vis-2

      closed VIS-2 nur mit installierten Metro-Widgets #37

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

        Die vis2 bezogenen issues aus dem alten vis Projekt (wo vis-2-beta initial entwickelt wurde) sind jetzt im neuen vis-2 repository https://github.com/ioBroker/ioBroker.vis-2/issues

        Bitte prüft eure eigenen issue einmal mit der aktuellen vis-2 version ob die issues weiterhin relevant sind ob diese im Laufe der Entwicklung schon mit gefixt worden sind.

        A 1 Reply Last reply Reply Quote 1
        • A
          Andy200877 @Feuersturm last edited by Andy200877

          Ich konnte vis2 installieren und auch den Editor starten.
          Natürlich wollte ich erstmal sehen, wie meine unter VIS1 erstelle Seite unter VIS2 aussieht.

          Aber nachdem ich im VIS2 Editor mein Projekt ausgewählt habe, wird der Editor nicht mehr geladen. Die Webseite bleibt einfach leer. Ich habe es mit Edge und Chrome probiert.

          Wie bekomme ich den Editor wieder gestartet, das ich etwas neues erstellen kann ? Im normalen Log werden keine Fehler angezeigt.

          Ich habe den vis-metro Adapter auch schonmal deinstalliert und nochmal neu installiert...

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

            Bei VIS1 habe ich (und anscheinend auch einige Andere) das Problem, dass auf dem Tablet häufig langwierige Reloads gemacht werden.

            Hat jemand da einen Vergleich, wie das jetzt bei VIS2 ist? Gibt es da das Problem auch noch?

            1 Reply Last reply Reply Quote 0
            • Merlin123
              Merlin123 @Andy200877 last edited by

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

              Wie bekomme ich den Editor wieder gestartet, das ich etwas neues erstellen kann ? Im normalen Log werden keine Fehler angezeigt.

              Mal Cache geleert? Mal VIS2 Adapter neu gestartet? Mal das komplette System neu gestartet?
              Wenn Du den Seitenquelltext im Browser anschaust, was siehst Du da?
              Die eigentliche Anzeige der VIS geht, nur der Editor nicht?

              A 1 Reply Last reply Reply Quote 0
              • A
                Andy200877 @Merlin123 last edited by

                @merlin123

                Cache geleeren brachte keine Besserung, Vis2 neustart ebenso nicht.
                Die Seitenanzeige unter vis2 funktioniert, zwar fehlerhaft, aber liegt wohl an der fehlenden kompatibilität.

                Wenn ich den Editor aufrufe, wird zuerst die Seite :
                http://192.168.5.150:8084/vis-2/edit.html
                aufgerufen.
                Dann werde ich zu meinem Projekt weitergeleitet :
                http://192.168.5.150:8084/vis-2/edit.html#aa_home

                Im Editor sieht der Quelltext dann so aus :

                
                <!doctype html><html lang="en" xmlns="http://www.w3.org/1999/html"><head><title>Editor.vis</title><meta charset="utf-8"/><link rel="shortcut icon" href="./faviconEdit.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><link rel="stylesheet" href="./lib/css/jquery.multiselect-1.13.css"/><script type="text/javascript" src="./lib/js/jquery-1.11.2.min.js"></script><script type="text/javascript" src="./lib/js/jquery-ui-1.11.4.full.min.js"></script><script type="text/javascript" src="./lib/js/can.custom.js"></script><script type="text/javascript" src="./lib/js/jquery.multiselect-1.13.min.js"></script><script type="text/javascript" src="./lib/js/quo.standalone.js"></script><script type="text/javascript" src="_socket/info.js"></script><script type="text/javascript" src="config.js"></script><script type="text/javascript" src="marketplaceConfig.js"></script><script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="../../lib/js/socket.io.js"></script><script defer="defer" src="./static/js/main.3dde8f41.js"></script></head><body><div id="root"></div></body><script>var themeType=window.localStorage.getItem("App.themeType");themeType=themeType||(window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),window.document.body.className+="dark"===themeType?"body-dark":"body-light"</script></html>
                
                A 1 Reply Last reply Reply Quote 0
                • A
                  Andy200877 @Andy200877 last edited by

                  ich bin jetzt einfach in den VIS1 Editor gegangen, habe dort ein anderes Projekt geöffnet.
                  Dann in der URL aus vis / vis-2 gemacht. Dann war ich wieder im Vis2 Editor...

                  Merlin123 1 Reply Last reply Reply Quote 0
                  • Merlin123
                    Merlin123 @Andy200877 last edited by

                    @andy200877 Welche URL hast denn denn dann im Browser?

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      Andy200877 @Merlin123 last edited by

                      @merlin123
                      http://192.168.5.150:8084/vis-2/edit.html#default

                      Also immer edit.html#Seitenname

                      Merlin123 1 Reply Last reply Reply Quote 0
                      • Merlin123
                        Merlin123 @Andy200877 last edited by

                        @andy200877 Das ist doch die gleiche, die auf direktem Weg nicht geht, oder? Das macht irgendwie keinen Sinn...

                        A 1 Reply Last reply Reply Quote 0
                        • A
                          Andy200877 @Merlin123 last edited by

                          @merlin123

                          Meine Startseite von Vis1 scheint wohl dafür zu sorgen, das vis2 nicht durchstartet.
                          Aber mittlerweile habe ich das Problem ja selber erkannt.

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            Digi-Bit @Andy200877 last edited by

                            Hi,

                            Wollte mal vorsichtig nachfragen ob da wegen den Navi Icons mal nachgeschaut wurde oder noch wird.

                            Ich komm einfach nicht weiter 😞

                            Kann irgend wer mal so freundlich sein ein von sich, welches funktioniert bei Vis2 welches ich bei mir dann
                            mal Testen könnte ?

                            Wäre Sehr Nett !!

                            mfg

                            Digi-Bit

                            S Feuersturm 2 Replies Last reply Reply Quote 0
                            • S
                              Secrenz @Digi-Bit last edited by

                              Guten Abend,

                              ich habe heute mal das VIS 2 installiert, Lizenz eingespielt und alles, doch beim Starten, beim Editor noch bei der Ansicht, lädt der nur und lädt. Die ganze Zeit sehe ich nur das ioBroker Logo, mehr nicht.

                              Kann mir jemand da weiterhelfen?

                              Habe auch soweit alles aktuell, selbst node ist auf version 18.

                              Thomas Braun A 2 Replies Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Secrenz last edited by

                                @secrenz

                                Mal einen Blick in das LogFile riskiert?

                                S 1 Reply Last reply Reply Quote 0
                                • S
                                  Secrenz @Thomas Braun last edited by

                                  @thomas-braun
                                  ja, also, jaein, wenn du meinst was in den Protokoll kommt, da ist nichts.
                                  Log über SSH habe ich nicht geschaut, müsste erstmal schaun wo ich das finde 😄

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Secrenz last edited by

                                    @secrenz

                                    iob logs --watch | uniq
                                    
                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      Secrenz @Thomas Braun last edited by

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

                                      iob logs --watch | uniq

                                      Danke,

                                      es kommt als letzter dann nur, habe es eben noch mal neu installiert

                                      2023-08-20 20:27:24.422 - info: vis-2.0 (6080) vis-2 license is OK.
                                      2023-08-20 20:27:24.665 - info: vis-2.0 (6080) config.js changed. Upload.

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

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

                                        Aber nachdem ich im VIS2 Editor mein Projekt ausgewählt habe, wird der Editor nicht mehr geladen. Die Webseite bleibt einfach leer. Ich habe es mit Edge und Chrome probiert.
                                        Wie bekomme ich den Editor wieder gestartet, das ich etwas neues erstellen kann ? Im normalen Log werden keine Fehler angezeigt.

                                        Wenn der Import des Projektes gar nciht funktioniert und du den Editor wieder starten möchtest lösche hier dein entsprechendes Projekt, dann wird der Editor wieder starten mit einem neuen Projekt
                                        fdc8abde-e91a-4b1d-955b-a6ea67bc2106-grafik.png

                                        1 Reply Last reply Reply Quote 0
                                        • Feuersturm
                                          Feuersturm @Digi-Bit last edited by

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

                                          Wollte mal vorsichtig nachfragen ob da wegen den Navi Icons mal nachgeschaut wurde oder noch wird.
                                          Ich komm einfach nicht weiter

                                          Was meinst du genau? Ich kann mir gerade nicht wirklich vorstellen, was du möchtest.
                                          Es geht nicht um dieses issue https://github.com/ioBroker/ioBroker.vis-2/issues/42, oder?

                                          HJS72 created this issue in ioBroker/ioBroker.vis-2

                                          closed vis-2-beta v2.1.2: Navigation Symbol tauschen #42

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            Digi-Bit @Feuersturm last edited by

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

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

                                            Wollte mal vorsichtig nachfragen ob da wegen den Navi Icons mal nachgeschaut wurde oder noch wird.
                                            Ich komm einfach nicht weiter

                                            Was meinst du genau? Ich kann mir gerade nicht wirklich vorstellen, was du möchtest.

                                            Nein, würde ich nicht sagen.

                                            [
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#ffffff",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 0,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(200,200,200,1)",
                                                 "iImageFalse": "/icons-mfd-png/scene_robo_vac_cleaner.png",
                                                 "iImageTrue": "/icons-mfd-png/scene_robo_vac_cleaner.png",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "5000_Staubsauger",
                                                 "iTextFalse": "Staubsauger",
                                                 "iTextTrue": "Staubsauger"
                                               },
                                               "style": {
                                                 "left": "455px",
                                                 "top": "0px",
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000001"
                                             },
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#ffffff",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 0,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(200,200,200,1)",
                                                 "iImageFalse": "/icons-mfd-png/audio_audio.png",
                                                 "iImageTrue": "/icons-mfd-png/audio_audio.png",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "7010_Echo_Devs",
                                                 "iTextFalse": "Echos",
                                                 "iTextTrue": "Echos"
                                               },
                                               "style": {
                                                 "left": "530px",
                                                 "top": "0px",
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000002"
                                             },
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#ffffff",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 0,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(200,200,200,1)",
                                                 "iImageFalse": "/icons-mfd-png/it_camera.png",
                                                 "iImageTrue": "/icons-mfd-png/it_camera.png",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "4700_Kameras",
                                                 "iTextFalse": "Kameras",
                                                 "iTextTrue": "Kameras"
                                               },
                                               "style": {
                                                 "left": "605",
                                                 "top": "0px",
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000003"
                                             },
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#2a",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 0,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(220,220,220,1)",
                                                 "iImageFalse": "/icons-mfd-png/it_network.png",
                                                 "iImageTrue": "/icons-mfd-png/it_network.png",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "4400_Netzwerk",
                                                 "iTextFalse": "Netzwerk",
                                                 "iTextTrue": "Netzwerk"
                                               },
                                               "style": {
                                                 "left": "380px",
                                                 "top": "0px",
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000004"
                                             },
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#ffffff",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 0,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(200,200,200,1)",
                                                 "iImageFalse": "/trashschedule.admin/trashschedule.png",
                                                 "iImageTrue": "/trashschedule.admin/trashschedule.png",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "1026_Müllkalender2",
                                                 "iTextFalse": "Müll",
                                                 "iTextTrue": "Müll"
                                               },
                                               "style": {
                                                 "left": "305px",
                                                 "top": "0px",
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000005"
                                             },
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#ffffff",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 0,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(200,200,200,1)",
                                                 "iImageFalse": "/icons-mfd-png/scene_gas_station.png",
                                                 "iImageTrue": "/icons-mfd-png/scene_gas_station.png",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "6000_Spritpreise",
                                                 "iTextFalse": "Spritpreise",
                                                 "iTextTrue": "Spritpreise"
                                               },
                                               "style": {
                                                 "left": "680",
                                                 "top": "0px",
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000006"
                                             },
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#ffffff",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 0,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(200,200,200,1)",
                                                 "iImageFalse": "/icons-mfd-png/audio_playlist.png",
                                                 "iImageTrue": "/icons-mfd-png/audio_playlist.png",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "4066_Logs",
                                                 "iTextFalse": "Logs",
                                                 "iTextTrue": "Logs"
                                               },
                                               "style": {
                                                 "left": "230px",
                                                 "top": 0,
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000007"
                                             },
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#ffffff",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 0,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(200,200,200,1)",
                                                 "iImageFalse": "/icons-mfd-png/edit_settings.png",
                                                 "iImageTrue": "/icons-mfd-png/edit_settings.png",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "9999_Pin_Seite",
                                                 "iTextFalse": "System",
                                                 "iTextTrue": "System"
                                               },
                                               "style": {
                                                 "left": 155,
                                                 "top": 0,
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000008"
                                             },
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#ffffff",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 0,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(200,200,200,1)",
                                                 "iImageFalse": "/icons-mfd-png/scene_summerhouse.png",
                                                 "iImageTrue": "/icons-mfd-png/scene_summerhouse.png",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "1000_Main",
                                                 "iTextFalse": "Main",
                                                 "iTextTrue": "Main"
                                               },
                                               "style": {
                                                 "left": 5,
                                                 "top": 0,
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000009"
                                             },
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#ffffff",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 0,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(200,200,200,1)",
                                                 "iImageFalse": "/icons-mfd-png/time_statistic.png",
                                                 "iImageTrue": "/icons-mfd-png/time_statistic.png",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "9600_Temp_All",
                                                 "iTextFalse": "Statistik ",
                                                 "iTextTrue": "Statistik "
                                               },
                                               "style": {
                                                 "left": "830",
                                                 "top": "0px",
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000010"
                                             },
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#ffffff",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 3,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(200,200,200,1)",
                                                 "iImageFalse": "../vis.0/Kastanienhof/Meine_Icons/Sonstige/Peugeot3008_Dark2.jpg",
                                                 "iImageTrue": "../vis.0/Kastanienhof/Meine_Icons/Sonstige/Peugeot3008_Dark2.jpg",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "9500_PSA",
                                                 "iTextFalse": "Peugeot",
                                                 "iTextTrue": "Peugeot"
                                               },
                                               "style": {
                                                 "left": "755",
                                                 "top": "0px",
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000011"
                                             },
                                             {
                                               "tpl": "i-vis-universal",
                                               "data": {
                                                 "iUniversalWidgetType": "Navigation",
                                                 "g_common": true,
                                                 "oid": "0_userdata.0.10_VIS-TAB8.Fenster_Türen.ALLES_ZU",
                                                 "iValueType": "value",
                                                 "iValueComparison": "not",
                                                 "iStateResponseTime": "0",
                                                 "iStateResetValueTime": "0",
                                                 "iNavWait": "100",
                                                 "iHttpType": "iSend",
                                                 "iPopUpBackground": "#666666",
                                                 "iPopUpPreventClickOutside": "",
                                                 "iPopUpShowTitle": "true",
                                                 "iPopUpTitle": "",
                                                 "iPopUpTitleColor": "#ffffff",
                                                 "iPopUpCloseBtnColor": "#dc2e2e",
                                                 "iPopUpWidth": "800px",
                                                 "iPopUpHeight": "900px",
                                                 "iPopUpHeightTitle": "50",
                                                 "iPopUpTitleSize": "28",
                                                 "iPopUpPosition": "center",
                                                 "iPopUpPositionX": "0",
                                                 "iPopUpPositionY": "0",
                                                 "iPopUpCloseAfterSeconds": "0",
                                                 "iPopUpCornerRadiusUL": "12",
                                                 "iPopUpCornerRadiusUR": "0",
                                                 "iPopUpCornerRadiusLR": "12",
                                                 "iPopUpCornerRadiusLL": "0",
                                                 "iPopUpShadowXOffset": "2",
                                                 "iPopUpShadowYOffset": "2",
                                                 "iPopUpShadowBlur": "2",
                                                 "iPopUpShadowSpread": "1",
                                                 "iPopUpShadowColor": "#111111",
                                                 "iButtonCol": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "g_i-css": true,
                                                 "iButtonActive": "linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(60,60,60,1) 15%, rgba(70,70,70,1) 35%, rgba(45,45,45,1) 50%, rgba(70,70,70,1) 70%, rgba(60,60,60,1) 80%, rgba(50,50,50,1) 100%)",
                                                 "iButtonColHover": "",
                                                 "iOpacityBack": "1",
                                                 "iCornerRadiusUL": 5,
                                                 "iCornerRadiusUR": 5,
                                                 "iCornerRadiusLR": 5,
                                                 "iCornerRadiusLL": 5,
                                                 "iContentFlexDirection": "vertical",
                                                 "iContentVertAlign": "iCenter",
                                                 "iContentOrder": "orderImgText",
                                                 "iOpacityCtn": 1,
                                                 "iContentType": "image",
                                                 "iTextColor": "#a2a2a2",
                                                 "iTextColorActive": "#ffffff",
                                                 "iTextSize": 10,
                                                 "iTextAlign": "iCenter",
                                                 "iTextDecoration": "underline",
                                                 "iTextSpaceTop": 0,
                                                 "iTextSpaceBottom": 0,
                                                 "iTextSpaceLeft": 0,
                                                 "iTextSpaceRight": 0,
                                                 "iIconSize": 50,
                                                 "iImgAlign": "iCenter",
                                                 "iImgSpaceTop": 0,
                                                 "iImgSpaceBottom": 0,
                                                 "iImgSpaceLeft": 3,
                                                 "iImgSpaceRight": 0,
                                                 "iImgRotation": 0,
                                                 "iImgBlinkFalse": 0,
                                                 "iImgBlinkTrue": 0,
                                                 "iImgColorFalse": "",
                                                 "iImgColorTrue": "",
                                                 "iImgClockFace": "01",
                                                 "iImgClockHands": "01",
                                                 "iImgClockShowBorder": "1",
                                                 "iImgColorClockFace": "#ffffff",
                                                 "iImgColorHands": "#ffffff",
                                                 "iImgColorHandSecond": "#ff0000",
                                                 "iClockShowSeconds": "",
                                                 "iClockTimezone": "Europe/Berlin",
                                                 "iHtmlTextFieldFalse": "",
                                                 "iHtmlTextFieldTrue": "",
                                                 "iShadowXOffset": 4,
                                                 "iShadowYOffset": 4,
                                                 "iShadowBlur": 0,
                                                 "iShadowSpread": 0,
                                                 "iShadowColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorActive": "rgba(20, 20, 20, 205)",
                                                 "iShadowColorHover": "rgba(20, 20, 20, 205)",
                                                 "iShadowInnerXOffset": 2,
                                                 "iShadowInnerYOffset": 2,
                                                 "iShadowInnerBlur": "0",
                                                 "iShadowInnerSpread": "0",
                                                 "iShadowInnerColor": "#111111",
                                                 "iShadowInnerColorActive": "#111111",
                                                 "iShadowInnerColorHover": "",
                                                 "iShadowTextXOffset": 2,
                                                 "iShadowTextYOffset": "0",
                                                 "iShadowTextBlur": "0",
                                                 "iShadowTextColor": "rgba(20, 20, 20, 205)",
                                                 "iShadowTextColorActive": "rgba(20, 20, 20, 205)",
                                                 "iBorderSize": 1,
                                                 "iBorderStyle": "solid",
                                                 "iBorderColor": "rgba(200,200,200,1)",
                                                 "iBorderColorActive": "rgba(200,200,200,1)",
                                                 "iBorderColorHover": "rgba(200,200,200,1)",
                                                 "iImageFalse": "/icons-mfd-png/weather_sleet.png",
                                                 "iImageTrue": "/icons-mfd-png/weather_sleet.png",
                                                 "iValueFalse": "",
                                                 "iValueTrue": "",
                                                 "iFlipImage": false,
                                                 "g_css_border": true,
                                                 "nav_view": "8000_Wetter",
                                                 "iTextFalse": "Wetter",
                                                 "iTextTrue": "Wetter"
                                               },
                                               "style": {
                                                 "left": 80,
                                                 "top": 0,
                                                 "width": "68px",
                                                 "height": "68px",
                                                 "z-index": 30,
                                                 "border-radius": "0px"
                                               },
                                               "_id": "i000012"
                                             }
                                            ]
                                            

                                            Egal auf welches NAVI Booten ich Klicke, er wechselt die Seite nicht !!

                                            und das seit V 2.1.3....

                                            Er zeigt zwar in der Adressleiste des Browsers die richtige an aber er wechselt nicht sie Ansicht

                                            Hab ich aber schon mehrmals hier geschrieben.

                                            Ich hoff ja das mir einer eins von sich mal gibt was ich mal testen könnte aber gibs ja nicht.

                                            Ich habe auch schon alle Navi Bootens ausprobiert überall das selbe von den die mir angezeigt werden.

                                            bei Firefox in der console kommt sowas :

                                            Uncaught TypeError: null has no properties
                                               each jQuery
                                               redraw trashschedule.js:354
                                               createWidget trashschedule.js:192
                                               createWidget trashschedule.js:172
                                               sentryWrapped helpers.ts:87
                                            jquery-1.11.2.min.js:2:2819
                                            Quellübergreifende (Cross-Origin) Anfrage blockiert: Die Gleiche-Quelle-Regel verbietet das Lesen der externen Ressource auf https://sentry.iobroker.net/api/77/envelope/?sentry_key=888b0efc877b4b12a8a83e3c1fb7fe1a&sentry_version=7. (Grund: CORS-Anfrage schlug fehl). Statuscode: (null).
                                            
                                            Uncaught (in promise) TypeError: s.changeProject is not a function
                                               e App.jsx:554
                                               Babel 7
                                               changeView App.jsx:579
                                               <anonymous> App.jsx:145
                                            
                                            

                                            bei Chrome dies:

                                            App.jsx:554 Uncaught (in promise) TypeError: s.changeProject is not a function
                                               at App.jsx:554:24
                                               at d (regeneratorRuntime.js:44:17)
                                               at Generator.<anonymous> (regeneratorRuntime.js:128:22)
                                               at Generator.next (regeneratorRuntime.js:69: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)
                                            (anonymous) @ App.jsx:554
                                            d @ regeneratorRuntime.js:44
                                            (anonymous) @ regeneratorRuntime.js:128
                                            (anonymous) @ regeneratorRuntime.js:69
                                            r @ asyncToGenerator.js:3
                                            o @ asyncToGenerator.js:22
                                            (anonymous) @ asyncToGenerator.js:27
                                            (anonymous) @ asyncToGenerator.js:19
                                            (anonymous) @ App.jsx:579
                                            onHashChange @ App.jsx:145
                                            Promise.then (async)
                                            onHashChange @ App.jsx:146
                                            hashchange (async)
                                            changeView @ visEngine.jsx:500
                                            (anonymous) @ VM20: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 d (regeneratorRuntime.js:44:17)
                                               at Generator.<anonymous> (regeneratorRuntime.js:128:22)
                                               at Generator.next (regeneratorRuntime.js:69: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)
                                            

                                            Ich kann mir garnicht vorstellen das dfie teile NUR bei mir nicht mehr gehen.......

                                            Wieso hat kein anderer damit Probleme ist ja unglaublich.......

                                            mfg

                                            Digi-Bit

                                            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

                                            893
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            101
                                            691
                                            176720
                                            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