Skip to content

Commit

Permalink
Merge pull request #359 from BigThunderSR/add-token-location-option
Browse files Browse the repository at this point in the history
Add token location options and related updates
  • Loading branch information
BigThunderSR authored Nov 23, 2024
2 parents f418271 + 52aef6c commit 2dc5271
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 12 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ There is no affiliation with this project and GM, Chevrolet nor OnStar. In fact,
Collect the following information:

1. [Generate](https://www.uuidgenerator.net/version4) a v4 uuid for the device ID
1. OnStar login: username, password, PIN, OTP Key
1. OnStar login: username, password, PIN, [TOTP Key (Please click link for instructions)](https://github.com/BigThunderSR/OnStarJS?tab=readme-ov-file#new-requirement-as-of-2024-11-19)
1. Your car's VIN. Easily found in the monthly OnStar diagnostic emails.
1. MQTT server information: hostname, username, password
1. If using TLS, define `MQTT_PORT` and `MQTT_TLS=true`
Expand Down Expand Up @@ -101,6 +101,7 @@ docker run \
--env ONSTAR_PASSWORD= \
--env ONSTAR_TOTP= \
--env ONSTAR_PIN= \
--env TOKEN_LOCATION \ ## NOTE: This is optional and allows you to save/read tokens from persistent storage
--env MQTT_HOST= \
--env MQTT_USERNAME \
--env MQTT_PASSWORD \
Expand All @@ -118,6 +119,7 @@ docker run \
--env ONSTAR_PASSWORD= \
--env ONSTAR_TOTP= \
--env ONSTAR_PIN= \
--env TOKEN_LOCATION \ ## NOTE: This is optional and allows you to save/read tokens from persistent storage
--env MQTT_HOST= \
--env MQTT_USERNAME \
--env MQTT_PASSWORD \
Expand Down Expand Up @@ -164,6 +166,7 @@ ONSTAR_USERNAME=
ONSTAR_PASSWORD=
ONSTAR_TOTP=
ONSTAR_PIN=
TOKEN_LOCATION= # (NOTE: This is optional and allows you to save/read tokens from persistent storage)
MQTT_USERNAME=
MQTT_PASSWORD=
MQTT_ONSTAR_POLLING_STATUS_TOPIC=
Expand Down
Loading

0 comments on commit 2dc5271

Please sign in to comment.