fix(esphome): rm cycle logs

This commit is contained in:
JJGadgets
2025-07-26 03:44:38 +08:00
parent 06c0751eb7
commit 99f680dc8c
2 changed files with 12 additions and 1 deletions

View File

@@ -47,7 +47,8 @@ time:
- platform: sntp
id: time_sntp
timezone: "Asia/Singapore"
update_interval: 6h
update_interval: 1h
servers: [time.apple.com] # Apple is stratum 1 in SEA
# Optimizations
logger:

View File

@@ -23,6 +23,13 @@ climate: # Climate entity config
name: "Air Conditioner - $${area}"
icon: mdi:air-conditioner
update_interval: 2s # update interval can be adjusted after a first run and logs monitoring
visual:
min_temperature: 16
max_temperature: 27
compressor_frequency_sensor:
name: Compressor Frequency
entity_category: diagnostic
disabled_by_default: false
outside_air_temperature_sensor:
name: Outside Air Temp
disabled_by_default: false
@@ -53,3 +60,6 @@ uart:
# TX and RX have to be inverted from pinout
tx_pin: GPIO44
rx_pin: GPIO43
logger:
logs:
CYCLE: WARN