|
|
@@ -121,6 +121,22 @@
|
|
|
"off": "OK",
|
|
|
"on": "Full"
|
|
|
}
|
|
|
+ },
|
|
|
+ "casdon_oven_fault": {
|
|
|
+ "state_attributes": {
|
|
|
+ "fault_message": {
|
|
|
+ "state": {
|
|
|
+ "E1": "E1: Chamber overheat protection (exceeds 290°C)",
|
|
|
+ "E2": "E2: Evaporation tray overheat protection (exceeds 200°C)",
|
|
|
+ "E3": "E3: Chamber low temperature protection (below 35°C)",
|
|
|
+ "E4": "E4: Evaporation tray low temperature protection (below 35°C)",
|
|
|
+ "E5": "E5: Sensor connection error (Open circuit)",
|
|
|
+ "E6": "E6: Sensor malfunction (Short circuit)",
|
|
|
+ "E7": "E7: Display board communication error",
|
|
|
+ "E8": "E8: Water tank open (CN7) or Evaporation tray dry (CN3)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"climate": {
|
|
|
@@ -215,6 +231,37 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ "casdon_oven": {
|
|
|
+ "state_attributes": {
|
|
|
+ "preset_mode": {
|
|
|
+ "state": {
|
|
|
+ "Healthy Steam": "Healthy Steam",
|
|
|
+ "Fresh Steam": "Fresh Steam",
|
|
|
+ "High Temp Steam": "High Temp Steam",
|
|
|
+ "Stew": "Stew",
|
|
|
+ "Bake up and down": "Bake up and down",
|
|
|
+ "BBQ": "BBQ",
|
|
|
+ "Bottom Hot Air": "Bottom Hot Air",
|
|
|
+ "On Strong Roast": "On Strong Roast",
|
|
|
+ "3D Hot Air": "3D Hot Air",
|
|
|
+ "Air Fry": "Air Fry",
|
|
|
+ "Steam Frying": "Steam Frying",
|
|
|
+ "One-click Bread": "One-click Bread",
|
|
|
+ "Quick Heat": "Quick Heat",
|
|
|
+ "Keep Warm": "Keep Warm",
|
|
|
+ "Unfreeze": "Unfreeze",
|
|
|
+ "Fermentation": "Fermentation",
|
|
|
+ "Descale": "Descale",
|
|
|
+ "Local Recipes": "Local Recipes",
|
|
|
+ "Drying": "Drying",
|
|
|
+ "Custom": "Custom",
|
|
|
+ "Low Steaming": "Low Steaming",
|
|
|
+ "Medium Steaming": "Medium Steaming",
|
|
|
+ "High Steaming": "High Steaming"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"humidifier": {
|
|
|
@@ -313,6 +360,17 @@
|
|
|
"sensor": {
|
|
|
"time_remaining": {
|
|
|
"name": "Time remaining"
|
|
|
+ },
|
|
|
+ "cooking_status": {
|
|
|
+ "name": "Status",
|
|
|
+ "state": {
|
|
|
+ "wait": "Waiting for Cooking",
|
|
|
+ "reservation": "In Reservation",
|
|
|
+ "cooking": "In Progress",
|
|
|
+ "cancel": "Cooking Canceled",
|
|
|
+ "done": "Cooking Completed",
|
|
|
+ "pause": "Cooking Paused"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"switch": {
|