Defining a device with multiple topics with Fiware-IoTAgent
This device has 2 topics underneath it. I need to define this device with multiple topics using Fiware-IoTAgent. How can I configure Fiware-IoTAgent to handle a device with multiple topics like this?
Unexpected Monitoring of Unadded Attributes in FIWARE Orion with IoT Agent JSON and MQTT
FIWARE IoT Agent JSON with MQTT to connect devices and monitor changes, in version 3.7.0 of Orion, the system would only listen to and update the attributes that were explicitly added. However, in the latest versions of Orion and IoT Agent JSON, during my tests, I noticed that the system was also adding attributes that I hadn’t explicitly added and monitoring their changes. Why are these attributes, which I don’t intend to monitor via MQTT topics, being monitored by Orion? If this behavior persists, what is the purpose of declaring attributes when adding a device? Will only the features you want to watch be published on the MQTT topic?