issackelly / wemo

wemo Proof of Concept. Should be used as a starting point for your own UPnP WeMo hacking
http://www.issackelly.com/blog/2012/08/04/wemo-api-hacking/
Other
162 stars 36 forks source link

Perpetual discovery mode #3

Open jmmmm4 opened 11 years ago

jmmmm4 commented 11 years ago

Can't seem to find my device to be able to create a uPNP connection.

If I use the version of miranda included in the project, 'msearch' doesn't return any devices. However, downloading the current version from the Google project it works correctly.

Haven't had a chance to do the diffs etc between the 2 scripts. Anyone else seeing the same issue?

Great lib btw - I enjoy that Issac's blog references the Philips Hue, which I am also hacking around with (currently have a NFC keychain setup to turn on all of the lights in my house on contact with an old Android tablet).

Thanks!

issackelly commented 11 years ago

100% off topic.

Hey, I'm actually really interested in your Hue switch fix. I need to do something slightly more visceral/physical for a simple toggle than opening the app. NFC + tasker may be good for me, I sort of need something for my wife's iPhone though.

issackelly commented 11 years ago

The diff is primiarly changing XML formatting in the messages if I recall everything. there may have been a few more things. sorry I'm not more help, this was months ago, and I still don't have a use-case for using the wemo @ my house, and the project at work I switched to an iTach.

robwalch commented 11 years ago

Got the WeMo sensor working over the weekend by switching the device controllee script to use the sensor device and polling the get() method to check the sensor for motion... not ideal but it worked.

I think I ran into this bug or something similar. I'll update my fork tonight with details...