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
Is your feature request related to a problem? Please describe.
To optimize my battery and the boiler usage via solar_optimizer, i would like to use a sensor for battery_soc_threshold
Actually, it's not possible as it's raise this error :
Invalid config for 'solar_optimizer' at solar_optimizer.yaml, line 20: expected float for dictionary value 'solar_optimizer->devices->0->battery_soc_threshold', got "{{ states('input_number.solar_optimizer_ballon_battery_soc_threshold') | float (default=50) }}"
Describe the solution you'd like
It's not possible to use a sensor for battery_soc_threshold attribute
The text was updated successfully, but these errors were encountered:
jmcollin78
changed the title
use a sensor for battery_soc_threshold value
[Feature Request] - use a sensor for battery_soc_threshold value
Jan 1, 2025
Is your feature request related to a problem? Please describe.
To optimize my battery and the boiler usage via solar_optimizer, i would like to use a sensor for
battery_soc_threshold
Like :
instead of :
Actually, it's not possible as it's raise this error :
Describe the solution you'd like
It's not possible to use a sensor for
battery_soc_threshold
attributeThe text was updated successfully, but these errors were encountered: