Home Assistant Git Exporter

This commit is contained in:
root
2024-08-09 06:45:02 +02:00
parent 60abdd866c
commit 80fc630f5e
624 changed files with 27739 additions and 4497 deletions

View File

@@ -0,0 +1,67 @@
db_url: mysql://homeassistant:homeassistant@core-mariadb/homeassistant?charset=utf8mb4
purge_keep_days: 30
auto_purge: true
auto_repack: true
commit_interval: 5
include:
domains:
- light
- switch
- cover
#entity_globs:
# - sensor*
entities:
- sensor.tac2100_compteur_puissance_active
- sensor.tac2100_compteur_courant
- sensor.ecowitt_tempin
- sensor.select_sql_query
- sensor.ecu_current_power
- sensor.tac2100_solar_puissance_active
- sensor.disjoncteur_domo_z_power
- sensor.tac2100_compteur_energie_active_totale
- sensor.ecu_today_energy
- sensor.ecowitt_temp
- sensor.ecowitt_dewpoint
- sensor.ecowitt_humidity
- sensor.ecowitt_humidityin
- sensor.ecowitt_baromabs
- sensor.ecowitt_dailyrain
- sensor.ecowitt_eventrain
- sensor.ecowitt_hourlyrain
- sensor.ecowitt_monthlyrain
- sensor.ecowitt_rainrate
- sensor.ecowitt_solarradiation
- sensor.ecowitt_totalrain
- sensor.ecowitt_windgust
- sensor.ecowitt_baromrel
- sensor.ecowitt_uv
- sensor.presence_cuisine_motion_state
- sensor.ecowitt_winddir
- sensor.ecowitt_maxdailygust
- sensor.ecowitt_windspeed
- sensor.ecowitt_frostpoint
- sensor.ecowitt_feelslike
- sensor.qualite_air_co2
- sensor.geiger_wemos_geiger
- sensor.froling_s3_tdeg_fumee
- sensor.froling_s3_tdeg_board
- sensor.froling_s3_tdeg_depart_chauffage
- sensor.froling_s3_tdeg_chaudiere
- sensor.esp8266_tampon_temp_4d756f_temp_retour_chauff
- sensor.froling_s3_tampon_haut
- sensor.froling_s3_tampon_bas
- sensor.esp8266_tampon_temp_4d756f_tampon_milieu
- sensor.river2_battery_level
- sensor.tac2100_compteur_tension
- sensor.energy_pj1203_solar_power_b
- sensor.energy_pj1203_solar_power_a
- sensor.energy_pj1203_solar_current_b
- sensor.energy_pj1203_solar_current_a
- sensor.energy_pj1203_solar_energy_flow_a
- sensor.energy_pj1203_solar_energy_flow_b
- sensor.energy_pj1203_solar_energy_produced_a
- sensor.energy_pj1203_solar_energy_produced_b
- sensor.ecu_current_power
- sensor.dell_5520_battery_dell5520
- sensor.blitzortung_lightning_counter
- sensor.compteur_eclair_mensuel

View File

@@ -1,42 +0,0 @@
db_url: mysql://homeassistant:homeassistant@core-mariadb/homeassistant?charset=utf8mb4
purge_keep_days: 30
auto_purge: true
include:
domains:
- climate
- binary_sensor
- input_boolean
- input_datetime
- input_number
- input_select
- sensor
- switch
- person
- device_tracker
- light
exclude:
domains:
- camera
- zone
- automation
- sun
- weather
- cover
- group
- script
- pool_pump
entity_globs:
- sensor.clock*
- sensor.date*
- sensor.glances*
- sensor.load_*m
- sensor.time*
- sensor.uptime*
- device_tracker.nmap_tracker*
entities:
- camera.front_door
- sensor.memory_free
- sensor.memory_use
- sensor.memory_use_percent
- sensor.processor_use
- weather.openweathermap

View File

@@ -1,10 +1,10 @@
- platform: systemmonitor
resources:
- type: processor_use
# - type: processor_temperature
- type: memory_free
- type: disk_use_percent
- type: disk_use
- type: disk_free
- type: load_5m
#- platform: systemmonitor
#resources:
# - type: processor_use
# - type: processor_temperature
# - type: memory_free
# - type: disk_use_percent
# - type: disk_use
# - type: disk_free
# - type: load_5m

View File

@@ -1,17 +1,17 @@
# http://10.0.0.2:8123/hacs/repository/643579135
algorithm:
initial_temp: 1000
min_temp: 0.1
cooling_factor: 0.95
max_iteration_number: 1000
devices:
- name: "prise_ecran"
entity_id: "switch.prise_ecran"
power_max: 400
check_usable_template: "{{%if states('sensor.energy_pj1203_energy_flow_b') == 'producing' %}}"
duration_min: 6
duration_stop_min: 3
action_mode: "service_call"
service_activation: switch/turn_on"
deactivation_service: "switch/turn_off"
# algorithm:
# initial_temp: 1000
# min_temp: 0.1
# cooling_factor: 0.95
# max_iteration_number: 1000
# devices:
# - name: "prise_ecran"
# entity_id: "switch.prise_ecran"
# power_max: 400
# check_usable_template: "{{%if states('sensor.energy_pj1203_energy_flow_b') == 'producing' %}}"
# duration_min: 6
# duration_stop_min: 3
# action_mode: "service_call"
# service_activation: switch/turn_on"
# deactivation_service: "switch/turn_off"