-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Hello!
New problem with Voltronic Axpert King II.
As I can see in your code, pv_input_watts = (scc_voltage * pv_input_current) * wattfactor;
But SCC voltage always returns 0. Accordingly, there is no real way to estimate how much the inverter actually receives through solar panels.
Example of output:
(
[Inverter_mode] => 3
[AC_grid_voltage] => 225.3
[AC_grid_frequency] => 50
[AC_out_voltage] => 228.1
[AC_out_frequency] => 49.9
[PV_in_voltage] => 275.4
[PV_in_current] => 1
[PV_in_watts] => 0
[PV_in_watthour] => 0
[SCC_voltage] => 0
[Load_pct] => 15
[Load_watt] => 662
[Load_watthour] => 22.0667
[Load_va] => 775
[Bus_voltage] => 407
[Heatsink_temperature] => 49
[Battery_capacity] => 100
[Battery_voltage] => 53.9
[Battery_charge_current] => 5
[Battery_discharge_current] => 0
[Load_status_on] => 1
[SCC_charge_on] => 1
[AC_charge_on] => 1
[Battery_recharge_voltage] => 46
[Battery_under_voltage] => 42
[Battery_bulk_voltage] => 56.5
[Battery_float_voltage] => 54
[Max_grid_charge_current] => 20
[Max_charge_current] => 30
[Out_source_priority] => 1
[Charger_source_priority] => 0
[Battery_redischarge_voltage] => -0.4
[Warnings] => 000000000000000000000000000000000000
)
I saw your comment about pv_input_current, and try change scc_voltage to PV_in_voltage, but pv_input_current return integer value, but the power graph is very step-like. At least a little closer to reality.so
Example on image.