coldfire84 / node-red-alexa-home-skill-v3-web

Web Service/ API for Alexa and Google Home Node-RED Smart Home Control
https://red.cb-net.co.uk/
Apache License 2.0
51 stars 7 forks source link

Unique Names #139

Closed cookerrr closed 1 year ago

cookerrr commented 3 years ago

I'm working on migrating to your implementation of smart home skills in node red since what I've previously used is unreliable. I had multiple "smart plugs" setup in google home for turning tv's in different rooms on and off via voice. This worked great as google home's are room aware, so when a smart speaker is in the living room and you ask it to turn off the tv, it turns off the "TV" plug in the living room (or bedroom, basement, etc.). I am looking to do the same thing with this service you've created, however I can only create one "TV" plug, as each device has to have a unique name. I'd like to create a "smart plug" named TV with a room hint for each room in my house. Is there any way that I'm not thinking of to implement this idea?