Changelog:
-
Improvements to notification setup. Now you can use your own notification app with 'notify_app: your_app'.
-
Now the built in notify app uses
call_service(f'notify/{message_recipient}'
instead of hass notify. -
Further improvements to save hours when price is expensive over a longer periode than 'max_continuous_hours'
-
Changed from 5% to 7% as default increase in price difference pr hour saving, when calculating continuous hours before a price drop. Calculation is done backwards from price drop.
-
Added
pricedifference_increase
to heaters (climate and switches) to change from the default 7% increase pr hour backwards from price drop. This value is in percent. To get 7% increase input 1.07. -
Wake car if home and battery state is unknown when trying to calculate charge time, if no previous calculations on battery state.
-
Rewrite to use adbase insted of hassapi.
-
Rewrite started to better handle multiple cars on multiple chargers.
In version 0.2.0 you will need to configure each Tesla as a car, and each Easee charger as a charger. No need to link car to charger. This will make it easier to implement other cars and chargers.