logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
Offline tasrock  
#1 Posted : Sunday, January 31, 2021 9:08:56 PM(UTC)
tasrock

Rank: Newbie

Groups: Registered
Joined: 11/18/2017(UTC)
Posts: 4

On my old PC I was running 3.27.6557.24302. I wrote a VB.net program that called "AllWemo.exe -name:PorchLight -action:on" and similar for other switches from shell based on my local sunrise sunset times that I get from the web. I wasn't able to find the old version installation file so I downloaded the latest version from your website. I have run into several problems trying to implement this system with the latest version.

The new version has the UAC popup so when my program calls it from shell it does not run. It just sits there waiting on someone to click yes.
So I tried to rewrite my code with this:

Dim oPro As New Process
With oPro
.StartInfo.UseShellExecute = True
.StartInfo.Arguments = Arguments
.StartInfo.FileName = WemoExecutablePath
.StartInfo.Verb = "runas"
.Start()
End With

The same UAC issue occurs so apparently I'm going down the wrong path.

I tried enabling the web server in AllWemo. I tried it with and without user/pass fields filled in. I tried it with and without Accept usr and pwd in url option checked. I tried it with my firewall enabled and disabled. I tried a different server port. I always get "This site can’t be reached" "localhost refused to connect." "ERR_CONNECTION_REFUSED" on my Chrome browser. Same error for Edge. Similar for IE. I think I ran into this same problem when I tried to update my AllWemo previously hence why I haven't updated in so long.
Here is a short list of some URLs that I have tried:
http://localhost:8099/ -> refused
http://localhost:8099/?usr=username&pwd=password -> refused
http://localhost:8099/?Sta=192.168.0.13 -> refused
http://localhost:8099/?Manda=1&Dev=192.168.0.13&Acc=Off -> refused

Can you provide me with some troubleshooting hints with either the web server or calling the executable from VB.net? Maybe a VB.net example for calling the program programmatically with the latest version would be helpful for others? I'm up for whatever.

I know that the Wemo app has this same base functionality, but my mobile app hasn't worked in years even through new phones.
Offline Enrique  
#2 Posted : Tuesday, April 20, 2021 5:59:10 PM(UTC)
Enrique

Rank: Administration

Groups: Administrators
Joined: 9/27/2010(UTC)
Posts: 34
Man
Mexico

Thanks: 3 times
Was thanked: 3 time(s) in 3 post(s)
please download version 6.80 and try again
Offline Enrique  
#3 Posted : Tuesday, April 20, 2021 6:00:22 PM(UTC)
Enrique

Rank: Administration

Groups: Administrators
Joined: 9/27/2010(UTC)
Posts: 34
Man
Mexico

Thanks: 3 times
Was thanked: 3 time(s) in 3 post(s)
please download version 6.80 and try again
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.