Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Voltronic MK KING PIP30 support #99

Open
saviothecnic opened this issue Dec 12, 2023 · 3 comments
Open

Add Voltronic MK KING PIP30 support #99

saviothecnic opened this issue Dec 12, 2023 · 3 comments

Comments

@saviothecnic
Copy link

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:

  • platform: pipsolar
    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"`
@saviothecnic
Copy link
Author

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
Copy link

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
Copy link

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: #113 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants