Skip to content

Releases: jmcollin78/solar_optimizer

2.0.0

01 Oct 06:25
99f4981
Compare
Choose a tag to compare

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

2.0.0.beta3

30 Sep 17:40
af49aa9
Compare
Choose a tag to compare
2.0.0.beta3 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0.beta2...2.0.0.beta3

2.0.0.beta2

30 Sep 16:08
66f43a1
Compare
Choose a tag to compare
2.0.0.beta2 Pre-release
Pre-release

What's Changed

Full Changelog: 1.7.1...2.0.0.beta2

2.0.0.beta1

30 Sep 11:52
12cdeb5
Compare
Choose a tag to compare
2.0.0.beta1 Pre-release
Pre-release

What's Changed

  • Issue 60 create virtual for managed device by @jmcollin78 in #61
  • Issue 47 Maximum On-Time per Device per Day #47

Full Changelog: 1.7.1...2.0.0.beta1

Note: this is beta release and it should contains bug. It is relesed to have more test don by early users.

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

Add button, light and manage "power production not valuated"

31 Aug 06:09
Compare
Choose a tag to compare

Issue#50 - try a fix for power production not valued.
Issue#21 - Add button
Issue#17 - Add light entity

Full Changelog: 1.7.0...1.7.1

Add solar battery management

19 Jul 04:50
ed95144
Compare
Choose a tag to compare

What's Changed

See README for more informations about this new feature.

Full Changelog: 1.6.1...1.7.0

1.7.0.beta1

18 Jul 06:57
ed95144
Compare
Choose a tag to compare
1.7.0.beta1 Pre-release
Pre-release

What's Changed

See readme for how to use.

Full Changelog: 1.6.1...1.7.0.beta1

Community fixes and enhancements

15 Jul 07:40
932face
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

Release 1.6.0

14 Jul 17:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

Add humidifier and climate as managed device

27 Aug 14:41
Compare
Choose a tag to compare

This release contains

An humifier or climate entity can be used as entity_id which is manageable by Solar Optimizer.