FHEM Quicktipps 2
Heute gibt es zum zweiten Mal kurz und knackig 10 Quicktipps für FHEM die wirklich jeder umsetzen kann und es auch tun sollte. Wenn euch das Format in dieser Form gefällt, sammle ich gerne weitere Punkte für einen dritten Teil.
Was wird benötigt?
- Eine FHEM-Installation
Video
Befehle
Hier noch einmal alle Befehle zum Kopieren im Überblick:
attr WEB title { if ($FW_room) { "LIVE: $FW_room" } elsif ($FW_detail) { "LIVE: $FW_detail" } else { "LIVE FHEM" } }
stateFormat
{
sprintf(
"Aktiv: %d // Letzte 7 Tage: %d (%s)",
ReadingsNum("AnalyticsData", "active-users", 0),
ReadingsNum("AnalyticsData", "last-7-days", 0),
ReadingsTimestamp("AnalyticsData", "active-users", "0000-00-00 00:00:00")
)
}
attr allowedWeb basicAuthExpiry 7
define n_DbLogExclude notify global:DEFINED.* attr $EVTPART1 DbLogExclude .*
stateFormat power <br> energy
attr Anrufhistorie language de
attr Anrufhistorie time-format-string %d.%m.%Y %H:%M:%S
define CA_lastloglines cmdalias lastloglines .* AS {qx(tail -n $EVENT /opt/fhem/log/fhem.log)}
define DOIFtools DOIFtools