victronenergy / venus

Victron Energy Unix/Linux OS
https://github.com/victronenergy/venus/wiki
574 stars 70 forks source link

Multi-RS: Put actual soc limit on dbus #1337

Open rvanzundert opened 3 weeks ago

rvanzundert commented 3 weeks ago

Please add a dbus path to monitor the batterylife algorithm in the Multi RS

VE_REG_MULTIC_ACTUAL_SOC_LIMIT (0xD03A) un16 0.01% read-only

Relates to: /Settings/Ess/MinimumSocLimit linked to VE_REG_MULTIC_ESS_DISCHARGE_SOC (0xD053) un16 0.1%

For inspiration, these are/were? used before: /Settings/CGwacs/BatteryLife/MinimumSocLimit <- User setting: Minimum Discharge SOC /Settings/CGwacs/BatteryLife/SocLimit <- Output of the BatteryLife algorithm (read only)

rvanzundert commented 3 weeks ago

Duplicate of #426