Better cook parameter estimation + Defrost mode + Removed esp-wifi debugs + Orchestrator and microwave exchange
Build, push image, and notify Watchtower / build-image (push) Successful in 3m19s
Build, push image, and notify Watchtower / notify (push) Successful in 7s

This commit is contained in:
2026-07-27 17:14:05 +02:00
parent 81de985580
commit 0f17e9dce6
9 changed files with 335 additions and 64 deletions
+4 -2
View File
@@ -50,7 +50,8 @@ class MicrowaveCookPlanner:
image_path: str,
height_cm: float,
initial_temp_c: float,
microwave_wattage: int = 900
microwave_wattage: int = 900,
defrost_mode: bool = False
) -> Dict[str, Any]:
"""Main pipeline call to parse an image and return cooking parameters."""
@@ -85,7 +86,8 @@ class MicrowaveCookPlanner:
# 5. Cook Plan Calculation
cook_plan = self.engine.calculate_cook_plan(
state=thermal_state,
microwave_wattage=microwave_wattage
microwave_wattage=microwave_wattage,
defrost_mode=defrost_mode
)
# Return consolidated output