dhleong / wemore

A more awesome library for Belkin WeMo interactions
37 stars 11 forks source link

wemore-toggle can't find device #1

Closed rvanbaalen closed 9 years ago

rvanbaalen commented 9 years ago

First of all; cool project.

Second: the cli doesn't seem to be working.

When I do wemore-toggle Bedroom or wemore-toggle "Bedroom" it keeps throwing timeouts without giving me any clue where to look for a solution.

Do you have any ideas what might be causing this?

dhleong commented 9 years ago

Wow, sorry for not seeing this! Not sure why github didn't notify me.

Anyway, the cli has been working well for me, but I only have one device to test with. You could try throwing together a simple script to see what it discovers:

var wemore = require('wemore')

var discovery = wemore.Discover()
.on('device', function(device) {
    console.log(device);
});
dhleong commented 9 years ago

Three months without response or repro.... Closing.