You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add sensors that are only present on the MK inverter that speaks with the PIP30 protocol such as the Voltronic MAX
But it has sensors that the max doesn't
has the same as that of Operational Logic
If you see in this manual page 4 option Z and on page 30
I use default config i got PI30 and on QPIGS protocol i get timeout but inverter send string with correct data other protocols like QMOD QPIRI working
Found similar issue with other inverter. QPIGS response was longer than expected. I have found the solution in other issues there. This is what was working for me: #113 (comment)
You can add sensors that are only present on the MK inverter that speaks with the PIP30 protocol such as the Voltronic MAX
But it has sensors that the max doesn't
has the same as that of Operational Logic
If you see in this manual page 4 option Z and on page 30
https://github.com/jblance/mpp-solar/blob/master/docs/protocols/PI30_PIP-GK_MK-Protocol.pdf
You can also add parallel support so you can add and see sensors
of inverters connected in parallel
`select:
pipsolar_id: inverter0
output_source_priority:
id: inverter0_operation_logic_select
name: inverter0_operation_logic_select
optionsmap:
"Auto": "POPLG00"
"On Line": "POPLG01"
"ECO": "POPLG02"
statusmap:
"0": "Auto"
"1": "On Line"
"2": "ECO"`
The text was updated successfully, but these errors were encountered: