Releases: jonasbkarlsson/ev_smart_charging
Releases · jonasbkarlsson/ev_smart_charging
v1.8.0
Breaking change
- Moved attribute charging status to its own sensor. @jonasbkarlsson (#159)
New Features
- Added support of Entso-e integration. @jonasbkarlsson (#156)
- Added possibility to change the configuration (input entities) after intial configuration. @jonasbkarlsson (#150)
- Added setting of name during configuration. @jonasbkarlsson (#149)
Maintenance
- Added testing for Python 3.11 @jonasbkarlsson (#148)
- New dev container. @jonasbkarlsson (#145)
v1.8.0-dev3
Breaking change
- Moved attribute charging status to its own sensor. @jonasbkarlsson (#159)
New Features
- Added support of Entso-e integration. @jonasbkarlsson (#156)
- Added possibility to change the configuration (input entities) after intial configuration. @jonasbkarlsson (#150)
- Added setting of name during configuration. @jonasbkarlsson (#149)
Maintenance
- Added testing for Python 3.11 @jonasbkarlsson (#148)
- New dev container. @jonasbkarlsson (#145)
v1.8.0-dev2
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.
v1.8.0-dev1
New Features
- Added possibility to set the name during configuration. @jonasbkarlsson (#149)
- Added possibility to change the configuration (name and input entities). @jonasbkarlsson (#150)
NOTE: If the name is changed, the names of the integration, the device and the entities are changed, but the Entity IDs are not changed. The new name of the integration is not automatically refreshed by the browser.
Maintenance
- New dev container. @jonasbkarlsson (#145)
- Add testing for Python 3.11 @jonasbkarlsson (#148)
v1.7.0
New Feature
- Added charging status. @jonasbkarlsson (#127)
Bug Fixes
- Improvments of schedule when completion time is changed. @jonasbkarlsson (#141)
- Fixed reschedule issue. @jonasbkarlsson (#136)
- Make sure charger is turned off when disconnected. @jonasbkarlsson (#121)
v1.7.0-dev4
Bug Fixes
- Fixed reschedule issue. @jonasbkarlsson (#136)
v1.7.0-dev3
Notice
- Have added some logging on INFO level.
- If the "debounce" function works as expected, the follow three lines should be seen in the logs.
2023-02-19 21:16:26.638 INFO (MainThread) [custom_components.ev_smart_charging.helpers.general] debounced.wait_time= 1.0
2023-02-19 21:16:27.640 INFO (Thread-16) [custom_components.ev_smart_charging.helpers.general] debounced.call_function()
2023-02-19 21:16:27.642 INFO (MainThread) [custom_components.ev_smart_charging.coordinator] Turn on charging
-
The first line could appear multiple times.
-
The second line should only appear once and should not be running in the MainThread.
-
The third line should only appear once and should be running in the MainThread. (Instead of Turn on, it could be Turn off.)
-
If anyone is using this pre-release, please let me know in #131 how it works.
-
Also, I had trouble with my charger, and had to reboot it. Maybe the problems I saw were due to a charger problem. I have so far not been able to recreate the problem in my development environment.
v1.7.0-dev2
Notice
There seems to be some serious problems with v1.7.0-dev1.
I have opened a new issue #131 for this.
v1.7.0-dev1
New Features
- Added charging status. @jonasbkarlsson (#127)
Bug Fixes
- Make sure charger is turned off when disconnected. @jonasbkarlsson (#121)
- Added debounce for turning on and off the charger. @jonasbkarlsson (#129)
v1.6.0
New Features
- Added support of Energi Data Service. @jonasbkarlsson (#108)
In addition to Nordpool, now also the Energi Data Service integration can be used to get the electricity prices. - Opportunistic charging. @jonasbkarlsson (#106)
If the electricity price of the last hour tomorrow is very low, that often means that the prices next night will be low. If charging fully every night is not important, activate this feature to save on the electricity cost.
Changes
- Removed configuration items. @jonasbkarlsson (#107)
In v1.5.0, configuration entities were added to enable changing some of the configuration parameteres by service calls or from the dashboard. The previous way to change these parameters usingSettings -> Devices & Services -> Integrations -> EV Smart Charging -> Configure
were still possible. However, in this release, that way of changing these parameters are removed. Note that the configuration entities can be changed hereSettings -> Devices & Services -> Integrations -> EV Smart Charging -> 1 device -> Configuration
.