找回密码
 立即注册
搜索
查看: 48|回复: 0

[求助] 关于彩云天气预警消息推送正常但不播报的问题

[复制链接]

3

主题

28

回帖

364

积分

中级会员

积分
364
金钱
333
HASS币
0
发表于 昨天 09:46 | 显示全部楼层 |阅读模式
本帖最后由 tianyi19992000 于 2025-7-3 09:47 编辑

根据论坛内“彩云天气极端天气预警提醒的自动化示例分享”实现了天气预报手机消息推送,但是播报失败,求助大神帮忙看下哪里出了问题啊

alias: 天气预警
description: ""
trigger:
  - platform: state
    entity_id:
      - weather.wo_de_jia
    attribute: forecast_alert
    enabled: true
condition:
  - condition: template
    value_template: >-
      {%if trigger.to_state.attributes.forecast_alert['content']|length>0
      %}true{%endif%}
  - condition: template
    value_template: >-
      {%if trigger.from_state.attributes.forecast_alert['content']|length == 0
      or
      (trigger.to_state.attributes.forecast_alert['content']|sort(attribute='pubtimestamp',
      reverse = True))[0]['alertId'] [-14:]|int>
      (trigger.from_state.attributes.forecast_alert['content']|sort(attribute='pubtimestamp',
      reverse = True))[0]['alertId'][-14:]|int %}true{%endif%}
    enabled: true
action:
  - parallel:
      - service: notify.mobile_app_iphone14
        data:
          message: >-
            {{trigger.to_state.name}}天气异常警告:{{(trigger.to_state.attributes.forecast_alert['content']|sort(attribute='pubtimestamp',
            reverse = True))[0]['description'] }}
          title: >-
            {{(trigger.to_state.attributes.forecast_alert['content']|sort(attribute='pubtimestamp',
            reverse = True))[0]['title'] }}
        enabled: true
      - service: xiaomi_miot.intelligent_speaker
        data:
          execute: false
          silent: false
          throw: false
          entity_id: media_player.xiaomi_s12_4ece_play_control
          text: >-
            主人,{{trigger.to_state.name}}天气异常警告:{{(trigger.to_state.attributes.forecast_alert['content']|sort(attribute='pubtimestamp',
            reverse = True))[0]['description']
            }}。{{(trigger.to_state.attributes.forecast_alert['content']|sort(attribute='pubtimestamp',
            reverse = True))[0]['title'] }}。
mode: queued
max: 5
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|Hassbian ( 晋ICP备17001384号-1 )

GMT+8, 2025-7-4 14:45 , Processed in 0.730944 second(s), 7 queries , MemCached On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

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