NAME
Device::Inverter::KOSTAL::PIKO::Status - current status of a Device::Inverter::KOSTAL::PIKO device
SYNOPSIS
use Device::Inverter::KOSTAL::PIKO;
my $device = Device::Inverter::KOSTALL:PIKO->new;
my $status = $device->get_current_status;
say $status->ac_power_current;
ATTRIBUTES
- html
-
HTML code of the status page which has been returned by the device
- ac_power_current
- status
- total_energy
- daily_energy
- voltage_string_1
- voltage_string_2
- current_string_1
- current_string_2
- voltage_l1
- voltage_l2
- voltage_l3
- power_l1
- power_l2
- power_l3