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 - cglobal

Pages: 1 [2] 3
16
One on one support / Re: VC- ECHO Help
« on: August 23, 2017, 12:09:48 AM »
Ok i am proceeding regardless to see what happens, just to confirm, the tutorial and video manifest different instructions for the following section:

and the Video says:

Am i looking at it wrong?

I AM ALSO encountering the following error, please advise:

http://imgur.com/a/pXdPl

Ok well, ignore the above  (Except the discrepancy in codes (video vs. text tutorial, that seems to be a legit error)), i figured out the problem and set everything right in Amazon, but here is the error i got "The remote endpoint could not be called, or the response it returned was invalid."

Comes down to port forwarding not functioning?

For my port forwarding issue does this make any sense, if so cam someone help with this?

Quote
When you port forward on a router, you are telling it to pass any incoming connections on those ports to an internal device.

All that the router does is change the destination IP address on the incoming packet to the internal IP address you have specified. The device at the internal address is responsible for receiving and responding to the incoming connection.

So in order for a port forward to work you need both the port forward set up, and you need the internal device "listening" on the incoming ports.

If the internal device does not have an application running that is ready to accept the incoming connection, it will send a TCP RST packet back to the source, which is generally described as a "Connection refused".

Once you have your applications running on these ports, the port forward test should succeed.

Here is another post about it:

http://www.tomshardware.com/forum/40858-42-open-ports

Please see last post - "Best Answer".

17
One on one support / Re: VC- ECHO Help
« on: August 22, 2017, 11:18:32 PM »
Ok i am proceeding regardless, to see what happens, just to confirm, the tutorial and video manifest different instructions for the following section:

Quote
9. Paste the following to the “Sample Utterances” box and click next:
Code: [Select]
{
  "intents": [ {
    "intent": "PerformAction",
    "slots": [ {
       "name": "Action",
       "type": "COMMANDS"
    } ]
  } ]
}

10. Note the ID on the top of the page that starts with: amzn1.ask.skill...
You will need to add this ID to your code later.

and the Video says:

Quote
PerformAction {Action}
PerformAction {Action} {Action}
PerformAction {Action} {Action} {Action}
PerformAction {Action} {Action} {Action} {Action}
PerformAction {Action} {Action} {Action} {Action} {Action}

Am i looking at it wrong?

I AM ALSO encountering the following error, please advise:

http://imgur.com/a/pXdPl

18
One on one support / Re: VC- ECHO Help
« on: August 21, 2017, 05:08:48 PM »

I just PMd you, thanks.

19
One on one support / Re: VC- ECHO Help
« on: August 21, 2017, 02:21:30 AM »
Ok, i got port forwarding and the TCP plugin setup. I believe i did, since i launched the browser after entering port and checking enable for simple web server and it took me to the Vox Commando mini web server screen.

Now to check from an outside computer or say my cell connected to 4G and not my network, what address should i test with?

The address that opens up as the mini web server? http://XXX.X.X.X:XXXXX/html/index.html?

Thanks in advance!

EDIT: JUST TO CONFIRM: I've left "Defaults for Send Single" as they are (In the TCP Plugin), since i do not know if they are to be changed.

Defaults for Send Single:
IP: 0.0.0.0
Port: 12345


EDIT 2:

