返回顶部
h

homeassistant-n8n-agentHomeAssistant-n8n代理

Bridge OpenClaw with your n8n instance for Home Assistant automation.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.4
安全检测
已通过
2,676
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

homeassistant-n8n-agent

Home‑Assistant – n8n Agent 技能

此技能将 OpenClaw 与您的 n8n 实例连接,用于 Home Assistant 自动化。

工作原理

使用 curl 触发 n8n 工作流,处理所有与物联网相关的事务。所有请求均需采用 POST 格式,示例如下:curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H Content-Type: application/json -d {chatInput: 用户的问题/请求, requestType: 确定的请求类型, sessionId:openclaw}

步骤

判断用户提示的性质。
  1. 1. 询问的是当前设备状态还是多个状态?如果是,requestType 为 state
  2. 询问的是否是更改物联网设备状态?如果是,requestType 为 action
  3. 询问的是过去的物联网数据?如果是,requestType 为 historical
  4. 询问的是日历或日程信息?如果是,requestType 为 calendar

快速参考

动作

bash curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H Content-Type: application/json -d {chatInput: 关闭办公室灯, requestType: action, sessionId:openclaw}

curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H Content-Type: application/json -d {chatInput: 将楼下恒温器调至72度, requestType: action, sessionId:openclaw}

历史数据

bash curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H Content-Type: application/json -d {chatInput: 前门最后一次打开是什么时候?, requestType: historical, sessionId:openclaw}

状态

bash curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H Content-Type: application/json -d {chatInput: 空调在运行吗?, requestType: state, sessionId:openclaw}

日历

bash curl -X POST http://localhost:5678/webhook/05f3f217-08b9-42de-a84a-e13f135bde73 -H Content-Type: application/json -d {chatInput: 我下一个会议是什么时候?, requestType: calendar, sessionId:openclaw}

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 homeassistant-n8n-agent-1776369241 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 homeassistant-n8n-agent-1776369241 技能

通过命令行安装

skillhub install homeassistant-n8n-agent-1776369241

下载

⬇ 下载 homeassistant-n8n-agent v1.0.4(免费)

文件大小: 1.49 KB | 发布时间: 2026-4-17 14:35

v1.0.4 最新 2026-4-17 14:35
- Added support for calendar-related inquiries with a new requestType: "calendar".
- Updated instructions and examples to include handling for calendar and schedule information.
- Clarified the process for determining the nature of user prompts.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部