Remove debug components
Slows down the ESP too much
This commit is contained in:
parent
450ff085d2
commit
e224044de3
@ -269,7 +269,7 @@ interval:
|
|||||||
}
|
}
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
level: DEBUG
|
level: WARN
|
||||||
baud_rate: 115200
|
baud_rate: 115200
|
||||||
|
|
||||||
api:
|
api:
|
||||||
@ -326,11 +326,6 @@ time:
|
|||||||
then:
|
then:
|
||||||
- logger.log: "Time synchronized with Home Assistant"
|
- logger.log: "Time synchronized with Home Assistant"
|
||||||
|
|
||||||
debug:
|
|
||||||
update_interval: 5s
|
|
||||||
|
|
||||||
psram:
|
|
||||||
|
|
||||||
uart:
|
uart:
|
||||||
id: ld2410_uart
|
id: ld2410_uart
|
||||||
rx_pin: GPIO19
|
rx_pin: GPIO19
|
||||||
@ -516,18 +511,6 @@ sensor:
|
|||||||
return heap_caps_get_free_size(MALLOC_CAP_INTERNAL) / 1024;
|
return heap_caps_get_free_size(MALLOC_CAP_INTERNAL) / 1024;
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
|
|
||||||
- platform: debug
|
|
||||||
free:
|
|
||||||
name: "Heap Free"
|
|
||||||
block:
|
|
||||||
name: "Heap Max Block"
|
|
||||||
loop_time:
|
|
||||||
name: "Loop Time"
|
|
||||||
psram:
|
|
||||||
name: "Free PSRAM"
|
|
||||||
cpu_frequency:
|
|
||||||
name: "CPU Frequency"
|
|
||||||
|
|
||||||
- platform: sgp30
|
- platform: sgp30
|
||||||
eco2:
|
eco2:
|
||||||
name: "SGP30 eCO2"
|
name: "SGP30 eCO2"
|
||||||
@ -565,7 +548,7 @@ sensor:
|
|||||||
filters:
|
filters:
|
||||||
- offset: !lambda return id(temperature_offset);
|
- offset: !lambda return id(temperature_offset);
|
||||||
- sliding_window_moving_average:
|
- sliding_window_moving_average:
|
||||||
window_size: 20
|
window_size: 4
|
||||||
send_every: 1
|
send_every: 1
|
||||||
humidity:
|
humidity:
|
||||||
name: "SHT45 Relative Humidity"
|
name: "SHT45 Relative Humidity"
|
||||||
@ -754,12 +737,6 @@ text_sensor:
|
|||||||
mac_address:
|
mac_address:
|
||||||
name: "WiFi MAC Address"
|
name: "WiFi MAC Address"
|
||||||
|
|
||||||
- platform: debug
|
|
||||||
device:
|
|
||||||
name: "Device Info"
|
|
||||||
reset_reason:
|
|
||||||
name: "Reset Reason"
|
|
||||||
|
|
||||||
- platform: ld2410
|
- platform: ld2410
|
||||||
version:
|
version:
|
||||||
name: "LD2410C Firmware Version"
|
name: "LD2410C Firmware Version"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user