[quote=“tccmn, post:80, topic:178848”]I apologize for the length of this post in advance…
I wanted to post my experiences with this Ecolink Garage Door Tilt Sensor. I installed it in my home in Florida and it worked flawlessly for about 3 months, then I started getting quite a few false triggers. I had setup Vera to text me each time the garage door opened because we were not at the home all summer. After about three months I began receiving texts that the door had opened, but I knew they were false because I had also setup a camera in the garage so I could confirm whether the garage door was actually open or closed. I figured the unit was defective so I replaced it with a new one. That was four months ago and yesterday it started acting up again. Twelve texts were sent out indicating the door had opened twelve times. Two texts in the early AM hours and ten during the afternoon. The door hadn’t opened any of those times except when my wife left in the morning which it reported correctly.
The main purpose for the sensor when we’re home is as follows: When Vera gets a trigger that the garage door is open it checks if the time is after sunset but before sunrise. If outside those times it simply exits. If within those times it immediately turns on the inside garage lights, driveway lights, front door lights, and living area lights at 50%. Two minutes after the garage door closes Vera turns off the inside garage lights, driveway lights, and front door lights, but leaves the lights in the living area on. My wife loves this setup when she comes home alone after dark.
When the tilt sensor acted up at 4:00am and sent a false trigger, of course the scene turned on all of the lights as if the garage door had opened. I was out of town when this occurred and of course this woke up the wife. I don’t want that happening too often.
The batteries are supposed to last a long time (like years). I set the wakeup interval for once every 24 hours so it wouldn’t use much battery life. The door does go open several times a day. The battery indicator has always shown 100% so I’m suspicious that it doesn’t actually report that information correctly.
Like others in this string, I also want to check whether the garage door is open around bedtime and send a text notification if it’s open. Even though it shows up as a motion device I’ve successfully checked whether the door is open or closed by automatically starting a scene at a specified time (i.e 10pm) and running the following luup code:
–Check garage door sensor
–If not open then exit, otherwise run scene
local GdoorStatus = luup.variable_get(“urn:micasaverde-com:serviceId:SecuritySensor1”,“Tripped”,XX)
if (tonumber(GdoorStatus) == 0) then return false
end
The “XX” is the sensor ID number. The problem is that there isn’t any way that I can send a text notification from a scene for this device.
Does anyone have any advice about setting up text notification?[/quote]
Sounds like your battery to me. I have several of this device out in the field and here for almost a year and do not have any of the problems you are reporting.
I suggest getting a Telguard GDC1 and eliminating the battery completely.