Rohnson R-2838 WIFI Air Fryer (use Tuya App and then Localtuya to access)

Many thanks for this thread. I was able to setup Rohnson_R-2834_SmartChef_XL quickly. I use this local-tuya fork so I can share my template.

- switch:
    friendly_name: Power
    entity_category: None
    current: '1'
    restore_on_reconnect: false
    is_passive_entity: false
    id: '1'
    platform: switch
    icon: ''
- switch:
    friendly_name: Start / Stop
    entity_category: None
    restore_on_reconnect: false
    is_passive_entity: false
    id: '2'
    platform: switch
    icon: ''
- select:
    friendly_name: Mode
    entity_category: config
    select_options:
      cake: Bake
      chips: Fries
      pizza: Pizza
      drumsticks: Chicken
      steak: Steak
      fish: Fish
    restore_on_reconnect: false
    is_passive_entity: false
    dps_default_value: chips
    id: '3'
    platform: select
    icon: ''
- number:
    friendly_name: Cooking Temperature
    entity_category: None
    min_value: 80.0
    max_value: 200.0
    step_size: 5.0
    restore_on_reconnect: false
    is_passive_entity: false
    dps_default_value: '185'
    unit_of_measurement: °C
    id: '6'
    platform: number
    icon: ''
- number:
    friendly_name: Cook Time
    entity_category: None
    min_value: 1.0
    max_value: 60.0
    step_size: 1.0
    restore_on_reconnect: false
    is_passive_entity: false
    dps_default_value: '15'
    unit_of_measurement: min
    id: '9'
    platform: number
    icon: ''
- number:
    friendly_name: Time Remaining
    entity_category: None
    min_value: 0.0
    max_value: 60.0
    step_size: 1.0
    restore_on_reconnect: false
    is_passive_entity: false
    dps_default_value: '15'
    unit_of_measurement: min
    id: '10'
    platform: number
    icon: ''
- switch:
    friendly_name: Lamp
    entity_category: None
    restore_on_reconnect: false
    is_passive_entity: false
    id: '101'
    platform: switch
    icon: ''

There are still some unused entities. Something is telling me “Shake mode/notify” is hidden among them.