Fully Kiosk Browser für Android

Begonnen von aloz77, 06 Februar 2016, 20:27:54

Vorheriges Thema - Nächstes Thema

mrbreil

Hallo alle zusammen, Ich versuche zur Zeit eine App aus FTUI mit Fully zu öffnen.
<div data-type="link" class="large top-space-2x left-space-3x"
            data-width="150"
            data-icon-left="oa-it_television"
            data-color="white"
            data-text-align="right"

            data-active-color="blue"
            onclick="void fully.startApplication("com.amazon.dee.app")">Amazon
        </div>


Fehler: Uncaught SyntaxError: Unexpected token }

<div data-type="link" class="large top-space-2x left-space-3x"
            data-width="150"
            data-icon-left="oa-it_television"
            data-color="white"
            data-text-align="right"

            data-active-color="blue"
            onclick="void fully.startApplication(com.amazon.dee.app)">Amazon
        </div>


Fehler: :142 ReferenceError: com is not defined

Kann mir bitte jemand sagen was ich falsch mache oder einen tipp in die richtige Richtung geben. Danke.

Gruß Christian

aloz77

onclick="void fully.startApplication(com.amazon.dee.app)"

Also void muss hier weg und die Anführungzeichen werden doch benötigt. Sowas könnte eher funktionieren:

onclick="fully.startApplication('com.amazon.dee.app')"

mrbreil

Vielen Dank aloz77. Zack, Fertig, Funzt!!!

ChrisW

Läuft es auf einem Android 2.2.1 Bin schon seit Stunden dran den Markt ans laufen zu bringen oder wifi file .. damit ich die APK drauf bekomme.
Aber wenn es eh nicht läuft kann ich mir das ja sparen :D
Danke
Raspberry PI3 mit allem möglichen.

aloz77

Unter Android 4.0 und älter wird mit Fully leider nichts.

ChrisW

Na dann kann ich das teil ja entsorgen .. :(
Raspberry PI3 mit allem möglichen.

Tommy82

Zitat von: ChrisW am 11 September 2017, 13:45:23
Na dann kann ich das teil ja entsorgen .. :(

Wieso was brauchst du denn?
Fhem Cubitruck  Armbian Buster with Linux 5.3.9-sunxi
HM-CC_RT-DN, HM-Sec-RHS,HM-Sec-SD, HM-Sec-SCo,IT1500,1xIT GRR-3500 Fritz!Dect200,Powerline546E,Enigma2 Modul mit 3 Vu+,Wol Modul für WinServer2016 und WinServer 2019,FB6590
Allnetl Wandtablett mit FTUI

Badflex

Benutze Fully für mein Tabletui auf dem Lenovo Tab2 10 70F.
Alles hat super funktioniert,bis ich das upgrade auf Android 6 gemacht habe.
Jetzt geht Double Tab to wake up nicht mehr, und das Tab ist nicht mehr bedienbar wenn der
Bildschirm aus geht, da das Tab in die Wand eingebaut ist.

Hat jemand eine Lösung für das Problem?
Kann man das Tab ohne die Tasten irgendwie neu starten?

Vielen Dank
Raspberry Pi, CUL868(SlowRF), FB 7490, SmartVisu, fast nur HomeMatic wenig FS20, Netatmo

aloz77

 Double Tab to Wake Up ist m.W. keine Funktion, die im Standard-Android drin ist. Ist das ein Custom-ROM? Dann frag am besten da, wo es entwickelt wird.

Badflex

Ne, war Standard beim Lenovo Tab.
Wie handhabt ihr das mit TabletUi?
Immer an?
Raspberry Pi, CUL868(SlowRF), FB 7490, SmartVisu, fast nur HomeMatic wenig FS20, Netatmo

aloz77

Man kann in Fully Kiosk Browser per Timer Screen Off machen und per Motion Detection einschalten oder per Timer dimmen und per Touch/Motion einschalten.

Badflex

#776
Hab's mit dimmen auf 0 gemacht, ist für mich die beste Lösung.
Ich bekomme aber Leider per Automagic den Screensaver nicht mehr aus.
Ich wollte das bei Benachrichtigung das Display automatisch angeht ohne das die URL
Neu geladen wird. Da bei reload  das Kamerabild erneuert wird bringt mur das nichts.

Gibts da noch eine andere Lösung?
Display an und Helligkeit per Automagic zu erhöhen bringt nichts!

Vielen Dank
Raspberry Pi, CUL868(SlowRF), FB 7490, SmartVisu, fast nur HomeMatic wenig FS20, Netatmo

aloz77

Versuchs mit einem Intent de.ozerov.fully.action.motion_detected an FullyActivity in de.ozerov.fully

Badflex

Oh, da steh ich leider ein bisschen auf dem schlauch.

Wo,wie gebe ich das in Automagic ein?

Danke
Raspberry Pi, CUL868(SlowRF), FB 7490, SmartVisu, fast nur HomeMatic wenig FS20, Netatmo

WhyTea

#779
Zitat von: WhyTea am 25 August 2016, 12:11:46
Mit dem Problem das er auf die Seite https://192.168.6.1:8083/fhem wechselt bin ich weiter gekommen.
Nachdem ich die folgenden drei Einstellungen abgeschaltet habe trat der Fehler nicht mehr auf.

Delete Cache on Auto Reload
Delete History on Auto Reload
Delete Cookies on Auto Reload

Der Zusammenhang ist mir nicht klar zumal https://192.168.6.1:8083/fhem nicht die eingetragene Startseite ist aber ich bin froh das es nicht mehr auftritt.

Gruß
Daniel

Nachdem monatelang Ruhe war tritt das Problem jetzt wieder auf.   :(

Jetzt stellt sich die Frage was habe ich verändert. Ich habe ein zweites Tablet in Betrieb genommen. Die kompletten Webseiten kopiert und für das zweite Tablet angepasst.
Die ursprünglichen Webseiten habe ich allerdings nicht verändert. Dennoch tritt das Problem auch dort auf.

Da es jetzt schon einige Zeit her ist fasse ich nochmal kurz zusammen.

Ich nutze TabletUI in Verbindung mit Fully.
Hier ein Auszug aus der Fhemconfig:
define WEB FHEMWEB 8083 global
attr WEB HTTPS 1
attr WEB JavaScripts codemirror/fhem_codemirror.js
attr WEB codemirrorParam { "theme":"blackboard", "lineNumbers":true }
attr WEB editConfig 1
attr WEB fwcompress 1
attr WEB hiddenroom AlarmRoom
attr WEB longpoll 1
attr WEB room Zentralsysteme
attr WEB stylesheetPrefix dark

define TABLETUI HTTPSRV ftui/ /var/fhem/www/tablet Tablet-UI-EG
attr TABLETUI room Zentralsysteme


der Inhalt der index.html damit Ihr seht was er tun soll.
<!DOCTYPE html>
<html>
<head>
    <!--
     /* FHEM tablet ui */
     /*
     * Just another dashboard for FHEM
     *
     * Version: 1.4.4
     * Requires: jQuery v1.7+, font-awesome, jquery.gridster, jquery.toast
     * URL: https://github.com/knowthelist/fhem-tablet-ui
     *
     * Copyright (c) 2015 Mario Stephan <mstephan@shared-files.de>
     * Under MIT License (http://www.opensource.org/licenses/mit-license.php)
     *
     * - create a new folder named 'tablet' in /<fhem-path>/www
     * - copy all files incl. sub folders into /<fhem-path>/www/tablet
     * - add 'define tablet_ui HTTPSRV tablet ./www/tablet Tablet Frontend' in fhem.cfg
     * - Tadaaa! A new fhem ui in http://<fhem-url>:8083/fhem/tablet/
     */
    -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <meta name="widget_base_width" content="127">
    <meta name="widget_base_height" content="140">
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="longpoll" content="1"> <!-- 1=longpoll;0=shortpoll every 30sec -->
    <meta name="longpoll_type" content="1">
    <meta name="longpoll_filter" content=".*">
    <meta name="longpoll_maxage" content="240">
    <meta name="shortpoll_interval" content="10">
    <meta name="debug" content="0"> <!-- 1=output to console;0=no output -->
    <meta name='gridster_disable' content='1'>
    <meta http-equiv="Cache-Control" content="no-store" />

    <link rel="stylesheet" href="/fhem/tablet/lib/jquery.gridster.min.css" />
    <link rel="stylesheet" href="/fhem/tablet/css/fhem-tablet-ui.css" />
    <link rel="stylesheet" href="/fhem/tablet/lib/font-awesome.min.css" />
    <link rel="stylesheet" href="/fhem/tablet/lib/jquery.toast.min.css" />
    <link rel="stylesheet" href="/fhem/tablet/lib/openautomation.css" />

    <!-- define your personal style here, it wont be overwritten  -->
    <!-- link rel="stylesheet" href="/fhem/tablet/css/fhem-green-ui.css" / -->
    <link rel="stylesheet" href="/fhem/tablet/css/fhem-tablet-ui-user_tablet.css" />

    <script src="/fhem/pgm2/jquery.min.js" defer></script>
    <script src="/fhem/tablet/lib/jquery.toast.min.js" defer></script>
    <script src="/fhem/tablet/lib/jquery.gridster.min.js" defer></script>
    <script src="/fhem/tablet/js/fhem-tablet-ui.min.js" defer></script>

    <!-- Remove this line to enable for usage with WebViewControl
    <script defer>var wvcDevices = {'01248': 'Tablet'}; var wvcUserCssFile="webviewcontrol.css"</script>
    <script src="/fhem/pgm2/cordova-2.3.0.js" defer></script>
    <script src="/fhem/pgm2/webviewcontrol.js" defer></script>
    <!-- End for WebViewControl -->

    <title>FHEM-Tablet-UI</title>
</head>
<body>

<div class="gridster">
<ul>
<li class="halbTransparent" data-row="1" data-col="1" data-sizex="1" data-sizey="4">
    <header class="headerTransparent">MENU</header>
<!--div class="cell">
    <div class="bigger line-normal">FTUI</div>
    <div class="" data-bind="ftui.version"></div>
</div-->
        <div data-type="button"
data-url="index.html"
data-icon="fa-home"
class="big top-space"
data-on-color="black"
data-off-color="black"
data-background-icon='fa-circle'
data-on-background-color="#aa6900"
data-off-background-color="#585858"></div>
<div data-type="label" class="cell">Home</div>

        <div data-type="button"
data-url="index_2.html"
data-icon="fa-circle"
class="big"
data-on-color="black"
data-off-color="black"
data-background-icon='fa-circle'
data-on-background-color="#585858"
data-off-background-color="#585858"></div>
<div data-type="label" class="cell">Räume</div>
       
<div data-type="button"
data-url="EG_FT_alle.html"
data-icon="fa-windows"
class="big"
data-device="Alle_Tueren_und_Fenster"
        data-get="state"
        data-icon="fa-windows"
data-background-icon='fa-circle'
data-on-background-color="#585858"
data-off-background-color="#585858"
        data-on-colors='["red","red","black"]'
        data-get-on='["open","tilted","closed"]'></div>
<div data-type="label" class="cell">Fenster & Türen</div>

        <div data-type="button"
data-url="index_4.html"
data-icon="fa-lightbulb-o"
class="big"
data-device="Alle_Lichtschalter"
        data-get="state"
data-background-icon='fa-circle'
data-on-background-color="#585858"
data-off-background-color="#585858"
        data-on-colors='["red","black"]'
        data-get-on='["on","off"]'></div>
<div data-type="label" class="cell">Licht</div>

<div data-type="symbol"
data-device="TabletEG"
data-get="powerLevel"
data-states='["[0-5]","([6-9]|[1][0-9]|[2][0-5])","([2][6-9]|[3][0-9]|[4][0-9]|50)","([5][1-9]|[6][0-9]|[7][0-5])","([7][6-9]|[8][0-9]|[9][0-9])","100"]'
data-icons='["fa-battery-0 fa-blink","fa-battery-1","fa-battery-2","fa-battery-3","fa-battery-4","fa-battery-4"]'
data-colors='["firebrick","firebrick","yellow","green","green","green"]'
class="inline small">
</div>
<div data-type="symbol"
data-device="TabletEG"
data-get="powerPlugged"
data-get-on='["1","2"]'
data-get-off="0"
data-icon="fa-plug"
data-on-color="green"
data-off-color="#808080"
data-background-icon="none"
class="inline small">
</div>
</li>

<li class="halbTransparent" data-row="1" data-col="6" data-sizex="2" data-sizey="1">
<header class="headerTransparent">UHRZEIT / DATUM</header>
<div style="color:#aa6900"
data-type="clock"
data-format="H:i:s"
data-interval="1000"
class="great">
</div>
<div data-type="clock"
data-format="D d.m.Y"
data-interval="1000"
class="big darker">
</div>
</li>

<li class="halbTransparent" data-row="4" data-col="2" data-sizex="1" data-sizey="1">
<header class="headerTransparent">Batteriestatus</header>
<div data-type="button"
data-url="batterien.html"
data-icon="fa-battery-4"
class="big top-space"
data-device="Alle_Batterien"
        data-get="state"
data-background-icon='fa-circle'
data-on-background-color="#585858"
data-off-background-color="#585858"
data-get-on='["ok","low"]'
data-icons='["fa-battery-4","fa-battery-1 fa-blink"]'
        data-on-colors='["green","red"]'>
</div>
</li>

<li class="halbTransparent" data-row="3" data-col="6" data-sizex="1" data-sizey="2">
<header class="headerTransparent"><div>Abfall</div></header>
    <div data-type="symbol"
        data-device="MuellterminDummy"
        data-get="Restmuell"
        data-icons='["fa-trash warn fa-spin","fa-trash warn"]'
        data-on-colors='["black","black"]'
        data-get-on='["0","2"]'
        class="big inline" >
    </div>
   <div     data-type="symbol"
        data-device="MuellterminDummy"
        data-get="GelbeTonne"
        data-icons='["fa-trash warn fa-spin","fa-trash warn"]'
        data-on-colors='["yellow","yellow"]'
        data-get-on='["0","2"]'
        class="big inline" >
    </div>
    <div     data-type="symbol"
        data-device="MuellterminDummy"
        data-get="PapierTonne"
        data-icons='["fa-trash warn fa-spin","fa-trash warn"]'
        data-on-colors='["blue","blue"]'
        data-get-on='["0","2"]'
        class="big inline" >
    </div>
</li>

<li class="halbTransparent" data-row="1" data-col="2" data-sizex="1" data-sizey="1">
    <header class="headerTransparent">Wettervorhersage</header>
        <div data-type="button"
data-url="wetter.html"
data-icon="fa-cloud"
class="big top-space"
data-on-color="black"
data-off-color="black"
data-background-icon='fa-circle'
data-on-background-color="#585858"
data-off-background-color="#585858"></div>
</li>

<li class="halbTransparent" data-row="1" data-col="3" data-sizex="1" data-sizey="1">
    <header class="headerTransparent">Regenradar</header>
         <div data-type="popup" data-height="585px" data-width="600px">
        <div data-type="switch"
data-icon="oa-weather_rain"
class="big top-space"
data-on-color="black"
data-off-color="black"
data-background-icon='fa-circle'
data-on-background-color="#585858"
data-off-background-color="#585858">
</div>
        <div class="dialog">
              <header>NIEDERSCHLAGSRADAR</header>
              <div data-type="image"
                   data-url="http://www.niederschlagsradar.de/image.ashx?type=regioloop&regio=ess&j=&m=&d=&mi=&uhr=&bliksem=0&voor=&srt=loop1stunde&tijdid=20165311553"
                   data-size="100%">
              </div>
        </div>
        </div>
</li>

<li class="halbTransparent" data-row="1" data-col="4" data-sizex="1" data-sizey="1">
    <header class="headerTransparent">Wetterwarnung</header>
<div data-type="popup" data-height="450px" data-width="600px">
        <div data-type="button"
data-device="Unwetterzentrale"
        data-get="WarnCount"
data-get-on='["0","1","2","3","4","5","6","7","8","9"]'
class="big top-space"
data-on-color="black"
data-off-color="black"
data-icon="fa-bolt"
data-icons='["fa-bolt","fa-bolt warn","fa-bolt warn","fa-bolt warn","fa-bolt warn","fa-bolt warn","fa-bolt warn","fa-bolt warn","fa-bolt warn"]'
data-background-icon='fa-circle'
data-on-background-color="#585858"
data-off-background-color="#585858">
</div>
<div class="dialog">
<header>UNWETTERWARNUNGEN</header>
<br>
<div data-type="label" data-device="Unwetterzentrale" data-get="ftuiUwzText"></div>
</div>
</div>
</li>

<li class="halbTransparent" data-row="1" data-col="5" data-sizex="1" data-sizey="1">
    <header class="headerTransparent">Pollenflug</header>
<div data-type="popup" data-height="450px" data-width="460px">
        <div data-type="switch"
data-device="Pollenflug"
data-get="fc1_maximum"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-icon="fa-forumbee"
class="big top-space"
data-off-color="black"
data-background-icon='fa-circle'
data-on-background-color="#585858"
data-off-background-color="#585858">
</div>
<div class="dialog">
<header>POLLENFLUG</header>
<div class="top-space">
<div class="inline">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Ambrosia"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow ">Ambros.
</div>
</div>
<div class="inline left-space">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Ampfer"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Ampfer
</div>
</div>
<div class="inline left-space">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Beifuss"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Beifuß
</div>
</div>
<div class="inline left-space">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Birke"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Birke
</div>
</div>
</div>
<div class="top-space-mobile">

<div class="inline">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Buche"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Buche
</div>
</div>
<div class="inline left-space">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Eiche"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Eiche
</div>
</div>
<div class="inline left-space">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Erle"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Erle
</div>
</div>
<div class="inline left-space">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Esche"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Esche
</div>
</div>
</div>
<div class="top-space-mobile">
<div class="inline">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Graeser"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Gr&auml;ser
</div>
</div>
<div class="inline left-space">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Hasel"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-off-color="#585858"
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
class="big">
</div>
<div class="narrow">Hasel
</div>
</div>
<div class="inline left-space">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Pappel"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Pappel
</div>
</div>
<div class="inline left-space">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Roggen"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Roggen
</div>
</div>
</div>
<div class="top-space-mobile">
<div class="inline">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Ulme"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Ulme
</div>
</div>
<div class="inline left-space">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Wegerich"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Spitzw.
</div>
</div>
<div class="inline left-space">
<div data-type="symbol"
data-device="Pollenflug"
data-get="fc1_Weide"
data-icons='["fa-forumbee","fa-forumbee","fa-forumbee"]'
data-get-on='["low","moderate","high"]'
data-on-colors='["green","yellow","firebrick"]'
data-off-color="#585858"
class="big">
</div>
<div class="narrow">Weide
</div>
</div>
</div>
</div>
</div>
</li>

<li class="halbTransparent" data-row="3" data-col="2" data-sizex="4" data-sizey="2">
<header class="headerTransparent">WETTER FÜR DORTMUND</header>
<table width="90%" class="top-space">
<tr>
<td rowspan="5"
style="text-align:center;vertical-align:top">
<div data-type="weather"
data-device="Wetter"
data-get="fc0_weatherDay"
data-imageset="kleinklima"
style="width:150px"
class="centered">
</div>
<div data-type="label"
data-device="Wetter"
data-get="fc0_weatherDay"
class="large narrow newline">
</div>
</td>
<td>Wind:
</td>
<td>
<div data-type="label"
data-device="Wetter"
data-get="wind"
data-unit="km/h"
data-limits="[0, 19, 28, 38, 49, 74, 102, 117]"
data-colors='["#ffffff","#dddddd","#aa6900","#aa6900","#ff9999","#ff6666","#ff3333","#ff0000"]'
style="display:inline"
class="right big" >
</div>
</td>
<tr>
<td>Druck:
</td>
<td>
<div data-type="label"
data-device="Wetter"
data-get="pressure"
data-unit="hPa"
data-limits="[0,950,1000]"
data-colors='["#ff9999","#aa6900","#9999ff"]'
class="right big" >
</div>
</td>
</tr>
<tr>
<td>Sicht:
</td>
<td>
<div data-type="label"
data-device="Wetter"
data-get="visibility"
data-unit="km"
class="right big" >
</div>
</td>
</tr>
</table>



<table width="100%" class="top-space">
<tr>
<td>
<div data-type="label"
data-device="Wetter"
data-get="fc0_tempMin"
data-limits='[-73,15,25]'
data-colors='["cornflowerblue","green","firebrick"]'
data-unit="%B0C%0A"
class="top-space big inline">
</div>
</td>
<td>
<div data-type="label"
data-device="CP_Aussenthermometer"
data-get="temperature"
data-limits='[-73,15,25]'
data-colors='["cornflowerblue","green","firebrick"]'
data-unit="%B0C%0A"
class="top-space bigger inline">
</div>
</td>
<td>
<div data-type="label"
data-device="Wetter"
data-get="fc0_tempMax"
data-limits='[-73,15,25]'
data-colors='["cornflowerblue","green","firebrick"]'
data-unit="%B0C%0A"
class="top-space big inline">
</div>
</td>
<td>
<div data-type="label"
data-device="CP_Aussenthermometer"
data-get="humidity"
data-limits='[0,40,80]'
data-colors='["cornflowerblue","green","firebrick"]'
data-unit="%"
class="top-space bigger inline">
</div>
</td>
<td>
<div data-type="label"
data-device="Wetter"
data-get="dewPoint"
data-limits='[-73,15,25]'
data-colors='["cornflowerblue","green","firebrick"]' 
data-unit="%B0C%0A"
class="top-space big inline">
</div>
</td>
</tr>
<tr>
<td>
<div data-type="label"
class="inline">Tmin
</div>
</td>
<td>
<div data-type="label"
class="inline">Temperatur
</div>
</td>
<td>
<div data-type="label"
class="inline">Tmax
</div>
</td>
<td>
<div data-type="label"
class="inline">Luftfeuchte
</div>
</td>
<td>
<div data-type="label"
class="inline">Taupunkt
</div>
</td>
</tr>
</table>
</li>

<li class="halbTransparent" data-row="2" data-col="7" data-sizex="1" data-sizey="3">
<header class="headerTransparent"><div>Anwesenheit</div></header>
<table width="100%">
<tr>
<td>
<div data-type="symbol"
        data-device="Anwesend_Daniel"
        data-get="state"
        data-icons='["fa-male","fa-male"]'
        data-on-colors='["green","red"]'
        data-get-on='["yes","no"]'
       
        class="large inline" >
    </div>
</td>
</tr>
<tr>
<td>
<div data-type="label" class="narrow inline">Daniel</div>
</td>
</tr>
<tr>
<td>
<div data-type="symbol"
        data-device="Anwesend_Nadine"
        data-get="state"
        data-icons='["fa-female","fa-female"]'
        data-on-colors='["green","red"]'
        data-get-on='["yes","no"]'
        class="large inline" >
</div>
</td>
</tr>
<tr>
<td>
<div data-type="label" class="narrow inline">Nadine</div>
</td>
</tr>
<tr>
<td>
<div data-type="symbol"
        data-device="Anwesend_Marc"
        data-get="state"
        data-icons='["fa-child","fa-child"]'
        data-on-colors='["gray","gray"]'
        data-get-on='["yes","no"]'
        class="large inline" >
</div>
</td>
</tr>
<tr>
<td>
<div data-type="label" class="narrow inline">Marc</div>
</td>
</tr>
<tr>
<td>
<div
data-type="checkbox"
class="green top-space-3x"
        data-device="zuhause_schalter"
        data-get="state"
        data-get-on="on"
data-get-off="off"
data-set-on="on"
data-set-off="off">
</div>
</td>
</tr>
<tr>
<td>
<div data-type="label" class="cell inline">Zuhause!</div>
</td>
</tr>
</table>
</li>


<li class="halbTransparent" data-row="4" data-col="6" data-sizex="1" data-sizey="1">
<header class="headerTransparent"><div>Alarmanlage</div></header>
         <div data-type="popup" data-height="550px" data-width="530px">
<div
data-type="switch"
class="big top-space"
        data-device="Alarmanlage_Schalter"
        data-get="state"
        data-get-on="on"
data-get-off="off"
data-set-on=""
data-set-off=""
data-states='["on","off"]'
data-icons='["fa-bell","fa-bell"]'
data-colors='["red", "green"]'
data-on-background-color="#585858"
data-off-background-color="#585858">
</div>

<div class="dialog">
<header>ALARMANLAGE</header>

<div class="cell big top-space">Alarm scharf schalten</div>
<div data-type="button"
data-device="Alarmanlage_Schalter"
data-set-on="on"
data-set-off=""
data-get-on="on"
data-get-off="off"
data-states='["on","off"]'
data-icons='["fa-power-off","fa-power-off"]'
data-colors='["red", "green"]'
data-background-icon='fa-circle'
data-on-background-color="#585858"
data-off-background-color="#585858"'
class="big top-space">
</div>
<div data-type="label" class="cell big top-space-2x wider">Alarm unscharf schalten (PIN-Code)</div>
<div class="inline big top-space">
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="1">1</div>
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="4">4</div>
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="7">7</div>
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="?">?</div>
</div>
<div class="inline big">
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="2">2</div>
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="5">5</div>
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="8">8</div>
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="0">0</div>
</div>
<div class="inline big">
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="3">3</div>
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="6">6</div>
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="9">9</div>
<div data-type="push" data-icon="" data-device="keypad_key" data-set-on="#">#</div>
</div>
</div>
</div>
</li>

</ul>
</div>
</body>
</html>


Wenn ich nun beispielsweise den "Räume"-Button drücke welcher die index_2.html aufrufen sollte wird häufig nicht "https://192.168.6.113:8083/fhem/ftui/index_2.html" aufgerufen sondern "https://192.168.6.113:8083/fhem"

Leider passiert das momentan sehr häufig was sehr unbefriedigend ist daher hoffe ich hier auf Hilfe!

Gruß
Daniel