esphome-pipsolar icon indicating copy to clipboard operation
esphome-pipsolar copied to clipboard

Add PI17 to support MPI 12KW WP and MPI 15KW WP

Open JakobTewes opened this issue 1 year ago • 1 comments

Heyhey @syssi,

I´ve got a MPI 15KW WP and currently use the python module https://github.com/jblance/mpp-solar/wiki. As I got bunch of ESPHome stuff running and only want to ingest stuff into Home Assistant, using your pipsolar integration would be a big leap for me forward.

MPI 12KW WP and MPI 15KW WP use protocol "PI17" and I currently extract info from the inverters via

# mpp-solar -p /dev/hidraw0 -n 'BPVInverter2' -T 'BPVInverter2' -P PI17 -o screen -c MOD#BATS#ET#GS#PS

The commands implemented for PI17

# mpp-solar -P PI17 -c
MOD       Device working mode inquiry -- queries the device working mode
BATS      Query battery setting -- queries battery setting
ET        Query total generated energy -- queries total generated energy from the Inverter
GS        Query general status -- queries general status
PS        Device Power Status -- queries power status

Do you see an option, to implement the protocol and commands with pipsolar?

Thanks and regards

Jakob

JakobTewes avatar Jul 08 '23 12:07 JakobTewes

Hello, PI17 would also support my MPI 10k so +1 for support of PI17

Volker

WagnerSystems avatar Mar 24 '24 09:03 WagnerSystems