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.
any Sharp Aquos LCD plugin around?
any Sharp Aquos LCD plugin around?
Thanks in advance
Re: any Sharp Aquos LCD plugin around?
Try this. My first plugin!
Let me know if it works.
Thanks,
kalia
Let me know if it works.
Thanks,
kalia
- Attachments
-
- __init__.py
- Sharp Aquos TV Serial Plugin
- (8.46 KiB) Downloaded 229 times
Re: any Sharp Aquos LCD plugin around?
Thanks! I'll reply as soon as I get to test it.
Re: any Sharp Aquos LCD plugin around?
Hello Kalia,
Works perfectly
Thank you very much.
Works perfectly
Re: any Sharp Aquos LCD plugin around?
Hi.
How does this plugin work? over serial port or throu lan?
How does this plugin work? over serial port or throu lan?
Re: any Sharp Aquos LCD plugin around?
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 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.
Re: any Sharp Aquos LCD plugin around?
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.
Re: any Sharp Aquos LCD plugin around?
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).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.
kalia
Re: any Sharp Aquos LCD plugin around?
Hello Kalia, I thought the same as well. Though how do you address that? Is there. Setting in the tv to change that?
Re: any Sharp Aquos LCD plugin around?
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).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?
Also, if that does not work, try sending the command:
Code: Select all
RSPW1Let us know what works for you!
Thanks,
Kalia
Re: any Sharp Aquos LCD plugin around?
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?
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.
Sending commands works great.
But i can┬┤t get any feedback from my TV?
I have try Power status and Volume.
Re: any Sharp Aquos LCD plugin around?
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 ?
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 ?
Re: any Sharp Aquos LCD plugin around?
Thanks hanspettersson for the feedback. I don't use this plugin anymore, but this is what I can suggest: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.
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
- Capture.PNG (3.49 KiB) Viewed 6919 times
Re: any Sharp Aquos LCD plugin around?
eastonenn,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 ?
Do you get any errors when adding the plugin?
Thanks,
kalia