external InfluxDB
This commit is contained in:
parent
9b9a5b20f0
commit
d0e48f9dfa
@ -21,13 +21,27 @@ http:
|
|||||||
#login_attempts_threshold: 5
|
#login_attempts_threshold: 5
|
||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
host: a0d7b954-influxdb
|
api_version: 2
|
||||||
|
ssl: false
|
||||||
|
host: 192.168.88.10
|
||||||
port: 8086
|
port: 8086
|
||||||
database: homeassistant
|
token: !secret influxdb_token
|
||||||
username: homeassistant
|
organization: habad
|
||||||
password: QVT5eqCgCXDxpSu4b7Rl
|
bucket: homeassistant
|
||||||
max_retries: 3
|
tags:
|
||||||
default_measurement: state
|
source: HomeAssistant
|
||||||
|
tags_attributes:
|
||||||
|
- friendly_name
|
||||||
|
default_measurement: units
|
||||||
|
|
||||||
|
#influxdb:
|
||||||
|
# host: a0d7b954-influxdb
|
||||||
|
# port: 8086
|
||||||
|
# database: homeassistant
|
||||||
|
# username: homeassistant
|
||||||
|
# password: QVT5eqCgCXDxpSu4b7Rl
|
||||||
|
# max_retries: 3
|
||||||
|
# default_measurement: state
|
||||||
|
|
||||||
# Obývák / hlavní světlo
|
# Obývák / hlavní světlo
|
||||||
light:
|
light:
|
||||||
|
|||||||
@ -6,3 +6,7 @@ some_password: welcome
|
|||||||
xiaomi_vacuum_token: 54553270474f35576e55325450506261
|
xiaomi_vacuum_token: 54553270474f35576e55325450506261
|
||||||
xiaomi_cloud_username: habad@hotmail.cz
|
xiaomi_cloud_username: habad@hotmail.cz
|
||||||
xiaomi_cloud_password: Maska.MiAccount
|
xiaomi_cloud_password: Maska.MiAccount
|
||||||
|
|
||||||
|
# Database
|
||||||
|
mariadb_url: mysql://dbadmin:kJO^qh5994vm0.q\PLKS@core-mariadb/homeassistant?charset=utf8mb4
|
||||||
|
influxdb_token: cqMQvcDUlP6_Zo88s_MXsl672zJQaIcAZ6h5ZZANtgr1Hn-Z08pXp8SPxtRcEfHyXNXthnD6AYCllxJYgQzrvQ==
|
||||||
Loading…
Reference in New Issue
Block a user