diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm
index 6f069b5cd..788c0afaf 100644
--- a/fhem/contrib/DS_Starter/76_SolarForecast.pm
+++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm
@@ -6924,8 +6924,10 @@ sub centralTask {
$newval .= "showconsumerremaintime=$fg7 " if(defined $fg7);
$newval .= "shift=$fg8 " if(defined $fg8);
- CommandAttr (undef, "$name flowGraphicControl $newval") if($newval);
-
+ if ($newval) {
+ CommandAttr (undef, "$name flowGraphicControl $newval");
+ ::CommandDeleteAttr (undef, "$name flowGraphicSize|flowGraphicAnimate|flowGraphicConsumerDistance|flowGraphicShowConsumer|flowGraphicShowConsumerDummy|flowGraphicShowConsumerPower|flowGraphicShowConsumerRemainTime|flowGraphicShift");
+ }
##########################################################################################################################
setModel ($hash); # Model setzen
@@ -21017,7 +21019,7 @@ to ensure that the system configuration is correct.
-
+
animate | Animates the energy flow graphic if displayed. (graphicSelect) |
| 0 - Animation off, 1 - Animation on, default: 0 |
| |
@@ -23410,7 +23412,7 @@ die ordnungsgemäße Anlagenkonfiguration geprüft werden.
-
+
animate | Animiert die Energieflußgrafik sofern angezeigt. (graphicSelect) |
| 0 - Animation aus, 1 - Animation an, default: 0 |
| |