mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
77_SMAEM: contrib 3.5.0
git-svn-id: https://svn.fhem.de/fhem/trunk@20735 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b0c204cd52
commit
a3bdd5fb7d
@ -539,9 +539,9 @@ sub SMAEM_DoParse ($) {
|
||||
my $cosphi = hex(substr($hex,304,8))/1000;
|
||||
push(@row_array, $ps."CosPhi ".sprintf("%.3f",$cosphi)."\n");
|
||||
|
||||
push(@row_array, $ps."GridFreq ".$grid_freq."\n") if($grid_freq);
|
||||
push(@row_array, $ps."FwVersion ".$fwversion."\n") if($fwversion);
|
||||
push(@row_array, "SerialNumber ".$smaserial."\n") if(!$ps);
|
||||
push(@row_array, $ps."GridFreq ".$grid_freq."\n") if($grid_freq);
|
||||
push(@row_array, $ps."FirmwareVersion ".$fwversion."\n") if($fwversion);
|
||||
push(@row_array, "SerialNumber ".$smaserial."\n") if(!$ps);
|
||||
|
||||
# L1
|
||||
my $l1_bezug_wirk = hex(substr($hex,320+$offset,8))/10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user