diff --git a/fhem/FHEM/98_statistics.pm b/fhem/FHEM/98_statistics.pm index e43b8489d..0a66479df 100644 --- a/fhem/FHEM/98_statistics.pm +++ b/fhem/FHEM/98_statistics.pm @@ -60,16 +60,24 @@ sub statistics_FormatDuration($); ,["count", 2, 0] ,["current", 1, 3] ,["energy", 2, 0] + ,["energy_current", 1, 1] + ,["energy_total", 2, 3] ,["humidity", 1, 0] + ,["lightsensor", 3, 1] + ,["lock", 3, 1] + ,["motion", 3, 1] ,["power", 1, 1] ,["rain", 2, 1] + ,["rain_rate", 1, 1] ,["rain_total", 2, 1] ,["temperature", 1, 1] ,["total", 2, 2] ,["voltage", 1, 1] ,["wind", 1, 0] - ,["Window", 3, 1] + ,["wind_speed", 1, 1] ,["windSpeed", 1, 0] + ,["Window", 3, 1] + ,["window", 3, 1] ); ##############################################################