I have a “Garage Door” cover I can control from the “States” page … it opens and closes as you expect. I want to be able to control it with my Amazon Echo. I have switches and lights already in my configuration that work great via HA and Alexa.
I added “- cover” to the “exposed_domains” for the “emulated_hue” configuration.
When I look at http://:8300/api/pi/lights my cover is listed:
I used a script tied to switch (Remotec Zwave Dry Contact Fixture Module) which is wired it to a keyless remote fob. Here is my set up, if it helps. Mine works with Alexa as, “Echo, turn on (or off) Garage Door”.
From automation.yaml:
################################
garage door momentary switch
################################
- alias: Garage Door Reset
hide_entity: True
trigger:
- platform: time
seconds: ‘/4’
condition:
condition: state
entity_id: switch.garageswitch_switch_2_0
state: “on”
action:
service: switch.turn_off
entity_id: switch.garageswitch_switch_2_0
@Shane_Harrelson, were you ever able to get this figured out? I’m in a similar situation with a MyQ garage door opener that I’m trying to integrate into my Alexa routines.
@aLTeReGo, I just set my myQ garage door opener with Alexa. First I added the following scenes to Home Assistant.
scene:
- name: Open the Garage Door
entities:
cover.garage_door_opener: on
- name: Close the Garage Door
entities:
cover.garage_door_opener: off
Then – after asking Alexa to discover new scenes – I created 2 “Routines” to access those scenes inside the Alexa app on my iPhone like this:
When I say:
"Alexa, open the garage door"
Alexa will:
::: Turn On Garage Door Opener
When I say:
"Alexa, close the garage door"
Alexa will:
::: Turn Off Garage Door Opener
I know this is a very old thread, but I noticed that this does not work anymore, because Alexa cannot (anymore) distinguish the scenes. It says there are two things with the same name (altough the name is different) and asks, which of the two I want to execute (open blabla or close blabla). If I say, for example, “close blabla”, it just asks again which of the two I mean…