-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't discover some devices #4
Comments
Have you used other libraries to discover WEMO devices? Some device need UPnP to be enabled for SSDP. Also, ensure you are searching for devices/services as appropriate. You can try searching for all devices/services and see what comes back |
I whipped up a node and python script to test if I was using the correct urn and way of finding the devices and yes indeed the switches are found. There's no swift library for wemo so I was hoping of using this one. ssdp:all just returns everything that I got on the network but wemo devices |
I'm wondering if they get discarded due to missing information. You don't happen to have a capture of the SSDP headers for Wemo devices? Did you connect a logger to SwiftSSDP? You might see more information about discovery there? I have node projects myself, but only one Wemo device for a timer. I can check if via SSDP + node I can see if and inspect myself. |
oh I had not noticed the notification of your reply. Sorry. |
@GINNOV how are you constructing your search target? Looks like you should be using For light switches the device type is
|
Yes, I do. |
Try to avoid this guy |
thank you for sharing this project - very helpful and well structured.
I can discover my Sonos in no time just like in your readme is documented, however with WEMO switches I don't even receive a callback after the M-SEARCH. Any clue on what could be the issue or where to look to resolve?
I know that you don't have time, I am just looking for clues and resolve on my own.
thz
The text was updated successfully, but these errors were encountered: