Skip to content

GE Cafe Range cook modes #86

@michaelw

Description

@michaelw

Hi! I found that the "Air Fry" mode is not detected as available cooking mode on a 2024 GE Cafe range (air fry mode was added as an OTA upgrade). However, the rest of the reporting works when I switch on Air Fry mode.

Here are the cook mode values for my appliance:

UPPER_OVEN_AVAILABLE_COOK_MODES 'erd': '0x510B', 'value': '00 02 B5 0E 00 00 00 00 BC 8B'
LOWER_OVEN_AVAILABLE_COOK_MODES 'erd': '0x520B', 'value': '00 03 FF 0E 06 73 38 00 BC CF'
UPPER_OVEN_EXTENDED_COOK_MODES  'erd': '0x5113', 'value': '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
LOWER_OVEN_EXTENDED_COOK_MODES  'erd': '0x5213', 'value': '00 00 40 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00'

the current air-fry mode is looking at byte=1, mask=1, and only the lower oven has air fry mode.
So, I suspect it's either 0x40 (byte=2, mask=64) or 0xC0 (byte 7) designating the air fry mode?
Is there a way to find out? I poked around in a recent SmartHQ APK but did not find anything that would help determine this. I didn't find the reference from the README. (not sure whether there is an APK toolchain that gives better results).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions