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

 找回密码
 立即注册
查看: 3639|回复: 4

[求助] 彩云自动化问题。

[复制链接]

10

主题

68

帖子

582

积分

高级会员

Rank: 4

积分
582
金钱
514
HASS币
0
发表于 2019-4-21 12:22:53 | 显示全部楼层 |阅读模式
彩云一直想让它30分钟自动更新一次。在论坛中找到大神的代码一直报错。
文件名
automations.yaml
里面代码
automation:
#彩云天气定时触发更新,获取天气数据
  - alias: caiyun_update
    initial_state: true
    trigger:
      - platform: time
        hours: '/1'
        minutes: 1
        seconds: 0
      - platform: time
        hours: '/1'
        minutes: 31
        seconds: 0
    condition:
      condition: time
      after: '07:05:00'
      before: '23:35:00'
    action:
      - service: sensor.download_caiyun_weatherdata_forecast
      - delay: 00:00:03
      - service: sensor.download_caiyun_weatherdata_realtime


运行后报错
Invalid config for [automation]: [hours] is an invalid option for [automation]. Check: automation->trigger->0->hours. (See ?, line ?). Please check the docs at https://home-assistant.io/components/automation/


访问https://home-assistant.io/components/automation/也没有代码问题说明。
automation->trigger->0->hours”这个语法不知道那儿出问题了。。

回复

使用道具 举报

4

主题

228

帖子

4402

积分

元老级技术达人

积分
4402
金钱
4159
HASS币
40
发表于 2019-4-21 13:52:16 | 显示全部楼层
time改成time_pattern
回复

使用道具 举报

10

主题

68

帖子

582

积分

高级会员

Rank: 4

积分
582
金钱
514
HASS币
0
 楼主| 发表于 2019-4-21 14:28:48 | 显示全部楼层
本帖最后由 colock 于 2019-4-21 14:30 编辑
81795791 发表于 2019-4-21 13:52
time改成time_pattern


现在以改为:
automation:
#彩云天气定时触发更新,获取天气数据
  - alias: caiyun_update
    initial_state: true
    trigger:
      - platform: time_pattern
        hours: '/1'
        minutes: 1
        seconds: 0
      - platform: time_pattern
        hours: '/1'
        minutes: 31
        seconds: 0
    condition:
      condition: time_pattern
      after: '07:05:00'
      before: '23:35:00'
    action:
      - service: sensor.download_caiyun_weatherdata_forecast
      - delay: 00:00:03
      - service: sensor.download_caiyun_weatherdata_realtime


还是报错。
Invalid config for [automation]: [hours] is an invalid option for [automation]. Check: automation->trigger->0->hours. (See ?, line ?). Please check the docs at https://home-assistant.io/components/automation/



回复

使用道具 举报

4

主题

228

帖子

4402

积分

元老级技术达人

积分
4402
金钱
4159
HASS币
40
发表于 2019-4-21 14:44:37 | 显示全部楼层
automation:
  - alias: caiyun_update
    initial_state: true
    trigger:
      - platform: time_pattern
        hours: '/1'
        minutes: 1
        seconds: 0
      - platform: time_pattern
        hours: '/1'
        minutes: 31
        seconds: 0
    condition:
      condition: time
      after: '07:05:00'
      before: '23:35:00'
    action:
      - service: sensor.download_caiyun_weatherdata_forecast
      - delay: 00:00:03
      - service: sensor.download_caiyun_weatherdata_realtime






我这样没问题....
回复

使用道具 举报

75

主题

1976

帖子

8179

积分

元老级技术达人

积分
8179
金钱
6153
HASS币
430

活跃会员教程狂人

发表于 2019-4-21 15:03:53 | 显示全部楼层
彩云怎么用的问题问题还挺多,我把手动更新脚本和自动更新我都配置了,你可以参考下我回复的这个附件。

https://bbs.hassbian.com/forum.p ... 07&page=2#pid212480


13楼。
所有过往,皆为序章。
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-24 11:01 , Processed in 0.377406 second(s), 27 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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