You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the off and on scripts aren't running through homebridge for me. The state script returns a value to the homebridge ui, but neither of the two other scripts appear to run. Any clue what could be causing this? I've directly called them with the locations listed from command line and they work, so I'm at a loss.
This is likely a permissions issue. Try switching in to your Homebridge user (su homebridge from root) and see what happens when you execute the same command
For some reason the off and on scripts aren't running through homebridge for me. The state script returns a value to the homebridge ui, but neither of the two other scripts appear to run. Any clue what could be causing this? I've directly called them with the locations listed from command line and they work, so I'm at a loss.
"accessories": [
{
"accessory": "Script2",
"name": "Jack Light Switch",
"on": "/home/homebridge/On.sh",
"off": "/home/homebridge/Off.sh",
"state": "/home/homebridge/State.sh",
"on_value": "True"
}
],
The text was updated successfully, but these errors were encountered: