Ankündigung

Einklappen
Keine Ankündigung bisher.

Darstellungsprobleme mit GIT Version

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Darstellungsprobleme mit GIT Version

    Ich habe von einer GIT Version nahe an 0.8.5 auf die aktuelle GIT Version upgedatet und habe massive Darstellungsprobleme:
    Auf der Hauptseite (und auch Unterseiten ohne) wird der Platz der (dort nicht vorhandenen) seitlichen Navbar freigelassen, verschiedene Elemente fehlen und das letzte (RSS) Objekt wird abgeschnitten angezeigt. Die Config wird als valide angezeigt.

    Haben sich hier einige default-Einstellungen so drastisch verändert oder ist das ein Bug? Ich habe überhaupt keinen Ansatzpunkt, weil der Validator keine Error ausgibt.

    Anbei ein vorher/nacher Screenshot der Hauptseite und die Config (habe mal ggü. dem ersten Screenshot schon testweise das sowieso nicht mehr funktionierende Kalender-Plugin entfernt, brachte aber keine Besserung).

    Weiß jemand wie ich im GIT sehen kann, von welcher Revision ich gekommen bin? Dann kann ich mal probieren schrittweise hochzugehen um den Commit einzugrenzen, der das verursacht...


    Danke!
    Angehängte Dateien
    You do not have permission to view this gallery.
    This gallery has 2 photos.

    #2
    Die 0.8.5 und das aktuelle Git sollten bezüglich der Features und Config-Syntax sehr nahe beieinander sein. D.h. wenn jetzt etwas nicht mehr mag, was vorher noch ging, dann ist's sehr wahrscheinlich ein Bug. (Vermutlich beim "stringify" reingekommen...)

    Um diese Fehlermeldung komplett zu machen: gibt's irgend welche Fehlermeldungen auf der Web-Konsole (Strg+Shift+I)?

    Im konkreten Fall vermute ich, dass irgend ein Widget oder (wahrscheinlicher) Plugin das Stringify nicht ordentlich überlebt hat. Jetzt ist die spannende Frage: welches?
    Git bietet ja ein Bisect an mit dem man schnell die passende Stelle im Zeitstrahl finden sollte. Ich habe damit allerdings keine Erfahrung - und wenn's ein Stringify-Thema ist, dürfte es auch schwer zu finden sein, da die Änderung sehr invasiv war...
    TS2, B.IQ, DALI, WireGate für 1wire so wie Server für Logik und als KNX Visu die CometVisu auf HomeCockpit Minor. - Bitte keine PNs, Fragen gehören in das Forum, damit jeder was von den Antworten hat!

    Kommentar


      #3
      Ja in die Konsole hatte ich auch schonmal geschaut, aber außer dem "broken Promise" (kommt erst einige Sekunden nach Seitenaufbau) gar nichts:
      Offline cache doesn't need to update, URL=http://192.168.127.4/visu-svn/cometvisu.appcache
      "Kein Touch Support" jquery.ui.touch-punch.js:21:3
      A promise chain failed to handle a rejection. Did you forget to '.catch', or did you forget to 'return'?
      See https://developer.mozilla.org/Mozill...se.jsm/Promise

      Date: Tue Apr 28 2015 14:40:46 GMT+0200 (CEST)
      Full Message: Error: Unknown sheet source
      Full Stack: exports.sheetToUrl@resource://gre/mo...lkit/loader.js -> resource://gre/modules/devtools/server/actors/csscoverage.js:738:9
      StyleEditorUI.prototype._sourceLoaded/<.onShow</</<@resource://app/modules/devtools/StyleEditorUI.jsm:544:24
      Handler.prototype.process@resource:/...es/Promise.jsm -> resource://gre/modules/Promise-backend.js:870:23
      this.PromiseWalker.walkerLoop@resour...es/Promise.jsm -> resource://gre/modules/Promise-backend.js:749:7
      this.PromiseWalker.scheduleWalkerLoop/<@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:691:37

      Kommentar


        #4
        Das mit dem Broken Promise ist seltsam aber auch interessant:
        Seltsam: wir nutzen AFAIK kein Promise - und der Stack Trace verweist auch nur auf Browser interne Dateien. Also liegt's vermutlich nicht an uns
        Interessant: Es klingt irgendwie so, also ob ein CSS geladen werden soll, das nicht existiert oder wo der Pfad-String leer ist o.ä.

        => Wenn Du in dem Netzwerk-Reiter bist, gibt es da Datei[en] die nicht geladen werden können oder wo die URI komisch ist?
        => Was passiert wenn Du forceReload=true an der URL hast? (Da werden die Ressourcen mit extra Parametern geladen um den Cache zwangsweise zu umgehen)
        TS2, B.IQ, DALI, WireGate für 1wire so wie Server für Logik und als KNX Visu die CometVisu auf HomeCockpit Minor. - Bitte keine PNs, Fragen gehören in das Forum, damit jeder was von den Antworten hat!

        Kommentar


          #5
          Hallo,

          ich klinke mich einfach mal hier mit ein, habe genau das gleiche Problem. Browser ist Safari, gibts sonst was was man als Unterstützung machen kann um den Fehler einzugrenzen.

          Gruß

          Gringo

          Kommentar


            #6
            Zitat von Gringo885 Beitrag anzeigen
            Browser ist Safari, gibts sonst was was man als Unterstützung machen kann um den Fehler einzugrenzen.
            Ja, eine Config posten bei der der Fehler auftritt, oder tritt das Problem bei Euch auch in der Demo-Config auf?

            Gruß
            Tobias

            Kommentar


              #7
              Es könnte auch helfen, die Fragen von Chris M. zu beantworten. Nur mal so als kleiner Tipp am Rande.

              Kommentar


                #8
                So also Quellcode im Anhang,

                was das debuggen angeht bin ich leider absoluter Noob, bräuchte da ne kurze step by step was genau ihr braucht.

                Gruß

                Gringo

                Code:
                 [COLOR=#021DA7][FONT=Helvetica][SIZE=12px][COLOR=#9e44d3]<?xml version="1.0" encoding="UTF-8" standalone="yes"?>[/COLOR]
                <pages[COLOR=#f9975e] [/COLOR][COLOR=#00aad6]xmlns:xsi[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"http://www.w3.org/2001/XMLSchema-instance"[/COLOR][COLOR=#f9975e] design[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"metal"[/COLOR][COLOR=#f9975e] xsi:noNamespaceSchemaLocation[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"visu_config.xsd"[/COLOR][COLOR=#f9975e] lib_version[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"8"[/COLOR]>
                [COLOR=#000000]  [/COLOR]<meta>
                [COLOR=#000000]    [/COLOR]<plugins>
                [COLOR=#000000]      [/COLOR]<plugin[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"colorchooser"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<plugin[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"diagram"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<plugin[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"rss"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<plugin[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"rsslog"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<plugin[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"strftime"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<plugin[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"svg"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<plugin[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"gauge"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<plugin[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"upnpcontroller"[/COLOR]/>
                [COLOR=#000000]    [/COLOR]</plugins>
                [COLOR=#000000]    [/COLOR]<mappings>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Open_Close"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]>[COLOR=#000000]zu[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>[COLOR=#000000]offen[/COLOR]</entry>
                [COLOR=#000000]      [/COLOR]</mapping>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Close_Open"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]>[COLOR=#000000]offen[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>[COLOR=#000000]zu[/COLOR]</entry>
                [COLOR=#000000]      [/COLOR]</mapping>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]>[COLOR=#000000]Aus[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>[COLOR=#000000]An[/COLOR]</entry>
                [COLOR=#000000]      [/COLOR]</mapping>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Off_On"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]>[COLOR=#000000]An[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>[COLOR=#000000]Aus[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]</mapping>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"An_Aus"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]>[COLOR=#000000]An[/COLOR]<icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_on_off"[/COLOR]/></entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>[COLOR=#000000]Aus[/COLOR]<icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_home"[/COLOR]/></entry>
                [COLOR=#000000]      [/COLOR]</mapping>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Aus_An"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>[COLOR=#000000]An[/COLOR]<icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_on_off"[/COLOR]/></entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]>[COLOR=#000000]Aus[/COLOR]<icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_home"[/COLOR]/></entry>
                [COLOR=#000000]      [/COLOR]</mapping>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"KonnexHVAC"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"auto"[/COLOR]>[COLOR=#000000]Auto[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"comfort"[/COLOR]>[COLOR=#000000]Komfort[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"standby"[/COLOR]>[COLOR=#000000]Stand By[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"economy"[/COLOR]>[COLOR=#000000]Economy[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"building_protection"[/COLOR]>[COLOR=#000000]Haus-Schutz[/COLOR]</entry>
                [COLOR=#000000]      [/COLOR]</mapping>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"kmh"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<formula>[COLOR=#000000]y = x*3,6[/COLOR]</formula>
                [COLOR=#000000]      [/COLOR]</mapping>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Windstaerke"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0.299"[/COLOR]>[COLOR=#000000]0 - Windstille[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0.3"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]>[COLOR=#000000]1 - Leiser Zug[/COLOR]</entry>[COLOR=#000000] 
                        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.51"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3.4"[/COLOR]>[COLOR=#000000]2 - Leichter Wind[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3.41"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5.4"[/COLOR]>[COLOR=#000000]3 - Schwacher Wind[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5.41"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"7.9"[/COLOR]>[COLOR=#000000]4 - Maeßiger Wind[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"7.91"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"10.7"[/COLOR]>[COLOR=#000000]5 - Frischer Wind[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"10.71"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"13.8"[/COLOR]>[COLOR=#000000]6 - Starker Wind[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"13.81"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"17.1"[/COLOR]>[COLOR=#000000]7 - Steifer Wind[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"17.11"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"20.7"[/COLOR]>[COLOR=#000000]8 - Stuermischer Wind[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"20.71"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"24.4"[/COLOR]>[COLOR=#000000]9 - Sturm[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"24.41"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28.4"[/COLOR]>[COLOR=#000000]10 - Schwerer Sturm[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28.41"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"32.6"[/COLOR]>[COLOR=#000000]11 - Orkanartiger Sturm[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"32.61"[/COLOR]>[COLOR=#000000]12 - Orkan[/COLOR]</entry>
                [COLOR=#000000]      [/COLOR]</mapping>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Windrichtung"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"22.5"[/COLOR]>[COLOR=#000000]N[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"22.6"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"67.5"[/COLOR]>[COLOR=#000000]NO[/COLOR]</entry>[COLOR=#000000] 
                        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"67.6"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"112.5"[/COLOR]>[COLOR=#000000]O[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"112.6"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"157.5"[/COLOR]>[COLOR=#000000]SO[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"157.6"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"202.5"[/COLOR]>[COLOR=#000000]S[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"202.6"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"247.5"[/COLOR]>[COLOR=#000000]SW[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"247.6"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"292.5"[/COLOR]>[COLOR=#000000]W[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"292.6"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"337.5"[/COLOR]>[COLOR=#000000]NW[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"337.6"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"360"[/COLOR]>[COLOR=#000000]N[/COLOR]</entry>
                [COLOR=#000000]      [/COLOR]</mapping>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Sonnen-Hitzeschutz"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"fts_shutter_20"[/COLOR]/></entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"fts_shutter_100"[/COLOR]/></entry>
                [COLOR=#000000]      [/COLOR]</mapping>
                [COLOR=#000000]      [/COLOR]<mapping[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Lueftung"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"30"[/COLOR][COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"vent_ventilation"[/COLOR]/>[COLOR=#000000]Aus[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"31"[/COLOR]><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"vent_ventilation_level_0"[/COLOR]/>[COLOR=#000000]Stufe 1[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"63"[/COLOR]><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"vent_ventilation_level_0"[/COLOR]/>[COLOR=#000000]Stufe 2[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"95"[/COLOR]><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"vent_ventilation_level_1"[/COLOR]/>[COLOR=#000000]>Stufe 3[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"127"[/COLOR]><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"vent_ventilation_level_1"[/COLOR]/>[COLOR=#000000]Stufe 4[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"159"[/COLOR]><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"vent_ventilation_level_2"[/COLOR]/>[COLOR=#000000]Stufe 5[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"191"[/COLOR]><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"vent_ventilation_level_2"[/COLOR]/>[COLOR=#000000]Stufe 6[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"223"[/COLOR]><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"vent_ventilation_level_3"[/COLOR]/>[COLOR=#000000]Stufe 7[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"255"[/COLOR]><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"vent_ventilation_level_3"[/COLOR]/>[COLOR=#000000]Stufe 8[/COLOR]</entry>
                [COLOR=#000000]      [/COLOR]</mapping>
                [COLOR=#000000]    [/COLOR]</mappings>
                [COLOR=#000000]    [/COLOR]<stylings>
                [COLOR=#000000]      [/COLOR]<styling[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]>[COLOR=#000000]red[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>[COLOR=#000000]green[/COLOR]</entry>
                [COLOR=#000000]      [/COLOR]</styling>
                [COLOR=#000000]      [/COLOR]<styling[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]>[COLOR=#000000]green[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>[COLOR=#000000]red[/COLOR]</entry>
                [COLOR=#000000]      [/COLOR]</styling>
                [COLOR=#000000]      [/COLOR]<styling[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-100"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"20"[/COLOR]>[COLOR=#000000]blue[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"20"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"22"[/COLOR]>[COLOR=#000000]green[/COLOR]</entry>
                [COLOR=#000000]        [/COLOR]<entry[COLOR=#f9975e] range_min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"22"[/COLOR][COLOR=#f9975e] range_max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR]>[COLOR=#000000]red[/COLOR]</entry>
                [COLOR=#000000]      [/COLOR]</styling>
                [COLOR=#000000]    [/COLOR]</stylings>
                [COLOR=#000000]    [/COLOR]<statusbar>
                [COLOR=#000000]      [/COLOR]<status[COLOR=#f9975e] type[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"html"[/COLOR]>[COLOR=#009a00]<![CDATA[[/COLOR]
                [COLOR=#009a00]          <img src="icon/comet_64_ff8000.png" alt="CometVisu" /> by <a href="http://www.cometvisu.org/">CometVisu.org</a>[/COLOR]
                [COLOR=#009a00]          - <a href=".?forceReload=true">Reload</a>[/COLOR]
                [COLOR=#009a00]          - <a href="?config=demo">Widget Demo</a>[/COLOR]
                [COLOR=#009a00]        ]]>[/COLOR]</status>
                [COLOR=#000000]      [/COLOR]<status[COLOR=#f9975e] type[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"html"[/COLOR][COLOR=#f9975e] condition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"!edit"[/COLOR][COLOR=#f9975e] hrefextend[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"config"[/COLOR]>[COLOR=#009a00]<![CDATA[[/COLOR]
                [COLOR=#009a00]          - <a href="edit_config.html">Edit</a>[/COLOR]
                [COLOR=#009a00]        ]]>[/COLOR]</status>
                [COLOR=#000000]      [/COLOR]<status[COLOR=#f9975e] type[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"html"[/COLOR][COLOR=#f9975e] condition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"edit"[/COLOR][COLOR=#f9975e] hrefextend[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"all"[/COLOR]>[COLOR=#009a00]<![CDATA[[/COLOR]
                [COLOR=#009a00]          - <a href=".">normal Mode</a>[/COLOR]
                [COLOR=#009a00]        ]]>[/COLOR]</status>
                [COLOR=#000000]      [/COLOR]<status[COLOR=#f9975e] type[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"html"[/COLOR]>[COLOR=#009a00]<![CDATA[[/COLOR]
                [COLOR=#009a00]          - <a href="check_config.php">Check Config</a>[/COLOR]
                [COLOR=#009a00]        ]]>[/COLOR]</status>
                [COLOR=#000000]    [/COLOR]</statusbar>
                [COLOR=#000000]  [/COLOR]</meta>
                [COLOR=#000000]  [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Hauptmenü"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] showfooter[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] showtopnavigation[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR]>
                [COLOR=#000000]    [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"top"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"kmh"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f km/h"[/COLOR]><layout[COLOR=#f9975e] width[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"auto"[/COLOR][COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"2.04"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_wind_speed"[/COLOR]/></label><address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.003"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/11[/COLOR]</address></info>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Windstaerke"[/COLOR][COLOR=#f9975e] [/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] width[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"auto"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_wind_speed_bft"[/COLOR]/>[COLOR=#000000]/Windstärke:[/COLOR]</label><address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.003"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/11[/COLOR]</address></info>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Windrichtung"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"2.04"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] width[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"auto"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_directions"[/COLOR]/>[COLOR=#000000]Windrichtung:[/COLOR]</label><address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:8.011"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/12[/COLOR]</address></info>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f °C"[/COLOR]><layout[COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] width[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"auto"[/COLOR][COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"2.04"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"temp_outside"[/COLOR]/>[COLOR=#000000]Außentemperatur:[/COLOR]</label><address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/13[/COLOR]</address></info>
                [COLOR=#000000]      [/COLOR]<strftime[COLOR=#f9975e] lang[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"de"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%a, %d. %B %Y %T"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"2.04"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] width[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"auto"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]</strftime>
                [COLOR=#000000]    [/COLOR]</navbar>
                [COLOR=#000000]    [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"bottom"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] scope[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]>
                [COLOR=#000000]      [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_eg"[/COLOR]/>[COLOR=#000000]Erdgeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_og"[/COLOR]/>[COLOR=#000000]Obergeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_dg"[/COLOR]/>[COLOR=#000000]Dachboden[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.36"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_all"[/COLOR]/>[COLOR=#000000]Zentral[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Hauptmenü"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_filled"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"red"[/COLOR]/>[COLOR=#000000]Hauptmenü[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"message_attention"[/COLOR]/>[COLOR=#000000]Info[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_cloudy"[/COLOR]/>[COLOR=#000000]Wetter[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"time_note"[/COLOR]/>[COLOR=#000000]RSS[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"scene_garden"[/COLOR]/>[COLOR=#000000]Außenbereich[/COLOR]</label></pagejump>
                [COLOR=#000000]    [/COLOR]</navbar>
                [COLOR=#000000]    [/COLOR]<break/>
                
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><pagejump[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_eg"[/COLOR]/></label></pagejump></group>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><pagejump[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_og"[/COLOR]/></label></pagejump></group>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><pagejump[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_dg"[/COLOR]/></label></pagejump></group>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><pagejump[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"scene_garden"[/COLOR]/></label></pagejump></group>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><pagejump[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_all"[/COLOR]/></label></pagejump></group>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><pagejump[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"message_attention"[/COLOR]/></label></pagejump></group>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><pagejump[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_cloudy"[/COLOR]/></label></pagejump></group>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><pagejump[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"time_note"[/COLOR]/></label></pagejump></group>
                [COLOR=#000000]   
                
                    [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR]>
                [COLOR=#000000]      [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"bottom"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_eg"[/COLOR]/>[COLOR=#000000]Erdgeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_og"[/COLOR]/>[COLOR=#000000]Obergeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_dg"[/COLOR]/>[COLOR=#000000]Dachboden[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.36"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_all"[/COLOR]/>[COLOR=#000000]Zentral[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Hauptmenü"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_filled"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"red"[/COLOR]/>[COLOR=#000000]Hauptmenü[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"message_attention"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"green"[/COLOR]/>[COLOR=#000000]Info[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_cloudy"[/COLOR]/>[COLOR=#000000]Wetter[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"time_note"[/COLOR]/>[COLOR=#000000]RSS[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"scene_garden"[/COLOR]/>[COLOR=#000000]Außenbereich[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]</navbar>
                [COLOR=#000000]    [/COLOR]</page>
                [COLOR=#000000]    [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]      [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"bottom"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_eg"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"green"[/COLOR]/>[COLOR=#000000]Erdgeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_og"[/COLOR]/>[COLOR=#000000]Obergeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_dg"[/COLOR]/>[COLOR=#000000]Dachboden[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.36"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_all"[/COLOR]/>[COLOR=#000000]Zentral[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Hauptmenü"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_filled"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"red"[/COLOR]/>[COLOR=#000000]Hauptmenü[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"message_attention"[/COLOR]/>[COLOR=#000000]Info[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_cloudy"[/COLOR]/>[COLOR=#000000]Wetter[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"time_note"[/COLOR]/>[COLOR=#000000]RSS[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"scene_garden"[/COLOR]/>[COLOR=#000000]Außenbereich[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]</navbar>
                [COLOR=#000000]      [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] width[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"50"[/COLOR][COLOR=#f9975e] scope[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Räume"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"12"[/COLOR]/>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Arbeitszimmer"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Arbeiten[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Küche1"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Küche[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Bad1"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Bad[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Stube"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Stube[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Schlafzimmer1"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Schlafen[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wohnzimmer1"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Wohnen[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Flur"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Flur[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Treppenhaus"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Treppe[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Eingang"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Eingang[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]</group>
                [COLOR=#000000]      [/COLOR]</navbar>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Arbeitszimmer"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Küche1"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Bad1"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Stube"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Schlafzimmer1"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wohnzimmer1"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Flur1"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Treppenhaus"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Eingang"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]/>
                [COLOR=#000000]    [/COLOR]</page>
                [COLOR=#000000]    [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]      [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"bottom"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_eg"[/COLOR]/>[COLOR=#000000]Erdgeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_og"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"green"[/COLOR]/>[COLOR=#000000]Obergeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_dg"[/COLOR]/>[COLOR=#000000]Dachboden[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.36"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_all"[/COLOR]/>[COLOR=#000000]Zentral[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Hauptmenü"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_filled"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"red"[/COLOR]/>[COLOR=#000000]Hauptmenü[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"message_attention"[/COLOR]/>[COLOR=#000000]Info[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_cloudy"[/COLOR]/>[COLOR=#000000]Wetter[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"time_note"[/COLOR]/>[COLOR=#000000]RSS[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"scene_garden"[/COLOR]/>[COLOR=#000000]Außenbereich[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]</navbar>[COLOR=#000000]    
                      [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Räume"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"10"[/COLOR]/>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Büro"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Büro[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Schlafzimmer"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Schlafen[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Bad"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Bad[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Küche"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Küche[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wohnzimmer"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Wohnen[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Salon"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Salon[/COLOR]</label></pagejump>
                [COLOR=#000000]          [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Flur"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.5"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"status_comfort"[/COLOR]/>[COLOR=#000000]Flur[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]</group>
                [COLOR=#000000]      [/COLOR]</navbar>
                [COLOR=#000000]      [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Alle RGB Fensterbank"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<colorchooser>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Fensterbank RGB[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"r"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/126[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"g"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/127[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"b"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/128[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"r"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/141[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"g"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/142[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"b"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/143[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"r"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/164[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"g"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/165[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"b"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/166[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"r"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/102[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"g"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/103[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"b"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/104[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</colorchooser>
                [COLOR=#000000]        [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] flavour[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"potassium"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/125[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/129[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/162[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/105[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</slide>
                [COLOR=#000000]        [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]><label>[COLOR=#000000]Aus[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/125[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/126[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/127[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/128[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/141[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/142[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/143[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/129[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/164[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/165[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/166[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/162[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/102[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/103[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/104[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/105[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</trigger>
                [COLOR=#000000]      [/COLOR]</group>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Büro"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f %"[/COLOR][COLOR=#f9975e] flavour[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"boron"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Rolladen[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]2/3/29[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]2/3/11[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</slide>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f%"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Position[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]2/3/11[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<infotrigger[COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Auf"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Ab"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-5"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f%"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Deckenspots[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/115[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]1/4/93[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]1/4/88[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</infotrigger>
                [COLOR=#000000]        [/COLOR]<toggle[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Deckenspots[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/1/152[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]1/4/88[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</toggle>
                [COLOR=#000000]        [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f"[/COLOR][COLOR=#f9975e] flavour[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"boron"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Deckenspots[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/115[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]1/4/93[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]1/4/88[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</slide>
                [COLOR=#000000]        [/COLOR]<toggle[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Nachttischlampe[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR]>[COLOR=#000000]1/1/154[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]1/4/83[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</toggle>
                [COLOR=#000000]        [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] flavour[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"boron"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Nachttischlampe[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/117[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]1/4/95[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</slide>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f	%"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Nachttischlampe[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]1/4/95[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Raumtemperatur[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/15[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]</page>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Schlafzimmer"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Bad"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RGB Fensterbank"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<colorchooser>
                [COLOR=#000000]            [/COLOR]<label>[COLOR=#000000]Fensterbank RGB[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"r"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/126[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"g"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/127[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"b"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/128[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</colorchooser>
                [COLOR=#000000]          [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] flavour[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"potassium"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f"[/COLOR]>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/125[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</slide>
                [COLOR=#000000]          [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]><label>[COLOR=#000000]Aus[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/125[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/126[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/127[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/128[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</trigger>
                [COLOR=#000000]        [/COLOR]</group>
                [COLOR=#000000]      [/COLOR]</page>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Küche"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RGB Fensterbank"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<colorchooser>
                [COLOR=#000000]            [/COLOR]<label>[COLOR=#000000]Fensterbank RGB[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"r"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/141[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"g"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/142[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"b"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/143[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</colorchooser>
                [COLOR=#000000]          [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] flavour[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"potassium"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f"[/COLOR]>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/129[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</slide>
                [COLOR=#000000]          [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]><label>[COLOR=#000000]Aus[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/141[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/142[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/143[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/129[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</trigger>
                [COLOR=#000000]        [/COLOR]</group>
                [COLOR=#000000]      [/COLOR]</page>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wohnzimmer"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Off_On"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR]><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"light_light_dim_100"[/COLOR]/>[COLOR=#000000]Stehlampe[/COLOR]</label><address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR]>[COLOR=#000000]1/1/195[/COLOR]</address></switch>
                [COLOR=#000000]        [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Tischlampe[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/150[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</slide>
                [COLOR=#000000]      [/COLOR]</page>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Salon"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Stehlampe[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR]>[COLOR=#000000]1/1/211[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]1/4/16[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]<multitrigger[COLOR=#f9975e] button1label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Rauf"[/COLOR][COLOR=#f9975e] button1value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] button2label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Runter"[/COLOR][COLOR=#f9975e] button2value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] button3label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Halb"[/COLOR][COLOR=#f9975e] button3value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"50"[/COLOR][COLOR=#f9975e] button4label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Sonnenschutz"[/COLOR][COLOR=#f9975e] button4value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"75"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Rolläden[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR]>[COLOR=#000000]2/3/34[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</multitrigger>
                [COLOR=#000000]        [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Stehlampe dimmen[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR]>[COLOR=#000000]1/3/163[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</slide>
                [COLOR=#000000]      [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RGB Fensterbank"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<colorchooser>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Fensterbank RGB[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"r"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/164[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"g"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/165[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"b"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/166[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</colorchooser>
                [COLOR=#000000]        [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] flavour[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"potassium"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/162[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</slide>
                [COLOR=#000000]       [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]><label>[COLOR=#000000]Aus[/COLOR]</label>
                [COLOR=#000000]         [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/164[/COLOR]</address>
                [COLOR=#000000]         [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/165[/COLOR]</address>
                [COLOR=#000000]         [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/166[/COLOR]</address>
                [COLOR=#000000]         [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/162[/COLOR]</address>
                [COLOR=#000000]       [/COLOR]</trigger>
                [COLOR=#000000]      [/COLOR]</group>
                [COLOR=#000000]      [/COLOR]</page>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Flur"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Deckenleuchten[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR]>[COLOR=#000000]1/1/130[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Deckenleuchten Dimmen[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR]>[COLOR=#000000]1/3/98[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</slide>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Nischenlampe[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR]>[COLOR=#000000]1/1/136[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RGB Fensterbank"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<colorchooser>
                [COLOR=#000000]            [/COLOR]<label>[COLOR=#000000]Fensterbank RGB[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"r"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/102[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"g"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/103[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] variant[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"b"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/104[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</colorchooser>
                [COLOR=#000000]          [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] flavour[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"potassium"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f"[/COLOR]>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/3/105[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</slide>
                [COLOR=#000000]          [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]><label>[COLOR=#000000]Aus[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/102[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/103[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/104[/COLOR]</address>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]1/3/105[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</trigger>
                [COLOR=#000000]        [/COLOR]</group>
                [COLOR=#000000]      [/COLOR]</page>
                [COLOR=#000000]      [/COLOR]<switch[COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Off_On"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Steckdosen Fenster Ostseite[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/1/198[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/1/205[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]1/1/194[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</switch>
                [COLOR=#000000]      [/COLOR]<switch[COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Stern Dachboden[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR]>[COLOR=#000000]1/1/222[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</switch>
                [COLOR=#000000]    [/COLOR]</page>
                [COLOR=#000000]    [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR]>
                [COLOR=#000000]      [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"bottom"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_eg"[/COLOR]/>[COLOR=#000000]Erdgeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_og"[/COLOR]/>[COLOR=#000000]Obergeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_dg"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"green"[/COLOR]/>[COLOR=#000000]Dachboden[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.36"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_all"[/COLOR]/>[COLOR=#000000]Zentral[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Hauptmenü"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_filled"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"red"[/COLOR]/>[COLOR=#000000]Hauptmenü[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"message_attention"[/COLOR]/>[COLOR=#000000]Info[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_cloudy"[/COLOR]/>[COLOR=#000000]Wetter[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"time_note"[/COLOR]/>[COLOR=#000000]RSS[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"scene_garden"[/COLOR]/>[COLOR=#000000]Außenbereich[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]</navbar>
                [COLOR=#000000]      [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f"[/COLOR][COLOR=#f9975e] flavour[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"sodium"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Rolladen Ostseite[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]2/3/36[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]2/3/18[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</slide>
                [COLOR=#000000]      [/COLOR]<slide[COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR][COLOR=#f9975e] flavour[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"sodium"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.0f"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Rolladen West[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]2/3/35[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]2/3/17[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</slide>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f %"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Rolladen Ostseite Stand[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]2/3/18[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f %"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Rolladen Westseite stand[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]2/3/17[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<multitrigger[COLOR=#f9975e] button1label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Rauf"[/COLOR][COLOR=#f9975e] button1value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] button2label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Runter"[/COLOR][COLOR=#f9975e] button2value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] button3label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Halb"[/COLOR][COLOR=#f9975e] button3value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"55"[/COLOR][COLOR=#f9975e] button4label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Sonnenschutz"[/COLOR][COLOR=#f9975e] button4value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"75"[/COLOR][COLOR=#f9975e] showstatus[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Rolladen Ost[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR]>[COLOR=#000000]2/3/36[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</multitrigger>
                [COLOR=#000000]      [/COLOR]<multitrigger[COLOR=#f9975e] button1label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Rauf"[/COLOR][COLOR=#f9975e] button1value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] button2label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Runter"[/COLOR][COLOR=#f9975e] button2value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] button3label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Halb"[/COLOR][COLOR=#f9975e] button3value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"55"[/COLOR][COLOR=#f9975e] button4label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Sonnenschutz"[/COLOR][COLOR=#f9975e] button4value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"75"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Rolladen West[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR]>[COLOR=#000000]2/3/35[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</multitrigger>
                [COLOR=#000000]    [/COLOR]</page>
                [COLOR=#000000]    [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]      [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"bottom"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_eg"[/COLOR]/>[COLOR=#000000]Erdgeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_og"[/COLOR]/>[COLOR=#000000]Obergeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_dg"[/COLOR]/>[COLOR=#000000]Dachboden[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.36"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_all"[/COLOR]/>[COLOR=#000000]Zentral[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Hauptmenü"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_filled"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"red"[/COLOR]/>[COLOR=#000000]Hauptmenü[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"message_attention"[/COLOR]/>[COLOR=#000000]Info[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_cloudy"[/COLOR]/>[COLOR=#000000]Wetter[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"time_note"[/COLOR]/>[COLOR=#000000]RSS[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"scene_garden"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"green"[/COLOR]/>[COLOR=#000000]Außenbereich[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]</navbar>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"12"[/COLOR]/>
                [COLOR=#000000]       [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]         [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/7/0[/COLOR]</address>
                [COLOR=#000000]       [/COLOR]</switch>
                [COLOR=#000000]      [/COLOR]</group>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wasser"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"10"[/COLOR]/>
                [COLOR=#000000]        [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wasserpumpe"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"sani_garden_pump"[/COLOR]/>[COLOR=#000000]Ein/Aus[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/0/1[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Status[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]6/0/1[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info></group>
                [COLOR=#000000]        [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Bewässerung"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Bewässerung Rasen Starten[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR]>[COLOR=#000000]6/0/5[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</trigger>
                [COLOR=#000000]        [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Bewässerung Abbruch[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR]>[COLOR=#000000]6/0/5[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</trigger></group>
                [COLOR=#000000]        [/COLOR]<group[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wasserspiel"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]            [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"scene_fountain"[/COLOR]/>[COLOR=#000000]Wasserspiel[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/0/25[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]</group>
                [COLOR=#000000]      [/COLOR]</group>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Licht"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"10"[/COLOR]/>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"light_light_dim_100"[/COLOR]/>[COLOR=#000000]Haustür[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/1/5[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"light_light_dim_100"[/COLOR]/>[COLOR=#000000]Kellereingang[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/1/6[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]            [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"light_light_dim_100"[/COLOR]/>[COLOR=#000000]Treppe Küche[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/1/7[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]            [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"light_light_dim_100"[/COLOR]/>[COLOR=#000000]Garage Nord[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/1/9[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]              [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"light_light_dim_100"[/COLOR]/>[COLOR=#000000]Garage West[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/1/10[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]                [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"light_light_dim_100"[/COLOR]/>[COLOR=#000000]Nordseite[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/1/8[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]                  [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"light_light_dim_100"[/COLOR]/>[COLOR=#000000]Bäume[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/1/11[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</switch>
                [COLOR=#000000]        [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]                    [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"light_light_dim_100"[/COLOR]/>[COLOR=#000000]Pergola[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/1/12[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</switch>
                [COLOR=#000000]          [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]            [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"light_light_dim_100"[/COLOR]/>[COLOR=#000000]Wasserspiel[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]6/1/13[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</switch>
                [COLOR=#000000]  [/COLOR]</group>
                [COLOR=#000000]      [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Strom"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"10"[/COLOR]/></group>
                [COLOR=#000000]   
                    [/COLOR]</page>
                [COLOR=#000000]    [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]      [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"bottom"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_eg"[/COLOR]/>[COLOR=#000000]Erdgeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_og"[/COLOR]/>[COLOR=#000000]Obergeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_dg"[/COLOR]/>[COLOR=#000000]Dachboden[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.36"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_all"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"green"[/COLOR]/>[COLOR=#000000]Zentral[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Hauptmenü"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_filled"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"red"[/COLOR]/>[COLOR=#000000]Hauptmenü[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"message_attention"[/COLOR]/>[COLOR=#000000]Info[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_cloudy"[/COLOR]/>[COLOR=#000000]Wetter[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"time_note"[/COLOR]/>[COLOR=#000000]RSS[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"scene_garden"[/COLOR]/>[COLOR=#000000]Außenbereich[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]</navbar>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Fenster"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Close_Open"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"fts_window_2w_open_l"[/COLOR]/>[COLOR=#000000]EG Arbeitszimmer[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/12[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Open_Close"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]EG Küche[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.009"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/13[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Close_Open"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]EG Bad[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.009"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/14[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Close_Open"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]EG Stube[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.009"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/15[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Close_Open"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]EG - Wohnbereich[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.009"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/17[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Close_Open"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]EG - Schlafzimmer[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.009"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/16[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Close_Open"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]EG - Essbereich[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.009"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/18[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Close_Open"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]EG - Kellereingang[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/23[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]         [/COLOR]<line></line>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Close_Open"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]OG - Büro[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.009"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/6[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Open_Close"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]OG - Schlafzimmer[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.009"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/5[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Close_Open"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]OG - Essbereich[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.009"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/1[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Close_Open"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Green_Red"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]OG - Wohnbereich[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.009"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]0/0/4[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]</page>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Temperatur"[/COLOR][COLOR=#f9975e] showfooter[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] showtopnavigation[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]       [/COLOR]<infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]         [/COLOR]<label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"temp_temperature_min"[/COLOR]/>[COLOR=#000000]Sollwert Arbeitszimmer[/COLOR]</label>
                [COLOR=#000000]      [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/7[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/7[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Küche[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/6[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/6[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Bad[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/8[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/8[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Stube[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/9[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/9[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Schlafzimmer[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/10[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/10[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Wohnzimmer[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/42[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/11[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Flur[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/5[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/5[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<break/>
                [COLOR=#000000]        [/COLOR]<line><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"12"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]/></line>
                [COLOR=#000000]      [/COLOR]<infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Flur[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/13[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/13[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info><infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Schlafzimmer[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/14[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/14[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info><infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Büro[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/15[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/15[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info><infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Bad[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/16[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/16[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info><infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Küche[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/17[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/17[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info><infotrigger[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] downlabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Kälter"[/COLOR][COLOR=#f9975e] downvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"-1"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]" %.1f °C "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]""[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"28"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"16"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] change[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"absolute"[/COLOR][COLOR=#f9975e] infoposition[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"middle"[/COLOR][COLOR=#f9975e] uplabel[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wärmer"[/COLOR][COLOR=#f9975e] upvalue[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Sollwert Wohnzimmer/Salon[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"readwrite"[/COLOR]>[COLOR=#000000]3/2/43[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</infotrigger>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Blue_Green_Red"[/COLOR][COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.1f °C"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]3/1/20[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]</page>
                [COLOR=#000000]      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Lüftung"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Lüftung"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"left"[/COLOR]><layout[COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"5"[/COLOR][COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"12"[/COLOR]/>
                [COLOR=#000000]          [/COLOR]<slide[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Lueftung"[/COLOR][COLOR=#f9975e] step[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"12.5"[/COLOR][COLOR=#f9975e] max[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] min[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR]>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]4/1/3[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</slide>
                [COLOR=#000000]          [/COLOR]<info[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Lueftung"[/COLOR]><label>[COLOR=#000000]Aktuell:[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.004"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]4/1/4[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</info>
                [COLOR=#000000]          [/COLOR]<switch[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Aus_An"[/COLOR][COLOR=#f9975e] off_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] on_value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR]><label>[COLOR=#000000]Hauptschalter Lüftung[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR]>[COLOR=#000000]4/1/0[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</switch>
                [COLOR=#000000]          [/COLOR]<info[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR]><label>[COLOR=#000000]Bypass[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]4/1/22[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</info>
                [COLOR=#000000]          [/COLOR]<info[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><label>[COLOR=#000000]Außenlufttemperatur[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]4/1/14[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</info>
                [COLOR=#000000]          [/COLOR]<info[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><label>[COLOR=#000000]Zulufttemperatur[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]4/1/17[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</info>
                [COLOR=#000000]          [/COLOR]<info[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><label>[COLOR=#000000]Ablufttemperatur[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]4/1/16[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</info>
                [COLOR=#000000]          [/COLOR]<info[COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><label>[COLOR=#000000]Fortlufttemperatur[/COLOR]</label>
                [COLOR=#000000]            [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]4/1/15[/COLOR]</address>
                [COLOR=#000000]          [/COLOR]</info>
                [COLOR=#000000]        [/COLOR]</group>
                [COLOR=#000000]       
                      [/COLOR]</page>[COLOR=#000000]   
                      [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Rolläden"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<multitrigger[COLOR=#f9975e] button1label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Auf"[/COLOR][COLOR=#f9975e] button1value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] button2label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Ab"[/COLOR][COLOR=#f9975e] button2value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"100"[/COLOR][COLOR=#f9975e] button3label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Lüftung"[/COLOR][COLOR=#f9975e] button3value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"58"[/COLOR][COLOR=#f9975e] button4label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3/4"[/COLOR][COLOR=#f9975e] button4value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"80"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<label>[COLOR=#000000]Rolläden OG Gesamt[/COLOR]</label>
                [COLOR=#000000]          [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.001"[/COLOR]>[COLOR=#000000]2/0/13[/COLOR]</address>
                [COLOR=#000000]        [/COLOR]</multitrigger>
                [COLOR=#000000]      [/COLOR]</page>
                [COLOR=#000000]      [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Rolläden EG"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"7"[/COLOR]/>
                [COLOR=#000000]        [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Sonnen-Hitzeschutz"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR]/><label>[COLOR=#000000]Sonnenschutz[/COLOR]</label><address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]2/0/14[/COLOR]</address></trigger>
                [COLOR=#000000]        [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Sonnen-Hitzeschutz"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR]/><label>[COLOR=#000000]Hitzeschutz[/COLOR]</label><address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]2/0/14[/COLOR]</address></trigger>
                [COLOR=#000000]      [/COLOR]</group>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Rolläden OG"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"7"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Sonnen-Hitzeschutz"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR]/><label>[COLOR=#000000]Sonnenschutz[/COLOR]</label><address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]2/0/15[/COLOR]</address></trigger>
                [COLOR=#000000]      [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Sonnen-Hitzeschutz"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR]/><label>[COLOR=#000000]Hitzeschutz[/COLOR]</label><address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]2/0/15[/COLOR]</address></trigger>
                [COLOR=#000000]    [/COLOR]</group>
                [COLOR=#000000]    [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Rolläden DG"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"7"[/COLOR]/>
                [COLOR=#000000]      [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Sonnen-Hitzeschutz"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR]/><label>[COLOR=#000000]Sonnenschutz[/COLOR]</label><address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]2/0/16[/COLOR]</address></trigger>
                [COLOR=#000000]      [/COLOR]<trigger[COLOR=#f9975e] value[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"0"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Sonnen-Hitzeschutz"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"3"[/COLOR]/><label>[COLOR=#000000]Hitzeschutz[/COLOR]</label><address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"write"[/COLOR]>[COLOR=#000000]2/0/16[/COLOR]</address></trigger>
                [COLOR=#000000]    [/COLOR]</group>
                [COLOR=#000000]    [/COLOR]</page>
                [COLOR=#000000]    [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]      [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"bottom"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_eg"[/COLOR]/>[COLOR=#000000]Erdgeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_og"[/COLOR]/>[COLOR=#000000]Obergeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_dg"[/COLOR]/>[COLOR=#000000]Dachboden[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.36"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_all"[/COLOR]/>[COLOR=#000000]Zentral[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Hauptmenü"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_filled"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"red"[/COLOR]/>[COLOR=#000000]Hauptmenü[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"message_attention"[/COLOR]/>[COLOR=#000000]Info[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_cloudy"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"green"[/COLOR]/>[COLOR=#000000]Wetter[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"time_note"[/COLOR]/>[COLOR=#000000]RSS[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"scene_garden"[/COLOR]/>[COLOR=#000000]Außenbereich[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]</navbar>
                [COLOR=#000000]       [/COLOR]<group[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außentemperatur"[/COLOR]>
                [COLOR=#000000]         [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f °C"[/COLOR]>
                [COLOR=#000000]          [/COLOR]<layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"2"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR]/>
                [COLOR=#000000]           [/COLOR]<label>[COLOR=#000000]Aktuell[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.001"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/13[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]         [/COLOR]<diagram[COLOR=#f9975e] series[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"hour"[/COLOR][COLOR=#f9975e] period[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"36"[/COLOR][COLOR=#f9975e] refresh[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"300"[/COLOR][COLOR=#f9975e] gridcolor[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"#F7F7F7"[/COLOR][COLOR=#f9975e] title[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außentemperatur"[/COLOR][COLOR=#f9975e] popup[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]         [/COLOR]<layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR][COLOR=#f9975e] rowspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"4"[/COLOR]/>
                [COLOR=#000000]         [/COLOR]<label>[COLOR=#000000]Verlauf[/COLOR]</label>
                [COLOR=#000000]         [/COLOR]<rrd[COLOR=#f9975e] fill[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"7CFC00"[/COLOR][COLOR=#f9975e] label[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außentemperatur"[/COLOR]>[COLOR=#000000]Aussentemp[/COLOR]</rrd>
                [COLOR=#000000]      [/COLOR]</diagram>
                [COLOR=#000000]       [/COLOR]</group>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f km/h "[/COLOR][COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"kmh"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Windgeschwindigkeit[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.005"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/11[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR][COLOR=#007400]<!--<gauge lcdVisible="true" ledVisible="true" maxValue="125" mapping="kmh" minValue="0" autoScroll="true" framedesign="METAL" lcdDecimals="2" background="CARBON" titleString="Windgeschw." trendVisible="true" type="Odometer" subtype="type3" size="250">[/COLOR]
                [COLOR=#007400]        <address transform="DPT:9.005" mode="read">5/4/11</address>[/COLOR]
                [COLOR=#007400]      </gauge>-->[/COLOR]
                [COLOR=#000000]      [/COLOR][COLOR=#007400]<!--<gauge lcdVisible="true" ledVisible="true" maxValue="360" minValue="0" autoScroll="true" framedesign="METAL" lcdDecimals="2" type="WindDirection" subtype="type1" titleString="Windrichtung" trendVisible="false" size="250">[/COLOR]
                [COLOR=#007400]        <address transform="DPT:8.011" mode="read">5/4/12</address>[/COLOR]
                [COLOR=#007400]      </gauge>-->[/COLOR]
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f Grad"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Windrichtung[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:8.011"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/12[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Regenstärke[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:5.004"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/14[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] mapping[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"On_Off"[/COLOR][COLOR=#f9975e] styling[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Red_Green"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Regenanzeige[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:1.002"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/15[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      
                      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f Lux"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Helligkeit Nord[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.004"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/16[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f Lux"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Helligkeite Ost[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.004"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/17[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f Lux"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Helligkeit Süd[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.004"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/18[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f Lux"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Helligkeit West[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.004"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/19[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f Lux"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Helligkeit Sky[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.004"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/20[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f W/m2"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Globalstrahlung Nord[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.022"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/21[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]     
                     
                      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f W/m2"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Globalstrahlung Ost[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.022"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/22[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]     
                      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f W/m2"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Globalstrahlung Süd[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.022"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/23[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]     
                      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f W/m2"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Globalstrahlung West[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.022"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/24[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]     
                      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f W/m2"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Globalstrahlung Sky[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.022"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/25[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]     
                      [/COLOR]<info[COLOR=#f9975e] format[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"%.2f Lux"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<label>[COLOR=#000000]Dämmerung[/COLOR]</label>
                [COLOR=#000000]        [/COLOR]<address[COLOR=#f9975e] transform[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"DPT:9.004"[/COLOR][COLOR=#f9975e] mode[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"read"[/COLOR]>[COLOR=#000000]5/4/26[/COLOR]</address>
                [COLOR=#000000]      [/COLOR]</info>
                [COLOR=#000000]    [/COLOR]</page>
                [COLOR=#000000]    [/COLOR]<page[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR][COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] visible[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-left[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"false"[/COLOR][COLOR=#f9975e] shownavbar-bottom[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] shownavbar-top[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]      [/COLOR]<navbar[COLOR=#f9975e] position[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"bottom"[/COLOR][COLOR=#f9975e] dynamic[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR]>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Erdgeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_eg"[/COLOR]/>[COLOR=#000000]Erdgeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Obergeschoss"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_og"[/COLOR]/>[COLOR=#000000]Obergeschoss[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Dachboden"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_dg"[/COLOR]/>[COLOR=#000000]Dachboden[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Zentral"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.36"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_s_all"[/COLOR]/>[COLOR=#000000]Zentral[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Hauptmenü"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"control_building_filled"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"red"[/COLOR]/>[COLOR=#000000]Hauptmenü[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Info"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"message_attention"[/COLOR]/>[COLOR=#000000]Info[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Wetter"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"weather_cloudy"[/COLOR]/>[COLOR=#000000]Wetter[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"RSS"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"time_note"[/COLOR][COLOR=#f9975e] color[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"green"[/COLOR]/>[COLOR=#000000]RSS[/COLOR]</label></pagejump>
                [COLOR=#000000]        [/COLOR]<pagejump[COLOR=#f9975e] bind_click_to_widget[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"true"[/COLOR][COLOR=#f9975e] target[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"Außenbereich"[/COLOR][COLOR=#f9975e] align[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"center"[/COLOR]><layout[COLOR=#f9975e] colspan[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"1.33"[/COLOR]/><label><icon[COLOR=#f9975e] name[/COLOR][COLOR=#ff9450]=[/COLOR][COLOR=#ab4500]"scene_garden"[/COLOR]/>[COLOR=#000000]Außenbereich[/COLOR]</label></pagejump>
                [COLOR=#000000]      [/COLOR]</navbar>
                [COLOR=#000000]    [/COLOR]</page>
                [COLOR=#000000]  [/COLOR]</page>
                </pages>[COLOR=#000000] [/COLOR][/SIZE][/FONT][/COLOR]

                Kommentar


                  #9
                  Also laden kann ich deine Config, von daher müsstest Du mal genauer beschreiben was denn jetzt nicht funktioniert (und ob das den früher mal funktioniert hat). Da Du ja exzessiv navbars einsetzt wird das Problem wohl an der Stelle liegen. Da gibt es noch eine Sache die tatsächlich zur Zeit ein ungefixter Bug ist: nämlich, dass das "scope"-Attribut zur Zeit nicht geht und daher bei Dir die untere Navbar teilweise doppelt angezeigt werden.

                  Das zweite Problem ist aber auf einen Fehler in Deiner Config zurückzuführen. Die linke Navbar hast Du einmal im Erdgeschoss ohne width-Angabe und einmal im Obergeschoss mit width=50px. Man kann das aber nicht variieren sondern es wird immer Platz für die breiteste Navbar eingeräumt (in diesem Fall der default-Wert 300px). Wenn Du 50px Breite haben willst musst Du das allen linken Navbars zuweisen. Das Zweite Problem ist das der Inhalt der (linken)Navbars mit colspan=1.5 nur 25% der Gesamtbreite einnehmen soll, macht ja keinen Sinn oder?

                  Überhaupt ist Deine Config schlecht wartbar, da Du die untere Navbar mehrfach definiert hast, nur um dem jeweils aktuellen Pagejump ein farblich grünes Item zuweisen zu können (zumindest verstehe ich das so). Ich kenne mich mit der Einbindung der Icons leider nicht besonders aus, aber das das über eine CSS-Klasse läuft und man die aktiven Pagejumps auch so über
                  Code:
                  #navbarBottom .pagejump.active .label canvas
                  identifizieren lassen, gibt es eventuell eine elegantere Lösung um die Icons einzufärben. Vielleicht kann Chris da mehr zu sagen.
                  Gruß
                  Tobias

                  Kommentar


                    #10
                    Hallo,

                    erstmal danke fürs Feedback. Also was nicht funktioniert sieht man im wesentlichen schon auf den Bildern im ersten Post, ist bei mir exakt genau so. Die Gruppen spielen vollkommen verrückt, liegen übereinander etc.
                    Mit den Navbars oben und unten habe ich so akut keine Probleme, ok keine die ich sehe ... ^^ Das mit dem mehrfachen hast du richtig erkannt. Mir ging es einfach dazu eine noch deutlichere Anzeige zu haben wo man gerade ist.

                    Die Linke Navbar hat schon länger das Problem mit dem Abstand ^^. In diesem Sinne schonmal besten Dank das mit den nicht möglichen unterschiedlichen Breiten wusste ich nicht. Ich bin bei der Visu noch am konzipieren, auch wenn das was da aktuell besteht hier gerne schon mal zur Anwendung kommt und habe dann einfach mal nur mit dem OG "gespielt" das EG ist ja noch komplett leer. Daher kommt das das die Sache nur an einem Punkt eingetragen ist ... korrigiere ich demnächst.

                    Die Linke Navbar sieht jetzt nach dem GIT Update aber auch komplett zerschossen aus. Da es die einzige Navbar ist, die aus einer Gruppe besteht vermute ich den Fehler in der Darstellung jetzt einfach mal bei den Gruppen. Das würde auch dazu gut passen das alle anderen Sachen noch funktionieren. (siehe Beispiel, ich habe leider nur wenig vorher )

                    Jetzt wo ichs gerade schreibe fällt mir doch noch nen Problem mit der unteren Navbar ein, im Hauptmenü wird die irgendwie erst dann angezeigt wenn man einmal in einer untergeordneten Seite war, das war aber vorher auch schon so ...


                    Gruß und Dank

                    Gringo

                    image_40840.png wir neuerdings zu image_40837.png

                    Bildschirmfoto 2015-05-07 um 00.23.05.png da läuft die Gruppe auch nicht mehr...
                    Angehängte Dateien

                    Kommentar


                      #11
                      Ich kann Deine Probleme mit den Groups leider nicht nachvollziehen. Bei mir sehen die so aus wie in Deinen Vorher-Bildern (getestet unter Chrome/Firefox). Daher bleiben hier nur die üblichen Verdächtigen (1. &forceReload=true an die URL anhängen, 2. Browser-Cache leeren, 3. Checken ob wirklich die aktuellste Version aus dem git develop branch genutzt wird).
                      Fix für scope + die unsichtbare Bottom-Navbar beim ersten laden sind hier zu finden:
                      https://github.com/CometVisu/CometVisu/pull/179

                      Wenns gemerged wurde bitte nochmal testen.
                      Gruß
                      Tobias

                      Kommentar


                        #12
                        Hallo,

                        also wenn man die GIT (SVN) version immer noch über den Befehl "svn update" aktualisiert sollte es die neueste sein.


                        Ok ich habs gerade mal in die release version kopiert und da läuft es. Ich glaube dann hab ich irgendwie da mit der GIt Version nen Problem


                        Gruß

                        Gringo

                        Kommentar


                          #13
                          Der Pull-Request ist jetzt im Git drinnen
                          Zitat von peuter Beitrag anzeigen
                          Überhaupt ist Deine Config schlecht wartbar,
                          Mir ist da erst mal aufgefallen, dass in der Config z.B. bei einem Trigger viele Write-Adressen drinnen sind. Die CV kann das zwar - es widerspricht aber der KNX Philosophie.
                          Zitat von peuter Beitrag anzeigen
                          da Du die untere Navbar mehrfach definiert hast, nur um dem jeweils aktuellen Pagejump ein farblich grünes Item zuweisen zu können (zumindest verstehe ich das so). Ich kenne mich mit der Einbindung der Icons leider nicht besonders aus, [...] gibt es eventuell eine elegantere Lösung um die Icons einzufärben.
                          Mit den eingebauten Icons geht das leider nicht besser, da hat CSS keinen Zugriff auf die Farbe - die werden nämlich per JavaScript quasi on Demand eingefärbt. So brauchen wir nur eine Farbe mitliefern und alle sind verfügbar.
                          TS2, B.IQ, DALI, WireGate für 1wire so wie Server für Logik und als KNX Visu die CometVisu auf HomeCockpit Minor. - Bitte keine PNs, Fragen gehören in das Forum, damit jeder was von den Antworten hat!

                          Kommentar


                            #14
                            Zitat von Gringo885 Beitrag anzeigen
                            Hallo,
                            also wenn man die GIT (SVN) version immer noch über den Befehl "svn update" aktualisiert sollte es die neueste sein.
                            Da gabs durchaus Probleme (svn update hat nämlich keine Updates gezogen, wenn man den ersten Anleitungen hierzu befolgt ist). Schau mal in diesen Post/Thread. Seit der Umstellung läuft bei mir auch das svn update.

                            Kommentar


                              #15
                              Zitat von Chris M. Beitrag anzeigen
                              Das mit dem Broken Promise ist seltsam aber auch interessant:
                              Seltsam: wir nutzen AFAIK kein Promise - und der Stack Trace verweist auch nur auf Browser interne Dateien. Also liegt's vermutlich nicht an uns
                              Interessant: Es klingt irgendwie so, also ob ein CSS geladen werden soll, das nicht existiert oder wo der Pfad-String leer ist o.ä.

                              => Wenn Du in dem Netzwerk-Reiter bist, gibt es da Datei[en] die nicht geladen werden können oder wo die URI komisch ist?
                              => Was passiert wenn Du forceReload=true an der URL hast? (Da werden die Ressourcen mit extra Parametern geladen um den Cache zwangsweise zu umgehen)
                              Ich hatte das mit einem Firefox ohne weitere Tabs getestet, kann aber nicht ausschließen, dass das mit dem Promise evtl. von einem Plugin kommt.
                              Im Netzwerkreiter (habe es mir auch schon alles mit HTTPFox angeguckt) gibt es weder nicht-geladene noch "komische" URIs, forceReload hatte ich bei dem Versuch schon dran. Bin bis jetzt leider nicht vorangekommen mit dem Troubleshooting, aber da es nicht nur bei mir Auftritt (meine Config mit der das Problem Auftritt hatte ich übrigens angehängt) würde ich jetzt fast vermuten, dass es etwas mit den Groups zu tun hat.

                              Kommentar

                              Lädt...
                              X