diff --git a/fhem/FHEM/36_KeyValueProtocol.pm b/fhem/FHEM/36_KeyValueProtocol.pm index ded395f00..f5e343e9b 100644 --- a/fhem/FHEM/36_KeyValueProtocol.pm +++ b/fhem/FHEM/36_KeyValueProtocol.pm @@ -176,7 +176,7 @@ sub KeyValueProtocol_Parse($$) { $key = $newKey if ($newKey); } - readingsBulkUpdate($rhash, $key, $value) if ($value); + readingsBulkUpdate($rhash, $key, $value) if ($value ne ""); } readingsEndUpdate($rhash, 1);