Author Topic: Controlling Dreambox DM800 HD  (Read 9481 times)

0 Members and 1 Guest are viewing this topic.

LOCOSP

  • Jr. Member
  • **
  • Posts: 21
  • Karma: 0
    • View Profile
    • LOCOSP.ORG
Re: Controlling Dreambox DM800 HD
« Reply #15 on: September 24, 2012, 07:13:56 PM »
the halx.send command with your payload works.

[attachment=1]

[attachment=2]

[attachment=3]

hehehe thanks I did it but ran out of time to post it :)

Thank You James and Kalle it is working perfectly :)

I'm using HALX plug for now but now will try scrape command...

did it like that:

LOCOSP

  • Jr. Member
  • **
  • Posts: 21
  • Karma: 0
    • View Profile
    • LOCOSP.ORG
Re: Controlling Dreambox DM800 HD
« Reply #16 on: September 25, 2012, 06:41:33 PM »
Hi it's me again ;)

next question is:

If i have in my payload.xml

Code: [Select]
<payload>
      <value>1.1.1.1.1.1.1.1.1.1.1</value>
      <phrase>Cartoon Netowrk</phrase>
</payload>

and in first action is

Code: [Select]
Scrape 192.168.1.11/web ......{1}  (1.1.1.1.1.1.1.1.1.1.1)

How to make VC to say the name of the channel with TTS.Speak ?

I mean, what to write to make it say <phrase> ? I've try to set TTS.Speak {1} but was said the <value> 1.1.1.1.1.1 ...
« Last Edit: September 25, 2012, 06:44:45 PM by LOCOSP »

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Controlling Dreambox DM800 HD
« Reply #17 on: September 25, 2012, 07:31:11 PM »
Hi it's me again ;)

next question is:

If i have in my payload.xml

Code: [Select]
<payload>
      <value>1.1.1.1.1.1.1.1.1.1.1</value>
      <phrase>Cartoon Netowrk</phrase>
</payload>

and in first action is

Code: [Select]
Scrape 192.168.1.11/web ......{1}  (1.1.1.1.1.1.1.1.1.1.1)

How to make VC to say the name of the channel with TTS.Speak ?

I mean, what to write to make it say <phrase> ? I've try to set TTS.Speak {1} but was said the <value> 1.1.1.1.1.1 ...
You can try - TTS.Speak {LastSpoken}
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Controlling Dreambox DM800 HD
« Reply #18 on: September 25, 2012, 08:21:57 PM »
I think you want friendly payloads.

{PF.1}

Wanilton

  • $upporter
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Controlling Dreambox DM800 HD
« Reply #19 on: September 26, 2012, 08:52:03 PM »
this reminds me of Wanilton's birthday card :)



Be carefull, I am commander now... :biglaugh :biglaugh
« Last Edit: September 26, 2012, 08:57:20 PM by Wanilton »
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

LOCOSP

  • Jr. Member
  • **
  • Posts: 21
  • Karma: 0
    • View Profile
    • LOCOSP.ORG
Re: Controlling Dreambox DM800 HD
« Reply #20 on: September 27, 2012, 06:38:19 AM »
Thank You James it's working :)

LOCOSP

  • Jr. Member
  • **
  • Posts: 21
  • Karma: 0
    • View Profile
    • LOCOSP.ORG
Re: Controlling Dreambox DM800 HD
« Reply #21 on: October 01, 2012, 07:52:59 AM »
Hi, I don't want to start new topic so just will ask here maybe You can help me again ;) :

Is in EventGhost any similar action as a scrape action in VC ?

I'm asking because have problem with halx plugin for EG from this forum and the problem looks like this :



Thank You.  
« Last Edit: October 01, 2012, 07:59:38 AM by LOCOSP »

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Controlling Dreambox DM800 HD
« Reply #22 on: October 01, 2012, 08:33:20 AM »
Not that I know of, but I'm surprised that the eg Halx plugin does not work. It is dead simple. I can't quite see the whole error message but it looks like it can't create a socket for the web request which may indicate some other network related problem.  Or maybe you've configured event ghost wrong somehow.

It is super easy to send an http request using a python script in event ghost, if you want to try that.

http://www.eventghost.org/forum/viewtopic.php?f=2&t=3226

LOCOSP

  • Jr. Member
  • **
  • Posts: 21
  • Karma: 0
    • View Profile
    • LOCOSP.ORG
Re: Controlling Dreambox DM800 HD
« Reply #23 on: October 01, 2012, 08:41:19 AM »
Sorry , my fault ! forgot about port redirection :) it's working fine now.

Thank You python scripting clue.

;)