alias: House Battery Low - Start Charging Logic description: Smart charging with fallback from Mining → Diesel → Propane triggers: - entity_id: sensor.home_solar_plant_battery_state_of_charge below: 20 trigger: numeric_state actions: - choose: - conditions: - condition: numeric_state entity_id: sensor.farm_solar_plant_battery_state_of_charge above: 65 sequence: - action: script.charge_from_miners data: {} - conditions: [] sequence: - action: script.charge_from_diesel data: {} - delay: "00:05:00" - condition: numeric_state entity_id: sensor.home_solar_plant_battery_voltage below: 51 - action: script.charge_from_propane data: {} - delay: "00:05:00" - condition: numeric_state entity_id: sensor.home_solar_plant_battery_state_of_charge above: 50 - action: script.stop_all_charging mode: single