diff --git a/configs/ems-config.yaml b/configs/ems-config.yaml index f592b09..662a4e3 100644 --- a/configs/ems-config.yaml +++ b/configs/ems-config.yaml @@ -10,7 +10,7 @@ prometheus: battery_soc: "ess_stateOfCharge_value" # 0-100% pv_production: "photovoltaic_production_current_value" # watts battery_power: "ess_power_value" # watts - compressor_power: "heating_compressors_0_power_value" # watts + compressor_power: "heating_compressors_0_sensors_power_value" # watts (actual power sensor; _power_value is a load level, not watts) ambient_temp: "heating_sensors_temperature_outside_value" # °C phase_l1_power: "pcc_ac_active_power_phaseOne" # per-phase grid power L1 (W) phase_l2_power: "pcc_ac_active_power_phaseTwo" # per-phase grid power L2 (W) @@ -78,7 +78,7 @@ strategic: # Consumer behavior — idle detection thresholds consumers: - compressor_idle_w: 50 # heat pump compressor below this = idle (W) + compressor_idle_w: 20 # heat pump compressor below this = idle (W); sensors_power_value runs 27-80W when active, 0W when idle wallbox_min_charge_w: 50 # wallbox below this = car not charging (W) idle_cycles: 3 # consecutive idle cycles before early release (~6 min at 2-min poll)