v1.5.0-dev2
Pre-release
Pre-release
·
148 commits
to refs/heads/main
since this release
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
andMinimum EV SOC
areNumber
entites that can be set with service callnumber.set_value
.Charge completion time
is aSelect
entity that can be set with service callselect.select_option
. Valid options are "None", "00:00", "01:00",..., "23:00".
Bug Fixes
- Fixed issue when keep_on is used and EV reconnects @jonasbkarlsson (#79)