fix eltek battery calc

This commit is contained in:
garnier-quentin 2020-05-05 16:05:35 +02:00
parent 83305b73e0
commit 2cbf99096e
1 changed files with 1 additions and 1 deletions

View File

@ -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(