Factors to consider when deciding if include the Physical Location of an Asset in the MQTT Topic Structure
Today, I would like to discuss a particular aspect of designing the MQTT Topic Structure: Should we include an asset’s Physical Location in the MQTT Topic? That is a complex subject, so that I will break it down.
Asset Type For consumer electronics like wearables, the location of an asset may be irrelevant or unknown. Even if the use case demands tracking position, we should not record it as a part of the MQTT Topic (devices should send the location in the payload of an MQTT Message stored in a database at the backend).