Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@jmcollin78 jmcollin78 released this 01 Oct 06:25
99f4981

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:
...

  • name: "Equipement name"
    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:
    Capture d’écran 2024-09-30 à 13 58 35