Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Direct control of a Victron Multiplus II

NotificationsYou must be signed in to change notification settings

martiby/multiplus2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Demo Applikation in tkinter

Screenshot ofdemo_multiplus2_gui.py

About

Direct control of a Victron Multiplus II

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp