Now I'd like to tell siri to open the gate with this https://www.npmjs.com/package/homebridge-ssh-garagedoor but here comes the problems.. I think I know how to compile the ssh part
Code: Select all
ssh": {
"user": "pi",
"host": "127.0.0.1",
"port": 22,
"password": "password"Code: Select all
"open": "./open.sh",
"close": "./close.sh",
"state": "./check_state.sh",
Thank you