Update: Battery Optimizer v3.4.0 mit allen Fixes und Features

This commit is contained in:
felix.zoesch
2025-12-12 08:20:19 +01:00
commit d2a41aad2d
78 changed files with 18053 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# DRINGENDE AUTOMATISIERUNG - Fehlt aktuell!
# Diese Automatisierung MUSS erstellt werden, damit das System funktioniert
alias: "Batterie Optimierung: Stündliche Ausführung"
description: "Führt jede Stunde den Ladeplan aus"
trigger:
- platform: time_pattern
minutes: "5" # Jede Stunde um xx:05
condition:
- condition: state
entity_id: input_boolean.battery_optimizer_enabled
state: "on"
- condition: state
entity_id: input_boolean.battery_optimizer_manual_override
state: "off"
action:
- service: pyscript.execute_current_schedule
data: {}
mode: single