Read the internal temperature sensor of Victron Smartsolar MPPT - This one works to just read the temps from the smaller MPPTs without the relay
Tested with Smartsolar 150/35, Smartsolar is connected via VE.Direct.
- Login to Cerbo GX with ssh
- cd /data
- wget https://github.com/pau1phi11ips/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.ttyUSB1
relayControl=False
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
