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
i cannot get this plugin to work.
I install it in Homebridge, set my triggername and commands correctly and restart the server.
The applescripts just do not fire.
Is this plugin still operational in Big Sur 11.7?
Is the problem the accessability rights in Mac Settings?
Or is it because I use the "Homebridge Tuya Platform" plugin and use a Tuya item as the trigger?
Update: I can trigger scripts which will run, but not WITHIN homebridge. When I trigger the commands externally, the scripts run fine. Any ideas why this only works externally?
manuspam
changed the title
homebridge-applescript plugin not working for me
homebridge-applescript scripts not working, only externally
Nov 15, 2022
manuspam
changed the title
homebridge-applescript scripts not working, only externally
homebridge-applescript - script triggers only working externally - why?
Nov 15, 2022
Hi all
i cannot get this plugin to work.
I install it in Homebridge, set my triggername and commands correctly and restart the server.
The applescripts just do not fire.
Please find my json file below.
https://jsonlint.com/ says my json is ok.
Is this plugin still operational in Big Sur 11.7?
Is the problem the accessability rights in Mac Settings?
Or is it because I use the "Homebridge Tuya Platform" plugin and use a Tuya item as the trigger?
Any ideas appreciated.
Manu
{
"bridge": {
"name": "Homebridge 9599",
"username": "123",
"port": 51953,
"pin": "456",
"advertiser": "bonjour-hap"
},
"platforms": [{
"name": "Config",
"port": 8581,
"auth": "form",
"theme": "auto",
"tempUnits": "c",
"lang": "auto",
"platform": "config"
},
{
"options": {
"username": "123",
"password": "456",
"accessId": "234",
"accessKey": "789",
"lang": "en",
"projectType": "2",
"appSchema": "tuyaSmart",
"countryCode": 41,
"debug": false
},
"name": "TuyaPlatform",
"platform": "TuyaPlatform"
}
],
"accessories": [{
"accessory": "Applescript",
"name": "TESTTRIGGER",
"on": "tell application ''TextEdit'' to activate",
"off": "tell application ''TextEdit'' to quit"
}],
"disabledPlugins": []
}
The text was updated successfully, but these errors were encountered: