Hi,
I just received an Amazon Echo Plus. While I was against buying an echo device for quite a while, I changed my mind when I realized there was a pimatic plugin for it
I installed said plugin and set it up. Linking devices to Alexa works. For example echo, turn on tv turns on my tv and echo, turn off tv turns it off. So far, so good. However, I have several devices in my living room which I’d like to use as a group in Alexa and control them with one command (for example echo, turn off living room ough to turn off the tv, my couch lights and my window sill lights).
[explanation: the Alexa app allows me to group several devices to certain rooms; I can tell Alexa which devices are in my living room and automatically control them all by just mentioning the group name instead of addressing each one separately]
However, this does not even work when manually doing it in pimatic. I have to wait for a few seconds before issuing each command that works via rf. I usually wait at least 3 seconds, otherwise it might or might not work.
This is my setup:
device alexa-tv ==> DummySwitch with echo plugin
device remote-tv ==> actual rf switch for that 433 outlet my tv is connected to
rule rule-alexa-tv-on ==> when alexa-tv is turned on, then turn off remote-tv
rule rule-alexa-tv-off ==> when alexa-tv is turned off, then turn on remote-tv
this is not a mistake; since my 433 devices send the off command when I turn them on and vice versa, this is how I have to do this
I considered changing all these rules to something like
when $dummy-deviceis turned on, then turn off $actual-device and wait 3 seconds.
However, there is no wait or pause or delay command when setting up rules.
How do you guys do this? The way I figure it should work is that any time more than one 433 device is triggered, there should be a short pause before the next rf command can be sent; however, when I press several switches at once (or they are all automatically switched via an Alexa command), they ought to know that each time this pause has to be held.
btw, this is how I set up my rf devices; maybe I made a mistake there already?
Any help is greatly appreciated! I love using pimatic and it would be so much more convenient using Alexa as a front end so I can control anything even without my smartphone present.
Thanks in advance