diff --git a/FHEM/39_gassistant.pm b/FHEM/39_gassistant.pm index e55c97594..3449065c3 100755 --- a/FHEM/39_gassistant.pm +++ b/FHEM/39_gassistant.pm @@ -572,6 +572,9 @@ gassistant_Set($$@) return undef; } elsif( $cmd eq 'start' || $cmd eq 'stop' || $cmd eq 'restart' ) { setKeyValue('gassistantFHEM.loginURL', '' ); + if ($cmd eq 'start') { + readingsSingleUpdate($hash, 'gassistant-fhem-connection', 'starting...', 1 ); + } readingsSingleUpdate($hash, 'gassistantFHEM.loginURL', 'Waiting for login url from gassistant-fhem', 1 ); }