diff --git a/fhem/FHEM/59_PROPLANTA.pm b/fhem/FHEM/59_PROPLANTA.pm index 0c97f9d1e..ca5ba2a02 100644 --- a/fhem/FHEM/59_PROPLANTA.pm +++ b/fhem/FHEM/59_PROPLANTA.pm @@ -91,6 +91,14 @@ my $curReadingType = 0; ,["WETTER_ID_TAGSUEBER", "weatherDay", 7] ,["WETTER_ID_ABENDS", "weatherEvening", 7] ,["WETTER_ID_NACHT", "weatherNight", 7] + ,["WETTER_ID_0", "weather00", 7] + ,["WETTER_ID_3", "weather03", 7] + ,["WETTER_ID_6", "weather06", 7] + ,["WETTER_ID_9", "weather09", 7] + ,["WETTER_ID_12", "weather12", 7] + ,["WETTER_ID_15", "weather15", 7] + ,["WETTER_ID_18", "weather18", 7] + ,["WETTER_ID_21", "weather21", 7] ,["T_0", "temp00", 2] ,["T_3", "temp03", 2] ,["T_6", "temp06", 2]