You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
The script allows the direct control of the charging and feeding power in thegrid parallel operation. The Multiplus 2 is connected to a MK3 or MK2.2b Interface and controlled withESS Mode 3.No GX device or Venus device is needed. The python script has no dependencies.
update() # get the Multiplus-II statuscommand() # set >0 for charging and <0 for feeding power in wattwakeup() sleep()
Simple demo application
demo_multiplus2.py
mp2.update() # read all informationprint(mp2.data) time.sleep(0.5)mp2.command(500) # set charge power to 500Watttime.sleep(0.5)