Presence area – MULTIPLE TARGETS SETUP

Note: This instructions are mostly orientated to presence detection device Screek 2A which is based on LD2450 sensor. If you have other sensor device which detects multiple presence, please send us email with details so we can update instructions.

If you will have any issues with setup, contact us on info@klet3d.com

1. You have to create new template sensor which will include all “target” values from sensor.
You have to do that in your Home Assistant config.yaml file.

2. Here you can find example of template that you can use:

sensor:          
  - platform: template
    sensors:
      presence_multi:
        friendly_name: "Screek Presence Multi sensor"
        value_template: 0
        attribute_templates:
          target1_x: "{{ states('sensor.screek_human_sensor_2a_ABCABC_target1_x') }}"
          target1_y: "{{ states('sensor.screek_human_sensor_2a_ABCABC_target1_y') }}"
          target2_x: "{{ states('sensor.screek_human_sensor_2a_ABCABC_target2_x') }}"
          target2_y: "{{ states('sensor.screek_human_sensor_2a_ABCABC_target2_y') }}"
          target3_x: "{{ states('sensor.screek_human_sensor_2a_ABCABC_target3_x') }}"
          target3_y: "{{ states('sensor.screek_human_sensor_2a_ABCABC_target3_y') }}"

IMPORTANT:
Change ABCABC part with ID of your sensor

3. Click “Save”.
4. After you’ve updated your config.yaml file, reload/reboot Home Assistant to apply changes.

5. In Klet3D app add “Presence area” entity

6. Go to Klet3D addon -> switch to “Edit” mode” -> go to 2D view -> select added “Presence area” icon -> in right panel click on “Add entity” -> in list find “Screek Presence Multi sensor” (or the name you typed in above code) -> click “Save”.

7. You should be able to see 3D models “move” in area based on inputs from device.

What are your feelings