
elvisimprsntr
Members-
Posts
818 -
Joined
-
Last visited
Everything posted by elvisimprsntr
-
The Kidde RemoteLync is compatible with most smokes from any manufacturer after 1978. It monitors the audible alert from the smoke or co alarm. It does not use a proprietary RF signal like the First Alert and SmokeBridge. Yes it connects to your wifi, and uses cloud to send email and SMS messages. Not exactly sure how else you would propose any form of remote notification and control. No different than a Nest Protect, except that I don't have to spend $900 (9x100) to replace all my smokes/co alarms every 10 years as required by FPA/NEC. I can replace them with less expensive units for $90 (9x10). What I like about the Kidde RemoteLync is: 1. No need to tap into the hardwired interconnect signal 2. Works with any smoke or co manufactured after 1978 3. Does not require a home owner or tenant replace existing smokes/co The Kidde RemoteLync should not be used for primary detection and alert. If you read the ToU for the device it clearly states that. If you need a prime reliable notification with failover capability then this product clearly is not for you. I was offering the Kidde device as an alternative to the proprietary SafeAlert and SmokeBridge which some seem to have problems finding compatible smokes. Personally I would not use the SmokeBridge or any Insteon product to protect life or property. That is what I have an Elk for which has a commercial smoke detector connected to one zone.
-
Received my Kidde RemoteLync today. Took 2 minutes to set up. Works great! You do need either the iOS or Android app to enroll the device, but it can be set up to send email and/or SMS messages. Received a response from the support team, unfortunately there is no third party API. I'm sure some enterprising individual could reverse engineer it.
-
Another reason I don't use Insteon for security, or protect life or property. Lighting and convenience only.
-
The video claims it can send a notification to a PC which I assume is an email. I've got an inquiry into the product support team about a public or third party API.
-
I just ordered one. I am sure the Kiddie unit can be configured to send SMS messages which would be device independent. The app would only be for push notifications or to check manually check status. I'll update once my unit arrives.
-
Buy smokes from Kiddie and use their notification device.
-
Not directly but if there is an API anything is possible.
-
This device looks like it will work with any manufacturer of smokes. https://kidde59-px.rtrk.com/?utm_source=OnlineMarketing&utm_medium=ppc&utm_campaign=Primary I've been looking to wire up my smokes to the hard wired relay monitor, but this makes it plug an play. Just ordered one.
-
I use a 200m geofence with MLHD to open my garage door, turn on lights, disarm my alarm. Works great. Door fully open just as I zip in the driveway. My neighbors don't have a clue how I do it. I enable the ignore location notification if the phone is locked to prevent someone else from obtaining access. Just bought 3 Geohopper iBeacons and plan on participating in MLHD iBeacon beta testing. Should be fun.
-
I just installed a Type 2 whole house surge protector in my breaker panel. Since its at the source side I have not seen any Insteon reliability issues. It snapped right in my SquareD panel like a double pole breaker. Cost around $60. Took less than 10 minutes to install. http://m.homedepot.com/p/Square-D-Homeline-SurgeBreaker-Surge-Protective-Device-Takes-2-Load-Center-Spaces-HOM2175SB/100182531
-
I have SecureCams from TrendNet. The units I bought have built in motion detection and a GPIO interface which I have wired up to an IOLinc or my Elk. The cameras have a web interface and you can send HTTP commands, but I use the GPIO.
-
Most routers allow one to assign an IP address based on the client MAC address. Thus allows one to leave the ISY in DHCP mode and guarantee a fixed IP address. Important for port forwarding.
-
Or http://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Restarting_Your_ISY-99i
-
Try 255.0.0.0
-
1. Change your router subnet mask to 0.0.0.0 2. Use a network scan tool like Snap by 9Bit Labs, LLC https://appsto.re/us/8YWHr.i to find ISY on your network 3. Don't ask how I know. LOL
-
If you are like me and don't have the time or desire to invest in creating and maintaining a custom app solution, both eKeypad Pro and MobiLinc HD for iOS are excellent. Both get you up an running in less than 2 minutes.
-
Most modern garage door openers will drive the door closed if it detects someone trying to force it open. Also the weakest link is the quick release handle which a burglar can open in 6 seconds with a coat hanger. There are complicated contraptions you can buy to thwart this method of entry or you can simply use Ty-wraps to secure it. Also remove the handle from the rope.
-
I've only have 35 programs. 12 of which are for IR control which I don't use. I do most everything thru scenes which is where the ISY shines.
-
I use MLHD for iOS which supports both Elk and variables.
-
I never understood SH producing the TouchLinc when you can do so much more with an iOS or Android device. I guess that's why it's discontinued.
-
I'm not going to waste my time trying to explain why it is a bad idea to auto close a garage door. I have already covered it in other threads.
-
Mobilinc HD or eKeypad Pro. Both have sub topics on this forum to ask questions.
-
I put a deck box on my front porch and a label on my door bell to place packages in the box. Placed a 9V battery operated motion sensor in the box to let me know when it is opened. The AA battery operated door/window magnetic sensors don't have enough TX power to pass thru stucco over CBS exterior walls reliably. Not to mention I always seem to break the magnetic switch off the PCB when using a coin to replace the battery. You would think SH would mount the magnetic switch on the opposite side from the pry slot, but then they would sell less Triggerlincs Keeps packages 1. Out of sight 2. Out of elements When the box is opened, a program turns on the exterior lights, sends me a SMS message, and takes a picture. Works great! Especially now that I have the package delivery personnel trained to put packages in the box. I also have a doorbell sensor to alert me and send a pic.
-
Turning Exterior Lights on when I arrive home with Mobilinc Geofencing
elvisimprsntr replied to calberrt's topic in ISY994
You could have inferred which, but for clarity iOS -
Turning Exterior Lights on when I arrive home with Mobilinc Geofencing
elvisimprsntr replied to calberrt's topic in ISY994
Here are some examples: - Initializing the geofence variable INIT value prevents an ISY or a phone reboot from triggering the program when you are at home. - The programs called in the THEN section are disabled to prevent them from triggering independently. - I also changed the MLHD setting to disable geofence actions when the iPhone is screen locked. Wouldn't want someone who stole/found my phone to enter my home. Arrive If $iPhone_5_Limetree is 1 Then $iPhone_5_Limetree Init To 1 Set Scene 'Exterior' On Set Scene 'Home' On Run Program 'Home - Disarm' (If) Run Program 'Home - Open Garage' (If) Else - No Actions - (To add one, press 'Action') Leave If $iPhone_5_Limetree is 0 Then $iPhone_5_Limetree Init To 0 Run Program 'Home - Arm' (If) Else - No Actions - (To add one, press 'Action')