Skip to content

Commit

Permalink
docs: added warning about improper use of MQTT authentification to RE…
Browse files Browse the repository at this point in the history
…ADME

Closes #25
  • Loading branch information
fetzu authored Jul 11, 2023
1 parent 4b5083f commit 5a6ece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pip install -r requirements.txt

To run, you can either use the CLI. Please note that USER_TOKEN, CAR_NUMBER, CAR_MODEL and MQTT_SERVER are required arguments.

If you are using a MQTT server with username or authentication, pass the -l (to use MQTT_USERNAME only) or -a (for authentication with MQTT_USERNAME and MQTT_PASSWORD) options.
If you are using a MQTT server with username or authentication, pass the -l (to use MQTT_USERNAME only) or -a (for authentication with MQTT_USERNAME and MQTT_PASSWORD) options. [Be aware that passing a username and password on an MQTT server not set for it will cause the connection to fail](https://github.com/fetzu/teslamate-abrp/issues/25).


```
Expand Down

0 comments on commit 5a6ece6

Please sign in to comment.