Search found 5 matches

by ldjldj
Sunday 22 May 2016 13:39
Forum: Show your projects
Topic: Playstation timer
Replies: 49
Views: 20499

Re: Playstation timer

Dear MvZut, Thanks, it works now. Your suggestion of an extra code line at the beginnein gof the script for an initial value of "0" did the trick. After wachting the counter updating correctly I've commented this line out. Still doens't really explain why the script starts working directly - without ...
by ldjldj
Saturday 21 May 2016 15:26
Forum: Show your projects
Topic: Playstation timer
Replies: 49
Views: 20499

Re: Playstation timer

Dear Mvzut, Can't get this script working. It will not update the counter and keeps complaining . I've doublechecked everything according to your setup and can't find the problem. It looks like there is no value (in the beginning) and therefore the script is not able to count. Could you please help ...
by ldjldj
Monday 18 April 2016 19:08
Forum: LUA
Topic: Vocal announcement - Good Morning Script
Replies: 73
Views: 21853

Re: Vocal announcement - Good Morning Script

Strangely enough (language-settings on Dutch) the char " ' " in part of the sentence stating "Leo's gsm is aanwezig" (Leo's cell is at home) did block the output coming through the speakers. Removing the " ' " solved the problem.
by ldjldj
Monday 18 April 2016 15:47
Forum: LUA
Topic: Vocal announcement - Good Morning Script
Replies: 73
Views: 21853

Re: Vocal announcement - Good Morning Script

Jmleglise, thanks for the tip.

I feel stupid that I didn' think of this check. Will try when I'm at home.
by ldjldj
Sunday 17 April 2016 12:43
Forum: LUA
Topic: Vocal announcement - Good Morning Script
Replies: 73
Views: 21853

Re: Vocal announcement - Good Morning Script

Hello, Verry funny script indeed. But I'm stuck on the "tts" part. I can't get the sentence to be announced. print("talk:"..sentence) ** Sentence is correct as also shown in log os.execute ("/usr/bin/tts "..sentence.." &") ** No reaction or sound os.execute ("/usr/bin/tts Test" ) ** (Bluetooth ...