Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - FallenOne

Pages: [1]
1
W.O.L. / WOL for my TV
« on: November 06, 2013, 03:40:53 PM »
Hey guys =)

So, I'm trying to activate my TV and switch it to "HDMI4" which is my raspberry pi running XBMC frodo.
TV is a Panasonic Viera TXP50VT20EA.

So... Starting off easy, i had XBMC running, switched my tv off and ran the WOL command via VC. TV turned on (to the normal tv-stations and not the hdmi, but hey, success).
so... i turned the tv off again, googled a bit and read forums, tried the WOL-command again and... well nothing. Wake on lan not working.

So i turned it on via remote control, pinged it, everything ok.
i turned it off, pinged it. no response.

then, i pinged again, now it's returning me with my pc -ip that the targeted host is not reachable.

aaaaany ideas? =)

thanks in advance, i'll go looking through google now
FallenONe

2
So, hey, i'm the new guy ;)
First of all thank you for making a software i was always looking for!  ;D

Anyways, i'm still new to this, so i'm taking my baby-steps to more and more complex stuff.

the problem i'm encountering atm is as follows:
i leave my pc  (win 7 64 bit), and i programmed the "monitor off" command to.. well, turn off the monitors.

now, when i come back, what i want to happen is i say something like "i'm back", a song comes on, pc tells me the time via tts, as well as the upcoming events from ggcal.

that's the plan. problem it that the tts often does not start to talk. i see that the event is triggered, monitors turn on, music starts, and the osd shows my upcoming events, but the tts won't talk.
i tried tinkering around with pause commands to give the pc time to start up, but the music starts even before the monitors start up so i guess that's not the problem.


hope i described the problem somewhat understandable.

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<command id="797" name="monitore an" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="" loopMax="0" description="">
  <action>
    <cmdType>Launch.OpenFile</cmdType>
    <cmdString>C:\Users\Public\Music\Sample Music\Kalimba.mp3</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>TTS.Speak</cmdType>
    <cmdString>welcome back sir, the time is {shorttime} on {shortdate}. I hope you had a nice day.</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>System.Monitor.On</cmdType>
    <cmdString />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>GgCal.GetRange</cmdType>
    <cmdString>0&amp;&amp;7</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>OSD.ShowText</cmdType>
    <cmdString>{LastResult}</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.MatchConcat</cmdType>
    <cmdString>{CR}</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>OSD.AddText</cmdType>
    <cmdString>{LastResult}</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>TTS.Speak</cmdType>
    <cmdString>Upcoming events: {LastResult}</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>geh ma an hier</phrase>
</command>


hope to hear from you soon, thanks again.
greetings from germany
FallenOne aka Max

Pages: [1]