Skip to content

andr83/hacs-anova-oven

Repository files navigation

Anova Oven HA integration

GitHub Release GitHub Activity License BuyMeCoffee

This integration relies on the reverse engineering of the Anova Precision Oven WebSocket API as implemented in this project.

This integration will set up the following sensors and services.

Sensors

Screenshot

Services

  1. Start cooking Screenshot
  2. Stop cooking Screenshot

Events

  1. Cook target reached

    Fired when probe or timer was set and they were reached their target value.

Installation

Install from HACS (recommended)

  1. Have HACS installed, this will allow you to easily manage and track updates.
  2. Add this repository to Custom repositories.
  3. Search for "Anova oven".
  4. Click Install below the found integration.
  5. Restart Home Assistant
  6. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Anova Precision Oven"

Manual installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called anova_oven.
  4. Download all the files from the custom_components/anova_oven/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Anova Precision Oven"

Configuration is done in the UI

Before do configuration you will need to get access tokens for Anova api. Detailed instructions how to do it you can find here.

Screenshot

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines