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

Setting parameters Command protocol PI30 #156

Open
Matteo8825 opened this issue Oct 20, 2024 · 2 comments
Open

Setting parameters Command protocol PI30 #156

Matteo8825 opened this issue Oct 20, 2024 · 2 comments

Comments

@Matteo8825
Copy link

Matteo8825 commented Oct 20, 2024

Hi, I have installed your configuration and I read everything correctly but I would also like to use the following commands (or all if possible) to modify the parameters from home assistant:

My inverter is: ISolar SML lll 5.5 KW
Thank you.
spec inverter

@ornolio
Copy link

ornolio commented Nov 4, 2024

Me too. Matteo, please check:
#146 (comment)
Q&A GarethCarr on Aug 29, reply by Maintainer syssi.
Now my concern is how to obtain CRC values.

@KBADPO
Copy link

KBADPO commented Dec 25, 2024

  • MCHGC
  • MNCHGC
  • MUCHGC

Try this piece

  • platform: pipsolar
    pipsolar_id: inverter0
    current_max_ac_charging_current:
    name: ${name} current_max_ac_charging_current_select
    optionsmap:
    "2A": "MUCHGC0002"
    "10A": "MUCHGC0010"
    "20A": "MUCHGC0020"
    "30A": "MUCHGC0030"
    "40A": "MUCHGC0040"
    "50A": "MUCHGC0050"
    "60A": "MUCHGC0060"
    "70A": "MUCHGC0070"
    "80A": "MUCHGC0080"
    "90A": "MUCHGC0090"
    "100A": "MUCHGC0100"
    "110A": "MUCHGC0110"
    "120A": "MUCHGC0120"
    statusmap:
    "2": "2A"
    "10": "10A"
    "20": "20A"
    "30": "30A"
    "40": "40A"
    "50": "50A"
    "60": "60A"
    "70": "70A"
    "80": "80A"
    "90": "90A"
    "100": "100A"
    "110": "110A"
    "120": "120A"

  • platform: pipsolar
    pipsolar_id: inverter0
    current_max_charging_current:
    name: ${name} current_max_charging_current_select
    optionsmap:
    "10A": "MCHGC010"
    "20A": "MCHGC020"
    "30A": "MCHGC030"
    "40A": "MCHGC040"
    "50A": "MCHGC050"
    "60A": "MCHGC060"
    "70A": "MCHGC070"
    "80A": "MCHGC080"
    "90A": "MCHGC090"
    "100A": "MCHGC100"
    "110A": "MCHGC110"
    "120A": "MCHGC120"
    statusmap:
    "10": "10A"
    "20": "20A"
    "30": "30A"
    "40": "40A"
    "50": "50A"
    "60": "60A"
    "70": "70A"
    "80": "80A"
    "90": "90A"
    "100": "100A"
    "110": "110A"
    "120": "120A"

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