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

 找回密码
 立即注册
查看: 5993|回复: 5

[求助] Attributes的数据如何引用

[复制链接]

18

主题

183

帖子

782

积分

高级会员

Rank: 4

积分
782
金钱
599
HASS币
0
发表于 2018-3-29 17:23:43 | 显示全部楼层 |阅读模式
本帖最后由 rexandlanny 于 2018-3-29 20:56 编辑

看了https://bbs.hassbian.com/forum.p ... =%E4%BA%BA%E8%84%B8的帖子
后  人脸识别是成功了  但是里面有返回用户id的数值 我想引用
Attributes数值是这样的
scores: 85.596633911133
uid: lixiajiang



user_info:
group_id: family
faceliveness: 0.99999630451202
icon:
mdi:eye
friendly_name: Faceidentity这上面的uid  会变  里面是不同的人


- alias: welcom
  initial_state: true
  trigger:
    - platform: state
      entity_id: binary_sensor.faceidentity
      from: 'off'
      to: 'on'        
  condition:
    - condition: template
      value_template: '{{states.binary_sensor.faceidentity.attributes["uid":"lixiajiang"]  }}' #这一行不知道怎么用
        
  action:
    - service: tts.baidu_say
      data_template:
        entity_id: media_player.gstreamer
        message: "欢迎帅气阳光的李先生回家"






请教各位了  谢谢







回复

使用道具 举报

22

主题

303

帖子

1071

积分

金牌会员

Rank: 6Rank: 6

积分
1071
金钱
763
HASS币
20
发表于 2018-3-29 17:26:41 | 显示全部楼层
表示也不知道怎么回事
回复

使用道具 举报

123

主题

4661

帖子

1万

积分

管理员

囧死

Rank: 9Rank: 9Rank: 9

积分
16410
金钱
11664
HASS币
45
发表于 2018-3-29 22:30:14 | 显示全部楼层
states.binary_sensor.faceidentity.attributes["uid"]
回复

使用道具 举报

18

主题

183

帖子

782

积分

高级会员

Rank: 4

积分
782
金钱
599
HASS币
0
 楼主| 发表于 2018-3-29 22:37:42 | 显示全部楼层
本帖最后由 rexandlanny 于 2018-3-29 22:41 编辑
Jones 发表于 2018-3-29 22:30
states.binary_sensor.faceidentity.attributes["uid"]

states.binary_sensor.faceidentity.attributes["uid"] == 'lixiajiang'
这样吗   uid 有lixiajiang    还有mama   等这个是从lidicn那里复制过来的  但不知道意思states.image_processing.facerec.attributes["faces"][0]["name"] == "job"
谢谢指点
回复

使用道具 举报

18

主题

183

帖子

782

积分

高级会员

Rank: 4

积分
782
金钱
599
HASS币
0
 楼主| 发表于 2018-3-30 05:40:25 | 显示全部楼层
rexandlanny 发表于 2018-3-29 22:37
states.binary_sensor.faceidentity.attributes["uid"] == 'lixiajiang'
这样吗   uid 有lixiajiang    还 ...

value_template: '{{ states.binary_sensor.faceidentity.attributes["uid"] == "lixiajiang" }}'  这样引用就可以 了
谢谢jones大的指点
回复

使用道具 举报

2

主题

132

帖子

802

积分

高级会员

Rank: 4

积分
802
金钱
670
HASS币
0
发表于 2018-3-30 19:30:39 | 显示全部楼层
看不懂哈哈哈
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-23 15:23 , Processed in 0.113907 second(s), 27 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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