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

TeslaBLE.py keeps running in the background. How to disable. #610

Open
pflik opened this issue Feb 7, 2025 · 0 comments
Open

TeslaBLE.py keeps running in the background. How to disable. #610

pflik opened this issue Feb 7, 2025 · 0 comments

Comments

@pflik
Copy link

pflik commented Feb 7, 2025

I'm using the latest docker version and while it all seems to work fine, i see that it is trying to run bluetooth commands the whole time. I also cannot find the config to disable bluetooth. can anyone help?

File "/usr/src/TWCManager/lib/TWCManager/TWCManager.py", line 274, in background_tasks_thread
pflik-twcmanager-1 | if not carble or not carble.car_api_charge(task["charge"]):
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 56, in car_api_charge
pflik-twcmanager-1 | self.startCharging(vehicle)
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 138, in startCharging
pflik-twcmanager-1 | self.wakeVehicle(vin)
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 194, in wakeVehicle
pflik-twcmanager-1 | self.sendCommand(vin, "wake")
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 107, in sendCommand
pflik-twcmanager-1 | result = subprocess.Popen(
pflik-twcmanager-1 | File "/usr/lib/python3.9/subprocess.py", line 951, in init
pflik-twcmanager-1 | self._execute_child(args, executable, preexec_fn, close_fds,
pflik-twcmanager-1 | File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child
pflik-twcmanager-1 | raise child_exception_type(errno_num, err_msg, err_filename)
pflik-twcmanager-1 | PermissionError: [Errno 1] Operation not permitted: '/home/twcmanager/gobin/tesla-control'
pflik-twcmanager-1 | , occurred when processing background task

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

1 participant