Skip to content
Jasper Slits edited this page Oct 31, 2021 · 8 revisions

Homebridge configuration

Pre-requisites

Configuration

Example configuration for CVE units only. Replace 192.168.x.x with the IP-address of the add-on

{
            "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