Every Gauge in Your Building Is a Sensor You Already Have

Todd Deshane · April 2026 · 6 min read

There's a pressure gauge on the boiler in the community center I instrument. It's been there since 1998. Every week, a maintenance contractor glances at it during his rounds and writes the value on a clipboard. If he notices something wrong, he calls someone. If nothing looks obviously wrong, the clipboard goes back in the drawer.

That gauge is the only monitoring on a piece of equipment that, if it fails the wrong way, takes the heat system offline for a building that serves 200 families a week.

I've spent two years wiring sensors into that building. Forty devices. Environmental sensors, power monitors, water level sensors on the sump pit. Good coverage of a lot of systems. But analog gauges — pressure, temperature, refrigerant sight glasses, water meters with spinning dials — none of that is wired. Because wiring it means licensed electricians, penetrations, conduit runs, and BACnet integrations. It costs what it costs, and it didn't fit the budget.

This week, DeepMind released Gemini Robotics ER 1.6.

That boiler gauge is now a sensor I already have.

What Gemini Robotics ER 1.6 Actually Does

The model is described as "enhanced embodied reasoning" — the ability to look at a physical scene, reason about what it contains, and take action based on that reasoning. The robotics community has been building toward this for years: vision language action models that connect perception to manipulation.

The piece of it that got the most attention in the Weekly Robotics newsletter this week was the gauge-reading demos. The newsletter author wrote that he "really liked the gauge-reading examples" and hoped developers would apply it to their projects.

I read that and thought: I know exactly which project that applies to.

A gauge-reading capability from a state-of-the-art vision model means you can point a camera at any analog instrument in your mechanical room and ask: what does this read? Not with computer vision code that you trained on gauge images. Not with a specialized sensor that costs $300 per installation point. With an API call and a USB camera.

The Math That Changes the Deployment Decision

Here's what it used to cost to monitor an analog gauge in a small commercial building:

$300+
digital pressure transmitter
$200+
licensed electrical install
$150+
BACnet integration per point

Call it $600-800 per gauge before you've written a line of monitoring logic. That's why small buildings don't do it. A mechanical room with twelve gauges on it is an $8,000 instrumentation project, minimum, before the monitoring software even enters the conversation.

Here's what visual gauge monitoring costs:

$35
Raspberry Pi 5
$15
USB wide-angle camera
~$0.10
per day at 5-min polling

One camera, mounted with a clear sightline to a gauge panel, polling a vision model every five minutes, writing values to a time-series database. Alert logic on top of that. The whole thing is under $50 in hardware and a few hours of setup. For twelve gauges visible from one camera position: still $50 in hardware.

The wiring problem disappears. The integration problem disappears. What's left is positioning the camera and writing the alert thresholds.

What I'm Testing First

The obvious test is the one I'm doing this week: take a phone photo of the boiler pressure gauge and run it through the API with a prompt asking for the reading. If it works cold on an arbitrary photo, the deployment path is clear. If it doesn't, I figure out why — bad lighting, gauge face too small in frame, needle obscured by reflection — and design the camera mount accordingly.

This is how every physical AI deployment I've done has started. Not with a product purchase and an installation crew. With a test of whether the thing actually works in the specific context I need it to work in. The sump pump system started with a bucket and a water level sensor and thirty minutes of watching whether the alerts fired correctly. The 40-device building started with four sensors and a dashboard that had no historical data.

Small deployments validate fast because you're not managing approvals and procurement. You're managing whether the hardware reads correctly and whether the alert thresholds make sense.

The test I'd recommend: Take a photo of any analog gauge or meter in your building right now — your phone camera is fine. Ask Gemini Robotics ER 1.6 or a capable vision model to read the value. If it answers correctly, you have a new monitoring option. That test takes ten minutes and costs nothing.

The Bigger Pattern: Gap-Filler AI

