【发布时间】:2017-12-12 14:04:14
【问题描述】:
我正在尝试将我的 cumulocity-rpi-agent 连接到 cumulocity,以便我可以有两个选项接受或取消。但现在我无法看到我的设备的 accpet 选项。
1) wget http://resources.cumulocity.com/examples/cumulocity-rpi-agent-latest.deb
2) sudo dpkg -i cumulocity-rpi-agent-latest.deb
我已经执行了这些命令
然后我点击了dpkg --list list 命令和cumulocity-rpi-agent 现在在结果中可见。
但是我的问题在上述步骤之后开始并且无法继续下一步(安装代理时,您应该更新通常位于“./cfg/cumulocity-config.properties”的配置文件并填写主机属性值。打开在网络浏览器中打开 Cumulocity 并进入“注册”页面。输入您在上一步中记下的序列号,然后单击“注册设备”。)
安装后找不到./cfg/cumulocity-config.properties这些目录和文件
我推荐并关注了https://www.cumulocity.com/guides/devices/raspberry-pi/这个链接
我点击sudo rebbot获取cumulocity平台上的接受按钮以接受设备
【问题讨论】:
-
找到 . -name "cumulocity-config.properties" 查看文件是否位于目录结构中的其他位置。
-
你能检查一下/usr/share/cumulocity-rpi-agent/cfg/cumulocity.properties吗?
标签: linux iot raspberry-pi3 cumulocity