If the address i need to access is my static ISP Public IP address:port, So: xxx:xxx.xxx.xxx:XXXXX, it isnt accessible through my 4G, nor is it accessible through the same network on my computer where VC is installed for some reason, :(, not sure what i am doing wrong.

EDIT 3:

I investigated further by going to this site: http://www.ipfingerprints.com/portscan.php and i got the following results:

Host is up.

PORT      STATE    SERVICE

XXXXX/tcp filtered unknown

filtered:
A port is marked as "filtered" when the packets are sent to that port, however packet filtering (e.g., firewall) prevents the packets from reaching that port.


How do i get around the filtering issue?

20
One on one support / Re: VC- ECHO Help
« on: August 20, 2017, 03:31:54 AM »
Yes!
No, this should be the internal IP address of the computer running VC. You can find it by going to the command prompt of your computer and entering "ipconfig".

Thanks so much for the response Dave.

Ok let me try that out and report back asap.

21
One on one support / Re: VC- ECHO Help
« on: August 20, 2017, 03:04:04 AM »
OK i am now stuck on the port forwarding part:

Service Name: I've entered: VoxCommando
External port range: TCP/UDP
Please specify ports and port ranges split by commas, example: 30, 50 - 60, 65500 - 65510
Use the same port range for Internal port: _________________Would this be the free port i chose to use on my computer?


Internal IP address: For this one it says: XXX.XXX.X._____ So for the last empty box should i again fill in the same unused port i enter above?

Once i am able to understand this, ill then go to the next step, thanks in advance.

22
One on one support / Re: VC- ECHO Help
« on: August 18, 2017, 12:02:49 AM »
Yes you can use any number as long as it is not already being used by something else. I don't know what the maximum value is but you can google it.

Thank you!

23
One on one support / Re: VC- ECHO Help
« on: August 17, 2017, 09:32:37 PM »
The number after the colon is the port. So you can use almost any port you want but make sure you don't use one of the ones shown by netstat because those are already being used.

So for example, don't use port 12345 or port 56789, or port 55221, or port 31211 etc.

OK i am now clear on not to use ports shown by netstat, which one should i then use because i dont know how to check on ports that are free or ports besides the one the netstat command or netstat command with its various prefixes lists.

SO for e.g. do you mean if the ports listed by using the netstat command are:

88.0.0.2:1xxxx
88.0.0.2:2xxxx
88.0.0.2:3xxxx
88.0.0.2:4xxxx
88.0.0.2:5xxxx
AND a 100 more...

Can i use any random number of my choosing as long as it doesn't show up on the netstat list? Is there a numeric limit? SO what if i use something like 897789?

My confusion stems from the conception that the ports are already defined and one needs to be chosen from a defined list, if indeed the fact is that i could just use any number that pops in my head that isn't listed with netstat, that would clear my confusion (again, my apologies, this is the absolute first time i am networking).

Thanks in advance.

24
One on one support / Re: VC- ECHO Help
« on: August 17, 2017, 08:09:17 PM »
I assume you are getting a list with numbers instead of Xs. Just avoid all the ports which would be the numbers after the colon of either the local or foreign addresses.

Hello i apologize but im having trouble here. Pardon my ignorance but almost all ports have nos after the colon.

Here are some examples:

Nos (for local and foreign addresses changed for security reasons)

1) Proto: TCP
Local Address: 88.0.0.2:12345
Foreign Address: CGLOBALPC :0
State:Listening

2) Proto: TCP
Local Address: 88.0.0.2:56789
Foreign Address: 88.0.0.1:55221
State:TIME_WAIT

2) Proto: TCP
Local Address: 88.0.0.2:31211
Foreign Address: a99-99-999-99:https
State:CLOSE_WAIT

And then theres just some UPD protocol readings such as:

UDP   0.0.0.0:979               X:X
UDP   0.0.0.0:547               X:X
UDP   0.0.0.0:94789            X:X

I read a few articles too so i did try but i cant seem to guarantee which port is free for sure or cant see to make a safe choice due to lacking knowledge, any help would be highly appreciated.

25
One on one support / Re: VC- ECHO Help
« on: August 17, 2017, 07:24:39 PM »
I can't help you with netstat because I'm not familiar with it, but don't get too hung up on the port number. You can just pick a large uncommon number like 10913 and it will probably be fine.

Same goes for the IP. You probably have a dynamic IP but even if you do it probably only changes very infrequently. It would not be unusual to keep the same IP for a month. So first try to get up and running and just be aware that it may change later. If it suddenly stops working you can investigate the IP to see if it changed. Usually it makes more sense to use a service to get a domain name which points to your dynamic IP rather than getting an actual static IP. If you find that you like using Echo with VoxCommando and your IP is changing enough to be bothersome then you can investigate options for dynamic IP services. Sometimes you can get them for free. I get a free service with my Synology NAS. Or you can buy one. I use dyn.com.

