Supports Zipabox or Zipatile on HomeBridge Platform
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-zipato
- Update your configuration file. See below for an example.
Configuration sample:
"platforms": [
{
"platform": "Zipato",
"username": "[ZIPABOX LOGIN]",
"password": "[ZIPABOX PASSWORD]",
"devices": [ "scenes", "lights" ],
"filters": [ "Relay 1", "Relay 2" ],
"replace": { "Schemerlampen": "Lights", "Zonweering": "Sunscreen" }
}
]
Optionally the local IP can be used by adding:
"localip": "1.2.3.4",
Where 1.2.3.4 matches with the local IP address of your Zipabox or Zipatile.
One can prevent the scenes or the lights devices to be processed by removing them from the 'devices' array in the configuration.
To filter specific items to be exposed throught Homebridge its Zipato name can be added in the 'filters' array in the configuration.
Renaming exposed items can be done using the 'replace' key/value store in the configuration. It will do simple string replacements, so also partial strings will be replaced.