Hallo,
ich habe (in FHEM mit SV 3.3) folgendes widget:
{{ basic.stateswitch('', 'HzgBad', 'mini', [1,0], [icon.heating('','', 'HzgBad', 0, 1, 'red'), icon.heating('','', 'HzgBad', 0, 1, 'blue')]) }}
Angezeigt wird für die beiden Schaltzustände ('HzgBad' hat die Zustände 'on' und 'off'):
grafik.pngundgrafik.png. D.h. beim Zustand 'off' wird nichts eingefärbt.
Schreibe ich probehalber das widget so:
{{ basic.stateswitch('', 'HzgBad', 'mini', [1,0], [icon.garagedoor('','', 'HzgBad', 0, 1, 'red'), icon.garagedoor('','', 'HzgBad', 0, 1, 'blue')]) }}
bekomme ich:
grafik.pngund grafik.png
Was verstehe ich falsch (oder hat das icon.heating ne Macke?)
Gruß
Franz
ich habe (in FHEM mit SV 3.3) folgendes widget:
{{ basic.stateswitch('', 'HzgBad', 'mini', [1,0], [icon.heating('','', 'HzgBad', 0, 1, 'red'), icon.heating('','', 'HzgBad', 0, 1, 'blue')]) }}
Angezeigt wird für die beiden Schaltzustände ('HzgBad' hat die Zustände 'on' und 'off'):
grafik.pngundgrafik.png. D.h. beim Zustand 'off' wird nichts eingefärbt.
Schreibe ich probehalber das widget so:
{{ basic.stateswitch('', 'HzgBad', 'mini', [1,0], [icon.garagedoor('','', 'HzgBad', 0, 1, 'red'), icon.garagedoor('','', 'HzgBad', 0, 1, 'blue')]) }}
bekomme ich:
grafik.pngund grafik.png
Was verstehe ich falsch (oder hat das icon.heating ne Macke?)
Gruß
Franz
Kommentar