CUL_HM: setup AES

git-svn-id: https://svn.fhem.de/fhem/trunk@11587 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2016-06-01 18:50:18 +00:00
parent bbd8f1c3e0
commit 9ca5a6ebb5

View File

@@ -940,7 +940,7 @@ sub HMLAN_assignIDs($){
sub HMLAN_writeAesKey($) {#####################################################
my ($name) = @_;
return if (!$name || !$defs{$name} || $defs{$name}{TYPE} ne "HMLAN");
return if (!$init_done);
# return if (!$init_done); General: need to wait for init done and then redo
my %keys = ();
my $vccu = InternalVal($name,"owner_CCU",$name);
$vccu = $name if(!AttrVal($vccu,"hmKey",""));