Um die configDB Nutzung in der fhem-Statistik zu erfassen, bedarf es folgenden patches in der 98_fheminfo.pm
Index: FHEM/98_fheminfo.pm
===================================================================
--- FHEM/98_fheminfo.pm (revision 5705)
+++ FHEM/98_fheminfo.pm (working copy)
@@ -164,6 +164,8 @@
}
}
+ $info{modules}{configDB}{configDB} = 'unknown' if (configDBUsed());
+
my $str;
$str = "Fhem info:\n";
$str .= sprintf(" Release%*s: %s\n",2," ",$release);
Ergebnis:
Fhem info:
Release : 5.5
Branch : DEVELOPMENT
OS : linux
Arch : arm-linux-gnueabihf-thread-multi-64int
Perl : v5.14.2
uniqueID : xxx
upTime : 00:31:04
Defined modules:
CUL_HM : 1
FHEMWEB : 6
FileLog : 1
HMLAN : 1
I2C_BMP180 : 1
RSS : 1
SVG : 1
Weather : 1
at : 1
configDB : 1
dewpoint : 2
openweathermap : 1
telnet : 1
weblink : 1
Defined models per module:
CUL_HM : HM-WDS10-TH-O
Transmitting this information during an update:
onUpdate (Note: You can change this via the global attribute sendStatistics)
server response: ==> ok
Viele Grüße aus Serbien :)
Eingecheckt