node-red-alexa-home-skill-v3-web
                                
                                 node-red-alexa-home-skill-v3-web copied to clipboard
                                
                                    node-red-alexa-home-skill-v3-web copied to clipboard
                            
                            
                            
                        Auto acknowledge seams to be out of order for THERMOSTAT
Describe the bug
- Termperature Change demanded via Alexa and is EXECUTED in Node Red, flow set the Device to new targe temperature Alexa returns "BAD HEIZUNG reagiert gerade nicht" (~ device doesend react currenty)
To Reproduce Steps to reproduce the behavior.
- Several Heating (temperature) devices the same problem
- Other devices as e.g. light does work proper with "auto acknowledge".
- Tested the subtitution of THERMOSTAT Definition in home skill with an LIGHT Device -> Result: all works well and auto acknowledge repsonds "OK" while the Termostat device was set to target temperature as well.
Expected behavior
- Alexa returns with "OK"
Log Output Please include log output from Node-RED console.
- There is no output for Auto Acknowledge ?
Environment (please complete the following information):
- Node-RED node version:
- Current version: 14.6.3
Additional context
- Once worked well, due to summer season can't tell since when or what update changed the behaviour.
Seems to be similar for (exterior) blinds. Setting the level in the Alexa app leads to a message in node red but the level is not persisted in the Alexa app instead the old level is shown again. Also tried to acknowledge the message manually by setting the flag and using the response node. @GetUpdate did you also try to do it manually?
THX, Manually it acknowledges as designed.
Ok good to hear @GetUpdate. But don't get me wrong I didn't want to say that this might be the solution, thought that might be interesting for debugging reason but congrats that this works for you. My issue was a little bit trickier but finally found a solution: https://github.com/coldfire84/node-red-alexa-home-skill-v3-web/issues/119#issuecomment-1810504004