HomeKit with home bridge-http

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
chris1984
Posts: 2
Joined: 06 Mar 2016 20:59

HomeKit with home bridge-http

Post 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
Post Reply