Added QPIGS2 support for PIP4048MST with 3 PV
Added these to support MPP SOLAR inverter with 3 pv inputs such as pip4048mst
"response": [ ["float", "PV2 Input Current", "A"], ["float", "PV2 Input Voltage", "V"], ["float", "Battery voltage from SCC 2", "V"], ["int", "PV2 Charging Power", "W"], ["string", "Device status", ""], ["float", "AC charging current", "A"], ["int", "AC charging power", "W"], ["float", "PV3 Input Current", "A"], ["float", "PV3 Input Voltage", "V"], ["float", "Battery voltage from SCC 3", "V"], ["int", "PV3 Charging Power", "W"], ["int", "PV total charging power", "W"], ],
From documentation:

Does that inverter still respond with pi30 to a QPI command?
On Sat, 15 Oct 2022, 2:27 am Kasper Birk Kronborg, @.***> wrote:
Added these to support MPP SOLAR inverter with 3 pv inputs such as pip4048mst
"response": [ ["float", "PV2 Input Current", "A"], ["float", "PV2 Input Voltage", "V"], ["float", "Battery voltage from SCC 2", "V"], ["int", "PV2 Charging Power", "W"], ["string", "Device status", ""], ["float", "AC charging current", "A"], ["int", "AC charging power", "W"], ["float", "PV3 Input Current", "A"], ["float", "PV3 Input Voltage", "V"], ["float", "Battery voltage from SCC 3", "V"], ["int", "PV3 Charging Power", "W"], ["int", "PV total charging power", "W"], ],
From documentation: [image: image] https://user-images.githubusercontent.com/1152751/195858403-f313736f-7439-463e-9826-593e934f0f03.png
You can view, comment on, or merge this pull request online at:
https://github.com/jblance/mpp-solar/pull/267 Commit Summary
- a0c0f0a https://github.com/jblance/mpp-solar/pull/267/commits/a0c0f0a166734777eaf0b08b34f062429faf3249 Added QPIGS2 support for PIP4048MST with 3 PV
File Changes
(1 file https://github.com/jblance/mpp-solar/pull/267/files)
- M mppsolar/protocols/pi30max.py https://github.com/jblance/mpp-solar/pull/267/files#diff-4e304285e503e97e9417f69dc63156a63a6a600b873e930774f9ed21423080be (9)
Patch Links:
- https://github.com/jblance/mpp-solar/pull/267.patch
- https://github.com/jblance/mpp-solar/pull/267.diff
β Reply to this email directly, view it on GitHub https://github.com/jblance/mpp-solar/pull/267, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJVKNSAXIQZKS3OKAGHUYLWDFNTFANCNFSM6AAAAAARFHWT2M . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi I am using qpigs and qpigs2 right now and getting all values correct. Itβs a great peace of software you have made. I did choose it over another because of the high update frequency.
Is it possible to send commands to the inverter via mqtt? Like POP, PCP and the other commands to change the settings?
the reason i was asking about the QPI output is I am hoping that the devs bumped the protocol version - if i make the above changes to pi30max it will create errors for the other inverters that use this. if QPI has been bumped then we can use that for this, otherwise it will need to go to a version like pi30mst or similar (i wish they would change the protocol number when they change the protocol....)
Ahh ok i now I see the problem. It should work with a specific MST protocol ππ»
Sorry, can you post the output of a QPI command against the inverter please
can you rename your file to pi30mst.py and i can merge this and add the protocol
@kasperbirk (in case you missed this)
can you rename your file to
pi30mst.pyand i can merge this and add the protocol