mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-11 10:19:54 +02:00
Add TZ to default sample
This commit is contained in:
@@ -8,7 +8,7 @@ Maybe this component works also with other Volvo cars. Please try out the native
|
||||
Just install this addon with the following command.
|
||||
Please note to fill in your settings inside the environment variables.
|
||||
|
||||
`docker run -e CONF_updateInterval=300 -e CONF_babelLocale='de' -e CONF_mqtt='@json {"broker": "", "username": "", "password": ""}' -e CONF_volvoData='@json {"username": "", "password": "", "vin": ""}' -e TZ='' --name volvo2mqtt ghcr.io/dielee/volvo2mqtt:main`
|
||||
`docker run -e CONF_updateInterval=300 -e CONF_babelLocale='de' -e CONF_mqtt='@json {"broker": "", "username": "", "password": ""}' -e CONF_volvoData='@json {"username": "", "password": "", "vin": ""}' -e TZ='Europe/Berlin' --name volvo2mqtt ghcr.io/dielee/volvo2mqtt:main`
|
||||
|
||||
Here is what every option means:
|
||||
|
||||
@@ -18,4 +18,4 @@ Here is what every option means:
|
||||
| `babelLocale` | `string` | **required** | Locale for date Format |
|
||||
| `mqtt` | `json` | **required** | Broker = Mqtt Broker IP / Username and Passwort are optional! |
|
||||
| `volvoData` | `json` | **required** | Username and password are required. Car vin is optional. If no vin is provided, the system will always use the first vehicle in API. |
|
||||
| `TZ` | `string` | | Container timezone eg "Europe/Amsterdam" |
|
||||
| `TZ` | `string` | | Container timezone eg "Europe/Berlin" |
|
||||
|
||||
Reference in New Issue
Block a user