biddster / node-red-contrib-wemo-emulator

Why might you want to emulate Wemo? Well I wanted to be able to control my Node-RED Raspberry Pi using my Amazon Echo. The Echo has Wemo support built in so I thought I'd give it a try.
17 stars 9 forks source link

question #1

Closed marksev1 closed 7 years ago

marksev1 commented 7 years ago

Very cool node-red node. Once I buy the Echo Dot or if Mycroft will add integration for Wemo devices I will surely use it. My question is can a device be added multiple "Friendly names". For example: "Turn on the sprinkler/hose/irrigation"?

biddster commented 7 years ago

This isn't supported currently, other than wiring the output of multiple wemo nodes into the same flow.

marksev1 commented 7 years ago

Any plans to support it?

biddster commented 7 years ago

Not right now, but if more people chip in here, I'll consider it.

The underlying library I rely on doesn't support it either, in essence it would be the same as adding multiple nodes (albeit cleaner).

marksev1 commented 7 years ago

Cool. Closing.