simbaja / ha_gehome

GE Home Appliances (SmartHQ) for Home Assistant
MIT License
349 stars 80 forks source link

Confirm that Cafe oven is not supported? #302

Open ncd7 opened 2 weeks ago

ncd7 commented 2 weeks ago

I see that the owner of the integration does not have the time / resources to add support for new appliances but I just wanted to double check just in case this is some other issue.

Is it correct to assume the below errors (when enabling debugging in the logs) indicate that my Cafe Oven isn't supported?

Thanks.


2024-11-10 15:00:24.155 DEBUG (MainThread) [custom_components.ge_home.update_coordinator] Got roster update
2024-11-10 15:00:24.394 INFO (MainThread) [custom_components.ge_home.update_coordinator] Could not find appliance D828C9B50F1D in known device list.
2024-11-10 15:00:24.396 DEBUG (MainThread) [custom_components.ge_home.update_coordinator] Got initial update for D828C9B50F1D
2024-11-10 15:00:24.396 DEBUG (MainThread) [custom_components.ge_home.update_coordinator] Adding appliance api for appliance D828C9B50F1D (ErdApplianceType.OVEN)
2024-11-10 15:00:24.397 DEBUG (MainThread) [custom_components.ge_home.devices] Found device type: ErdApplianceType.OVEN
2024-11-10 15:00:24.398 DEBUG (MainThread) [custom_components.ge_home.devices.oven] Oven Config: OvenConfiguration(has_knob=False, has_warming_drawer=False, has_light_bar=False, has_lower_oven=False, has_lower_oven_kitchen_timer=False, raw_value='0DC0')
2024-11-10 15:00:24.398 DEBUG (MainThread) [custom_components.ge_home.devices.oven] Cooktop Config: ErdCooktopConfig.NONE
2024-11-10 15:00:24.400 DEBUG (MainThread) [custom_components.ge_home.update_coordinator] Requesting updates for D828C9B50F1D
2024-11-10 15:00:24.403 INFO (MainThread) [custom_components.ge_home.update_coordinator] Could not find appliance D828C929FE2F in known device list.
2024-11-10 15:00:42.977 DEBUG (MainThread) [custom_components.ge_home.update_coordinator] Entity <entity unknown.unknown=unknown> (ge_home_[REDACTED]_sabbath_mode, None) not yet added, skipping update...
2024-11-10 15:00:42.982 DEBUG (MainThread) [custom_components.ge_home.update_coordinator] Entity <entity unknown.unknown=unknown> (ge_home_[REDACTED]_upper_oven_cook_mode, None) not yet added, skipping update...

[ etc ]