Skip to content

Releases: jonasbkarlsson/ev_smart_charging

v1.10.1

06 Jun 19:06
411ac84
Compare
Choose a tag to compare

Maintenance

v1.10.0

28 Dec 17:03
c24a33c
Compare
Choose a tag to compare

Bug Fixes

  • Removed sensor setter. @jonasbkarlsson (#236)
    NOTE: This version is required in order to use HA 2024.1 or later.

v1.9.0

09 Sep 16:15
3d68f2f
Compare
Choose a tag to compare

More than 1000 downloads have been done for v1.8.0! Great to see so many using this integration. A special thank to those of you that has provided coffee!!!

New Features

Changes

  • A new configuration item has been added to let the user state that there is a EV integration (and not a charger intergatation) that is used to control start/stop of charging. For those of you that uses an EV integration to control charging, please update your configuration. @jonasbkarlsson (#166)
  • Allow negative price limit. @janneho (#182)
    This means that a zero price limit is allowed, and therefore setting the price limit to zero does not turn off the price limitation anymore. To turn off price limitation, please turn off the switch switch.ev_smart_charging_apply_price_limit.
  • Charging schedule gets updated hourly when EV is physically not connected. @quartien (#181)
  • Update of EV connected logic. For the case where a EV integration is used to control charging, a charging command (either stop or start depending on the charinging schedule) is sent directly after the car has been connected to the charger. Addresses some of the issues in #161. @jonasbkarlsson (#166)
  • Documentation: Add curve: stepline to get straight lines in chart. @moorgrove (#174)

Bug Fixes

v1.9.0-dev4

08 Sep 20:30
204f387
Compare
Choose a tag to compare
v1.9.0-dev4 Pre-release
Pre-release

New Features

Changes

  • Allow negative price limit. @janneho (#182)
  • Charging schedule gets updated hourly when EV is physically not conne… @quartien (#181)
  • Update of EV connected logic. For the case where a car integration is used to control charging, a charging command (either stop or start depending on the charinging schedule) is sent directly after the car has been connected to the charger. Addresses some of the issues in #161. @jonasbkarlsson (#166)
    NOTE: A new configuration item has been added to let the user state that there is a car integration that is used to control start/stop of charging. It is not possible to downgrade to v1.8.0 without recreating the integration instances.
  • Documentation: Add curve: stepline to get straight lines in chart. @moorgrove (#174)

Bug Fixes

v1.9.0-dev3

08 Sep 17:25
088bfea
Compare
Choose a tag to compare
v1.9.0-dev3 Pre-release
Pre-release

New Features

Changes

  • Allow negative price limit. @janneho (#182)
  • Charging schedule gets updated hourly when EV is physically not conne… @quartien (#181)
  • Update of EV connected logic. For the case where a car integration is used to control charging, a charging command (either stop or start depending on the charinging schedule) is sent directly after the car has been connected to the charger. Addresses some of the issues in #161. @jonasbkarlsson (#166)
    NOTE: A new configuration item has been added to let the user state that there is a car integration that is used to control start/stop of charging. It is not possible to downgrade to v1.8.0 without recreating the integration instances.
  • Documentation: Add curve: stepline to get straight lines in chart. @moorgrove (#174)

Bug Fixes

v1.9.0-dev2

02 Sep 18:19
9094505
Compare
Choose a tag to compare
v1.9.0-dev2 Pre-release
Pre-release

Changes

  • Allow negative price limit. @janneho (#182)
  • Update of EV connected logic. For the case where a car integration is used to control charging, a charging command (either stop or start depending on the charinging schedule) is sent directly after the car has been connected to the charger. Addresses some of the issues in #161. @jonasbkarlsson (#166)
    NOTE: A new configuration item has been added to let the user state that there is a car integration that is used to control start/stop of charging. It is not possible to downgrade to v1.8.0 without recreating the integration instances.
  • Documentation: Add curve: stepline to get straight lines in chart. @moorgrove (#174)

Bug Fixes

v1.9.0-dev1

31 Aug 09:33
7599e84
Compare
Choose a tag to compare
v1.9.0-dev1 Pre-release
Pre-release

Changes

  • Add curve: stepline to get straight lines in chart @moorgrove (#174)
  • Update of EV connected logic. For the case where a car integration is used to control charging, a charging command (either stop or start depending on the charinging schedule) is sent directly after the car has been connected to the charger. Addresses some of the issues in #161. @jonasbkarlsson (#166)
    NOTE: A new configuration item has been added to let the user state that there is a car integration that is used to control start/stop of charging. It is not possible to downgrade to v1.8.0 without recreating the integration instances.

Bug Fixes

v1.8.0

15 Mar 20:45
9a455c7
Compare
Choose a tag to compare

Breaking change

New Features

Maintenance

v1.8.0-dev3

14 Mar 17:46
9a455c7
Compare
Choose a tag to compare
v1.8.0-dev3 Pre-release
Pre-release

Breaking change

New Features

Maintenance

v1.8.0-dev2

05 Mar 17:09
00245fb
Compare
Choose a tag to compare
v1.8.0-dev2 Pre-release
Pre-release

Changes

  • Send signal after config entry changed. @jonasbkarlsson (#151)
    Note: Fixes the issue in dev1 that the new integration name wasn't automatically updated in the browser.