Car telemetry using llamalab script

I changed to a newer android phone and got rid of the sslhandshake issue but now I am getting owntracks post failure :persevere:

@1303: Shell command 10-13 08:23:50.827 I 218@1553: Failure catch 10-13 08:23:50.831 I 218@1548: Location get 10-13 08:23:50.837 I 218@1549: Expression true? 10-13 08:23:50.838 I 218@1569: Variable set 10-13 08:23:50.838 I 218@1560: Atomic store 10-13 08:23:50.850 I 218@1561: Variable set 10-13 08:23:50.851 I 218@1562: Atomic store 10-13 08:23:50.869 I 218@1602: Atomic store 10-13 08:23:50.885 I 218@1603: Atomic store 10-13 08:23:50.899 I 218@1604: Variable set 10-13 08:23:50.902 I 218@1605: Atomic store 10-13 08:23:50.922 U 218@1550: GPS Position obtained: 5m:0 mph:gps 10-13 08:23:50.923 I 218@1693: Delay 10-13 08:23:50.967 I 216@1142: Variable set 10-13 08:23:50.968 I 216@1138: File monitor 10-13 08:23:50.994 I 217@1502: Variable set 10-13 08:23:50.994 I 217@1507: Atomic store 10-13 08:23:51.040 I 217@1503: Expression true? 10-13 08:23:51.045 I 217@1506: Expression true? 10-13 08:23:51.045 I 217@1280: Toast show 10-13 08:23:51.047 I 217@1505: Variable set 10-13 08:23:51.047 I 217@1692: Delay 10-13 08:23:51.136 I 215@1353: Expression true? 10-13 08:23:51.137 U 215@1355: Owntracks Post failure : discarding data: 401: 10-13 08:23:51.137 I 215@0: Stopped at end

There is also a login failed notification on my home assistant around the same time I run the script.
Any ideas why I am getting the owntracks post failure

Anybody please have any idea???

The way actually worked for me was deleting Car Telemetry, then uninstall Automate from first phone then start all over on new phone.

That Is exactly what I did too. But home assistant keep blocking torque from making the connection.

I keep getting failure catch and owntracks failure. I have no clue how troubleshoot what’s going on.

Did you enable MQTT?

Why are you using owntracks, Car telemetry works better with a connected OBDII Module, they are like $20 USD.
You can follow this tutorial

This is the exact video I followed step by step.
I am using an lg V20 android phone with android 8.

Whenever I lunch the script , it open torque and goes back to Home Screen. Just like the video. I open automate to check progress and I get the log you see in op.
I am using the exact same odb 2 that the YouTuber is using.
The only thing I think of is different is mqtt.
He didn’t touch up on the subject and I feel I am missing something as far mqtt.
I have mosquito broker installed and I set up an mqtt user in home assistant.
I didn’t put login info in mosquitto addon as many have advised.
If I can just get how mqtt is setup with those that managed to get this working I could have an idea how to set up mine.
I don’t have anything in configuration.yaml about mqtt.
Should I include anything in their?

Go to developer tools and filter by the name you gave to your entity then see if you are collecting data.
Also how is your Yaml file?
Also data logging on torque,
synchronous, automatically log G sensor, Rotate log files, format log values, upload to web server, web logging interval, only when obd connected all uncheck

MQTT, you just install and run, nothing to config, let me see your YAML entry.
Here is my MQTT entry

First of all, Thank you so much for your patience with me on this.

You said those values on data logging should all be UNchecked? Because they look like are checked on your pics.

I also get this notification in home assistant as soon as I launch automate

Log from automate

Update: Solved!!!
I struggled with this thing for 4 days straight. I turned out it was spelling error ( kill me now lmao)
I was putting bearer instead of Bearer

Yes when I sent pics was to show you what was the wrong approach. Reason why I sent a message with items that were supposed to be unchecked.

I’m glad that works for you too.