Skip to content

v1.5.0-dev2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 20:55
· 148 commits to refs/heads/main since this release
ca42249

Changes

  • Dynamic configuration parameters. @jonasbkarlsson (#80)
    The four configuration parameters that controls the charging are now also entities. They can be changed in the UI or by service calls. Charging speed, Electricity price limit and Minimum EV SOC are Number entites that can be set with service call number.set_value. Charge completion time is a Select entity that can be set with service call select.select_option. Valid options are "None", "00:00", "01:00",..., "23:00".

Bug Fixes