RAM optimization, deactivated recording of display values.
This commit is contained in:
@@ -26,6 +26,7 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
advanced:
|
advanced:
|
||||||
|
minimum_chip_revision: "3.1"
|
||||||
sram1_as_iram: true
|
sram1_as_iram: true
|
||||||
|
|
||||||
psram:
|
psram:
|
||||||
|
|||||||
+30
-28
@@ -1,9 +1,9 @@
|
|||||||
db_url: !secret ha_recorder_dburl
|
db_url: !secret ha_recorder_dburl
|
||||||
# Commit to db only every X seconds
|
# Commit to db only every X seconds
|
||||||
commit_interval: 60
|
commit_interval: 60
|
||||||
# Delete events and states older than 1 week
|
# Delete events and states older than 1 week
|
||||||
auto_purge: true
|
auto_purge: true
|
||||||
purge_keep_days: 7
|
purge_keep_days: 7
|
||||||
# include:
|
# include:
|
||||||
# entity_globs:
|
# entity_globs:
|
||||||
# - sensor.rd6018_controller_*
|
# - sensor.rd6018_controller_*
|
||||||
@@ -15,27 +15,29 @@
|
|||||||
# - sensor
|
# - sensor
|
||||||
# - switch
|
# - switch
|
||||||
# - media_player
|
# - media_player
|
||||||
exclude:
|
exclude:
|
||||||
# domains:
|
# domains:
|
||||||
# - automation
|
# - automation
|
||||||
# - updater
|
# - updater
|
||||||
entity_globs:
|
entity_globs:
|
||||||
- weather.zuhause_*
|
- weather.zuhause_*
|
||||||
- sensor.*_power_factor
|
- sensor.*_power_factor
|
||||||
- sensor.dwd*
|
- sensor.dwd*
|
||||||
- binary_sensor.*firmware_update
|
- binary_sensor.*firmware_update
|
||||||
- binary_sensor.*_overpowering
|
- binary_sensor.*_overpowering
|
||||||
- binary_sensor.*_overheating
|
- binary_sensor.*_overheating
|
||||||
- sensor.*_wi_fi_signal
|
- sensor.*_wi_fi_signal
|
||||||
- sensor.*_wifi_strenght
|
- sensor.*_wifi_strenght
|
||||||
- sensor.*_uptime
|
- sensor.*_uptime
|
||||||
- sensor.sun*
|
- sensor.sun*
|
||||||
entities:
|
entities:
|
||||||
- sun.sun # Don't record sun data
|
- sun.sun # Don't record sun data
|
||||||
- sensor.fritzbox_device_uptime
|
- sensor.fritzbox_device_uptime
|
||||||
- sensor.time
|
- sensor.time
|
||||||
- sensor.awtrix_kitchen_current_app
|
- sensor.awtrix_kitchen_current_app
|
||||||
- sensor.awtrix_desk_current_app
|
- sensor.awtrix_desk_current_app
|
||||||
|
- sensor.owon_b35t_multimeter_core2_owon_b35t_multimeter_core2_reading
|
||||||
|
- sensor.owon_b35t_multimeter_core2_owon_b35t_multimeter_core2_mode
|
||||||
|
- sensor.owon_b35t_multimeter_core2_owon_b35t_multimeter_core2_unit
|
||||||
# event_types:
|
# event_types:
|
||||||
# - call_service # Don't record service calls
|
# - call_service # Don't record service calls
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user