Replies: 1 comment 8 replies
|
can you please enable the debug log and: When you disconnect your car, you should see
and then
and then 3 minutes later
since that's the current default impl - that on a disconnect, the code will wait 3min = 180sec before the etl will be requested... when this takes 45min on your device, then this |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before I fire in an actual issue - figured I would continue the discussion here instead of hijacking the Query thread. I have the json for the ETL file, and what i'm seeing is a fair "delay" for that entry coming back from the Ford api - for example:
2026-02-12_21-30-16.784_etl.json - Showing the following in the JSON - so about ~45 min for that ETL file to come down.
"energyTransferLogs": [ { "id": "", "deviceId": "", "eventType": "ChargeData", "chargerType": "AC_BASIC", "energyConsumed": 23.73727, "timeStamp": "2026-02-12T20:49:17Z", "preferredChargeAmount": 0, "targetSoc": 90, "plugDetails": { "plugInTime": "2026-02-12T18:14:20Z", "plugOutTime": "2026-02-12T20:48:14Z", "totalPluggedInTime": 9234, "plugInDte": 209.8, "totalDistanceAdded": 121.9 },Given, in the past I have noticed the ford app shows the correct value, would it make sense to do something like this in an automation: "On plug disconnected, wait 5 min, then do a local refresh"
Of note, all the other stats seem fine in the UI - the "unplugged" sensor updates, trip data is flowing etc. its VERY rare we would have an in and out situation where a very short charge happened, but I'm trying to dashboard and automate this as much as I can to track it.
All reactions