You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to set the based on the following template value battery_max_charge_current, so that during the 6 hour charge window the rate of charge is set based on the remaining battery level.
It looks like this is currently only set using a fixed number?
Logs (if applicable)
paste logs in 3x backticks...
The text was updated successfully, but these errors were encountered:
kamransaleem
changed the title
Settery battery_max_charge_current based on a template value
Set battery_max_charge_current based on a template value
Nov 23, 2023
Existing sensor definitions can be found here
Sunsynk
Details about your Inverter: 8 kw
Describe the issue/bug and what you expect
I'd like to set the based on the following template value battery_max_charge_current, so that during the 6 hour charge window the rate of charge is set based on the remaining battery level.
{{ (((100 - (states('sensor.sunsynk_battery_soc') | float))/100 * 9.2)/6*1000/48) | round }}
It looks like this is currently only set using a fixed number?
Logs (if applicable)
The text was updated successfully, but these errors were encountered: