2024年12月4日星期三 上午1:11:48

Home Assistant ESPHome Series: ESP32使用人体红外传感器HC-SR501实现人体热红外移动侦测方法

2 年 前
#2362 引用
ESPHome 使用人体红外传感器HC-SR501实现人体热红外移动侦测方法

https://sumju.net/?p

Passive Infrared Sensor — ESPHome
https://devices.esphome.io/devices/Generic-PIR
0
1 年 前
#20734 引用
ESPHome 是一套工具,由 ESPHomelib 和 ESPHomeyaml 组成。前者安装在 ESP8266 或 ESP32 上,后者为其编译固件。

Before contnue, I'd recommend to have some more users test the configurations to make sure everything is working as expected.
0
1 个月 前
#47660 引用
Passive Infrared Sensor
HC-SR501 PIR motion sensor module.
MH-SR602 Micro PIR motion sensor module.
AM312 Mini PIR motion sensor module.
0
1 个月 前
#47661 引用
Connect PIR sensor to NodeMCU using 5V (HC-SR501)

0
1 个月 前
#47663 引用
接ESP32  30p扩展板5v电源

pin 14
0
1 个月 前
#47664 引用

# Example usage in a light
light:
  - platform: monochromatic
    output: gpio_2
    name: "Kitchen Light"

  
binary_sensor:
  # SR501 PIR Sensor
  - platform: gpio
    name: "SR501 PIR Sensor"
    pin: GPIO14
    device_class: motion    
0
1 个月 前
#47671 引用
Add LiIon-Battery
https://community.home-assistant.io/t/project-pir-sensor-with-dfr-firebeetle-and-liion-battery/629723

0