can someone help me solve what is wrong with settings?
I keep getting this error in Homebridge log - error getting options.uri is a required argument.
If I click on gate in Homebridge Accessories the gate will open and at that time it also shows status in Homekit app.
Once it’s done it shows No response in Homekit app.
Homebridge also show wrong status of the gate even if I change statusValueOpen to 1.
Hello,
can someone help me solve what is wrong with settings?
I keep getting this error in Homebridge log - error getting options.uri is a required argument.
If I click on gate in Homebridge Accessories the gate will open and at that time it also shows status in Homekit app. Once it’s done it shows No response in Homekit app.
Homebridge also show wrong status of the gate even if I change statusValueOpen to 1.
Do I have to change also something in Shelly app?
This is my current settings:
{ "name": "Gate", "http_method": "GET", "openURL": "http://192.168.x.xxx/relay/0?turn=on", "closeURL": "http://192.168.x.xxx/relay/0?turn=on", "openTime": 31, "closeTime": 32, "autoLock": false, "autoLockDelay": 60, "polling": true, "pollInterval": 60, "statusKey": "$.inputs[0].input", "statusValueOpen": "1", "statusValueClosed": "0", "statusValueOpening": "2", "statusValueClosing": "3", "manufacturer": "Shelly", "model": "Shelly 1", "debug": true, "accessory": "GarageDoorOpener" }
Thank you for any suggestions how to solve this error. Ales