And my Dot discovers it. I have Changed the word Thermostat to light and echo can run the script. But there seems to be a lack of examples of code code to show me how to Turn a service “On” and then “Off”.
Are people not using the Emulated Hue?
Could anybody point me in the right direction to turning soomthing On & Off using Alexa.
I just need a few examples, I am used to writing code in assembler, so this is a bit different.
I use emulated_hue for Alexa control. Since Alexa is voice, there isn’t much coding that is necessary once you have emulated_hue up and running. The most I do is expose and hide entities to the emulated_hue using customize scripts. You can see them below:
As ccostan said add the item you want to control using emulated_hue: true and then tell alexa to turn it on/off. You can also add a whole domain (group/light/etc.) but that can add alot of items so I have been doing them one by one.
Also check your alexa app and see the name that is exposed to alexa. Say “alexa, turn on” the name in the app and it should turn on within a second or two.
So I have added in my code this, but what am I missing, Alexa can’t see anything, if I set expose_by_default to true, Alexa sees my switches but not garage outlet.
Still trying to go though your files to see how they link up.