cleaned for new home

This commit is contained in:
2025-06-23 12:40:35 +02:00
parent e426efb80f
commit 1f4970c17c
173 changed files with 16228 additions and 24225 deletions

View File

@@ -1,50 +0,0 @@
---
# device_tracker:
# - platform: bluetooth_le_tracker
# track_new_devices: True
# #C8B8491F077C
sensor:
# One entry for each beacon you want to track
- platform: mqtt_room
device_id: "ble_iphone_willem"
unique_id: "iphone_willem_ble"
name: "BLE iphone willem"
state_topic: "espresense/devices/ble_iphone_willem" #irk:d8830797536ce55edf6cf3fb0d87bf9a"
timeout: 10
away_timeout: 120
- platform: mqtt_room
device_id: "garmin:90f157105b61"
unique_id: "garmin_ilse_ble"
name: "BLE garmin Ilse"
state_topic: "espresense/devices/garmin:90f157105b61"
timeout: 10
away_timeout: 120
- platform: mqtt_room
device_id: "garmin:90f157e3fbcf"
unique_id: "garmin_willem_ble"
name: "BLE garmin Willem"
state_topic: "espresense/devices/garmin:90f157e3fbcf"
timeout: 10
away_timeout: 120
- platform: mqtt_room
device_id: "BLE_ipad_willem"
unique_id: "ipad_willem_ble"
name: "BLE Ipad Willem"
state_topic: "espresense/devices/ipad_willem"
timeout: 10
away_timeout: 120
- platform: mqtt_room
device_id: "iBeacon:fda50693-a4e2-4fb1-afcf-c6eb07647825-5-6"
unique_id: "tag2_ble"
name: "BLE tag2"
state_topic: "espresense/devices/iBeacon:fda50693-a4e2-4fb1-afcf-c6eb07647825-5-6"
timeout: 10
away_timeout: 120
- platform: mqtt_room
device_id: "iphone_ilse"
unique_id: "iphone_ilse_ble"
name: "BLE Iphone Ilse"
state_topic: "espresense/devices/iphone_ilse"
timeout: 10
away_timeout: 120
# f0f8f265710f konijn tim

View File

@@ -1,4 +0,0 @@
---
evohome:
username: "willem@oldemans.nl"
password: !secret Evohome

View File

@@ -1,32 +0,0 @@
openhasp:
panlee:
objects:
- obj: "p0b4"
properties:
"text": "{{ states('sensor.ep1_zolder_temperature_2') }}"
- obj: "p0b6"
properties:
"text": "{{ states('sensor.time') }}"
- obj: "p1b10"
properties:
"val": "{{ states('sensor.ep1_zolder_temperature_2') }}"
- obj: "p1b11"
properties:
"text": "{{ states('sensor.ep1_zolder_temperature_2') }}"
- obj: "p1b20"
properties:
"val": "{{ states('sensor.ep1_zolder_humidity_2') }}"
- obj: "p1b30" # on/off switch
properties:
"val": "{{ 0 if (is_state('light.lamp_bank', 'off') or is_state('light.lamp_bank', 'unavailable')) else 1 }}"
"click": "{{ 'false' if (is_state('light.lamp_bank','unavailable') or is_state('light.lamp_bank','unknown')) else 'true' }}"
"opacity": "{{ 60 if (is_state('light.lamp_bank','unavailable') or is_state('light.lamp_bank','unknown')) else 255 }}"
event:
"down":
- service_template: >
{% if val == 0 -%}
light.turn_on
{% else -%}
light.turn_off
{% endif -%}
entity_id: "light.lamp_bank"

View File

@@ -1,44 +0,0 @@
---
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

View File

