『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
查看: 1500|回复: 17

[人体存在] 请问2410自带的光照如何接入?

[复制链接]

8

主题

144

帖子

784

积分

高级会员

Rank: 4

积分
784
金钱
640
HASS币
0
发表于 2024-6-9 17:57:19 | 显示全部楼层 |阅读模式
新出的好像都带光照照度了,可是怎么接入呢?有大佬写好的yaml吗?谢谢
回复

使用道具 举报

24

主题

163

帖子

881

积分

高级会员

Rank: 4

积分
881
金钱
718
HASS币
0
发表于 2024-6-9 21:10:40 | 显示全部楼层
uart:
  tx_pin: GPIO1   #使用D1 mini RX
  rx_pin: GPIO3   #使用D1 mini TX
  baud_rate: 256000
  parity: NONE
  stop_bits: 1
# Example configuration entry
ld2410:
number:
  - platform: ld2410
    timeout:
      name: timeout
    light_threshold:
      name: light threshold
    max_move_distance_gate:
      name: max move distance gate
    max_still_distance_gate:
      name: max still distance gate
    g0:
      move_threshold:
        name: g0 move threshold
      still_threshold:
        name: g0 still threshold
    g1:
      move_threshold:
        name: g1 move threshold
      still_threshold:
        name: g1 still threshold
    g2:
      move_threshold:
        name: g2 move threshold
      still_threshold:
        name: g2 still threshold
    g3:
      move_threshold:
        name: g3 move threshold
      still_threshold:
        name: g3 still threshold
    g4:
      move_threshold:
        name: g4 move threshold
      still_threshold:
        name: g4 still threshold
    g5:
      move_threshold:
        name: g5 move threshold
      still_threshold:
        name: g5 still threshold
    g6:
      move_threshold:
        name: g6 move threshold
      still_threshold:
        name: g6 still threshold
    g7:
      move_threshold:
        name: g7 move threshold
      still_threshold:
        name: g7 still threshold
    g8:
      move_threshold:
        name: g8 move threshold
      still_threshold:
        name: g8 still threshold

sensor:
   
  - platform: ld2410
    light:
      name: light
    moving_distance:
      name : Moving Distance
    still_distance:
      name: Still Distance
    moving_energy:
      name: Move Energy
    still_energy:
      name: Still Energy
    detection_distance:
      name: Detection Distance
     
  
binary_sensor:
  - platform: ld2410
    has_target:
      name: Presence
    has_moving_target:
      name: Moving Target
    has_still_target:
      name: Still Target
    out_pin_presence_status:
      name: out pin presence status
回复

使用道具 举报

8

主题

144

帖子

784

积分

高级会员

Rank: 4

积分
784
金钱
640
HASS币
0
 楼主| 发表于 2024-6-9 22:50:33 | 显示全部楼层
tanbobo 发表于 2024-6-9 21:10
uart:
  tx_pin: GPIO1   #使用D1 mini RX
  rx_pin: GPIO3   #使用D1 mini TX

感谢感谢!我这就去试试
回复

使用道具 举报

8

主题

144

帖子

784

积分

高级会员

Rank: 4

积分
784
金钱
640
HASS币
0
 楼主| 发表于 2024-6-18 08:25:05 | 显示全部楼层
光照只有工程模式可以用吗?
回复

使用道具 举报

20

主题

136

帖子

803

积分

高级会员

Rank: 4

积分
803
金钱
667
HASS币
0
发表于 2024-6-18 10:39:34 | 显示全部楼层
lugiya 发表于 2024-6-18 08:25
光照只有工程模式可以用吗?

只有开启工程模式才行
回复

使用道具 举报

7

主题

59

帖子

1343

积分

金牌会员

Rank: 6Rank: 6

积分
1343
金钱
1284
HASS币
0
发表于 2024-6-19 13:48:06 | 显示全部楼层
开工程模式使用有什么弊端吗?更费电?
回复

使用道具 举报

10

主题

89

帖子

678

积分

高级会员

Rank: 4

积分
678
金钱
589
HASS币
0
发表于 2024-6-19 14:18:54 | 显示全部楼层
flamestsui 发表于 2024-6-18 10:39
只有开启工程模式才行

是不是设置高于或者低于某个光照值 符合这个值有人了才能触发有人,这样理解对吗?
回复

使用道具 举报

7

主题

59

帖子

1343

积分

金牌会员

Rank: 6Rank: 6

积分
1343
金钱
1284
HASS币
0
发表于 2024-6-19 15:43:26 | 显示全部楼层
172859773 发表于 2024-6-19 14:18
是不是设置高于或者低于某个光照值 符合这个值有人了才能触发有人,这样理解对吗? ...

手机app里面,开启工程模式,主界面会显示光照数据,正常模式不显示。
回复

使用道具 举报

10

主题

89

帖子

678

积分

高级会员

Rank: 4

积分
678
金钱
589
HASS币
0
发表于 2024-6-19 16:05:36 | 显示全部楼层
stkroot 发表于 2024-6-19 15:43
手机app里面,开启工程模式,主界面会显示光照数据,正常模式不显示。

这个我知道,我是说在找个光照怎么工作,esphome是不显示光照数值的,只能设置光照阈值
回复

使用道具 举报

20

主题

136

帖子

803

积分

高级会员

Rank: 4

积分
803
金钱
667
HASS币
0
发表于 2024-6-19 16:13:43 | 显示全部楼层
172859773 发表于 2024-6-19 14:18
是不是设置高于或者低于某个光照值 符合这个值有人了才能触发有人,这样理解对吗? ...

对,就是这个,但是我没用
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-28 06:55 , Processed in 0.082146 second(s), 31 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表