diff --git a/kube/deploy/apps/esphome/app/config/.common.yaml b/kube/deploy/apps/esphome/app/config/.common.yaml index da629aab..226f8abb 100644 --- a/kube/deploy/apps/esphome/app/config/.common.yaml +++ b/kube/deploy/apps/esphome/app/config/.common.yaml @@ -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: diff --git a/kube/deploy/apps/esphome/app/config/.mitsubishi-cn105.yaml b/kube/deploy/apps/esphome/app/config/.mitsubishi-cn105.yaml index fdfbbfbe..982be5d3 100644 --- a/kube/deploy/apps/esphome/app/config/.mitsubishi-cn105.yaml +++ b/kube/deploy/apps/esphome/app/config/.mitsubishi-cn105.yaml @@ -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