Homebridge accessory plugin for Eco smart plugs
This plugin allows you to remotely control the state of your Eco Plug. It allows you to set the on/off state.
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-ecoplug
- Update your configuration file. See below for a sample.
Configuration sample:
"accessories": [
{
"accessory": "EcoPlug",
"name": "Eco plug name",
"host": "192.168.0.xxx",
"id": "ECO-xxxxxxxx"
}
]
Fields:
- "accessory": Must always be "EcoPlug" (required)
- "name": Can be anything (required)
- "host": The hostname or ip of the Eco Plug (required)
- "id": The id of the Eco Plug as shown in the ECO app under settings (required)