Jump to content

Help With Symbols


ldrinc

Recommended Posts

Yes, I made a few changes to the door sensor, remotely.  I have this sensor installed in my vacation home.  So, if I am understanding your logic, unless the door is opened between now and the time I get there to manually trigger the door sensor, then the status will remain grayed out. Correct?

 

Is there a way to trigger the sensor that's waiting for the updates remotely so that the updates to the device will execute sooner rather than later?

 

dl

Link to comment

Yes, I made a few changes to the door sensor, remotely.  I have this sensor installed in my vacation home.  So, if I am understanding your logic, unless the door is opened between now and the time I get there to manually trigger the door sensor, then the status will remain grayed out. Correct?

 

Is there a way to trigger the sensor that's waiting for the updates remotely so that the updates to the device will execute sooner rather than later?

 

dl

 

You can create a program to monitor the heart beat interval. Once that heart beat is seen the (THEN) clause can be selected to do a remote write to the device.

 

Keeping in mind this has no relations to (IF) you disabled the battery write option. Meaning if you selected the 1011 icon at the top you need to disable it so the system *will* be able to complete the task.

Link to comment

I didn't know you could write to a battery device without pushing the button.  Does this trick only work for a sensor?  It would be nice to write to a missing mini remote.

 

Hello ScottAvery,

 

Since the introduction of 4.XX firmware the remote write has been made available which was present in Smartlabs House Linc (HL2) software for the Insteon Motion Sensor (MS).

 

The MS in general terms works by the sensed motion and forcing the device to stay awake. When that window is open any pending writes will be pushed to the device.

 

Devices which have the *Heart Beat* function can also be used in a similar fashion. The battery operated remotes need you to press the set button as there is no motion sensor or heart beat.

Link to comment

Not seeing the 1011 icon.  It does not appear in the tool bar.  I am running the latest version of the UI and Firmware.  I also have a pro

 

A screen capture of your Admin Console would offer more insight along with the Help -> About. Please remove the UUID & IP Address from the *About* prior to loading the image to the forums though.

Link to comment

Here is a screenshot of both.

 

Your controller is NOT a pro and hence why the battery delay write is not present. Since the grayed out option is still present its more than likely a failed write still pending.

Link to comment

My bad... just realized that the isy in my vacation home is not a pro model.  Any other workaround?

 

As I indicated above create a program to monitor the *Heart Beat* 24 hour check in. Once its seen you can have the write update initialized keeping in mind you will need to play with the (wait) duration.

 

As some hardware / firmware revisions of battery operated devices either required no wait to (up to) 3 seconds.

Link to comment
For the benefit of others here is an example of the *Write Device Update* with the wait duration in place. As noted above not all battery operated devices require the wait duration (0-3 seconds) so test and validate what operates in your own environment.

 

Note also you should monitor both On-Off Heart Beat functions as some devices like the Leak Sensor send a (Off) heart beat for what ever stupid reason.

 

 

New Program - [iD 02D2][Parent 02D1]

 

If

        Status  'LS - Media Room-Dry / LS - Media Room-Heartbeat' is On

     Or Status  'LS - Media Room-Dry / LS - Media Room-Heartbeat' is Off

 

Then

        Wait  1 second

        Set 'LS - Media Room-Dry' Write Device Updates

 

Else

   - No Actions - (To add one, press 'Action')

Link to comment

You don't run the program. Instead, you wait for it to run by being triggered via the sensor's heartbeat which should come sometime within the next 24 hr period.  At that point, the program will attempt to write changes to the sensor while it is awake for the heartbeat transaction.

 

-Xathros

Link to comment

ok, got it.  will report back sometime tomorrow.

 

Thanks for the help.....

 

I just wanted to add some clarity to this in case some of the basic's were missed.

 

1. Do you have a solid Insteon network in that home which has proven RF signaling near by the sensor(s)?

2. Do you monitor the *Heat Beat* interval using Belias check program?

3. Both of the above are mandatory to ensure the expected results for the remote write device update to happen.

Link to comment

Teken,

 

Answers to your question are:

 

1. If you are referring to a dual band Insteon device... The answer is yes.  There is a dimmer switch located near the doors where the sensors are.

2. Not sure where to find the Belias check program.  However, if  you are referring to the program that was recommended in the previous thread then the answer is yes.

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...