Skip to main content

Available Commands

The A2/A3 Anova Precision® Cooker supports a comprehensive set of commands for control and monitoring. Below is the complete command reference.

Core Commands

CommandDescriptionExample Response
statusGet current cooker statusReturns device state
startStart cookingConfirmation message
stopStop cookingConfirmation message
get id cardRetrieve cooker identifierUsed to determine model type

Temperature Controls

CommandDescriptionFormat
read tempGet current temperatureReturns temperature in current unit
read set tempGet target temperatureReturns target temperature
set temp <value>Set target temperatureSet in current unit system
read unitGet temperature unitReturns "c" or "f"
set unit <value>Set temperature unitUse lowercase "c" or "f"

Timer Controls

CommandDescriptionFormat
read timerGet current timer valueReturns remaining time
set timer <value>Set timer in minutesAccepts integer values
start timeStart the timerConfirmation message
stop timeStop the timerConfirmation message

Wi-Fi Model Commands (900W Only)

These commands are exclusively available on the Wi-Fi-enabled 900W model:

CommandDescriptionNotes
clear alarmClear any active alarmsWi-Fi model only
versionGet firmware versionWi-Fi model only

Command Sequences

Some operations require a sequence of commands. Here's a common example:

Starting a Cook

1. set temp <desired_temp>
2. stop time
3. set timer <minutes>
4. start
5. start time (if timer > 0)

Response Format

Commands typically return responses in these formats:

  • Success: Positive acknowledgment or requested data
  • Error: Error message indicating what went wrong
  • Status: Current state information for status queries
Temperature Units

Always check the current temperature unit with read unit before setting or interpreting temperature values. Units are specified in lowercase (e.g., "c" for Celsius, "f" for Fahrenheit).

Wi-Fi Model Features

Always verify the model type using the get id card command before using Wi-Fi-model-specific commands. If the response begins with "anova f56-", it's a Wi-Fi-enabled model.