node-red-alexa-home-skill-v3-web icon indicating copy to clipboard operation
node-red-alexa-home-skill-v3-web copied to clipboard

Auto acknowledge seams to be out of order for THERMOSTAT

Open GetUpdate opened this issue 2 years ago • 3 comments

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.

GetUpdate avatar Oct 22 '23 09:10 GetUpdate

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?

bsteimer avatar Nov 02 '23 19:11 bsteimer

THX, Manually it acknowledges as designed.

GetUpdate avatar Nov 05 '23 15:11 GetUpdate

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

bsteimer avatar Nov 14 '23 15:11 bsteimer