我安装了Orion和Fiware STH以使用简约选项。
问题在于,当我订阅orion上下文然后查阅时,数组为null。
"name": "temperature",
"values": []
在STH日志中,它说:
收集原始数据集合以进行检索时的错误(该集合可能不存在)。
我注意到,当我尝试取消订阅时,会返回200 OK
消息,其中包含以下正文:
{
"subscriptionId": "xxx",
"statusCode": {
"code": "404",
"reasonPhrase": "No context element found",
"details": "subscriptionId: /xxx/"
}
}
编辑:请求网址为:
192.168.60.117:8080/STH/v1/contextEntities/type/room/id/Room 1 /
(In my case the type is "room" and not "Room"). The headers are Accept,
Content-Type, Fiware-Service, Fiware-ServicePath
答案 0 :(得分:0)
当您订阅ORION时,看起来比STH处理数据更成问题,您可以在Orion中找到如何进行订阅以及如何通过此链接通知STH:https://fiware-sth-comet.readthedocs.io/en/latest/data-storage/index.html此外,如果您提供有关如何进行订阅和日志的更多信息,我可以更好地了解问题的位置,我可以更好地帮助您。