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.

HDHomerun Plugin?

Do you have questions about writing plugins or scripts in Python? Meet the coders here.
Post Reply
bob1234
Posts: 3
Joined: Tue Jun 09, 2009 9:11 pm

HDHomerun Plugin?

Post by bob1234 »

Would it be possible to write a plugin for the IR Receiver in the HDhomerun network tuner?
http://www.silicondust.com

It sends the IR commands over ethernet on UDP port 5000
stottle
Plugin Developer
Posts: 636
Joined: Sun Apr 26, 2009 10:59 pm

Re: HDHomerun Plugin?

Post by stottle »

It certainly seems possible. It's not clear what you are trying to do, though.

Do you want to listen for IR remotes sent to the Homerun, or do you want to send your own commands from EG using the remote's connection?

Brett
bob1234
Posts: 3
Joined: Tue Jun 09, 2009 9:11 pm

Re: HDHomerun Plugin?

Post by bob1234 »

Sorry for not being clear,
I want to listen for IR remotes codes sent to the HDHomerun
remote -> HDhomerun IR receiver, UDP port 5000 -> Eventghost
bob1234
Posts: 3
Joined: Tue Jun 09, 2009 9:11 pm

Re: HDHomerun Plugin?

Post by bob1234 »

Copied code from other plugins made some progress,
I can open a socket and receive this from the remote when I press a button
'\x00\xc0\r\x00)\x80\r\x00(\x80\r\x00)\x80\r\x00(\x80\r\x00_\x80\r\x00' '_\x80\r\x00_\x80\x0e\x00_\x80\x0c\x00_\x80\x0e\x00(\x80\r\x00'
have no idea what to do now
A HDHomeRun Ir receiver plugin is really needed but I don't have the skill, not a programmer. Giving up
Post Reply