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

Auto acknowledge seams to be out of order for THERMOSTAT #174

Open GetUpdate opened 8 months ago

GetUpdate commented 8 months ago

Describe the bug

To Reproduce Steps to reproduce the behavior.

Expected behavior

Log Output Please include log output from Node-RED console.

Environment (please complete the following information):

Additional context

bsteimer commented 8 months ago

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?

GetUpdate commented 8 months ago

THX, Manually it acknowledges as designed.

bsteimer commented 8 months ago

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