There's a term I keep coming back to in how I think about physical AI for small buildings: gap-filler. Not the flagship deployment. Not the headline-grabbing humanoid robot. The thing that covers the instrumentation gap between what you wired up on purpose and what's sitting there unwatched because wiring it wasn't economical.

In a 40,000 square foot community center, the gap is substantial. I have sensors on the sump pit. I have power monitoring on the main electrical panels. I have temperature and humidity in the server room and the HVAC air handlers. What I don't have is coverage of the analog equipment attached to all of that — the pressure gauges downstream of the circulation pumps, the refrigerant sight glasses on the rooftop units, the water meter that tells me whether overnight consumption looks normal.

A camera positioned well covers a lot of that gap. Gemini Robotics ER 1.6 reading those gauges on a schedule covers the rest. The monitoring that used to require a licensed contractor to wire now requires a camera and an API key.

This is the same pattern the building automation industry has been evolving toward for ten years. A recent ten-year retrospective on IoT in building automation put it cleanly: the industry has gone from "sensors collect data" to "sensors feed AI, AI decides, actuators act." Visual monitoring accelerates that arc for every piece of equipment that never got a sensor because it wasn't worth the cost of installation.

What This Doesn't Solve

A camera-based gauge reader isn't a replacement for a digital sensor in high-stakes applications. If the gauge reading is the primary safety interlock — if the boiler shuts off based on that value — you want a hardwired sensor with redundancy and fail-safes. That's not what this is.

What this is: the difference between having a value logged every five minutes and having no log at all. Between knowing that pressure was in normal range at 3am and finding out at 8am that something went wrong overnight. Between a maintenance contractor's clipboard note once a week and a time-series graph you can look at from your phone.

The practical boundary: Visual gauge monitoring is a first layer, not a safety layer. It catches slow trends, flags anomalies, and gives you a record. It doesn't replace hardwired sensors for safety-critical applications. It extends coverage to everything that wasn't worth wiring before — which, in most small buildings, is most of the equipment.

Where the Sump Pump Fits

The sump pump system I've been running is a good example of the full picture. The pit has a dedicated water level sensor — hardwired, reliable, always-on. That's the primary monitoring layer. But the pump itself — the motor that moves the water — has no monitoring. No current draw measurement. No vibration sensor. No temperature probe on the motor housing.

A camera positioned to see the pump and the discharge pipe could watch for visual indicators of stress: water around the base, condensation patterns, the float position. Not a replacement for motor current monitoring. A first indicator that something might be worth a closer look.

Two years ago that camera-based layer was more trouble than it was worth — inference was expensive, latency was high, and the models weren't good enough on arbitrary mechanical equipment. This week's release moves the capability past the threshold where it's worth deploying on every mechanical room I instrument.

The Long Arc

NVIDIA's Jim Fan declared this week that 2026 is the year of world models for physical AI. His point: language backbones aren't the right foundation for systems that have to reason about physical state. You need models that predict how the physical world behaves — not models that predict the next token in a sentence.

For building operators, the world model analogy is closer than it sounds. The baseline data you collect — the time series of temperatures, pressures, occupancy counts, and now gauge readings — is a primitive world model of your building. It represents your system's learned sense of what normal looks like. Every week of data makes it more accurate. Every new instrument extends what "normal" covers.

The tools NVIDIA is building will eventually consume that data and return predictions you can't generate today. Knowing which piece of equipment is likely to fail in the next 30 days based on subtle deviations from baseline. Knowing when your HVAC is working harder than it should for the current occupancy and weather conditions. Knowing, before the gauge value reaches the alarm threshold, that the trend line is heading there.

That future is 18-24 months from being practical at the scale of a small building. The data collection that makes it useful starts now. Every gauge you're monitoring is another variable in that eventual model.

Building monitoring that starts simple and gets smarter

I deploy physical AI systems for small commercial buildings — starting with what's most urgent and extending coverage as the system matures. If your building has equipment that isn't being monitored, let's talk about what a first deployment looks like.

See the Physical AI practice