Replies: 6 comments 12 replies
-
Try a |
Beta Was this translation helpful? Give feedback.
-
QPI command on the PI30 protocol gives a NAK response. However, everything seems to be working great with the PI18 protocol! mpp-solar -P PI18 -c GS Gives a nice general status report and the commands for changing battery status priority seem to work as well. So for anyone else that might be looking for this issue, the SunGoldPower BluePower TP6048 is confirmed working with protocol PI18. I also believe that this is an identical unit to the Voltronic Infinisolar VII and the MPP Solar LVX-6048, so I would say there is a very good chance they all use the same protocol and will work as well. |
Beta Was this translation helpful? Give feedback.
-
I have the MPP LVX6048 inverter and I'm having a hard time getting data out of it. I want to get to PV power, battery voltage, charge current, etc. but I'm getting "NAK" in some responses even though some seem to have limited information. I tried the suggested PI18 example from @derekyle above but I only get this:
the best I can get out of it is this for live status, which seems to indicate am really talking to the inverter.
the queries for rated information and CPU information also work, I just can't find any active operating/performance characteristics
|
Beta Was this translation helpful? Give feedback.
-
Good news
Looks like this protocol could do with an update to get the value correct
(ie change from 0.1v to v as the unit and correct report the voltage)
I wonder how many others would get broken....
…On Thu, 12 Jan 2023, 4:58 am smrruby, ***@***.***> wrote:
I am getting a battery voltage and some other reasonable values from the
GS query now that the sun is up.
***@***.***:/home/stever # mpp-solar -p /dev/hidraw0 -P PI18SV -c GS
Command: GS - Query general status
------------------------------------------------------------
Parameter Value Unit
ac_input_voltage 0 0.1V
ac_input_frequency 0 0.1Hz
ac_output_voltage 0 0.1V
ac_output_frequency 0 0.1Hz
ac_output_apparent_power 0 VA
ac_output_active_power 0 W
ac_output_load 0 %
battery_voltage 529 0.1V
battery_voltage_from_scc 0 0.1V
battery_voltage_from_scc2 0 0.1V
battery_discharge_current 0 A
battery_charge_current 0 A
battery_capacity 95 %
inverter_temperature 8 °C
mppt1_charger_temperature 0 °C
mppt2_charger_temperature 0 °C
pv1_input_power 26 W
pv2_input_power 0 W
pv1_input_voltage 1559 0.1V
pv2_input_voltage 0 0.1V
setting_value_configuration_state Nothing changed
mppt1_charger_status normal
mppt2_charger_status abnormal
load_connection disconnect
battery_power_direction charge
dc/ac_power_direction donothing
line_power_direction donothing
local_parallel_id 0
—
Reply to this email directly, view it on GitHub
<#236 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVKNR2TRHSIBHSRIBB5QTWR3KEFANCNFSM532OXLQA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have the LVX6048 and noticed there seems to be a "GS2" command the SolarPower windows program uses to pull information about L2. Prefix is "^P006". The response seems to be padded with zeros. I have a custom protocol written for myself that gets the job done. I might be able to get more wireshark captures if that helps anyone. |
Beta Was this translation helpful? Give feedback.
-
Solar charge controller
…On Sun, 25 Jun 2023, 10:24 am meccip, ***@***.***> wrote:
Hello. What is SCC ?
—
Reply to this email directly, view it on GitHub
<#236 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVKNWXJCPEWVXDOHNFUL3XM5SI3ANCNFSM532OXLQA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have a SunGoldPower BluePower TP6048 which I believe is the same as the Voltronic Infinisolar VII and also the MPP Solar LVX-6048. I have been testing with a project that I believe is based on this one, and someone there confirmed it working for a Voltronic Axpert King II 5kva, which looks identical on the outside but has slightly lower specs and is off-grid only. All commands I send are being responded to with NAK (rejected). I am inclined to think that this unit would be using the same protocol as the Axpert King II. But I have not been able to find any confirmation from anyone else that my particular unit or the other brandings of the same unit are working on the same P18 protocol.
https://sungoldpower.com/collections/hybrid-solar-inverter/products/6000w-48v-hybrid-solar-inverter-split-phase-120-240vac
https://voltronicpower.com/en-US/Product/Detail/InfiniSolar-VII-6KW-(Split-Phase)
https://www.mppsolar.com/v3/lvx6048/
Beta Was this translation helpful? Give feedback.
All reactions