1.0.5 • Published 11 months ago

homebridge-tovala v1.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

Homebridge Tovala Smart Oven Plugin

This Homebridge plugin allows you to control your Tovala Smart Oven through Homebridge, enabling integration with HomeKit for smart home automation. It exposes your custom recipes as switches.

Features

  • Control Your Oven: Start various routines (e.g., bacon, chicken, pizza) directly from HomeKit.
  • Custom Recipes: Expose custom recipes as switches for easy control.
  • Automation: Integrate your oven into home automation routines with Homebridge.

Installation

  1. Ensure you have Node.js 18 or later and Homebridge installed.
  2. Install the plugin via npm.

Configuration

Add the plugin to your Homebridge config.json file:

{
  "platforms": [
    {
      "platform": "TovalaSmartOven",
      "name": "Tovala Smart Oven",
      "email": "your-email@example.com",
      "password": "your-password",
      "userId": "your-user-id"
    }
  ]
}

Replace your-email@example.com, your-password, and your-user-id with your Tovala account details.

Funding

If you find this plugin useful and want to support its development, consider contributing via:

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago