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.

any Sharp Aquos LCD plugin around?

Questions and comments specific to a particular plugin should go here.
jang430
Experienced User
Posts: 55
Joined: Fri Dec 21, 2012 8:24 am

any Sharp Aquos LCD plugin around?

Post by jang430 »

Thanks in advance
kalia
Experienced User
Posts: 109
Joined: Wed Aug 12, 2009 1:10 am

Re: any Sharp Aquos LCD plugin around?

Post by kalia »

Try this. My first plugin! :D

Let me know if it works.

Thanks,

kalia
Attachments
__init__.py
Sharp Aquos TV Serial Plugin
(8.46 KiB) Downloaded 229 times
jang430
Experienced User
Posts: 55
Joined: Fri Dec 21, 2012 8:24 am

Re: any Sharp Aquos LCD plugin around?

Post by jang430 »

Thanks! I'll reply as soon as I get to test it.
jang430
Experienced User
Posts: 55
Joined: Fri Dec 21, 2012 8:24 am

Re: any Sharp Aquos LCD plugin around?

Post by jang430 »

Hello Kalia,

Works perfectly :-) Thank you very much.
leothlon
Experienced User
Posts: 59
Joined: Tue Dec 17, 2013 6:29 pm

Re: any Sharp Aquos LCD plugin around?

Post by leothlon »

Hi.
How does this plugin work? over serial port or throu lan?
jang430
Experienced User
Posts: 55
Joined: Fri Dec 21, 2012 8:24 am

Re: any Sharp Aquos LCD plugin around?

Post by jang430 »

Hello Kalia,

I just noticed that the plugin works when the PC is turned on, or has been recently turned off (you can still control it within 5 seconds from turning off). Once it's been off for a while, you can't turn it back on. You'll have to do it manually via remote, then, you can once again control it via serial plugin.
jang430
Experienced User
Posts: 55
Joined: Fri Dec 21, 2012 8:24 am

Re: any Sharp Aquos LCD plugin around?

Post by jang430 »

leothlon wrote:Hi.
How does this plugin work? over serial port or throu lan?

I use serial cable since my TV doesn't support lan yet.
kalia
Experienced User
Posts: 109
Joined: Wed Aug 12, 2009 1:10 am

Re: any Sharp Aquos LCD plugin around?

Post by kalia »

jang430 wrote:Hello Kalia,

I just noticed that the plugin works when the PC is turned on, or has been recently turned off (you can still control it within 5 seconds from turning off). Once it's been off for a while, you can't turn it back on. You'll have to do it manually via remote, then, you can once again control it via serial plugin.
I will look into it when I get a chance but I am pretty sure it has something to do with the TV serial port going to sleep (low power mode).

kalia
jang430
Experienced User
Posts: 55
Joined: Fri Dec 21, 2012 8:24 am

Re: any Sharp Aquos LCD plugin around?

Post by jang430 »

Hello Kalia, I thought the same as well. Though how do you address that? Is there. Setting in the tv to change that?
kalia
Experienced User
Posts: 109
Joined: Wed Aug 12, 2009 1:10 am

Re: any Sharp Aquos LCD plugin around?

Post by kalia »

jang430 wrote:Hello Kalia, I thought the same as well. Though how do you address that? Is there. Setting in the tv to change that?
I could not find a setting but what I can suggest is sending the "Power On" command twice (assuming you are trying to turn TV on after the PC starts up again).

Also, if that does not work, try sending the command:

Code: Select all

RSPW1
before shutting down the PC (only once - not every time you shut down). Then try sending the "Power On" command twice after startup.

Let us know what works for you!

Thanks,

Kalia
jang430
Experienced User
Posts: 55
Joined: Fri Dec 21, 2012 8:24 am

Re: any Sharp Aquos LCD plugin around?

Post by jang430 »

Thanks Kalia. Will give feedback once I get to try it.
hanspettersson
Posts: 42
Joined: Sat Feb 20, 2010 2:42 pm

Re: any Sharp Aquos LCD plugin around?

Post by hanspettersson »

The Plugin works great. Thanks
Sending commands works great.
But i can┬┤t get any feedback from my TV?
I have try Power status and Volume.
eastonenn
Posts: 2
Joined: Tue Aug 12, 2014 8:40 pm

Re: any Sharp Aquos LCD plugin around?

Post by eastonenn »

Hi !

I think i have the same issue as hanspetersson in the comment above.

Ive tried to setup this plugin.
In EG everything works fine I find the plugin and i can choose my COM-port in the plugin-setup and i can send the commands.
Then to the problem, i dont get any response from the TV and for example if i send a Volume command the TV dont react to it either.
I have a USB-serial cable. and im running windows 8.1

anyone got any tips ?
kalia
Experienced User
Posts: 109
Joined: Wed Aug 12, 2009 1:10 am

Re: any Sharp Aquos LCD plugin around?

Post by kalia »

hanspettersson wrote:The Plugin works great. Thanks
Sending commands works great.
But i can┬┤t get any feedback from my TV?
I have try Power status and Volume.
Thanks hanspettersson for the feedback. I don't use this plugin anymore, but this is what I can suggest:

Try this action after the Volume and Power Status actions:

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1669">
    <Action>
        EventGhost.PythonCommand(u'print eg.result')
    </Action>
</EventGhost>
Attachments
Print Volume Result
Print Volume Result
Capture.PNG (3.49 KiB) Viewed 6904 times
kalia
Experienced User
Posts: 109
Joined: Wed Aug 12, 2009 1:10 am

Re: any Sharp Aquos LCD plugin around?

Post by kalia »

eastonenn wrote:Hi !

I think i have the same issue as hanspetersson in the comment above.

Ive tried to setup this plugin.
In EG everything works fine I find the plugin and i can choose my COM-port in the plugin-setup and i can send the commands.
Then to the problem, i dont get any response from the TV and for example if i send a Volume command the TV dont react to it either.
I have a USB-serial cable. and im running windows 8.1

anyone got any tips ?
eastonenn,

Do you get any errors when adding the plugin?

Thanks,

kalia
Post Reply