noshali said:
FrankMc said:
noshali said:
Spanky,
Thanks for having Brad look at my system config. I kind of narrowed it down to text being received periodically.
Electron,
Since you have the most experience with ELK and w800 and DS10a...here is my question. Does the DS10a send periodic signals??? The reason why I ask is because in my setup I occasionally hear the "Garage door closed" even though no one has touched the garage door. The rule is that if OFF text is received by w800 for the DS10A then announce garage door closed. I have tried everything and have come to the conclusion that DS10A is sending out it's exisitng status to w800. I have had similar experience with another sensor.
Please she some light on this issue.
Thanks & Regards,
Hi
Yes the ds10,s send a periodic status message as a kind of heart beat message...So i suppose if you can set / clear a flag when status has changed and then with each message ensure the correct flag status is current before sending audio messages....
IE......If garage door is opened reported and garage door open flag is clear (door closed) report door open and clear flag.....If door flag when tested was set then do nothing.......
HTH
Frank
Frank,
Thanks.....is there a way to shut of periodic hearbeat messages? I am assuming no.
I am lost on the flag part...it just went over my head. I understand the concept but have no clue how to accomplish that.
I am not sure if you read the earliesr posts to this thread but my experience so far has been very frustrating. Can you please take the time to explain how I coudl do this as I have mentioned I have too much money invested int he DS10a and the MS10a to just walk away.
What else could be the workaround????
Thanks & Regards,
Hi
No i dont think you can turn off the heart beat message .....This is used to indicate battery status ok i believe.....
>I am lost on the flag part...it just went over my head. I understand the concept but >have no clue how to accomplish that.
Is it possible in the Elk programming to do IF THEN statements ???..
What im trying to say is that you only require to send audio message when ever there is a change of status with the DS10 .....and not send a audio message if DS10 is the same status as the last received message ie hbeat message.......
Im not familiar with Elk as its only recently released here in Oz.......
Can you do the following with the Elk
this condition ( rule??) is tested when ever an ds10 device 1 open message received........
IF
Output 100 on (this indicates the door is closed)
THEN
Output 100 = off (turn it off) assume door opening here
send text message "door opening"
end of condition
You need to get one condition (rule) working reliably.. ie leave the door open and ensure no repeat open messages are transmitted and then progress to the other rules as they will be much the same as this one......
HTH
Frank
PS.......Hopefully other Elk users will pick up on what im trying to put across and wil be able to write some code for you to try ...good luck