I think I found the root of the issue that is causing new oven’s unable to connect to the Anova APP.
Older firmware uses Anova’s apistack API key to grab time and location info. However the API key has a limited number of use every month.
{
"success": false,
"error": {
"code": 104,
"info": "Your monthly usage limit has been reached. Please upgrade your Subscription Plan."
}
}
Since authentication with apistack fails, the oven does not connect to the APP.
It would be nice if someone on the dev team can upgrade the API subscription or provide us time when monthly usage resets. Newer firmware uses Google’s api which does not have this issue.
An manual way to upgrade the firmware without having the oven connected to the app will also help.