diff --git a/fhem/FHEM/50_HP1000.pm b/fhem/FHEM/50_HP1000.pm index 903ced9a9..8e3250f3e 100755 --- a/fhem/FHEM/50_HP1000.pm +++ b/fhem/FHEM/50_HP1000.pm @@ -431,7 +431,7 @@ sub HP1000_CGI() { # incorrect FHEMWEB instance used my @webhookFWinstances = split( ",", - AttrVal( $name, "webhookFWinstances", "weatherstation" ) ); + AttrVal( $name, "webhookFWinstances", "WEBweatherstation" ) ); return ( "text/plain; charset=utf-8", "incorrect FHEMWEB instance to receive data" )