Replies: 1 comment
-
I found my issue... location = /.well-known/appspecific/com.tesla.3p.public-key.pem So the Tesla HTTP Proxy, the public and private is created in /share/tesla mine is working agian... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My system is working fine 2 days ago... but I had to redo everything from scratch due to my NGINX Proxy manage cannot renew my SSL certificate. I was able to able to configure the Tesla HTTP PRoxy + Tesla Custom Integration without much issue up until adding virtual key into the car
My setup
Car MY : 2024.20.9
HAOS : 2024.7.4
NGINX Proxy Manager : 1.0.1
Telsa HTTP Proxy : 2.2.8
Tesla Custom Integration : 3,24,1 also tried 3.23.1
Logs from Tesla HTTP Proxy
2024-08-13T12:04:02+10:00 [info ] Received GET request for /api/1/products
2024-08-13T12:04:02+10:00 [debug] Forwarding request to https://fleet-api.prd.na.vn.cloud.tesla.com/api/1/products
2024-08-13T12:04:02+10:00 [info ] Received POST request for /api/1/vehicles/LRWYHxxxx/command/set_charging_amps
2024-08-13T12:04:02+10:00 [debug] Executing set_charging_amps on LRWYHxxxx
2024-08-13T12:04:02+10:00 [info ] Starting dispatcher service...
2024-08-13T12:04:02+10:00 [info ] Requesting session info from DOMAIN_INFOTAINMENT
2024-08-13T12:04:02+10:00 [info ] Requesting session info from DOMAIN_VEHICLE_SECURITY
2024-08-13T12:04:02+10:00 [debug] Sending request to https://fleet-api.prd.na.vn.cloud.tesla.com/api/1/vehicles/LRWYHxxxx/signed_command: {"routable_message":"MgIIAjxxx6LJxDBWTkAIX0ACLB1xxx/nx8zyyO2RbEPXm/OKHT2Gpjfe8woxxxxx1mJow/n7yAscM+L+1g=="}
2024-08-13T12:04:02+10:00 [debug] Sending request to https://fleet-api.prd.na.vn.cloud.tesla.com/api/1/vehicles/LRWYHxxxx/signed_command: {"routable_message":"MgIIAxxxxz3ajHQFR6LpvIo6rRbO+xmgMQIa1i/AK9aCCIFxxxnJDCkEE4/nx8zxxxbEPXm/OKHT2Gpjfe8woxxxxxxeenFz1fLySF2x0OAQ1wujlyiXIYhMJVx1mJow/n7yAscM+L+1g=="}
2024-08-13T12:04:03+10:00 [debug] Server returned 200: OK: {"response":"MhISEGXosnEMFZOQAhfQAxxxxxIDEDluQH3Z8hX/cH+uga+3ZIs="}
2024-08-13T12:04:03+10:00 [warn ] [396e407dd9f215ff707fae81afb7648b] Discarding unauthenticated session info
2024-08-13T12:04:03+10:00 [warn ] [396e407dd9f215ff707fae81afb7648b] Session info error: BadParameter: invalid public key
2024-08-13T12:04:03+10:00 [error] Returning error Internal Server Error
2024-08-13T12:04:03+10:00 [debug] [21ad62fc02bd68208814124875a9bd1a] Retrying transmission after error: Post "https://fleet-api.prd.na.vn.cloud.tesla.com/api/1/vehicles/LRWYHxxxx/signed_command": context canceled
any ideas?
Beta Was this translation helpful? Give feedback.
All reactions