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

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

[求助] homepod播放和风天气信息的问题

[复制链接]

174

主题

634

帖子

3792

积分

论坛元老

Rank: 8Rank: 8

积分
3792
金钱
3153
HASS币
0
发表于 2024-6-2 18:28:18 | 显示全部楼层 |阅读模式

我的代码如下,有两个问题:1、state[0].condition_cn似乎没有效果,播放时没有具体数值。2、如何添加是否下雨,风力等内容。


service: tts.edge_tts_say
data:
  cache: false
  entity_id: media_player.zhu_wo
  message: >-
    {% set state = state_attr('weather.tian_qi', 'daily_forecast')%}
    早上好。今天的天气是{{state[0].condition_cn}},最高温度:{{state[0].native_temperature}}度,最低温度:{{state[0].native_templow}}度


回复

使用道具 举报

4

主题

228

帖子

4402

积分

元老级技术达人

积分
4402
金钱
4159
HASS币
40
发表于 2024-6-2 20:40:43 | 显示全部楼层
我有个脚本意图 是这样写的////  
todayweather:
    speech:
      text: >
          {% set aqi = states.weather.home.attributes.aqi.aqi %}
          {% set fl_temperature =  states.weather.home.attributes.fl_temperature %}
          {% set weather =  states.weather.shang_hai_jia.attributes.forecast_hourly  %}
          今天天气:{{ weather }},
          {% if ('雾') in weather %}今天有雾或者霾,出门记得戴口罩.{% endif %}
          {% if ('雨') in weather  %}今天有雨,出门记得带伞.{% endif %}
          {% if ('雪') in weather  %}今天有雪,出门记得带伞.{% endif %}
          空气质量:{{ states.weather.home.attributes.aqi.qlty }}
          {% if aqi | int > 80 %}当前室外空气质量不好,非必要不要出门,或者出门戴好口罩!{% endif %},
          体感温度:{{ fl_temperature }}度.
          {% if fl_temperature | int > 35 %},室外温度有点高,注意避暑,小心中暑!
          {% elif fl_temperature | int < 12 %}室外很冷哟,记得多穿点衣服哦,注意避寒,小心感冒啦!{% endif %}
回复

使用道具 举报

174

主题

634

帖子

3792

积分

论坛元老

Rank: 8Rank: 8

积分
3792
金钱
3153
HASS币
0
 楼主| 发表于 2024-6-3 06:17:36 | 显示全部楼层
81795791 发表于 2024-6-2 20:40
我有个脚本意图 是这样写的////  
todayweather:
    speech:

大佬知道和风天气的降雨、风力等属性怎么描述吗?谢谢
回复

使用道具 举报

27

主题

1292

帖子

5873

积分

元老级技术达人

积分
5873
金钱
4556
HASS币
100
发表于 2024-6-3 15:54:06 | 显示全部楼层
{{ state_attr('weather.he_feng_tian_qi', 'pressure') }}
{{ state_attr('weather.he_feng_tian_qi', 'wind_bearing') }}
{{ state_attr('weather.he_feng_tian_qi', 'visibility') }}
{{ state_attr('weather.he_feng_tian_qi', 'wind_speed') }}

基于我自己的插件 https://bbs.hassbian.com/forum.p ... ;page=113#pid608073
回复

使用道具 举报

174

主题

634

帖子

3792

积分

论坛元老

Rank: 8Rank: 8

积分
3792
金钱
3153
HASS币
0
 楼主| 发表于 2024-6-3 18:51:07 | 显示全部楼层
25989406 发表于 2024-6-3 15:54
{{ state_attr('weather.he_feng_tian_qi', 'pressure') }}
{{ state_attr('weather.he_feng_tian_qi', 'wi ...

谢大佬,收藏琢磨
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-23 12:44 , Processed in 0.064268 second(s), 26 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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