fix eltek battery calc
This commit is contained in:
parent
83305b73e0
commit
2cbf99096e
|
@ -257,7 +257,7 @@ sub manage_selection {
|
|||
|
||||
if ($result->{powerSystemCapacityScale} eq 'ah' && defined($current)) {
|
||||
$self->{battery}->{charge_remaining_time} =
|
||||
int($result->{batteryRemainingCapacityValue} * 3600 / $current * $scale_current);
|
||||
int(($result->{batteryRemainingCapacityValue} * 3600) / ($current * $scale_current));
|
||||
}
|
||||
|
||||
$self->threshold_eltek_configured(
|
||||
|
|
Loading…
Reference in New Issue