Skip to content

md1980/homebridge-weconn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Homebridge WeConn Plugin

Introduction

This is a Homebridge plugin for WeConn Smart Plugs

Tested devices:

Instalation

  1. Install homebridge
  2. Install this plugin npm install -g homebridge-weconn

Sample configuration:

    "accessories": [
        {
            "accessory": "WeConn",
            "name": "Plug name",
            "ip_address": "192.168.1.3",
            "mac": "adbd11235611"
            "port": 9957
        }
    ]
  • accessory - must have a value "WeConn"
  • name - name of plug (must set, any string)
  • ip_address - ip address of plug (currently only tested IPv4)
  • mac - physical address
  • port - plug port number, default 9957 (optional)

Debug mode

    "accessories": [
        {
            ...
            "debug": true
            ...
        }
    ]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%