background image

Using Motion sensor in Vera Scenes

NOTE: 

When the Motion Sensor is tripped, it sends to Vera a tripped command and changes 

its state to Tripped=1 for the duration of the 

Mode Timeout plus Switch O

ff

  Time

 

variables. After this time has expired, it sends an Untripped command to the Vera and 

resets it state to Tripped=0. While the device is in a tripped state, any motion detect-

ed during 

Switch O

ff

  Time

 period resets the interval timer but doesn’t report a new 

trip event to the Vera. During the wait time the Motion Sensor device in the Vera will 

show Tripped=1 in the Advanced tab.

To use tripped and untripped commands in Vera you have to use them as events in 

the Vera scenes.

Creating motion detected events in Vera scenes 

Example 

1. 

Create 

fi

 rst scene in Vera in standard way. 

2. 

Add action to turn on light as desired in the standard way.

3. 

Set event when the unit has tripped, as per below:

Creating conditions in Vera scenes based on temperature readings

Example of luup code to stop a scene from executing if the Temperature (Temperature Sen-

sor reading) is higher then 20.

“New Scene -> Events tab -> Add Event” (Vera) or “New Scene -> Triggers” (Vera 3 /Lite UI5)

Device=Motion sensor 

Type of Event=A sensor (door/windiow/motion etc.) is tripped 

Name=whatever

Tripped=Yes

4. 

Create second scene in Vera in standard way. 

5. 

Add action to turn 

o

ff

  light

 as desired in the standard way.

6. 

Set event when the unit has tripped, as per below:

“New Scene -> Events tab -> Add Event” (Vera) or “New Scene -> Triggers” (Vera 3 /Lite UI5)

Device=Motion sensor 

Type of Event= A sensor (door/windiow/motion etc.) is tripped

Name=whatever

Tripped=No

Using Temperature  sensor in Vera Scenes

C

ti

diti

i V

b

d

t

t

di

NOTE: 

The sensor sleeps for the duration of the Wake Up interval, which defaults to 1800 

seconds or 30 minutes. When the interval expires, it wakes up and reports Tempera-

ture to the Vera.

To use temperature readings in Vera you have to use luup code under “Luup” tab of 

your scene tool. It is strongly recommended to read instructions on luup and luup 

codes in Vera scenes on http://wiki.micasaverde.com for more details.

1. 

Create 

fi

 rst scene in Vera in standard way. 

2. 

Set a condition to not run the scene based on the most recent temperature reading, 

as per below:
New Scene -> Luup 

local lul_temp=luup.variable_get(‘urn:upnp-org:serviceId:TemperatureSensor1’, ‘Current-

Temperature’, 4)

  if (tonumber(lul_temp) > 20.00) then

    return false

  end

9

Содержание DHS-ZW-SNMT-01

Страница 1: ...Z Wave Motion Sensor User Guide DHS ZW SNMT 01 Works with VERA 2 3 Lite LAGOTEK...

Страница 2: ...Using Motion sensor in Vera Scenes 9 Creating motion detected events in Vera scenes 9 Using Temperature Sensor in Vera Scenes 9 Creating conditions in Vera scenes based on temperature readings 10 Usin...

Страница 3: ...sor can only communicate to devices within the same Z wave home network Always follow your controller s specific instructions for Z wave inclusion exclusion association or temperature reading Inclusio...

Страница 4: ...cator light blinks 3 times rapidly 7 Mounting successful indicator light is on for 1 second Integration with Vera Home Controller MiCasaVerde Vera2 3 Lite refered later as Vera some minor differences...

Страница 5: ...ed NWI mode is applicable for other Z Wave controllers and for simplicity this method is not presented here 4 Please press the tamper switch at the back of the device for 3 8 seconds 5 After 3 5 secon...

Страница 6: ...ive 1 Open settings box for _Motion Sensor in Vera dashboard Go to Device Options tab 2 Click on Add configuration settings Fill out the fields a Variable type 2 b Data Size choose 2 byte hex c Desire...

Страница 7: ...Size choose 2 byte hex c Desired Value type required Temperature Offset value e g 5 3 Click SAVE in Vera and wait till new settings are saved in Vera 4 Press the temper button on the device and keep i...

Страница 8: ...and wait till new settings are saved in Vera 4 Press the temper button on the device and keep it for 3 7 seconds then release This is to wake up and propagate the settings device_type urn schemas mica...

Страница 9: ...s tab Add Event Vera or New Scene Triggers Vera 3 Lite UI5 Device Motion sensor Type of Event A sensor door windiow motion etc is tripped Name whatever Tripped Yes 4 Create second scene in Vera in sta...

Страница 10: ...e tool It is strongly recommended to read instructions on luup and luup codes in Vera scenes on http wiki micasaverde com for more details Creating conditions in Vera scenes based on illumination read...

Страница 11: ...e sensor and try to include it again Q Why doesn t the Z Wave sensor detect any movement A 1 The Z Wave sensor isn t included in a Z Wave network Include it and try it again 2 The batteries are almost...

Страница 12: ...sleep mode the device is not active listening the device will wake up according to the wakeup command class Include Initiator The include initiator is used when Primary and Inclusion Controllers inclu...

Страница 13: ...off time is done a basic off message is sent to the associated node Default value 0x0A8C 2700 sec 45 min Size 2 bytes integer Param1 the most significant byte of the integer Param2 the least significa...

Страница 14: ...device will send an unsolicited report to the controller if the status is changed the value 0x00 will indicate that the tamper is placed correctly on the wall The value 0xFF will indicate a tamper ala...

Отзывы: