2.0.0 #65
jmcollin78
announced in
Announcements
2.0.0
#65
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Full Changelog: 1.7.1...2.0.0
To use it you should add a max_on_time_per_day_min: in your solar_optimizer.yaml file. Example:
solar_optimizer:
algorithm:
...
entity_id: "input_boolean.fake_device_g"
power_max: 1200
check_usable_template: "{{ True }}"
duration_min: 1.5
action_mode: "service_call"
activation_service: "input_boolean/turn_on"
deactivation_service: "input_boolean/turn_off"
battery_soc_threshold: 40
max_on_time_per_day_min: 30 <------------------ add this
...
You will also notice than there is now one device per devices in solar_optimizer.yaml in which you will find some entities:
This discussion was created from the release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions