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

 找回密码
 立即注册
查看: 4607|回复: 6

[已解决] 自动化配置问题

[复制链接]

13

主题

151

帖子

542

积分

论坛积极会员

积分
542
金钱
391
HASS币
0
发表于 2018-3-4 11:38:04 | 显示全部楼层 |阅读模式
本帖最后由 afusky 于 2018-3-4 21:18 编辑

按照官方文档配置了自动化如下
- alias: '光线变暗打开网关灯'
   initial_state: true
   trigger:
     platform: state
     entity_id: binary_sensor.motion_sensor_158d0001ac0252
     from: 'off'
     to: 'on'
   condition:
     condition: numeric_state
     entity_id: sensor.illumination_7811dcb25713
     below: 500
   action:
     - service: light.turn_on
       entity_id: light.gateway_light_7811dcb25713
       data:
         brightness: 5
     - service: automation.turn_on
       data:
         entity_id: automation.Motion_off

- alias: '1分钟后没有动静关闭网关灯'
   trigger:
     platform: state
     entity_id: binary_sensor.motion_sensor_158d0001ac0252
     from: 'on'
     to: 'off'
     for:
       minutes: 1
   action:
     - service: light.turn_off
       entity_id: light.gateway_light_7811dcb25713
     - service: automation.turn_off
       data:
         entity_id: automation.Motion_off


但是重启ha后,不知道什么原因只识别了其中一个 555.jpg

回复

使用道具 举报

124

主题

4634

帖子

1万

积分

管理员

囧死

Rank: 9Rank: 9Rank: 9

积分
16122
金钱
11403
HASS币
45
发表于 2018-3-4 15:48:10 | 显示全部楼层
别在alias里面用中文。。。
回复

使用道具 举报

32

主题

986

帖子

4233

积分

论坛元老

Rank: 8Rank: 8

积分
4233
金钱
3207
HASS币
110

教程狂人论坛风云人物

发表于 2018-3-4 16:44:09 | 显示全部楼层
alias 数字开头了
回复

使用道具 举报

13

主题

151

帖子

542

积分

论坛积极会员

积分
542
金钱
391
HASS币
0
 楼主| 发表于 2018-3-4 16:54:41 | 显示全部楼层
Jones 发表于 2018-3-4 15:48
别在alias里面用中文。。。

果然是这个问题,那有类似friendly_name的配置,能显示中文名吗?
回复

使用道具 举报

32

主题

986

帖子

4233

积分

论坛元老

Rank: 8Rank: 8

积分
4233
金钱
3207
HASS币
110

教程狂人论坛风云人物

发表于 2018-3-4 18:23:52 | 显示全部楼层
afusky 发表于 2018-3-4 16:54
果然是这个问题,那有类似friendly_name的配置,能显示中文名吗?

就是 friendly_name
回复

使用道具 举报

13

主题

151

帖子

542

积分

论坛积极会员

积分
542
金钱
391
HASS币
0
 楼主| 发表于 2018-3-4 21:18:31 | 显示全部楼层
27hh 发表于 2018-3-4 18:23
就是 friendly_name

已解决,感谢
回复

使用道具 举报

1

主题

30

帖子

160

积分

论坛积极会员

积分
160
金钱
130
HASS币
0
发表于 2018-3-5 15:29:01 | 显示全部楼层
中文不行
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-5-20 04:07 , Processed in 0.089003 second(s), 32 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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