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 19 matches
- Mon May 20, 2013 2:22 pm
- Forum: Plugin Support
- Topic: terRemote - Android remote app for EventGhost
- Replies: 549
- Views: 239092
Re: terRemote - Android remote app for EventGhost
GREAT THANKS! 
- Sat May 18, 2013 10:11 pm
- Forum: Plugin Support
- Topic: terRemote - Android remote app for EventGhost
- Replies: 549
- Views: 239092
Re: terRemote - Android remote app for EventGhost
hello Chris
i'm trying to send event from an app on my phone to terremote, the app send udp and also can send HTTP GET\POST\PUT, i can send an event from this to eventghost only with the broadcast plugin but not with the network receiver plugin, can you please add an option to listen to UDP or HTTP ...
i'm trying to send event from an app on my phone to terremote, the app send udp and also can send HTTP GET\POST\PUT, i can send an event from this to eventghost only with the broadcast plugin but not with the network receiver plugin, can you please add an option to listen to UDP or HTTP ...
- Thu Apr 25, 2013 7:33 pm
- Forum: Plugin Support
- Topic: terRemote - Android remote app for EventGhost
- Replies: 549
- Views: 239092
Re: terRemote - Android remote app for EventGhost
thanks, tried few times now and i manage to upload 2 remotes
ledstrip and darbee will have more cool remotes to upload soon
BTW, there is a reason why all the GET option in not available also in SET ? for example change color
ledstrip and darbee will have more cool remotes to upload soon
BTW, there is a reason why all the GET option in not available also in SET ? for example change color
- Thu Apr 25, 2013 5:53 pm
- Forum: Plugin Support
- Topic: terRemote - Android remote app for EventGhost
- Replies: 549
- Views: 239092
Re: terRemote - Android remote app for EventGhost
yes, it take the screenshot, then when trying to send the remote crash it OUT OF MEMORY, i get this error a lot, also i had problem to backup and always getting an error, but i find the reason why, if i make a design with an image it cant backup the remote use this design, so i need to remove the ...
- Tue Apr 23, 2013 6:41 pm
- Forum: Plugin Support
- Topic: terRemote - Android remote app for EventGhost
- Replies: 549
- Views: 239092
Re: terRemote - Android remote app for EventGhost
THANKSterRemote wrote:@ntk1: Big THUMBS UP for these layouts! You should consider sharing them in the Online Library when you're done.
but i cant, always get unknown error when trying to upload
- Fri Apr 12, 2013 11:48 pm
- Forum: Plugin Support
- Topic: terRemote - Android remote app for EventGhost
- Replies: 549
- Views: 239092
Re: terRemote - Android remote app for EventGhost
ALBERTPUJOL
you don't really need drawing tool, you can design any remote you want, any size any shape and look for every button, i only starting to do all my remotes, i have more than 20 to do (and after finish them on the phone i need to do them all for my tablet) for now i invested most of the ...
you don't really need drawing tool, you can design any remote you want, any size any shape and look for every button, i only starting to do all my remotes, i have more than 20 to do (and after finish them on the phone i need to do them all for my tablet) for now i invested most of the ...
- Sat Apr 06, 2013 8:47 am
- Forum: General Support
- Topic: sending info
- Replies: 5
- Views: 1854
Re: sending info
thanks i manage to do it with EG App Control plugin and Log Monitor so i transferred the event to payload and send it with
eg.plugins.NetworkSender.plugin.Send("AudioInfo", [str(eg.event.payload)])
eg.plugins.NetworkSender.plugin.Send("AudioInfo", [str(eg.event.payload)])
- Fri Mar 29, 2013 12:07 pm
- Forum: General Support
- Topic: sending info
- Replies: 5
- Views: 1854
Re: sending info
If you did not understand what I want to do, how you concluded that I did not invested much time in searching?
i'm using onkyo ISCP to send commands to my amp, when i send "DIF02" command to the amp, the amp send back this info (as an event)
OnkyoISCP.IFA 'HDMI 1,PCM,48kHz,2.0ch,All Ch Stereo,7 ...
i'm using onkyo ISCP to send commands to my amp, when i send "DIF02" command to the amp, the amp send back this info (as an event)
OnkyoISCP.IFA 'HDMI 1,PCM,48kHz,2.0ch,All Ch Stereo,7 ...
- Thu Mar 28, 2013 7:39 pm
- Forum: General Support
- Topic: sending info
- Replies: 5
- Views: 1854
sending info
hello
i want to send information received from my amp, when i send the command "DIF02" i received this event back
OnkyoISCP.IFA 'HDMI 1,PCM,48kHz,2.0ch,All Ch Stereo,7.2ch,'
OnkyoISCP.IFAHDMI 1,PCM,48kHz,2.0ch,All Ch Stereo,7.2ch,
now i want to send this line with network event sender but i ...
i want to send information received from my amp, when i send the command "DIF02" i received this event back
OnkyoISCP.IFA 'HDMI 1,PCM,48kHz,2.0ch,All Ch Stereo,7.2ch,'
OnkyoISCP.IFAHDMI 1,PCM,48kHz,2.0ch,All Ch Stereo,7.2ch,
now i want to send this line with network event sender but i ...
- Thu Feb 28, 2013 10:59 am
- Forum: Plugin Support
- Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
- Replies: 1402
- Views: 615143
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
this is the list of all the volume commands, all the commands with the letters after the numbers are not working I'm sorry for being daft but "not working" is not that helpful to figure out what is not working.
also i wanted to know if there is a way to bypass the volume lock in XBMC when its in ...
also i wanted to know if there is a way to bypass the volume lock in XBMC when its in ...
- Wed Feb 27, 2013 7:39 pm
- Forum: Plugin Support
- Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
- Replies: 1402
- Views: 615143
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
this is working great but from 1-16 the commands are Try this:
hex(int(int(eg.event.payload['volume'])*0.87))[2:].zfill(2).upper()
and its not working ( there are also a 5-6 commands with letters between 17-87 that is not working ) there is a way to make all commands with letters also work? What ...
hex(int(int(eg.event.payload['volume'])*0.87))[2:].zfill(2).upper()
and its not working ( there are also a 5-6 commands with letters between 17-87 that is not working ) there is a way to make all commands with letters also work? What ...
- Wed Feb 27, 2013 4:12 pm
- Forum: Plugin Support
- Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
- Replies: 1402
- Views: 615143
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
this is working great but from 1-16 the commands are
MVL00
MVL02
MVL03
MVL04
MVL05
MVL07
MVL09
MVL0A
MVL0B
MVL0C
MVL0D
MVL0E
MVL0F
and its not working ( there are also a 5-6 commands with letters between 17-87 that is not working ) there is a way to make all commands with letters also work? or i ...
MVL00
MVL02
MVL03
MVL04
MVL05
MVL07
MVL09
MVL0A
MVL0B
MVL0C
MVL0D
MVL0E
MVL0F
and its not working ( there are also a 5-6 commands with letters between 17-87 that is not working ) there is a way to make all commands with letters also work? or i ...
- Wed Feb 27, 2013 11:29 am
- Forum: Plugin Support
- Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
- Replies: 1402
- Views: 615143
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
i'm using onkyo iscp and select command, this is the commands I can't test as I don't have your amp, but this should work. :roll:
Put a "Python command" action in the macro, then put the below code in it.
eg.plugins.OnkyoISCP.SendCommand(u'MVL'+str(eg.event.payload["volume"])) It should send a ...
Put a "Python command" action in the macro, then put the below code in it.
eg.plugins.OnkyoISCP.SendCommand(u'MVL'+str(eg.event.payload["volume"])) It should send a ...
- Wed Feb 27, 2013 3:09 am
- Forum: Plugin Support
- Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
- Replies: 1402
- Views: 615143
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
i'm using onkyo iscp and select command, this is the commands
MVL57
MVL56
MVL55
MVL54
MVL57
MVL56
MVL55
MVL54
- Tue Feb 26, 2013 11:24 am
- Forum: Plugin Support
- Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
- Replies: 1402
- Views: 615143
Re: Support for XBMC2 plugin (formerly XBMCRepeat)
jonib
thanks for the help, i tried but i did not understand nothing, im new with eventghost, so when you have the time if you could help it will be great ( no pressure
)
thanks!
thanks for the help, i tried but i did not understand nothing, im new with eventghost, so when you have the time if you could help it will be great ( no pressure
thanks!