Human Presence Sensing Module HLK-LD2410 + ESP12E
thingiverse
Human Presence Sensing Module HLK-LD2410 + ESP12E for ESPHome & Home Assistant https://community.home-assistant.io/t/ld2410-esphome-tips/477058/78 -= СЛАВА УКРАЇНІ! =- -----yaml----- substitutions: devicename: "radar01w" upper_devicename: "LD2410 Radar" esphome: name: $devicename platform: ESP8266 board: esp01_1m project: name: "bigvlad.LD2410_Wifi_Radar" version: "0.03" # Enable logging logger: # Enable Home Assistant API api: encryption: key: "**************************************************" ota: password: "**************************************************" wifi: ssid: !secret wifi_ssid password: !secret wifi_password # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "Radar01W Fallback Hotspot" passwor**************************************************" # see: https://esphome.io/components/time.html time: - platform: homeassistant id: homeassistant_time # Enable Web server web_server: port: 80 captive_portal: uart: id: uart_bus tx_pin: TX rx_pin: RX baud_rate: 256000 parity: NONE stop_bits: 1 ld2410: timeout: 20s max_move_distance : 6m max_still_distance: 0.75m g0_move_threshold: 40 g0_still_threshold: 0 g1_move_threshold: 30 g1_still_threshold: 0 g2_move_threshold: 10 g2_still_threshold: 10 g3_move_threshold: 10 g3_still_threshold: 10 g4_move_threshold: 10 g4_still_threshold: 7 g5_move_threshold: 20 g5_still_threshold: 15 g6_move_threshold: 20 g6_still_threshold: 10 g7_move_threshold: 20 g7_still_threshold: 10 g8_move_threshold: 20 g8_still_threshold: 10 text_sensor: - platform: wifi_info ssid: name: "${devicename} - Connected" icon: mdi:router-wireless ip_address: name: "${devicename} - IP Address" icon: mdi:ip-network-outline mac_address: name: "${devicename} - Mac Address" icon: mdi:help-network-outline binary_sensor: - platform: ld2410 has_target: name: "${devicename} - Presence" has_moving_target: name: "${devicename} - Moving Target" has_still_target: name: "${devicename} - Still Target" - platform: status name: "${devicename} - Status" device_class: connectivity sensor: - platform: ld2410 moving_distance: name: "${devicename} - Moving Distance" still_distance: name: "${devicename} - Still Distance" moving_energy: name: "${devicename} - Move Energy" still_energy: name: "${devicename} - Still Energy" detection_distance: name: "${devicename} - Detection Distance" - platform: wifi_signal name: "${devicename} - Wifi RSSI" update_interval: 60s icon: mdi:wifi - platform: uptime name: "${devicename} - Uptime" update_interval: 60s icon: mdi:clock-outline
With this file you will be able to print Human Presence Sensing Module HLK-LD2410 + ESP12E with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Human Presence Sensing Module HLK-LD2410 + ESP12E.