Skip to content

SingleDadLiving/homebridge-ecoplug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-ecoplug

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.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-ecoplug
  3. Update your configuration file. See below for a sample.

Configuration

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)

About

Homebridge plugin for the Eco Plug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%