Skip to content
Jasper Slits edited this page Mar 30, 2022 · 8 revisions

Homebridge configuration

To integrate with Apple's HomeKit use the following set up.

Pre-requisites

  • Homebridge configured
  • Homebridge HTTP Switch plug-in NPM package

Configuration

Example configuration for CVE units only. Replace 192.168.x.x with the IP-address of the add-on. This allows switching between high and medium mode only.

{
            "accessory": "HTTP-SWITCH",
            "name": "Meta Itho Ventilatie",
            "switchType": "stateful",
            "pullInterval": "20000",
            "onUrl": "http://192.168.x.xxx/api.html?command=high",
            "offUrl": "http://192.168.x.xxx/api.html?command=medium",
            "statusUrl": "http://192.168.x.xxx/api.html?get=currentspeed",
            "statusPattern": "220"
        }

Discussion (Dutch)

See https://gathering.tweakers.net/forum/list_message/66023320#66023320

Clone this wiki locally