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"
}
]
}
Is the API Call without authentication the problem. How can I solve it.
Thanks