hardillb / node-red-contrib-alexa-home-skill

A Node-RED node to control things via Amazon Alexa
https://alexa-node-red.bm.hardill.me.uk/
Apache License 2.0
89 stars 42 forks source link

German "dunkler" not working anymore #76

Closed netmb closed 4 years ago

netmb commented 4 years ago

Hi,

since a few weeks the german command "Licht dunkler" (light darker) is no longer working. It worked for more than a year without problems. You now have to say "Licht dimmen" (light dim) to get the desired result.

If you say "Licht dunkler" now, you always get "25" - IncrementPercentageRequest. Before you got "-25" - DecrementPercentageRequest.

Any ideas? Is this an Alexa oder skill-related?

hardillb commented 4 years ago

Sorry, all the voice recognition is handled by Amazon before it ever makes it to the skill.

This must have been a change made by them.

netmb commented 4 years ago

Ok, thanks for your quick response.