Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
IoT Platforms & IntegrationLesson 4.3

Lesson 4.3 · Data & Platforms

IoT Platforms & Integration

The layer that manages devices, collects data, exposes APIs and makes many vendors speak as one

13 min Interactive lessonFree · open lessonByAmogh N P· Architect & interior designer
The hook

A smart building is not one system. It is a dozen vendors who have never met - and the platform is what makes them cooperate.

Walk into a real 'smart' building and you find the HVAC controls from one vendor, the lighting from another, meters from a third, access control from a fourth, and a scatter of newer wireless sensors from a fifth. Each speaks its own protocol, stores data its own way, and was never designed to cooperate with the others. Left alone, they are a set of islands.

The IoT platform (or smart-building platform) is the layer that turns those islands into a system. It manages the devices, collects and normalises their data, gives everything a common set of APIs, and becomes the single place a digital twin, an analytics tool or an app can plug into. This lesson is about what that platform actually does, why integration is the hard and valuable part, and the strategic fork every project reaches: build it, or buy it.

Platform = manage, collect, normalise, expose. Integration is the job. Own your data.

What an IoT platform actually does

Strip away the marketing and a building IoT platform earns its keep on four jobs.

Device management - keeping track of every connected thing. Registering devices, knowing which are online, pushing configuration and firmware updates, managing credentials and security, and flagging when a sensor goes silent. With hundreds or thousands of devices, doing this by hand is impossible; the platform is the registry and remote control for the whole fleet.

Data collection - the ingestion we met in Lesson 4.1, industrialised. The platform connects to each source over its native protocol (BACnet, Modbus, KNX, MQTT, LoRaWAN), pulls the readings in reliably, and lands them in storage. Good platforms buffer, retry and monitor these connections so a flaky link does not silently lose data.

Data normalisation and storage - turning a babel of vendor formats into one consistent shape, with common units, timestamps and identifiers, then persisting it (typically in a time-series store). This is where raw feeds become a coherent dataset.

APIs and application enablement - exposing all of that through clean, documented interfaces so other software - a twin, analytics, dashboards, a mobile app - can read data and sometimes send commands, without needing to know anything about the messy devices underneath. A platform that collects beautifully but exposes nothing is a dead end; the API is how value gets out.

Do these four well and you have a foundation. Do them badly and every application above inherits the mess.

A helpful way to picture the platform is as a universal translator sitting in the middle of the building. On one side it speaks the many dialects of the field - BACnet to the chillers, Modbus to the meters, KNX to the lights, MQTT to the wireless sensors - and on the other side it speaks one clean, consistent language to every application that wants building data. Everything messy and vendor-specific stays below the translator; everything above it enjoys a single, tidy view. That separation is the platform's quiet genius: it means a new analytics tool or a digital twin can be added without touching a single field device, and a field device can be swapped without rewriting the twin. The platform absorbs the churn so the applications above it do not have to.

THE PLATFORM AS UNIVERSAL TRANSLATORIoT platformdevices, data, APIsHVAC (BACnet)Meters (Modbus)Lighting (KNX)Sensors (MQTT)Access (API)Digital twinAnalytics / FDDMobile appMany vendor protocols in; one clean, normalised set of data and APIs out.
Zoom
The platform as universal translator. Many vendor systems - HVAC on BACnet, meters on Modbus, lighting on KNX, sensors on MQTT, access over an API - feed a single IoT platform that manages the devices, normalises their data, and exposes one clean set of APIs to the twin, analytics and apps.

Manage devices, collect data, normalise it, expose APIs. Four jobs, one foundation.

Integration: the hard, valuable core

The genuinely difficult part - and where most of the money and pain live - is integration: making all those vendor systems actually work together through the platform. This is hard for reasons that are structural, not incidental.

