-
Notifications
You must be signed in to change notification settings - Fork 5
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
multi-word device names do not work reliably #1
Comments
this creates only two devices, fake and fake device 4, alexa turn off face device 1 (or 2 or 3 ) shows the message for fake device 4.
from console (with alexa command annotation)
alexa device list after discovery
device 1/2/3 not discovered |
Hi, I think the problem here is that you have used the ports of device 1/2/3 with my module (Thats the reason for this issue). So either you delete the devices of my module to test this or you change the ports e.g. 12000... . |
ok, I 'think' what you said is that previously registered devices are tied to a port.. Fake now works. then I went and deleted all the devices again and just ran the MM project got these 4 devices (plus one already defined outside wemo )
alexa turn off office returns 'office doesn't support that' i deleted all devices used 11000 for MM devices, and 12000 for FAKE devices.. cant run both at the same time, as port 1900 is in use by the first started now office monitor device will turn on, but not off... (office doesn't support that) 'alexa turn off fake device' turns off fake device 2 (not 1/3/4) so name matching is not exact |
I don't know more at the time. I hope the developer of node-fauxmo can help |
i created a device called 'office monitor', and I have an existing thermostat device called 'office
when I request (thru MM) "alexa turn off office monitor", i get 'office doesn't support that'
if I delete the thermostat device 'office', then "alexa turn off office monitor" works..
help..
The text was updated successfully, but these errors were encountered: