-
Notifications
You must be signed in to change notification settings - Fork 43
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
making state visible to echo device #138
Comments
Check the following wiki: https://github.com/datech/node-red-contrib-amazon-echo/wiki/Integration-with-Sonoff-Tasmota Also you may want to check the Node help of Alexa Echo Hub node as reference to the supported attributes. |
I have the same issue: |
Same here. It was working (last I checked was a few months ago), but now it is not. Still troubleshooting through it. Seems as though all input is ignored. |
I had the same issue yesterday. The problem was, that I was not able to enable the process input. |
Amazon Echo Hub knot ?? Did you intend to type node? |
HI A bit new to this, i have a flow that turns a tasmota device on and off, but cant work out how to tell alexa its on or off. the above has been done can anybody show me / discuss what im doing wrong? its a sonoof mini with an external switch hence i need to feed the power state back. cheers |
when I export the node as JSON my node has the processingInput:1 but still not working. |
ip put this in a function var nodeid="f49dfa34.2e1fb8"; if (msg.payload == "ON"){ } else if(msg.payload == "OFF"){ return msg; then put it between the MQTT listen and the Alexa hub. You MUST edit the node id (top line) to match that of the alexa device node. I have noticed that this works perfect on the alexa andriod app but my echo show 5 doesnt change the lights status unless to click away from the the device view and re select it. it doesnt seem to refresh the graphic. |
For more information on why it is not supported, please see #196. |
I can switch a device by node-red with this node and also with alexa (echo dot, mobile...).
But the state-change if done with the node is not visible with e.b. my mobile.
the mobile thinks, the "old" state of the device is the actual state.
the amazon echo hub has the ability to use a state as input, but how do i get it to the correct device?
so, how do i have to build up the msg.payload to get the state to the device via amazon alexa hub?
The text was updated successfully, but these errors were encountered: