Hello Yun Community!
Here is what I want to accomplish: I am presently able to send a serial command from my HAI panel to my Arduino via an RS-232 shield.
In response to a serial command, I want to be able to use the bridge to tell a Python script to form a TCP socket connection with my Global Cache iTach Network to IR devices and have the Yun send an IR command string to the iTach which then broadcasts the IR string out to the IR blaster.
Thus far, i have found this Python script:
https://globalcache.zendesk.com/entries/24006246-iTach-python-example
However, I don't know any Python (yet) and I am unsure of where (in the linino file system) to put the python file, and then how to "call" a particular file using a bridge command from an Arduino Sketch...
I am completely comfortable with the Arduino / Serial side of things and I already have my board talking to my HAI controller. It's the Python and iTach side that I need some guidance on.
Thanks in advance!
Kurt