You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is no bug: only questing or feature request
To Reproduce
I want to trigger a answer (spoken sentence) from alexa (there are three echos in our home) i spoke too.
For Example i have a "alexa-smart-home-node" named "weather". When i question "weather" to echo number two i want the response from echo number two but not number one.
Expected behavior
Is there a possibility to add a new field in default node outputs like: echoname or something else like a unique number for identification porpose?
This functionality (room aware routines) is more normally thought of as
Alexa Open the blinds -> triggers routine that works out which blinds to open based on room, based on the listening alexa.
Alexa already supports this functionality directly for lights which are the most common usecase.
It used to be possible to do something like this with node-red-contrib-alexa-remote2, but Amazon keep breaking it and even the node-red-contrib-alexa-remote2-applestrudel fork is sluggish and spotty.
Describe the bug
There is no bug: only questing or feature request
To Reproduce
I want to trigger a answer (spoken sentence) from alexa (there are three echos in our home) i spoke too.
For Example i have a "alexa-smart-home-node" named "weather". When i question "weather" to echo number two i want the response from echo number two but not number one.
Expected behavior
Is there a possibility to add a new field in default node outputs like: echoname or something else like a unique number for identification porpose?
msg : {
topic: ""
name: "weather"
deviceid: "echo_1"
_messageId: "3b6f7aa1-38c3-45a4-a94d-96e488c6d5ad"
_endpointId: "7"
_confId: "bfd0fcf4.bc90e"
command: "Activate"
extraInfo: object
payload: "ON"
acknowledge: true
_msgid: "c3f50a98.9e0b08"
}
The text was updated successfully, but these errors were encountered: