Supports anova cooker devices on HomeBridge Platform
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-anova
- Update your configuration file. See bellow for a sample.
Configuration sample:
{
"bridge": {
...
},
"description": "...",
"accessories": [
{
"accessory": "AnovaCooker",
"name": "SousVide",
"cooker": "ID",
"secret": "secret"
}
],
"platforms":[]
}