2021-07-16 10:15:36 +0100 | commented question | orion-ld with mongodb atlas orion recently moved from the older mongo driver to a new one. The entire connect mechanism changed completely. That might explain why it is working with Orion but not with Orion-LD. That said, it needs to work with Orion-LD as well. We will take a look. Please create an issue on Orion-LD's github |
2021-06-02 09:28:41 +0100 | answered a question | Multiple subscriptions in batch mode The subscriptions have a field to "narrow down" the notifications, only including those attributes that the subscription "asks to be included". Perhaps this is why you get only the first attribute in the notifications. If this is not the case, then it may be a bug in Orion. If you feel that it is a bug, the way to go is to report it as an issue on Orion's github - https://github.com/telefonicaid/fiwar..., giving a complete description of the problem, including all details, e.g. the exact payload body and headers that was used when creating the subscriptions, same same for the batch update operation. Also, version of the broker (output from GET /version) and anything else you feel might be useful to reproduce the problem. |
2021-03-11 09:11:53 +0100 | commented question | Raspberry PI and Fiware [ you would create an MQTT subscription in Orion-LD to make it send notifications to mosquitto, and then subscribe to the topic in mosquitto to have the notification "forwarded" over MQTT to your application ] |
2021-03-11 09:11:17 +0100 | commented question | Raspberry PI and Fiware Do you want to receive notifications over MQTT? If so, know that Orion doesn't support MQTT at the moment - it's on the roadmap but not quite there yet. Orion-LD *does* support mqtt, |
2021-02-24 10:40:03 +0100 | commented question | Problem when the entity value attribute contain special character If you URL-encode your value, the problem goes away- is that an OK solution for you? |
2020-05-04 08:55:25 +0100 | commented question | is the IDAS IoT-Agent compatible with Scorpio contex Broker ? Scorpio speaks NGSI-LD only. Not NGSIv1 nor NGSIv2. As far as I know, no IoT agent speaks NGSI-LD as of right now. That might be the problem |