Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 6 matches
- Mon May 23, 2011 4:07 pm
- Forum: General Support
- Topic: How to send Command to Global Cache iTech IPToIR
- Replies: 41
- Views: 24091
Re: How to send Command to Global Cache iTech IPToIR
Thanks a lot brother it worked best regard

- Mon May 23, 2011 9:34 am
- Forum: General Support
- Topic: How to send Command to Global Cache iTech IPToIR
- Replies: 41
- Views: 24091
Re: How to send Command to Global Cache iTech IPToIR
No it correct the script and it working but the response is error message :
ERR_0:0,016
any one have an idea about this please help me
thanks a lot
ERR_0:0,016
any one have an idea about this please help me
thanks a lot
- Mon May 23, 2011 9:23 am
- Forum: General Support
- Topic: How to send Command to Global Cache iTech IPToIR
- Replies: 41
- Views: 24091
Re: How to send Command to Global Cache iTech IPToIR
I try this scrip
import socket
HOST = '192.169.2.17'
PORT = 4998
try:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
s.settimeout(5.0)
s.connect((HOST, PORT)) # the Host in " " works too.
s.sendall("sendir,1:1,1,38109,1,1,344,171 ...
import socket
HOST = '192.169.2.17'
PORT = 4998
try:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
s.settimeout(5.0)
s.connect((HOST, PORT)) # the Host in " " works too.
s.sendall("sendir,1:1,1,38109,1,1,344,171 ...
- Mon May 16, 2011 5:01 pm
- Forum: General Support
- Topic: How to send Command to Global Cache iTech IPToIR
- Replies: 41
- Views: 24091
Re: How to send Command to Global Cache iTech IPToIR
I well try it thanks a lot

- Mon May 16, 2011 7:44 am
- Forum: General Support
- Topic: How to send Command to Global Cache iTech IPToIR
- Replies: 41
- Views: 24091
- Sun May 15, 2011 9:09 am
- Forum: General Support
- Topic: How to send Command to Global Cache iTech IPToIR
- Replies: 41
- Views: 24091
How to send Command to Global Cache iTech IPToIR
Hi everyone
if someone please help me with my problem I want to send command to my global cache device through network using EventGhost read somewhere in the forum that i should use python script like this
import socket
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
HOST = '192.168.11.36 ...
if someone please help me with my problem I want to send command to my global cache device through network using EventGhost read somewhere in the forum that i should use python script like this
import socket
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
HOST = '192.168.11.36 ...