homebridge-intertechno-switch
v0.0.1
Published
Homebridge switch for Intertechno devices
Downloads
4
Maintainers
Readme
homebridge-intertechno-switch
Homebridge plugin for Intertechno WLAN-Switch ITGW-433 Gateway. Default switch behaviour with persistance.
IntertechnoSwitch Configuration Params
Example configuration:
{
"accessory": "IntertechnoSwitch",
"name": "Pompa Aer",
"host": "192.168.0.1",
"code": "B2"
}
Configuration Params
| Parameter | Description |
| -------------------------------- | ------------------------------------------------------- |
| name
| Name of the accessory |
| host
| IP of WLAN-Switch ITGW-433 Gateway |
| port
| 49880 (default) |
| code
| [A-P][1-9] |
Help
Code is composed of a capital letter [A-P] and a number [1-9]. The code for your switch is setup using the WLAN Switch app from Intertechno.
Installation
- Install homebridge using:
npm install -g homebridge
- Install homebridge-intertechno-switch using:
npm install -g homebridge-intertechno-switch
- Update your config file