syssi / esphome-pipsolar

ESPHome component to monitor and control a pipsolar inverter via RS232
Apache License 2.0
91 stars 40 forks source link

Add Voltronic MK KING PIP30 support #99

Open saviothecnic opened 9 months ago

saviothecnic commented 9 months ago

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:

saviothecnic commented 9 months ago

Here is the file where I added the sensors which obviously are now not seen by the source and are commented with # at the end of the code

Voltronic-Athom-RS232.yaml.txt

unknown1818 commented 6 months ago

Hi,

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

baturinivan commented 6 months ago

Hi,

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: https://github.com/syssi/esphome-pipsolar/issues/113#issuecomment-2028003885