Skip to content

Integrate Hoymiles microinverter into Victron Energies Venus OS

License

Notifications You must be signed in to change notification settings

mcleinn/venus.dbus-hoymiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbus-hoymiles

Integrate Hoymiles microinverters into Victron Energies Venus OS

Purpose

With the scripts in this repo it should be easy possible to install, uninstall, restart a service that connects Hoymiles microinverters to the VenusOS and GX devices from Victron.

The script is intended to be used with battery powered Hoymiles inverters. It provides functions to regulate the output power of the inverters to realize a zero export system.

As interface between the GX device and the Hoymiles microinverter OpenDTU or Ahoy is used:

Inspiration

This project is my first on GitHub and with the Victron Venus OS, so I took some ideas and approaches from the following projects - many thanks for sharing the knowledge:

How it works

My setup

Pictures

Install & Configuration

Get the code

Just grab a copy of the main branch and copy them to a folder under /data/ e.g. /dbus-hoymiles. After that call the install.sh script.

The following script should do everything for you:

wget https://github.com/telekatz/venus.dbus-hoymiles/archive/refs/heads/main.zip
unzip main.zip "venus.dbus-hoymiles-main/*" -d /data
mv /data/venus.dbus-hoymiles-main /data/dbus-hoymiles
chmod a+x /data/dbus-hoymiles/install.sh
/data/dbus-hoymiles/install.sh
rm main.zip

Before installing a new version, uninstall the installed version:

/data/dbus-hoymiles/uninstall.sh

Change config.ini

Within the project there is a file /data/dbus-hoymiles/config.ini. Create a new section for each inverter to be created.

Section Config value Explanation
Inverter[n] Deviceinstance Unique ID identifying the inverter in Venus OS.

Inverter settings

The following settings are available in the device settings menu inside Venus OS:

Config value Explanation
Enabled Enables the use of the inverter.
Maximum Inverter Power Maximum power of the inverter.
Phase Valid values L1, L2 or L3: represents the phase where inverter is feeding in.
MQTT URL IP address of the MQTT server.
MQTT Inverter Path Path on which the DTU publishes the inverter data.
DTU Type of the DTU.
Inverter ID Number of the inverter in Ahoy.

The following settings are available only in the settings menu of the first inverter and apply for all created inverters:

Config value Explanation
Startup Limit Limits the AC power of the inverter to the generated PV power.
Startup Limit Min Initial limit.
Startup Limit Max Ends the limitation as soon as the generated PV power reaches this value.
Feed-In Limit Mode Selection of the feed in limit mode (Maximum Power, Grid Target Power or Base Load).
Grid Target Interval Minimum power change interval for grid target mode.
Grid Target Power Target power for grid import.
Grid Target Tolerance Minimum Maximal allowed lower deviation from the target grid power.
Grid Target Tolerance Maximum Maximal allowed upper deviation from the target grid power.
Base Load Period Observation period for base load mode.
Power Meter Use of an external power meter instead of internal inverter power meters for the total power. The role of the external power meter must be AC load.

Feed-In limit modes

Mode Explanation
Maximum Power Inverter power is set to Maximum Inverter Power.
Grid Target Imported power from the grid will be regulated to the Grid Target Power. New limit will be set, if the grid power exceeds the limits specified by Grid Target Tolerance Minimum and Grid Target Tolerance Maximum. Grid Target Interval specifies the minimum time interval between two limit changes.
Base Load Inverter Power will be regulated to the lowest load power during the past Base Load Period.

Used documentation

About

Integrate Hoymiles microinverter into Victron Energies Venus OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.3%
  • QML 17.8%
  • Shell 4.9%