Auditable Infrastructure for
Smart Facility Fleets
Managing distributed commercial facilities, boutique hotels, or cold-chain warehouses requires unifying hardware passports with continuous time-series metrics. Omnismith connects local automation hubs and sensor arrays into a centralized, auditable fleet dashboard.
The Blindspots of Multi-Site Hardware Fleets
Local automation hubs like Home Assistant excel at single-site offline control. But across ten or fifty locations, operators lack centralized visibility into device health, maintenance history, and fleet-wide energy spikes.
- ✗ Disconnected local hubs provide no centralized cloud dashboard across distributed facilities.
- ✗ Temperature excursions in cold-chain units go unnoticed until inventory spoilages occur.
- ✗ Field technicians cannot correlate live telemetry anomalies with past equipment maintenance tickets.
- ✗ Proprietary BMS platforms charge exorbitant seat licenses and trap operational metrics in silos.
The Multi-Site Telemetry Blueprint
Omnismith unifies static asset records with dynamic time-series metrics. Model physical Sites, IoT Device nodes, and Maintenance Tickets in a single relational graph while ingesting real-time temperature, power, and vibration metrics.
- ✓ Hybrid Storage: Relational asset metadata joined seamlessly with time-series telemetry.
- ✓ Per-Entity Sparklines: View temperature and power consumption trends per individual sensor.
- ✓ Automated Alerts: Trigger webhooks or Telegram alerts on threshold excursions.
- ✓ Deploy in seconds via the Blueprint Marketplace.
Template: Facility Site
Template: IoT Device / Sensor Node
What you say next to Claude
Blueprints in Omnismith are malleable starting points rather than rigid templates. Ask Claude to install this blueprint into your Omnismith project, then reshape the resulting schema in plain English:
Prompt for Smart Facility Fleet
Install the Smart Facility Fleet blueprint into my Omnismith project, then adapt the schema: add a vibration sensor metric (mm/s) to HVAC compressor units and alert the maintenance team on Telegram if vibration exceeds 4.5 mm/s for more than 5 minutes.
https://mcp.omnismith.io/mcp)
Claude MCP setup guide Multi-Site Scoped Access Control
Grant regional teams access only to their designated properties. Site technicians can log repairs and view localized sensors, while regional directors maintain visibility across the entire national facility network.
Site Tech
View assigned site sensors & log repair tickets
Energy Auditor
Read-only access to power and climate metrics
Regional Lead
Manage site thresholds and dispatch tickets
Fleet Director
Full infrastructure admin and API key control
Site-Level Isolation
Ensure facility contractors only access equipment telemetry for their contracted venue, preventing multi-tenant data bleed.
Immutable Hardware Passport & Repair Logs
When equipment fails or undergoes warranty service, maintain an indisputable record of every firmware change, technician sign-off, and operational state transition.
- ✓ Verify exactly when and by whom firmware was upgraded.
- ✓ Maintain tamper-proof logs of HVAC and refrigeration repair sign-offs.
- ✓ Correlate maintenance intervention dates with real-time telemetry shifts.
Hardware Passport & Maintenance Log
High-Frequency Telemetry Ingestion
Stream metrics directly from Home Assistant automations or edge Python daemons. Omnismith stores time-series data efficiently and evaluates threshold rules automatically.
# 1. Python: Ingesting live sensor telemetry via lightweight EAV patch
import requests
url = "https://api.omnismith.io/v1/entities/sensor_wh_04"
headers = {
"Authorization": "Bearer omni_token_xxx",
"Content-Type": "application/json"
}
payload = {
"attributes": {
"temperature_c": 4.2,
"power_w": 320.5
}
}
requests.patch(url, json=payload, headers=headers) # 2. Webhook: Cold-chain temperature excursion alert
// Trigger: "sensor_wh_04 temperature_c > 8.0 for 10 minutes"
POST https://api.facilities.com/webhooks/cold-chain-alert
Content-Type: application/json
{
"event": "threshold.exceeded",
"entity_id": "sensor_wh_04",
"site": "Rotterdam Warehouse Bay 2",
"metric": "temperature_c",
"value": 9.4,
"threshold": 8.0
} Further Reading
Explore our in-depth integration guide for connecting Home Assistant and edge hardware fleets to Omnismith.
Read the Multi-Site Fleet Management Guide →More Blueprints to Explore
View All BlueprintsAI Agent Auditing
Log autonomous LLM actions, track tool usage telemetry, and detect prompt drift before it impacts customers.
ESG & Carbon Accounting
Model complex, multi-tier supply chains and track Scope 3 carbon emissions with Title 21-level auditability.
Adaptive Clinical Trials
Build FDA-ready medical backends. Adapt schemas mid-trial while isolating PII and ingesting wearable metrics.
Centralize Your Smart Facility Fleet
Instantly clone the Smart Facility Fleet Blueprint into a free workspace.
Clone Facility BlueprintQuestions about enterprise hardware integrations? [email protected]