Hallo,
ich komm grad nicht weiter. Ich habe folgender Dummy
Internals:
CFGFN
NAME Relais_Pool
NR 6943
STATE ???
TYPE dummy
Readings:
2016-11-09 20:22:15 Palmen_Spot: 1
2016-11-09 20:22:15 Pool_LED: 0
Attributes:
room Dummies,PoolController
Daraus möchte ich das Datum wie folgt darstellen
<div data-type="label" data-device="Relais_Pool" data-get="Palmen_Spot:" data-substitution="toDate().ee()" class="timestamp left-align"></div>
<div data-type="label" data-device="Relais_Pool" data-get="Palmen_Spot:" data-substitution="toDate().ddmm()" class="timestamp left-align"></div>
<div data-type="label" data-device="Relais_Pool" data-get="Palmen_Spot:" data-substitution="toDate().hhmm()" class="timestamp left-space"></div>
Aber es wird komischerweise nix angezeigt... Liegt es am Dummy? Weil bei den anderen Devices geht das mit dem Timespamp.. Danke für die Hilfe.. Lg c
Doppelpunkt im Readingnamen geht garnicht.
Das wird als "DEVICE:READING" gewertet
Hmm, das : wird vom notify gesetzt. Im Originaldevice hat es kein :
PoolController:Pool_LED|PoolController:Palmen_Spot.* setreading Relais_Pool $EVENT
Wie bring ich das weg?