Releases: flashg1/TeslaSolarCharger
Releases · flashg1/TeslaSolarCharger
v2.1d
- Breaking change: Need to define helper number or template sensor for power offset to charge from grid.
- Set current to 5A on exit because charger is turned off on reaching charge limit and had no chance to set current to 0.
- Added note on how to possibly charge multiple Tesla cars at the same time based on power allocation weighting.
v2.1c
- Removed 30 seconds delay for overriding charge limit. To override charge limit, set charge limit from Tesla app and toggle off setting daily charge limit.
v2.1b
- Do not manually run this script if car is not at home, because it affects car charging anywhere.
- Tidied syntax.
v2.1a
- Tidied code.
- Fixed issue with occasional unexpected exit on start up due to charger status not up-to-date.
v2.1
- Breaking change: Need to create new input boolean to enable or disable use of daily car charge limit config. Sometimes it is easier to just use the Tesla app charge limit.
v2.0b
- Tidied up code syntax.
- More diagnostic info during tracing by using "alias" command.
v2.0a
- Updated doc.
- Took "turn charger on" out of choose condition to speed up current change on startup.
v2.0
- Use sun elevation triggers instead of sunrise/sunset time offsets to start and stop script.
- Allow top up from grid if there is not enough solar electricity.
v1.1e
Minor enhancement. See version.txt for details.
v1.1d
Minor enhancement and updated doc.