Different systems speak different protocols (Module 2's whole subject) - a lighting system on KNX, HVAC on BACnet, meters on Modbus, sensors on MQTT - so the platform needs drivers or gateways for each. They use different data models and naming - the same idea labelled a dozen different ways across vendors, which is exactly the problem Lesson 4.4 solves with Brick and Haystack. They have different capabilities - some offer open APIs, others are closed boxes you can barely read from. And they come from vendors with no incentive to interoperate, sometimes actively preferring lock-in.

This is why a specialist role has emerged: the master systems integrator (MSI), whose entire job is making the building's many systems speak as one and sit under a coherent data layer. It is skilled, unglamorous work, and it is where smart-building projects most often succeed or fail. A useful principle many owners now insist on is an independent data layer - a platform not owned by any one equipment vendor - so the building's data belongs to the owner and stays open to whatever twin or tool comes next, rather than being held hostage inside one supplier's ecosystem. Integration is not a detail on top of the platform; integration is the platform's reason to exist.

Different protocols, models, capabilities, and no incentive to cooperate. That is the job.

Build versus buy: a spectrum, not a switch

Every serious project reaches the same fork: assemble a platform yourself from open parts, or buy a commercial one - and it is better understood as a spectrum than a binary.

At the buy end sit commercial smart-building and IoT platforms - established software you configure rather than write. You get proven features, support, security patches and speed to value; you give up some control and take on subscription cost and the risk of vendor lock-in if the data and APIs are not open. At the build end you assemble a platform from open-source and cloud building blocks - a message broker, a time-series database, connectors, your own glue code. You get full control and no licence fees, but you own the complexity, the maintenance and the risk forever, and you need the team to do it.

Most real buildings land in the middle: buy a platform and integrate it, or assemble mostly-open components with some bought pieces. The decision hinges on honest questions - do we have the in-house skills to run bespoke software for a decade? How unusual are our needs? How much does independence from any one vendor matter? - not on which demo looked slickest. The single most important thing to protect, wherever you land, is your data and your exit: insist on open protocols in, standard formats at rest, documented APIs out, and the contractual right to take your data with you. Features you can add later; trapped data you may never escape.

BUILD VS BUY: A SPECTRUM, NOT A SWITCHBuy (SaaS)fast, less controlBuy + integrateconfig + connectorsAssembleopen parts, glue codeBuildfull control, most costless effort, less lock-in risk questionsmore effort, more ownershipMost buildings sit in the middle. Ask: open data and exit, not just features.
Zoom
Build versus buy as a spectrum. From buying a commercial SaaS platform (fast, less control) through buy-and-integrate and assembling open parts, to fully building your own (full control, most cost). Most buildings sit in the middle; the constant is protecting open data and a clean exit.

Buy = fast, less control. Build = control, more cost. Protect your data and your exit.

Reading a platform honestly through the hype

'Platform' is one of the most abused words in proptech, so a clear-eyed reading matters. Plenty of products called platforms are really a single vendor's closed system with a dashboard bolted on - fine for that vendor's kit, useless the moment you add someone else's. The test is not the brochure; it is the integration and the openness.

Ask concrete questions. What can it actually integrate? How many protocols and systems, and how much custom work per new one? Who owns the data? Can you export everything in an open format and leave, or is it locked in a proprietary store? What are the real APIs? Are they documented, open and capable of both reading data and issuing commands, or is 'API' a marketing word for a login screen? Does it carry meaning? A platform that stores AHU1_SAT as an opaque string has punted the hard problem to you; one that supports a semantic model (Lesson 4.4) has actually solved something.

Be realistic about effort, too. Integration is labour, not magic - connecting a new legacy system is real engineering every time, and vendors routinely under-state it. And treat the platform as the security and privacy chokepoint it is: it now holds credentials to the building's controls and potentially sensitive occupancy data, an operational-technology asset whose protection (Module 8) belongs with qualified professionals. Judged this way - integration, openness, meaning, honest effort, security - you can tell a real platform from a pretty silo, which is the whole skill.

One more habit separates the experienced from the dazzled: watching the total cost over time, not the sticker price. A platform is a decade-long relationship, and the expensive parts are rarely the licence - they are the integration labour, the ongoing maintenance, the price of adding each new system, and the sometimes brutal cost of leaving if the data is locked in. A cheap platform that traps your data can be the most expensive decision in the building; a pricier one that keeps your data open and portable can be the cheapest. So the seasoned question is never just 'what does it do today?' but 'what will it cost to live with, extend, and eventually escape?' Answer that honestly and you are reading the platform the way an owner should, rather than the way a demo invites you to.

A real platform integrates, opens its data, carries meaning. A silo has a nice dashboard.

Tools & terms you'll meet in this lesson

IoT platform

Software that manages devices, collects and normalises data, and exposes APIs

The layer that turns many vendor systems into one coherent, queryable foundation for twins and apps.

Master systems integrator (MSI)

The specialist role that makes a building's many systems speak as one

Owns integration end to end; where smart-building projects most often succeed or fail.

Independent data layer

A platform not owned by any single equipment vendor

Keeps the building's data owned by the client and open to future tools, avoiding vendor lock-in.

Open API

A documented interface for reading data and issuing commands

How value gets out of a platform; the difference between a real platform and a closed silo with a dashboard.

Hands-on workshop

Workshop — audit the integration of a building you know

The skill is seeing a building as a set of separate vendor systems and asking whether anything actually ties them together - the integration question every platform exists to answer.

A building you can observe or ask staff about, plus paper. No hardware or coding.

Given & goal
Goal: map the systems in a real building and judge how integrated they are
Inputs: a building you can observe or ask about (office, campus, mall, even a well-equipped home)
Time: ~35 minutes
  1. 1List the separate systems you can identify: HVAC/BMS, lighting, metering, access/security, fire, lifts, any wireless sensors, occupant apps. Note the vendor if you can find it.
  2. 2For each, ask whether it stands alone (its own screen, its own app, its own login) or appears to be connected to a common system, dashboard or app.
  3. 3Look for evidence of a platform or integration: a single dashboard showing multiple systems, one app controlling several things, or staff describing 'the head-end' or 'the BMS front-end'.
  4. 4Identify one clear silo - a system that clearly does not talk to the others - and describe what integrating it would take (which protocol, likely a gateway, mapping its points).
  5. 5Take a position on build versus buy for this building: given its size and the systems present, would you assemble an open platform or buy a commercial one, and what would you insist on to protect the owner's data and exit?

You’ll walk away with
A short integration audit: the building's systems and vendors, which are siloed versus connected, evidence of any platform, one silo and what integrating it needs, and a reasoned build-versus-buy stance with a data-ownership condition.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectBuildings that sense & adapt

You set up integration to succeed or fail at specification time. When you write performance and controls requirements, calling for open protocols, documented APIs and an owner-controlled data layer - rather than accepting whatever each vendor ships - is what keeps a building from fragmenting into incompatible islands. Designing for one coherent platform, with space and provision for a systems integrator, is a quiet but decisive design act.

For the interior designerSmart comfort, wellbeing & experience

The apps that make a space feel intelligent depend on the platform beneath. Room booking, comfort control, occupancy-aware lighting and the single occupant app that ties them together only work if the underlying systems are actually integrated. Knowing to ask whether the lighting, blinds and HVAC sit on one platform - or five disconnected ones - lets you promise experiences the building can really deliver.

For the studentSkills, portfolio & proptech jobs

Integration is where the jobs are. The master-systems-integrator and platform-engineer roles are among the most in-demand and least crowded in smart buildings, precisely because making many vendors cooperate is hard, valuable work. Understanding what a platform does, why integration is difficult, and the build-versus-buy trade-off gives you the exact literacy these teams hire for.

Misconception check

We bought a smart-building platform, so all our systems are now integrated.

Buying a platform is the start of integration, not the end of it. A platform gives you the framework - device management, storage, APIs - but every existing system still has to be actively connected: the right driver or gateway for its protocol, its points mapped and named, its quirks handled, its data validated. That is real engineering, done system by system, and it is routinely under-estimated because vendor demos show it already finished. Worse, a platform that only integrates one vendor's own kit smoothly, and everyone else's poorly or not at all, leaves you exactly as siloed as before, just with a nicer dashboard. Real integration is measured by how many diverse systems genuinely speak through the platform - and whether their data is open and yours.
Try it

Do it yourself

Reason it through - no tools needed.

  1. 1Name the four core jobs of an IoT/building platform.
  2. 2Why is integration structurally hard, not just fiddly?
  3. 3What does a master systems integrator do?
  4. 4Give one advantage and one risk of buying a commercial platform versus building one.
  5. 5What one thing should you protect above all, wherever you land on build-versus-buy?
Take this with you

The one line to carry out

An IoT platform manages devices, collects and normalises data, and exposes APIs so a building's many vendor systems act as one - and integration, not the dashboard, is the hard and valuable core. Whether you build or buy, protect your data and your exit above all.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Internet of thingsWikipedia, 2026.
  2. 02Building management systemWikipedia, 2026.
  3. 03Property technology (proptech)Wikipedia, 2026.
  4. 04MQTTWikipedia, 2026.
Related lessons
Recap
A smart building is a crowd of vendor systems that do not naturally cooperate. The IoT platform ties them together through four jobs: device management, data collection, normalisation and storage, and APIs. The hard part is integration - different protocols, data models, capabilities and vendor incentives - which is why the master-systems-integrator role and the push for an owner-controlled independent data layer exist. Build versus buy is a spectrum; wherever you land, insist on open protocols, standard formats and the right to take your data with you.
Carry forward →

Integration keeps stumbling on one recurring problem: the same thing is named differently everywhere, and a name like AHU1_SAT means nothing to software. Next we meet the semantic data models - Brick Schema and Project Haystack - that finally give building data meaning.

A

The author

Amogh N P

Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.

More about Amogh →