Tesla not woken before scheduled charging starts - evcc repeatedly sends charge current commands to sleeping vehicle #32439
Replies: 2 comments
Update 2026-08-10 – reproduced again with clearer debug loggingI was able to reproduce the same issue again today. This time the debug log shows quite clearly what happens when EVCC tries to start charging while the Tesla is asleep. The car was connected to the charger the entire time ( At 11:07 I switched to About one minute later EVCC tried again. At this point there was already approximately 3.2 kW of grid export: To rule out this being related specifically to PV/min+PV logic, I manually switched the charge mode to EVCC immediately tried to set the charging current, but again the Tesla was asleep: Interestingly, at the next control cycle the command suddenly succeeded: This seems to confirm the issue described in my original post: EVCC correctly decides that charging should start, but the command to the Tesla fails while the vehicle is asleep. Once the Tesla becomes available, the same operation succeeds. The particularly interesting part for me is that explicitly selecting So this does not appear to be caused by the PV charging conditions themselves. For scheduled/unattended charging this can result in charging not starting at the intended time if the Tesla has been parked long enough to be asleep. I have attached the complete debug log covering the period leading up to this event as well. Hopefully this additional log helps pinpoint whether EVCC should actively wake the Tesla and retry the command when it receives an |
Update: possible cause found – wake-up calls were disabledI may have found the cause of the issue. While checking my Tesla vehicle configuration in EVCC, I noticed that:
I have now changed this to This would explain why EVCC was unable to start charging when the vehicle was asleep. However, if this turns out to be the cause, I think the logging could be clearer about it. The logs showed errors related to the vehicle being asleep, for example when EVCC tried to execute a charging command, but there was no clear indication that EVCC was deliberately not attempting to wake the vehicle because wake-up calls were disabled in the configuration. A message such as:
would have made the cause immediately clear and would have prevented a lot of troubleshooting around the Tesla Fleet API / MyTeslaMate command proxy. For completeness: I have now also created a new Tesla API application and reconnected MyTeslaMate. EVCC is using the new Client ID, access token and refresh token. The MyTeslaMate command proxy and proxy token are working and EVCC validates the vehicle configuration successfully. I will report back after testing whether changing |
Uh oh!
There was an error while loading. Please reload this page.
Title
Tesla remains asleep when charging should start — evcc repeatedly sends charge current commands without waking vehicle
Description
Hi,
Before opening a formal bug report, I would like to check whether this is expected behaviour, a configuration issue, or an evcc bug.
I use:
The Tesla is connected overnight and goes into sleep mode.
On the morning of August 2, 2026, evcc should have started charging when sufficient PV surplus became available. However, charging did not start because the Tesla remained asleep.
The log shows that evcc repeatedly tried to change the charging current:
set charge current limit 6A: asleep
set charge current limit 14A: asleep
set charge current limit 13A: asleep
These messages repeated approximately every 90 seconds for more than an hour.
I could not find any log entry showing that evcc first attempted to wake the vehicle. It appears that evcc kept sending charge-current commands while the Tesla was still asleep.
The configuration/capabilities output indicates that wake-up is supported:
vehicle:
wakeup ✓
Eventually, I manually opened the Tesla app and pressed Start Charging.
This woke the Tesla immediately. After that, evcc was able to communicate with the vehicle and charging continued normally.
Timeline
From the longer debug log:
Expected behaviour
When charging should start while the Tesla is asleep, I would expect evcc to:
Actual behaviour
evcc repeatedly sends charge-current commands while the Tesla remains asleep.
Charging does not start until the vehicle is manually awakened through the Tesla app.
Questions
I have attached the longer debug log covering the period from early morning until after the failed charging attempts.
Thanks in advance.
49686a9f_evcc_2026-08-02T09-56-41.313Z.log
All reactions