WeekdayTimer Fehler nach ?Update?

Begonnen von Hackstall, 14 Dezember 2019, 18:02:26

Vorheriges Thema - Nächstes Thema

Beta-User

Great hint!

Would you mind testing after adding a "if $init_done" in line 1182 (or 1183)?
Server: HP-elitedesk@Debian 12, aktuelles FHEM@ConfigDB | CUL_HM (VCCU) | MQTT2: ZigBee2mqtt, MiLight@ESP-GW, BT@OpenMQTTGw | ZWave | SIGNALduino | MapleCUN | RHASSPY
svn: u.a Weekday-&RandomTimer, Twilight,  div. attrTemplate-files, MySensors

Nestor

Seems to be fixed  :)
sub WeekdayTimer_Attr($$$$) {
   my ($cmd, $name, $attrName, $attrVal) = @_;

+  return if (!$init_done);
   $attrVal = 0 if(!defined $attrVal);

   my $hash = $defs{$name};