Thanks so much for the insightful response; ill try and figure out the best way to establish which port to go for.

As for static IP, my ISP is getting me one tomorrow for a very reasonable cost, so that is taken care off.

Quote
I assume you are getting a list with numbers instead of Xs. Just avoid all the ports which would be the numbers after the colon of either the local or foreign addresses.

Yes ive replaced the nos with XXXX for security reasons, gotcha on the ports!

Will try this out over weekend and report.

26
One on one support / VC- ECHO Help
« on: August 16, 2017, 03:41:54 AM »
Hello,

Before i start, i'd like to state that i have ZERO networking or programming knowledge, hence i know im in for a battle here, but with able support i know i can nail this. I seek to setup my echo to to "Talk" to VC. I have the tutorial ready to follow (http://voxcommando.com/forum/index.php?topic=2761.msg23626#msg23626) but a lot of it is greek and latin to me so help would be appreciated.

I pledge to donate to VC if i can get this squared away to show my appreciation.

First things first,

I need to find a free port on my computer, Kalle, was kind enough to help me with the following command:

netstat -an, i also ran netstat -aenos -p tcp.

I get the following:

Proto      Local Address     Foreign Address     State                                                     PID

TCP         x.x.x.x:xxx         x.x.x.x:xxxx         Established/Listening or Timewait            XXXX

How exactly do i establish which port is free, what state indicates a free port?

2) The second question i have involves a dynamic IP, how do i establish if i have a dedicated/static IP or a dynamic IP that keeps changing, because i believe we need a dedicated IP to make this work? Could you also point me to a potent tutorial to help change to a static IP if indeed my IP is dynamic? (Very Likely).

Any help would be greatly appreciated.

27
One on one support / Re: Issue with Hue Light..
« on: August 12, 2017, 08:09:19 PM »
Pleasure all the way bud.

Will keep it going and do what i can to take this product to the next level leveraging whatever strengths i have!

28
One on one support / Re: Issue with Hue Light..
« on: August 12, 2017, 02:52:09 PM »
It's important to note that although you have 4 lights they no longer have the IDs 1,2,3,4.  The light you are calling "window light" no longer has an ID of 4 because that light was deleted and hue adds other lights without replacing that ID.  The reason your old XML seems to work (I think) is that it is also setting the light with ID #6, which I suspect is the ID of what you are now thinking of as light 4.

Yes i noticed that, but because there was no light 6 option in the plugins window i was confused and pretty much ignorant about what to do next, your help resolved it thoroughly though, thank you!

29
One on one support / Re: Issue with Hue Light..
« on: August 12, 2017, 02:51:09 PM »
Here is an updated version of the Hue plugin that should address this issue.

Please test it.

- Replace the dll in your VoxCommandoInstallation\plugins\Hue folder withe the one attached to this post.
- Remember to UNBLOCK the dll.

Replacing the dll did the job, your prompt help is much appreciated, i am sure this post will help many as they replace and delete older lights seeing as Philips lights don't have the longest of lifespans!

Thanks again!

30
One on one support / Re: Issue with Hue Light..
« on: August 12, 2017, 02:49:55 PM »
The command looks fine and I'm sure there is nothing wrong. I have no HUE lights so I can't really help (just a try of guess) - but if you have replaced the bulb is there something possible like refresh Hue devices so that the bulb ID is actual? or maybe you have to disconnect the HUE plugin and reconnect it again and also press the button "GenXML" to generate a actual device list - as I said - this is only a guess, maybe James or a other user with a HUE system can help.


Kalle

Thanks for the help Kalle, jitterjame's dll did the job, you guys are awesome and i am proud to be a supporter of this project.

Pages: 1 [2] 3