Skip to content

Read the internal temperature sensor of Victron Smartsolar MPPT. Control the internal MPPT Relay based on temperature

License

Notifications You must be signed in to change notification settings

veno77/victron-dbus-tempcontrol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

victron-dbus-tempcontrol

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.

image

How to Install

Configuration (config.ini)

MPPT Tempcontrol Config

[DEFAULT]

Count of MPPT's

mpptcount = 1

Update in milliseconds

updateInterval = 60000

Victron Name MPPT01, MPPT02...

[MPPT01]

victron vrm id

deviceinstance=22

id of smartsolar charger, list with dbus -y

id=com.victronenergy.solarcharger.socketcan_can0_vi0_uc123456

control internal smartsolar relay

relayControl=True

turn relay on temperature

onTemp = 30

turn relay off temperature

offTemp = 25

For every next smartsolar

#[MPPT02] #deviceinstance=23 #id=com.victronenergy.solarcharger.socketcan_can0_vi1_uc234567 #relayControl=True #onTemp = 30 #offTemp = 25

How to uninstall

  • cd /data/dbus-tempcontrol
  • ./uninstall.sh

About

Read the internal temperature sensor of Victron Smartsolar MPPT. Control the internal MPPT Relay based on temperature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.4%
  • Shell 13.6%