homebridge-dohome-switch
v1.1.1
Published
Control DoHome Power Switch Devices
Downloads
40
Maintainers
Readme
homebridge-dohome-switch
DoHome Power Switch - Control 'Doit' / 'Dohome' power switch devices
Switch Services
Switch (standard on/off)
{
"name": "My Name",
"prodname": "65ff",
"subnet": "192.168.0.255",
"port": 6091,
"deviceid": "955sga0g65ff_DT-PLUG_HOMEKIT",
"accessory": "DoHomeSwitch"
}
Configuration Params
| Parameter | Description | Required |
| -------------------------------- | ------------------------------------------------------- |:--------:|
| name
| Just a random nickname | |
| prodname
| Usually Last 4 Character of Mac Address | |
| subnet
| Your Subnet | ✓ |
| port
| 6091 (default) | |
| deviceid
| | ✓ |
Installation
- Install homebridge using:
npm install -g homebridge
- Install homebridge-http using:
npm install -g homebridge-dohome-switch
- Update your config file
Update
1.0.1
- Change Variable Names
- Update Documentary
Referenced project
- homebridge-udp-json-master
- homebridge-udp-multiswitch-master