ViciousXUSMC Posted September 16, 2014 Share Posted September 16, 2014 (edited) Just curious. Anybody have a Wemo switch or two at home? I enjoy mine and use them to control some lamps and the kids tv. The Wemo program sucks but being how it interfaces with IFTTT that is what really makes them powerful. Still even with IFTTT I do not have a super fast/easy way to turn on/off a switch without opening the app or using one of my IFTTT triggers like a text message. I am looking for a way to make a GUI or a script that can turn on/off my switches with AutoIT so I can do it easy from my computer desktop with a few clicks. Just not sure the best/easiest way to interface Wemo stuff to AutoIT. Directly it would most probably need to be network command related (seen these switches "used" from Backtrack by sending commands to the wireless network) so the much easier way is probably by interfacing to an IFTTT trigger. What is the best/easiest one I have no idea so came here to ask. Bonus points if there is some way to see current switch status of off/on and show that in GUI. For now my first starting place will be create an e-mail trigger and try the SMTP UDF we have to send a mail. I have not gotten that UDF working yet but maybe its the firewall I am behind right now so I'll try again later at home. Edited September 16, 2014 by ViciousXUSMC Link to comment Share on other sites More sharing options...
jaberwacky Posted September 16, 2014 Share Posted September 16, 2014 Here is a pretty cool video of how this guy did it with c#. You might be able to convert the code to autoit. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
ViciousXUSMC Posted March 30, 2015 Author Share Posted March 30, 2015 Just bumping this up, WeMo has gotten a lot bigger and IFTTT also has a lot more new interaction points so wonder if anybody had good ideas. I got it working by the way but not working as well as I would like. I ended up using IFTTT to turn off/on the switches via e-mail with a certain subject. Then used AutoIT to send e-mail via GUI by the CMD driven e-mail program Stunnel and Something Else (free e-mail cmd program) Problem is the e-mail/tunnel did not work so well it seems like only ever 2 minutes would it send the cmd and work if you worked too. I think the issue really fell in the secure tunnel and how it interfaced to gmail. Still I would love a direct way of doing it if possible rather than sending e-mails off to the void. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now