@@ -1,17 +1,17 @@
openhasp:
plate01:
objects:
- obj: "p1b2" # switch, checkbox or btn with toggle true
properties:
"val": '{{ 1 if is_state("light.lamp_zolder_werkbank", "on") else 0 }}'
"text": '{{ "\uE6E8" if is_state("light.lamp_zolder_werkbank", "on") else "\uE335" | e }}'
event:
"down":
- service: homeassistant.toggle
entity_id: "light.lamp_zolder_werkbank"
- obj: "p0b1"
properties:
"text": "{{ states('sensor.zolder_temperatuur') }}"
- obj: "p0b2"
properties:
"text_color": "{% if -30 <= state_attr('openhasp.plate01','rssi') |int %}green{% elif -31 > state_attr('openhasp.plate01','rssi') |int >= -50 %}orange{% elif -51 > state_attr('openhasp.plate01','rssi') |int >= -80 %}tomato{% else %}red{% endif %}"
# openhasp:
# plate01:
# objects:
# - obj: "p1b2" # switch, checkbox or btn with toggle true
# properties:
# "val": '{{ 1 if is_state("light.lamp_zolder_werkbank", "on") else 0 }}'
# "text": '{{ "\uE6E8" if is_state("light.lamp_zolder_werkbank", "on") else "\uE335" | e }}'
# event:
# "down":
# - service: homeassistant.toggle
# entity_id: "light.lamp_zolder_werkbank"
# - obj: "p0b1"
# properties:
# "text": "{{ states('sensor.zolder_temperatuur') }}"
# - obj: "p0b2"
# properties:
# "text_color": "{% if -30 <= state_attr('openhasp.plate01','rssi') |int %}green{% elif -31 > state_attr('openhasp.plate01','rssi') |int >= -50 %}orange{% elif -51 > state_attr('openhasp.plate01','rssi') |int >= -80 %}tomato{% else %}red{% endif %}"

View File

@@ -1,27 +1,27 @@
timer:
wasdroger_delayed_job_completion_timer:
name: wasdroger - Delayed Job Completion Timer
duration: "00:15:00" # <- Notice the time here. Leave as it is (15 min)
restore: true
icon: mdi:tumble-dryer
# timer:
# wasdroger_delayed_job_completion_timer:
# name: wasdroger - Delayed Job Completion Timer
# duration: "00:15:00" # <- Notice the time here. Leave as it is (15 min)
# restore: true
# icon: mdi:tumble-dryer
input_boolean:
wasdroger_job_cycle:
name: wasdroger - Job Cycle
icon: mdi:tumble-dryer
# input_boolean:
# wasdroger_job_cycle:
# name: wasdroger - Job Cycle
# icon: mdi:tumble-dryer
wasdroger_automation_self_trigger:
name: wasdroger - Automation Self-trigger
icon: mdi:tumble-dryer
# wasdroger_automation_self_trigger:
# name: wasdroger - Automation Self-trigger
# icon: mdi:tumble-dryer
input_select:
wasdroger_state_machine:
name: wasdroger - State Machine
options:
- unplugged
- idle
- paused
- detached_overload
- job_ongoing
- job_completed
icon: mdi:tumble-dryer
# input_select:
# wasdroger_state_machine:
# name: wasdroger - State Machine
# options:
# - unplugged
# - idle
# - paused
# - detached_overload
# - job_ongoing
# - job_completed
# icon: mdi:tumble-dryer

View File

@@ -1,10 +0,0 @@
---
# 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

View File

@@ -1,18 +0,0 @@
---
camera:
- platform: xiaomi_cloud_map_extractor
host: !secret xiaomi_vacuum_host
token: !secret xiaomi_vacuum_token
username: !secret xiaomi_cloud_username
password: !secret xiaomi_cloud_password
draw: ["all"]
attributes:
- calibration_points
- rooms
- map_name
- no_go_areas
- no_mopping_areas
room_colors:
16: [240, 178, 122]
17: [133, 193, 233]
18: [217, 136, 128]

View File

@@ -1,4 +0,0 @@
---
# https://www.home-assistant.io/integrations/tts/
tts:
- platform: picotts

View File

@@ -1,4 +0,0 @@
---
zha:
enable_quirks: true
custom_quirks_path: /config/zha_quirks/