From e93431ea3d93931548d906bbde599aaec82e9e29 Mon Sep 17 00:00:00 2001 From: BennyDaBee <97147515+BennyDaBee@users.noreply.github.com> Date: Mon, 19 Sep 2022 10:06:22 -0500 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index dc21be5..be60a9e 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,20 @@ namePrefix: process.env.MQTT_NAME_PREFIX || '', ``` After all this run `cd ..` and then `npm run start` and it should now connect and you will have OnStarJS in your HA MQTT +### .ENV +You need to create an .env file at the root of the files. +Once created, you need to fill it with the following. +``` +uuid="" +vin="" +osuser="" +ospass="" +ospin="" +haip="" +mquser="" +mqpass="" +``` + ### Home Assistant configuration templates MQTT auto discovery is enabled. For further integrations and screenshots see [HA-MQTT.md](HA-MQTT.md).