[SOLVED] Optoma beamer via RS232 over TCP/IP connector

I think the Exec Binding can solve your Problems …

rule "TV power"
	when 
	  Item TV received command ON
	then
      executeCommandLine("HERE THE COMMAND TO SWITCH ON THE BEAMER")
end

here is a Example for telnet in bash script