Homebridge plugin for Intertechno WLAN-Switch ITGW-433 Gateway. Default switch behaviour with persistance.
Example configuration:
{
"accessory": "IntertechnoSwitch",
"name": "Pompa Aer",
"host": "192.168.0.1",
"code": "B2"
}
Parameter | Description |
---|---|
name |
Name of the accessory |
host |
IP of WLAN-Switch ITGW-433 Gateway |
port |
49880 (default) |
code |
[A-P][1-9] |
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.
npm install -g homebridge
npm install -g homebridge-intertechno-switch