Im new here, and hope Im in the right place for my problem.
I've got a Synology DS214play with Domoticz on that.
I would like to show the dashboard on my Google Hub.
So I've installed CATT and made this script:
Code: Select all
#!/bin/bash
/volume1/@appstore/python3/bin/catt cast_site http://192.168.178.200:8084 &
exit 0
Also this is what the permissions look like:
Code: Select all
drwxr-xr-x 2 domoticz root 4.0K May 29 22:27 .
drwxr-xr-x 10 domoticz root 4.0K May 30 10:21 ..
-rwxrwxrwx 1 domoticz root 96 May 30 16:56 cast_tohubje.sh
Code: Select all
script://trscripts/cast_tohubje.sh
Code: Select all
script:///usr/local/domoticz/var/scripts/trscripts/cast_tohubje.sh
Code: Select all
2020-05-30 16:56:54.733 (Virtuele knop) Light/Switch (Virtuele knop)
2020-05-30 16:56:54.703 Status: User: Admin initiated a switch command (1/Virtuele knop/On)
2020-05-30 16:56:54.932 Status: Executing script: /usr/local/domoticz/var/scripts/trscripts/cast_tohubje.sh
Anyone a suggestion on how to solve this?