Skip to content

Off and On Scripts not running #40

@jkerr1416

Description

@jkerr1416

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions