How do I incorporate a rule to flash a light on/off when something occurs?? I am using an elk m1g connected to an ISY-99i
Thanks
Bill
If you truly only want it to flash a few times, then I would start by trying
If drivewayZone is violated
then set FamilyRoomLight On
then set FamilyRoomLight Off
then set FamilyRoomLight On
then set FamilyRoomLight Off
you may need to add some delays in there if it flashes too fast
you may need to deal with logic of the opposite scenario... hte FR light is already On and you need to blink it off a few times?
speak 500ms of silenceI tried this but used "toggle" instead of on and off. It only switched the light once. How do I put delays in between each toggle???
speak 500ms of silenceI tried this but used "toggle" instead of on and off. It only switched the light once. How do I put delays in between each toggle???
or maybe 250ms for a faster flash
Under Automation | Voice | System Miscellaneous, select one of the Miscellaneous. For example Misc #2 is vm240. In the first drop down, select [500ms Silence]. Hint, it is very near the bottom, so scroll up. The other choice is 200ms Silence.I went in the rules and cant figure out how to speak "silence"???????
Under Automation | Voice | System Miscellaneous, select one of the Miscellaneous. For example Misc #2 is vm240. In the first drop down, select [500ms Silence]. Hint, it is very near the bottom, so scroll up. The other choice is 200ms Silence.I went in the rules and cant figure out how to speak "silence"???????
Now go to the Rules and bring up your light flashing rule. Add a "then" | speak | Miscellaneous 2 (vm240).
I am been trying to figure out how to get my wife to speak silence for a long time. I have no trouble with getting the ELK to do this![]()
The important thing here is probably to capture the current state of the light and return it. The toggle would thus work great...if you use it an EVEN amount of times. :blink: