0.0.6 • Published 4 years ago

homebridge-weconn v0.0.6

Weekly downloads
2
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

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
            ...
        }
    ]
0.0.6

4 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago