homebridge-tovala
v1.0.5
Published
A homebridge plugin for controlling a Tovala Smart Oven
Downloads
12
Maintainers
Readme
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
- Ensure you have Node.js 18 or later and Homebridge installed.
- Install the plugin via npm.
Configuration
Add the plugin to your Homebridge config.json
file:
{
"platforms": [
{
"platform": "TovalaSmartOven",
"name": "Tovala Smart Oven",
"email": "[email protected]",
"password": "your-password",
"userId": "your-user-id"
}
]
}
Replace [email protected]
, 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: