Off and On Scripts not running
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" } ],
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