Wie kann ich im Floorplan die aktuelle Zeit in Stunden / Minuten anzeigen? Digital wäre schon ok, eine analoge Uhr wäre Luxus. Vermutlich gibt es eine einfache Lösung.
Gruß
Jürgen
Ich habe nun eine Lösung gefunden:
+*00:01:00 {
my $wert = sprintf("%02d:%02d", $hour, $min);
fhem "set Uhrzeit $wert"
}
Es funktioniert wohl - aber ob es optimal ist??!?
Evtl. hilft Dir das hier weiter: http://forum.fhem.de/index.php/topic,31912.0.html (http://forum.fhem.de/index.php/topic,31912.0.html)
Die Darstellung erfolgt aber im Menü.
Gruß,
Mario
mit einem weblink z.B.
htmlCode <table border="0" cellspacing="0" cellpadding="0"><tr><td align="center"><embed src="http://www.worldtimeserver.com/clocks/wtsclock024.swf?color=FF9900&wtsid=AT" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash" /></td></tr><tr><td align="center"><h2>Vienna</h2></td></tr></table>
Gruß
Karl