Page 1 of 1

HomeKit with home bridge-http

Posted: 06 Mar 2016 21:41
by chris1984
Hi there,

Since three days I am trying to get it work.

I own a Raspberri Pi 1 and Razberry v2.2.1.

I have includes a fiber roller shutter 2
I try to control it over homebridge white the http-Plugin.

here is my config.json

Code: Select all

{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"accessories": [
{
"accessory": "Http",
"name": "Rollo",
"on_url":  "http://127.0.0.1:8083/ZWaveAPI/Run/devices[4].instances[0].commandClasses[38].Set(0)",
"off_url": "http://127.0.0.1:8083/ZWaveAPI/Run/devices[4].instances[0].commandClasses[38].Set(99)",
"brightness_url": "https://[yourip]:[yourport]/[devicescript.php?dim=/%b]",
"http_method": "RUN"

}
]
}
I see the accessory in HomeKit and I can switch it ON and OFF, but the shutter does not moving.

Is the API Call without authentication the problem. How can I solve it.

Thanks