Conventions I am evaluating:
- flat: sensors/temp_lobby (simple, brittle when scaling)
- hierarchical: site/building/floor/room/sensor (Homie style)
- asset-tagged: sensors/{uuid}/temperature (DB-friendly, opaque)
Wildcards work for "all temp in hq": cir01/hq/+/+/+/temp.
IoT veterans: what topic structure did you regret after 2 years of operation? Better patterns?