AirBeeSee / FiatUconnect

FIAT (uconnect) Home Assistant Addon
MIT License
4 stars 2 forks source link

Any Chance of Supporting RAM? #12

Open Bart738 opened 1 month ago

Bart738 commented 1 month ago

I'm trying to get the _authApiKey and _authURL updated in the original FiatChamp repo, but I dont think its maintained anymore. Everything works except for the commands requiring the PIN authentication. In FiatChamp, these two lines are set to "UNKNOWN" meaning they need an update.

Also please see: https://community.home-assistant.io/t/fiat-500e-uconnect/376522/87?u=bart1

if (_brand == FcaBrand.Ram) { _loginApiKey = "3_7YjzjoSb7dYtCP5-D6FhPsCciggJFvM14hNPvXN9OsIiV1ujDqa4fNltDJYnHawO"; _apiKey = "OgNqp2eAv84oZvMrXPIzP8mR8a6d9bVm1aaH9LqU"; _loginUrl = "https://login-us.ramtrucks.com"; _tokenUrl = "https://authz.sdpr-02.fcagcv.com/v2/cognito/identity/token"; _apiUrl = "https://channels.sdpr-02.fcagcv.com"; _authApiKey = "fNQO6NjR1N6W0E5A6sTzR3YY4JGbuPv48Nj9aZci"; _authUrl = "https://mfa.fcl-02.fcagcv.com"; _awsEndpoint = RegionEndpoint.USEast1; _locale = "en_us";