Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detecting when no command are attempted or successful anymore. #30

Closed
dglaude opened this issue Jul 16, 2024 · 1 comment
Closed

Detecting when no command are attempted or successful anymore. #30

dglaude opened this issue Jul 16, 2024 · 1 comment

Comments

@dglaude
Copy link
Contributor

dglaude commented Jul 16, 2024

It seems that from time to time, the BLE communication with the car fail or TeslaBleHttpProxy is not even trying anymore.

evcc keep trying to change the car setting to follow the curve, but nothing is happening.

I wonder what could be done to detect those case, and then what could be done to unblock the situation one way or another.

Here are my logs:

2024/07/16 13:46:28 INFO received command=set_charging_amps body=map[charging_amps:9]
2024/07/16 13:46:28 INFO connecting to Vehicle ...
2024/07/16 13:46:35 INFO connection established
2024/07/16 13:46:35 INFO sending command=set_charging_amps body=map[charging_amps:9]
2024/07/16 13:46:36 INFO successfully executed command=set_charging_amps body=map[charging_amps:9]
2024/07/16 13:47:28 INFO received command=set_charging_amps body=map[charging_amps:8]
2024/07/16 13:47:28 INFO connecting to Vehicle ...
2024/07/16 13:47:43 WARN failed to connect to vehicle (A): ble: failed to enumerate device services: ATT request failed: input channel closed: io: read/write on closed pipe
2024/07/16 13:47:43 INFO retrying in 3 seconds
2024/07/16 13:47:52 INFO connection established
2024/07/16 13:47:52 INFO sending command=set_charging_amps body=map[charging_amps:8]
2024/07/16 13:47:53 INFO successfully executed command=set_charging_amps body=map[charging_amps:8]
2024/07/16 13:48:58 INFO received command=set_charging_amps body=map[charging_amps:9]
2024/07/16 13:48:58 INFO connecting to Vehicle ...
2024/07/16 13:49:13 WARN failed to connect to vehicle (A): context deadline exceeded
2024/07/16 13:49:13 INFO retrying in 3 seconds
2024/07/16 13:49:28 INFO received command=set_charging_amps body=map[charging_amps:10]
2024/07/16 13:49:58 INFO received command=set_charging_amps body=map[charging_amps:11]
2024/07/16 13:50:28 INFO received command=set_charging_amps body=map[charging_amps:12]
2024/07/16 13:51:58 INFO received command=set_charging_amps body=map[charging_amps:11]
2024/07/16 13:52:28 INFO received command=set_charging_amps body=map[charging_amps:10]
2024/07/16 13:52:58 INFO received command=set_charging_amps body=map[charging_amps:12]
2024/07/16 13:53:28 INFO received command=set_charging_amps body=map[charging_amps:11]
2024/07/16 13:53:58 INFO received command=set_charging_amps body=map[charging_amps:15]
2024/07/16 13:54:28 INFO received command=set_charging_amps body=map[charging_amps:16]
2024/07/16 13:54:58 INFO received command=set_charging_amps body=map[charging_amps:10]
2024/07/16 13:55:28 INFO received command=set_charging_amps body=map[charging_amps:15]
2024/07/16 13:55:58 INFO received command=set_charging_amps body=map[charging_amps:13]
2024/07/16 13:56:28 INFO received command=set_charging_amps body=map[charging_amps:14]
@wimaha
Copy link
Owner

wimaha commented Jul 17, 2024

This is duplicate to #6

Unfortunately no solution is known at the moment.

@wimaha wimaha closed this as completed Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants