mirror of
https://github.com/hassio-addons/addon-traccar.git
synced 2025-05-04 19:11:31 +00:00
fix instructions
This commit is contained in:
parent
f06eee32ac
commit
887a2b50af
1 changed files with 5 additions and 11 deletions
16
README.md
16
README.md
|
@ -50,7 +50,7 @@ comparison to installing any other Hass.io add-on.
|
||||||
1. Start the "Traccar" add-on
|
1. Start the "Traccar" add-on
|
||||||
1. Check the logs of the "Traccar" add-on to see if everything went well.
|
1. Check the logs of the "Traccar" add-on to see if everything went well.
|
||||||
1. Click the "OPEN WEB UI" button and log in using `admin`/`admin`.
|
1. Click the "OPEN WEB UI" button and log in using `admin`/`admin`.
|
||||||
1. Be sure to change the username and password!
|
1. Be sure to change the username, email, and password!
|
||||||
1. After testing, please consider using MariaDB, since it makes the add-on
|
1. After testing, please consider using MariaDB, since it makes the add-on
|
||||||
far more stable. Please, consult the add-on manual on how to configure this.
|
far more stable. Please, consult the add-on manual on how to configure this.
|
||||||
|
|
||||||
|
@ -66,7 +66,6 @@ Example add-on configuration:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"log_level": "info",
|
"log_level": "info",
|
||||||
"port": 8072,
|
|
||||||
"ssl": true,
|
"ssl": true,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem"
|
"keyfile": "privkey.pem"
|
||||||
|
@ -93,11 +92,6 @@ more severe level, e.g., `debug` also shows `info` messages. By default,
|
||||||
the `log_level` is set to `info`, which is the recommended setting unless
|
the `log_level` is set to `info`, which is the recommended setting unless
|
||||||
you are troubleshooting.
|
you are troubleshooting.
|
||||||
|
|
||||||
### Option: `port`
|
|
||||||
|
|
||||||
The `port` setting allows you to change the port the web interface
|
|
||||||
Traccar is running on.
|
|
||||||
|
|
||||||
### Option: `ssl`
|
### Option: `ssl`
|
||||||
|
|
||||||
Enables/Disables SSL (HTTPS) on the web interface.
|
Enables/Disables SSL (HTTPS) on the web interface.
|
||||||
|
@ -153,10 +147,10 @@ Add the following snippet to your Home Assistant `configuration.yaml` file.
|
||||||
```yaml
|
```yaml
|
||||||
device_tracker:
|
device_tracker:
|
||||||
- platform: traccar
|
- platform: traccar
|
||||||
host: a0d7b954-traccar
|
host: localhost
|
||||||
port: 8072
|
port: 18682
|
||||||
username: YOUR_USERNAME
|
username: TRACCAR_EMAIL_ADDRESS
|
||||||
password: YOUR_PASSWORD
|
password: TRACCAR_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Restart Home Assistant.
|
Restart Home Assistant.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue