Update recorder configuration to use secret for database URL and add exclusion for current water pressure sensor. Migrated AGAIN to MariaDB #341

master
Carlo Costanzo 1 month ago
parent 8e461d5495
commit 5e451d70b8

@ -6,9 +6,9 @@
# Recorder Configuration - database retention and exclusions # Recorder Configuration - database retention and exclusions
# Stores HA history while purging noise and controlling DB size. # Stores HA history while purging noise and controlling DB size.
# ------------------------------------------------------------------- # -------------------------------------------------------------------
# Notes: Keeps 30 days; excludes vcloudinfo pings and other high-churn entities. # Notes: Keeps 30 days; excludes vcloudinfo pings and other high-churn entities; MariaDB via recorder_db_url.
###################################################################### ######################################################################
#db_url: sqlite:///data/home-assistant_v2.db db_url: !secret recorder_db_url
purge_keep_days: 30 purge_keep_days: 30
auto_purge: true auto_purge: true
commit_interval: 30 commit_interval: 30
@ -59,6 +59,7 @@ exclude:
- binary_sensor.bear_stone - binary_sensor.bear_stone
- binary_sensor.vcloudinfo_com - binary_sensor.vcloudinfo_com
- binary_sensor.powerwall_charging - binary_sensor.powerwall_charging
- sensor.phyn_current_water_pressure
- sensor.vcloudinfo_com - sensor.vcloudinfo_com
- number.alarm_panel_1_screen_brightness - number.alarm_panel_1_screen_brightness
- script.amp_settings - script.amp_settings

Loading…
Cancel
Save

Powered by TurnKey Linux.