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

 找回密码
 立即注册
查看: 8204|回复: 1

[求助] 433人体感应接入ESPhome怎么写自动化

[复制链接]

7

主题

181

帖子

608

积分

高级会员

Rank: 4

积分
608
金钱
426
HASS币
0
发表于 2021-1-23 22:01:56 | 显示全部楼层 |阅读模式
433人体感应接入esphome怎么写自动?人体感应器只有一组射频码,想法是感应有人5S后设置为无人。小白一个真不知道怎么写了,求大神给写个吧
binary_sensor :
  - platform: remote_receiver
    id: pir3_on
    internal: true
    rc_switch_raw:
      code: '111101001011101000010110'
      protocol: 1
    filters:
      delayed_off: 100ms   
    on_press:
      then:
        - logger.log: "有人移动"
        - binary_sensor.template.publish:
            id: pir3
            state: ON
  - platform: template
    name: "IR3"
    device_class: motion
    id: pir3   



回复

使用道具 举报

1

主题

78

帖子

807

积分

高级会员

Rank: 4

积分
807
金钱
729
HASS币
0
发表于 2021-1-25 14:59:38 | 显示全部楼层
binary_sensor:
  - platform: remote_receiver
    name: motion_433_1
    id: motion_433_1
    device_class: motion
    rc_switch_raw:
      protocol: 1
      code: '111101001011101000010110'
    filters:
      delayed_off: 5s
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-25 07:36 , Processed in 0.151293 second(s), 23 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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