Display messages on my TV screen on certain events (door opens, doorbel rings etc)
This is possible using JointSpace and a simple bash script on my Raspberry Pi.
First download JSTx (http://sourceforge.net/apps/mediawiki/j ... title=JSTx)
I've copied the binaries to /opt/JSTx
Create a script (i named it display.sh)
Code: Select all
/opt/JSTx/JSTx -F /opt/JSTx/font/decker.ttf -s 40 -W 1280 -H 720 -w 1200 -h 60 -x 40 -y 40 -t "$*" t -T 5 -b "100,100,100,128" -f "255,255,255,255" --dfb:quiet --remote=<TV IP address>
Code: Select all
script:///opt/domoticz/scripts/display.sh This message will be displayed on your TV
Have fun!
Pepijn