- Download the go-e_charger.py file and put it into any folder on the venus device e.g. to /home/root
- Modify the api_url in the script to fit your charger
- Enable http v2 api on the charger using the app
- Add python /home/root/go-e_charger.py & to your /data/rc.local for autostart
The script periodically polls the go-e chargers API and pushes the received data to dbus every ~50 sec.
In case a car is connected this interval is reduced to 5 sec.
There exist two modes:
- Automatic: PV driven mode, current is controlled based on currently available power
- Manual: All settings can be controlled manually via venusOS website
Limitations: only single phase mode supported at the moment