【发布时间】:2018-11-14 07:57:26
【问题描述】:
对 node-red 和 sensehat 以及整个 IoT 事物完全陌生。
我关注了以下文章: https://flows.nodered.org/node/node-red-contrib-google-action
一切正常,直到我必须测试的部分。 Google Action 遇到了一个错误,上面写着:
"xxx isn't responding right now. Try again soon." (where xxx is my project name).
另外,在 google action 节点中,有一个“SSL 私钥文件”和一个“SSL 证书文件”,我不知道如何找到它的路径。
我尝试了创建私钥和证书的指南,一切完成后,当我尝试启动 node-red 时,它说访问被拒绝并且我的 node-red 无法启动..
编辑: 这是一个学校项目,所以一切都是本地的,在一个可以上网的普通路由器下(没有 vpn 等)
问题2: 根据此链接: https://flows.nodered.org/node/node-red-contrib-google-action 我只需要一个 https 网络服务器就可以正常工作?
【问题讨论】:
-
您还没有解释 Node-RED 在哪里运行。它可以从外部世界访问吗?
-
@hardillb 嗨,是的,抱歉,不,不是。它在我的本地主机中。
标签: node-red