Integrate go-eCharger into Victron Energies Venus OS
With the scripts in this repo it should be easy possible to install, uninstall, restart a service that connects the go-eCharger to the VenusOS and GX devices from Victron. Idea is inspired on @fabian-lauer and @trixing project linked below, many thanks for sharing the knowledge:
What is the script doing:
com.victronenergy.evcharger.http_{DeviceInstanceID_from_config}
Thats it 😄
This script until now supports reading values from the go-eCharger. Writing values is supported for "Enable Charging", "Charging current" and "Max charging current". Control of go-eCharger by the victron system in "Mode" "Auto" is not supported for now and changing the value will have no effect.
Just grap a copy of the main branche and copy them to a folder under /data/
e.g. /data/dbus-goecharger
.
After that call the install.sh script.
The following script should do everything for you:
wget https://github.com/vikt0rm/dbus-goecharger/archive/refs/heads/main.zip
unzip main.zip "dbus-goecharger-main/*" -d /data
mv /data/dbus-goecharger-main /data/dbus-goecharger
chmod a+x /data/dbus-goecharger/install.sh
/data/dbus-goecharger/install.sh
rm main.zip
⚠️ Check configuration after that - because service is already installed an running and with wrong connection data (host) you will spam the log-file
Within the project there is a file /data/dbus-goecharger/config.ini
- just change the values - most important is the deviceinstance under "DEFAULT" and host in section "ONPREMISE". More details below:
Section | Config vlaue | Explanation |
---|---|---|
DEFAULT | AccessType | Fixed value 'OnPremise' |
DEFAULT | SignOfLifeLog | Time in minutes how often a status is added to the log-file current.log with log-level INFO |
DEFAULT | Deviceinstance | Unique ID identifying the shelly 1pm in Venus OS |
ONPREMISE | Host | IP or hostname of on-premise Shelly 3EM web-interface |
This module/repository has been posted on the following threads: