toddmedema / echo

For controlling local devices with the Amazon Echo
207 stars 84 forks source link

in minimal example only off seems to work #1

Closed fkgruber closed 7 years ago

fkgruber commented 8 years ago

Hi I tried the minimal example and only the OFF command works. I think another commenter on instructable found the same issue. Is this an easy fix?

thanks F

toddmedema commented 8 years ago

Hey F,

Sorry, just saw this... notification email must've went to spam. Were you able to get it to work?

Thank you,

Todd

ebartz commented 7 years ago

@fkgruber I can not reproduce this. For me this works well

On the minimal example you will have to do something like this:


if state:
      # do something to turn it on
    else:
      # do something else to turn it off
fkgruber commented 7 years ago

Not sure what was the issue but it is working quite well now thanks

bjoern494 commented 7 years ago

Hello, I just had the same issue. Here, only "on" was working but. The "off" did not even reach the RaspPi.

THE PROBLEM WAS: I called the group "test", I nice name i thought. But unfortunally, "Alexa, turn test off" was not processed as wemo command. Renaming the group to something else than "test" resolved the issue .

toddmedema commented 7 years ago

Nice teamwork! Sounds like this is closed, then?