Read the internal temperature sensor of Victron Smartsolar MPPT. Control the internal MPPT Relay based on temperature
Tested with Smartsolar 250/100-Tr-VE.Can, Smartsolar is connected via Can.
- Login to Cerbo GX with ssh
- cd /data
- wget https://github.com/chriswg3/victron-dbus-tempcontrol/archive/refs/heads/main.zip
- unzip main.zip
- mv victron-dbus-tempcontrol-main dbus-tempcontrol
- cd dbus-tempcontrol
- Update config.ini (Set your personal settings, see below)
- Check if its running with python dbus-tempcontrol.py, Cancel with Ctrl+C
- chmod +x install.sh
- ./install.sh
[DEFAULT]
mpptcount = 1
updateInterval = 60000
[MPPT01]
deviceinstance=22
id=com.victronenergy.solarcharger.socketcan_can0_vi0_uc123456
relayControl=True
onTemp = 30
offTemp = 25
#[MPPT02] #deviceinstance=23 #id=com.victronenergy.solarcharger.socketcan_can0_vi1_uc234567 #relayControl=True #onTemp = 30 #offTemp = 25
- cd /data/dbus-tempcontrol
- ./uninstall.sh
