diff --git a/fhem/FHEM/98_autocreate.pm b/fhem/FHEM/98_autocreate.pm index 4ef88ac9e..e0a22c12d 100644 --- a/fhem/FHEM/98_autocreate.pm +++ b/fhem/FHEM/98_autocreate.pm @@ -323,7 +323,7 @@ my @usbtable = ( define => "TRX_PARAM TRX DEVICE\@38400", }, { NAME => "ZWDongle", - matchList => ["cu.PL2303-0000(.*)", "ttyUSB(.*)"], + matchList => ["cu.PL2303-0000(.*)", "ttyUSB(.*)", "ttyACM(.*)" ], DeviceName=> "DEVICE\@115200", request => pack("H*", "01030020dc"), # GetStatus response => "^\x06.*",