-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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"
}
],
Metadata
Metadata
Assignees
Labels
No labels