diff --git a/fhem/FHEM/33_readingsProxy.pm b/fhem/FHEM/33_readingsProxy.pm index 5fc0afd2e..38052b569 100644 --- a/fhem/FHEM/33_readingsProxy.pm +++ b/fhem/FHEM/33_readingsProxy.pm @@ -196,6 +196,9 @@ readingsProxy_Set($@) if( "$set " =~ m/^${a[0]}[ :]/ ) { $found = 1; last; + } elsif( "$set " =~ m/^state[ :]/ ) { + $found = 1; + last; } } return SetExtensions($hash,$setList,$name,@a) if( !$found );