Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95294

Zooz ZSE29 - Automation with HA

$
0
0

@ozarn wrote:

Hello everyone,
My fist post here and i am a newbie when it comes to HA, just started. Please forgive my stupid questions . I am very excited to be part of this community .

I am running HA on a docker hosted on Ubuntu VM. I got a Aeotec USB controller and my first Z-wave device is a Zooz ZSE 29 motion sensor.
I was able to pair it with Z-wave controller and add it to HA. When i go to HA > Configuration > Z-Wave management i see it and its showing Node Complete & i can see multiple entities for it. It does show status “sleeping” and i am not sure if that is normal .
I tried to create a test automation: when motion is detected to turn the lights on outside. I tried manually and using HA GUI by going to devices > selecting Motion Sensor > and below was section for Automation & Do something when … Zooz ZSE29 Outdoor Motion Sensor Sensor Turned on.

here is automation using gui:

- id: '1572198965302'
  alias: Motion
  description: ''
  trigger:
  - device_id: ae5f4495bc264849afc0ca3e3e9632a8
    domain: binary_sensor
    entity_id: binary_sensor.zooz_zse29_outdoor_motion_sensor_sensor
    platform: device
    type: turned_on
  condition: []
  action:
  - device_id: b59974be66d540838d17170d4a30af31
    domain: light
    entity_id: light.hue_color_lamp_2
    type: turn_on

here is what i did manually:

- id: '1572205913130'
  alias: Test for Motion
  description: ''
  trigger:
  - device_id: ae5f4495bc264849afc0ca3e3e9632a8
    domain: binary_sensor
    entity_id: binary_sensor.zooz_zse29_outdoor_motion_sensor_sensor
    platform: device
    type: turned_on
  condition: []
  action:
  - data:
      entity_id: switch.outside_lights
    service: switch.turn_on

When i walk by, i see sensor blinks red but nothing happens. When trigger Automation manually, the lights turn on that means my automation is working.

Any pointers how to get this resolved? i spend many hours on it. How can i tell that Motion Sensor is sending a trigger to HA?

Front Yard Motion Sensor ZooZ Sleeping
node_id: 4
node_name: Zooz ZSE29 Outdoor Motion Sensor
manufacturer_name: Zooz
product_name: ZSE29 Outdoor Motion Sensor
query_stage: Complete
is_awake: false
is_ready: true
is_failed: false
is_info_received: true
max_baud_rate: 40000
is_zwave_plus: true
capabilities:

  • beaming
  • routing
  • zwave_plus
    neighbors:
  • 1
    sentCnt: 14
    sentFailed: 0
    retries: 0
    receivedCnt: 8
    receivedDups: 0
    receivedUnsolicited: 0
    sentTS: '2019-10-27 12:41:35:074 ’
    receivedTS: '2019-10-27 12:41:35:072 ’
    lastRequestRTT: 27
    averageRequestRTT: 30
    lastResponseRTT: 45
    averageResponseRTT: 52
    battery_level: 0
    wake_up_interval: 14400
    application_version: ‘1.04’
    friendly_name: Front Yard Motion Sensor ZooZ

Thanks in advance for support .

Posts: 13

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 95294

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>