FHEM Forum

FHEM => Frontends => TabletUI => Thema gestartet von: magentouser am 12 Mai 2019, 08:32:23

Titel: Ftui shelly 2.5
Beitrag von: magentouser am 12 Mai 2019, 08:32:23
Hallo die shelly1 sind ja kein Problem, aber bei den shelly 2.5und schalten tue ich mich schwer. Kann mir jemand helfen wie ich die shelly 2.5 in das the 3 eingebunden bekomme evtl.soga mit verbrauchsanzeige.
Bisher verwendetes themplate
<div class="row">
                <div class="cell left-align left-space">
                        <div data-type="symbol" data-device="var_device" data-states='["off","on"]' data-colors='["blue","red"]'  data-icon="var_symbol" class="big compressed"></div>
                </div>
                <div class="cell-80 left-align">
                        <div class="big">var_name</div>
                        <div data-type="label" data-device="var_device" data-substitution='["on","an","off","aus"]' class="inline"></div>
                        <div data-type="label" data-device="var_doif" data-get="mode" data-substitution='["enable","(automatisch)","disabled",""]' class="inline"></div>
                </div>
                <div class="cell">
                </div>
                <div class="cell right-space">
                        <div data-type="checkbox" data-device="var_device" class="small blue"></div>
                </div>
        </div>