docker-voltronic-homeassistant icon indicating copy to clipboard operation
docker-voltronic-homeassistant copied to clipboard

2 converters in parallel mode

Open gilspringer opened this issue 4 years ago • 6 comments

Do you have solution for 2 converters in parallel mode ?

Thx

gilspringer avatar Jul 21 '20 17:07 gilspringer

have you tried this using this at all ? i would imagine you would need to have them both connected separately, with two instances running ?? have you tried just connected to one ?? and you had issues ?

gadget78 avatar Jul 21 '20 18:07 gadget78

I too am interested in getting parallel data from my 4x Inverters as they are all a slightly different setup. I have seen people use 4x dockers and 4x USB cables but that seems pretty taxing.

The manual describes us needing to call for another set of data QPGSn for parallel information. I am interested in getting the total output power and total charging current. But to me it looks like the command would poll a certain inverter at a time, meaning instead of using QPPIGS, we use PGGSn for each inverter.

I am not code savvy having learnt C++ over 20 years ago and not used it or any other programming language since. It looks like QPGSn was not coded in sources/inverter-cli/main.cpp but it might not be hard for someone to copy/paste a starting point and include the additional arguments. It would take me a long time to re-learn how to code...

bobwho69 avatar Jan 02 '21 08:01 bobwho69

Has anyone found a working solution to this challenge? I too have x3 inverter running in parallel and would very much like to run polling from one raspberry pi. With the chip shortage and my main controller running Hass.io it seems a bit overkill to have a Pi for each inverter and an extra on for Hass.io

Would love to hear from anyone who has found a solution too this.

Sarelseekat avatar Nov 06 '21 05:11 Sarelseekat

I have had success using jblance/mpp-solar, running the qpgs0-3 commands on one usb connection.

bobwho69 avatar Nov 06 '21 08:11 bobwho69

Thanks so much - Will check it out.

Sarelseekat avatar Nov 16 '21 11:11 Sarelseekat

I have had success using jblance/mpp-solar, running the qpgs0-3 commands on one usb connection.

Is there a way to qpgs on my current Nedkelly deployment running on raspberry pi?

Sarelseekat avatar Nov 26 '21 14:11 Sarelseekat