diff --git a/FHEM/34_SWAP.pm b/FHEM/34_SWAP.pm index 56e7349be..495374b84 100755 --- a/FHEM/34_SWAP.pm +++ b/FHEM/34_SWAP.pm @@ -932,6 +932,7 @@ SWAP_Parse($$) $rhash->{product} = $products->{$productcode} if( defined($productcode) && defined($products->{$productcode} ) ); + SWAP_Set( $rhash, $rname, "getConfig" ) if( !$first ); SWAP_Set( $rhash, $rname, "statusRequest" ) if( $first ); }