Securifi Community Forum

Sensors and Home Automation => Home automation => Topic started by: rudyshoe on September 18, 2015, 08:25:50 pm

Title: Motion Sensor EndPoint
Post by: rudyshoe on September 18, 2015, 08:25:50 pm
I'm using a CentraLite 3-Series Motion Sensor and would like to change the timeout period before the sensor indicates a state change. After some emailing with their tech support, sounds like this can be done but I need to be using endpoint 2. I took a look DeviceList file and it appears its associated as EndPoint 1. Is it possible to modify this?

                <ValueVariables Count="3">                                                                                                   
                        <LastKnownValue Index="1" EndPoint="1" Name="STATE" Type="Bool">false</LastKnownValue>                               
                        <LastKnownValue Index="2" EndPoint="1" Name="LOW BATTERY" Type="Bool">false</LastKnownValue>                         
                        <LastKnownValue Index="3" EndPoint="1" Name="TAMPER" Type="Bool">false</LastKnownValue>                               
                </ValueVariables>
Title: Re: Motion Sensor EndPoint
Post by: ChazBolt on October 19, 2015, 09:07:42 pm
So im trying to do a similar thing to a light on...


might explaining how i can do this? if this its only something i can do with extreme coding knowledge thats fine, im just trying to figure it out