Git Product home page Git Product logo

multiplus2's Introduction

Direct control of a Victron Multiplus II

The script allows the direct control of the charging and feeding power in the grid parallel operation. The Multiplus 2 is connected to a MK3 or MK2.2b Interface and controlled with ESS Mode 3. No GX device or Venus device is needed. The python script has no dependencies.

update()   # get the Multiplus-II status
command()  # set >0 for charging and <0 for feeding power in watt
wakeup() 
sleep()

Simple demo application

demo_multiplus2.py

mp2.update()    # read all information
print(mp2.data)  
time.sleep(0.5)
mp2.command(500)  # set charge power to 500Watt
time.sleep(0.5)

Demo Applikation in tkinter

Screenshot of demo_multiplus2_gui.py

multiplus2's People

Contributors

martiby avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

multiplus2's Issues

Inverter does not go below 100 W?

Ty for your work. Running it on a windows machine. Only change was "port = 'com3'".
The multiplus in inverter mode (charger disabled) does not go below 100W and does not shut off at zero watt?
Can someone confirm?
I have charger disabled because i have no battery yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.