top of page
Front Main Shot.jpg

Skopos
Advanced Setup

Prerequisites

  1. Your Home Assistant instance must be set to Metric units.

  2. The ESPHome Device Builder add-on must be installed in Home Assistant.

  3. The Plotly Graph Card must be installed via HACS:
    https://github.com/dbuezas/lovelace-plotly-graph-card?tab=readme-ov-file#installation

  4. This setup uses an open-source project that is no longer actively maintained.
    Use it at your own risk:
    https://github.com/53l3cu5/ESP32_LD2450

Home Assistant Unit System

Switching Home Assistant to the Metric System

  1. Go to Settings → System → General.

  2. Under Unit System, select Celsius, kilograms (Metric).

  3. Click Save.

Pre-flashed ESPHome Configuration Setup

  1. Install the sensor by following the link.

  2. After installation, you should see the moving target coordinates displayed in millimeters.

Skopos Target Coordinates
Skopos Target X
Skopos Target X Settings

Finding the Device ID

  1. Click on the Target1 X coordinate value.

  2. Then click on the gear icon to open the settings.

Device ID Selection

Select and copy the device ID as shown in the image.

Skopos Device ID
LD2450 Config Generator

Generating the Required Configuration

  1. Open the configuration generator: https://53l3cu5.github.io

  2. Paste the device ID you copied earlier into the Device Name field.

  3. The Friendly Name can be any human-readable device name.

  4. Specify the remaining parameters as shown in the image and hit Generate button.

Creating the zone.h File in Home Assistant

  1. Copy the generated content for the zone.h file.

  2. On the host where Home Assistant is running, use any file editor to create a new file at:
    /homeassistant/esphome/zone.h
    and paste the copied content into it.

Skopos Zone.h Code
Skopos Zone.h Path
Skopos Plotly Graph Card
Skopos Empty Plotly Graph Card

Adding the Plotly Graph Card

  1. Install the Plotly Graph Card by following these instructions:
    https://github.com/dbuezas/lovelace-plotly-graph-card?tab=readme-ov-file#installation

  2. Add the Plotly Graph Card to your dashboard.

  3. Click Show Code Editor in the bottom-left corner.

  4. Paste the Plotly graph content generated by the configuration generator.

  5. You should now see an empty LD2450 sensor map on the dashboard.

Sensor Zone Configuration

  1. Select the sensor in Settings → Devices & Services → ESPHome.

  2. Specify Zone1 parameters as shown in the picture.

  3. Return to the dashboard to see the new zone displayed on the Plotly Graph Card.

  4. Adjust the zone parameters to understand how the coordinates work.

Skopos Zone Coordinates
Skopos Zone on Map
Skopos Zone States

Zone Automation

Use the zone presence entity states to create new automations in Home Assistant.

ABOUT US

We’re a small group of smart home enthusiasts passionate about bringing ideas to life and sharing them with the world. Our focus is on developing hand-crafted smart devices that combine 3D printing, custom PCBs, and original designs. Every project we create is built with care, creativity, and a deep love for innovation.

NEW RELEASES

Human Presence Sensor v3 - Now Available!

  • Facebook
  • Instagram

© 2025 AKAMATIS LLC

bottom of page