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.


Messages - JoshK

Pages: 1 2 [3]
31
Feature Requests / Re: Belkin Wemo and Phillips Hue Support
« on: March 28, 2014, 04:26:45 AM »
Was there any update on how to control the wemo's?

I may be able to offer some advice, but not the entire solution - the wemo's can be set to a specific IP address quite easily from your router, they do however change the ports they listen on

my irulesetup sends the following string via http post to the IP of the wemo, and sends it on port 49152, 4953, and 49154 as this seems to be ports the wemo switches between

On -
Code: [Select]
/upnp/control/basicevent1?<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:SetBinaryState xmlns:u="urn:Belkin:service:basicevent:1"><BinaryState>1</BinaryState></u:SetBinaryState></s:Body></s:Envelope>
Off -
Code: [Select]
/upnp/control/basicevent1?<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:SetBinaryState xmlns:u="urn:Belkin:service:basicevent:1"><BinaryState>0</BinaryState></u:SetBinaryState></s:Body></s:Envelope>
Getstatus -
Code: [Select]
/upnp/control/basicevent1?<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:GetBinaryState xmlns:u="urn:Belkin:service:basicevent:1"><BinaryState></BinaryState></u:GetBinaryState></s:Body></s:Envelope>
If somebody could tell me how send these commands via http post in vc that would be great.

32
VoxCommando Basics and Core Features / Issuing commands from irule
« on: March 27, 2014, 09:00:13 AM »
I'm trying to work out how to issue commands to vc from irule. I've read the wiki and searched the article but can't quite work it out..

from my understanding I should setup a network gateway in Irule with the IP address of my voxcommando machine and port 3300 and then simply have buttons to send the commands I want to voxcommando and these will execute.

however the network gateway in irule never seems to connect.

I'd love any advice on how to do this as I've just found voxcommando after building a whole house automation system based around Irule, and Global Cache Itache's and plan to move my entire irule system to run through vox commando combined with multiple conference call devices in each room.

I've managed to get Voxcommando working with all my gear and voice commands nicely, however I'm stuck at getting irule to issue commands to vc..

Pages: 1 2 [3]