Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hass插件无法命中 #74

Open
Curtails opened this issue Jan 9, 2020 · 2 comments
Open

hass插件无法命中 #74

Curtails opened this issue Jan 9, 2020 · 2 comments

Comments

@Curtails
Copy link

Curtails commented Jan 9, 2020

Snipaste_2020-01-09_23-21-50.png

已按照文档升级插件
后台日志:
2020-01-09 15:27:59,349 - robot.plugin_loader - INFO - 插件 RaspberryPiStatus 加载成功
2020-01-09 15:27:59,350 - robot.plugin_loader - INFO - 插件 Reboot 加载成功
2020-01-09 15:27:59,352 - robot.plugin_loader - INFO - 插件 RoadCondition 加载成功
2020-01-09 15:27:59,353 - robot.plugin_loader - INFO - 插件 SmartMiFan 加载成功
2020-01-09 15:27:59,355 - robot.plugin_loader - INFO - 插件 SpeakIP 加载成功
2020-01-09 15:27:59,356 - robot.plugin_loader - INFO - 插件 SpeakTemperature 加载成功
2020-01-09 15:27:59,357 - robot.plugin_loader - INFO - 插件 WOL 加载成功
2020-01-09 15:27:59,358 - robot.plugin_loader - INFO - 插件 Weather 已被禁用
2020-01-09 15:27:59,360 - robot.plugin_loader - INFO - 插件 WeiBo 加载成功
2020-01-09 15:27:59,361 - robot.plugin_loader - INFO - 插件 YouDaoFanYi 加载成功
2020-01-09 15:27:59,364 - robot.Brain - INFO - 已激活插件:['camera', 'cleancache', 'Echo', 'email', 'Geek', 'LocalPlayer', 'poem', 'baidufm', 'BaiduMap', 'mqttPub', 'direction', 'emailmypc', 'halt', 'hass', 'headline_news', 'Lamp', 'pi_status', 'reboot', 'roadcondition', 'SmartMiFan', 'speak_ip', 'speak_temperature', 'wol', 'WeiBo', 'youdao']
2020-01-09 15:27:59,366 - robot.Conversation - INFO - 命中缓存,播放缓存语音
2020-01-09 15:28:09,932 - robot.Updater - INFO - 主仓库检查到更新:{'description': '新增对 Google AIY Voice Kit 以及 Respeaker 2 Mics HAT 呼吸灯的支持。详见主仓库更新说明。', 'version': '2.1.1'}
2020-01-09 15:28:15,854 - robot.AI - INFO - tuling 回答:关灯好好休息吧。
2020-01-09 15:28:15,860 - robot.Conversation - INFO - 命中缓存,播放缓存语音
2020-01-09 15:28:15,861 - robot.Conversation - INFO - True
2020-01-09 15:28:15,863 - robot.Conversation - INFO - onSay: 关灯好好休息吧。, http://192.168.1.119:5000/audio/3c1fed3f6ab9cf4b7c1024473010ac58.mp3
2020-01-09 15:28:22,726 - robot.AI - INFO - tuling 回答:开了灯之后就会很亮的哦,小主人电灯可是爱迪生发明的呢。
2020-01-09 15:28:23,205 - robot.TTS - INFO - baidu-tts 语音合成成功,合成路径:/tmp/tmpea13gpm8.mp3
2020-01-09 15:28:23,208 - robot.Conversation - INFO - True
2020-01-09 15:28:23,209 - robot.Conversation - INFO - onSay: 开了灯之后就会很亮的哦,小主人电灯可是爱迪生发明的呢。, http://192.168.1.119:5000/audio/cbc75e8f6d22831623b999f83c24f014.mp3

hass配置:
hass:
url: "http://192.168.1.119" #切记加上http://,ip或者域名为你的HomeAssistant的主机
port: "8123" # 端口为你的HomeAssistant的端口和网页端口一样
key: "Bearer ......" # 密钥,注意 Bearer 不可少
patterns:
- ".*开.*灯"
- ".*关.*灯"
- ".*灯.*开"
- ".*灯.*关"

看起来好像第一步命中插件都没有做到?这是什么原因导致的?

@1Q84zj
Copy link

1Q84zj commented Feb 2, 2020

我也是一样的情况,想知道这个该怎么解决

@wzpan
Copy link
Owner

wzpan commented Feb 2, 2020

先确认HomeAssistant对应的customization有没有真的生效,如果没生效就真的不会命中。

确认方法:在这句话后面,加上一行:

print(r_jsons)

然后重启 wukong-robot ,语音触发技能,看看打印出来的服务里头有没有你定义的 customization 。如果没有,说明没生效。

如果没生效,说明单靠 homeassistant.reload_core_config 无法实现刷新配置。那就可以试试重启整个 HomeAssistant 。如果是用 docker 安装的,就重启整个 HomeAssistant 的 docker 镜像。然后再看看。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants