update
This commit is contained in:
@@ -1,16 +1,44 @@
|
||||
---
|
||||
# influxdb:
|
||||
# host: a0d7b954-influxdb
|
||||
# port: 8086
|
||||
# database: homeassistant
|
||||
# username: homeassistant
|
||||
# password: !secret influxdb
|
||||
# max_retries: 3
|
||||
# default_measurement: state
|
||||
# include:
|
||||
# domains:
|
||||
# # - sensor
|
||||
# # - binary_sensor
|
||||
# # - sun
|
||||
# entity_globs:
|
||||
# - sensor.modbus_*
|
||||
influxdb:
|
||||
# host: a0d7b954-influxdb
|
||||
# port: 8086
|
||||
# database: homeassistant
|
||||
# username: homeassistant
|
||||
# password: !secret influxdb
|
||||
# max_retries: 3
|
||||
# default_measurement: state
|
||||
# include:
|
||||
# domains:
|
||||
# # - sensor
|
||||
# # - binary_sensor
|
||||
# # - sun
|
||||
# entity_globs:
|
||||
# - sensor.modbus_*
|
||||
|
||||
api_version: 2 # Ensure the version matches your InfluxDB instance.
|
||||
ssl: false # Can omit this if using https.
|
||||
host: 192.168.2.195
|
||||
port: 8086
|
||||
token: 7lfykKI2wfK90MBdeuu9zFFMBPaF5fl_GbRT2DJuPcbU1cRbFwso_cDtG_fxLeyWF8IZeLr-2enl1_Z79a4L6Q==
|
||||
organization: thuis # The InfluxDB organisation that the bucket will belong to.
|
||||
bucket: hass # The name of the bucket where the data will be saved
|
||||
include:
|
||||
entities:
|
||||
- weather.forecast_home
|
||||
- sensor.modbus_aanvoer_apparaat
|
||||
- sensor.modbus_aanvoer_wp
|
||||
- sensor.modbus_buitentemperatuur
|
||||
- sensor.modbus_compressor_starts
|
||||
- sensor.modbus_retour_apparaat
|
||||
- sensor.modbus_retour_wp
|
||||
- sensor.modbus_seizoensmodus_actief
|
||||
- sensor.modbus_teller_starts_backup1
|
||||
- sensor.modbus_teller_branderstarts
|
||||
- sensor.modbus_werkelijke_waterdruk
|
||||
- sensor.warmtepomp_electric_consumption_kwh_2
|
||||
- sensor.laadpaal_meter_energy
|
||||
- sensor.wasmachine_opsomming_afgeleverd
|
||||
- sensor.bodem_sensor_vochtigheid_aarde
|
||||
- sensor.bodem_sensor_temperatuur
|
||||
- sensor.zoutlamp_opsomming_afgeleverd
|
||||
- sensor.server_electric_consumption_kwh
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
plant:
|
||||
plant_zolder_lepelplant:
|
||||
sensors:
|
||||
moisture: sensor.plant_sensor2_soil_moisture
|
||||
#battery: sensor.my_sensor_battery
|
||||
temperature: sensor.plant_sensor2_temperature_bme280
|
||||
conductivity: sensor.plant_sensor2_soil_conductivity
|
||||
brightness: sensor.plant_sensor2_bh1750_illuminance
|
||||
min_moisture: 20
|
||||
# plant:
|
||||
# plant_zolder_lepelplant:
|
||||
# sensors:
|
||||
# moisture: sensor.plant_sensor2_soil_moisture
|
||||
# #battery: sensor.my_sensor_battery
|
||||
# temperature: sensor.plant_sensor2_temperature_bme280
|
||||
# conductivity: sensor.plant_sensor2_soil_conductivity
|
||||
# brightness: sensor.plant_sensor2_bh1750_illuminance
|
||||
# min_moisture: 20
|
||||
|
||||
11
integrations/telegram.yaml
Normal file
11
integrations/telegram.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
telegram_bot:
|
||||
- platform: polling
|
||||
api_key: "7224749574:AAHBrPhHkibEU9KJsnQ0bAHO-cB_sXRun1I"
|
||||
allowed_chat_ids:
|
||||
- 17370240
|
||||
|
||||
notify:
|
||||
- platform: telegram
|
||||
name: "sarah"
|
||||
chat_id: 17370240
|
||||
4
integrations/zha.yaml
Normal file
4
integrations/zha.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
zha:
|
||||
enable_quirks: true
|
||||
custom_quirks_path: /config/zha_quirks/
|
||||
Reference in New Issue
Block a user