Introduction
In today’s fast-paced industrial world, asset monitoring isn’t a luxury—it’s essential. Every unplanned hour of downtime chips away at your bottom line and frustrates your team. Luckily, by integrating IoT sensors into the Asset Hub, you can harness real-time data and AI analytics to predict failures before they happen.
In this developer guide, we’ll walk through:
- Why predictive maintenance matters
- How to set up IoT sensor connectivity
- Configuring data streams and alerts
- Leveraging iMaintain Brain and AI Insights
- Visualising insights in the Manager Portal
Ready to streamline your maintenance workflows and tighten up asset monitoring? Let’s dive in.
Why Predictive Maintenance Matters
Unplanned breakdowns are expensive. The global market for predictive maintenance is on track to hit $21.3 billion by 2030. Here’s why:
- Reduced downtime
- Lower maintenance costs
- Extended equipment lifespan
- Improved safety and compliance
Traditional maintenance is reactive: equipment breaks, you fix it. Asset monitoring flips the script. Sensors collect vibration patterns, temperature spikes, or pressure anomalies. AI then spots subtle trends you’d miss with manual checks. The result? You fix a looming issue on your terms—during scheduled downtime.
The good news? You don’t need to be an AI wizard. Asset Hub’s built-in AI Insights and iMaintain Brain handle the heavy lifting.
Understanding Asset Hub
Before jumping into code, let’s get familiar with Asset Hub—your central nervous system for asset data.
- Centralised platform for real-time visibility
- Comprehensive maintenance history
- Scheduled tasks and preventive maintenance plans
- Seamless API for data ingestion
Asset Hub is more than a dashboard. It ties together your IoT network, maintenance team, and AI engine in one intuitive interface. Think of it as asset monitoring on steroids—powered by predictive analytics.
Planning Your IoT Sensor Integration
A solid plan prevents headaches later. Here’s what you need to consider:
-
Sensor Selection
• Vibration sensors for rotating machinery
• Temperature probes in HVAC and refrigeration
• Pressure transducers in hydraulic systems
• Environmental sensors in clean rooms -
Network Connectivity
• LoRaWAN, Wi-Fi or Ethernet
• MQTT brokers or REST endpoints
• Secure certificates for authentication -
Data Format & Frequency
• JSON payload structure
• Sampling intervals (e.g., every 5 seconds)
• Batch vs. streaming modes -
Security & Compliance
• TLS encryption
• Access control lists
• GDPR or HIPAA considerations
With these details hammered out upfront, the actual integration becomes straightforward.
Step 1: Connect Your IoT Sensors to Asset Hub
Let’s get your sensors talking to Asset Hub’s API.
-
Provision Your Device
Register each sensor in the Manager Portal under CMMS Functions → Asset Registration. You’ll receive a unique device ID. -
Configure MQTT Bridge
Use your preferred broker (e.g., Eclipse Mosquitto). On the device:
bash
mqtt_pub \
--host broker.example.com \
--topic sensors/DEVICE_ID/data \
--payload '{"temperature": 72.3, "timestamp": 168…}' \
--qos 1 \
--secure \
--username YOUR_API_KEY \
--password YOUR_SECRET
- Validate Connection
In Asset Hub’s UI, navigate to API Explorer → Live Data. You should see incoming JSON messages.
And just like that, your device is streaming telemetry.
Step 2: Configuring Data Streams and Rules
Streaming data is great, but you need actionable insights. Asset Hub lets you set thresholds and alerts:
- Navigate to CMMS Functions → Data Streams
- Click Create Rule
- Choose sensor type and metric (e.g., vibration amplitude)
- Define thresholds (Warning at 80 µm, Critical at 120 µm)
- Set notification channels (email, SMS, or webhook)
Behind the scenes, Asset Hub logs each event. If a sensor reading crosses a threshold, your maintenance team gets notified instantly. No more waiting for operator rounds.
Step 3: Applying AI Analytics
Here’s where iMaintain Brain and AI Insights shine.
AI Insights
- Real-time trend analysis
- Anomaly detection (unexpected spikes or irregular patterns)
- Automated recommendations (e.g., “Inspect bearing within 24 hours”)
iMaintain Brain
Act like you have an on-site expert. Ask questions in plain English:
“iMaintain, which pump shows wear patterns over the last 30 days?”
Boom—instantly, you get a breakdown of wear rates, predicted failure date, and suggested maintenance tasks.
Integrating these tools into your workflow means:
- Data-driven decision making
- Reduced guesswork and human error
- Faster root-cause analysis
Step 4: Visualising Data in Manager Portal
Stakeholders love visuals. Use the Manager Portal to:
- Build custom dashboards
- Track key KPIs (MTBF, MTTR, downtime hours)
- Assign work orders based on AI-generated alerts
For example, you can create a dashboard showing:
- Live temperature map of all compressors
- Upcoming scheduled maintenance for next week
- Number of open work orders by priority
The result? Everyone from shop-floor technicians to plant managers stays on the same page.
Best Practices for Asset Monitoring
To get the most out of your integration, keep these tips in mind:
-
Optimize Sensor Placement
Place sensors close to wear points. For bearings, mount the vibration sensor within 5 cm of the housing. -
Ensure Data Quality
Calibrate sensors regularly. Check for drift or signal noise that could trigger false positives. -
Secure Your Network
Rotate API keys, use TLS, and segment IoT traffic in a dedicated VLAN. -
Train Your Team
Offer quick workshops on interpreting AI Insights. Bridge skill gaps by combining technical training with AI prompts.
Pro tip: Start small. Roll out IoT-enabled asset monitoring on one production line. Once you’ve ironed out kinks, scale across your entire operation.
Example: Conveyor Belt Monitoring in Manufacturing
Let’s walk through a real-world scenario. A manufacturer wants to keep a critical conveyor belt running 24/7.
-
Sensors Deployed
– Vibration sensor on motor drive
– Temperature probe on roller bearings -
Data Streaming
– MQTT → Asset Hub every 10 seconds
– JSON payload with timestamp and device ID -
Threshold Rules
– Vibration > 100 mm/s → Warning
– Temperature > 75 °C → Critical -
AI Analysis
– Anomaly detection flags a gradual rise in vibration
– iMaintain Brain predicts bearing failure in 5 days -
Action
– Maintenance team receives an email alert
– Work order auto-generated via CMMS Functions
– Part replacement scheduled during planned downtime
Downtime dropped by 40%. Spare parts usage became optimised. And the team moved from reactive firefighting to proactive asset monitoring.
Conclusion
Integrating IoT sensors into Asset Hub transforms maintenance from a scramble to a smooth, data-driven operation. With real-time telemetry, AI-powered insights, and a centralised manager interface, you’ll catch issues early, slash downtime, and boost equipment life.
The best part? You don’t need to rebuild your systems. Asset Hub’s flexible API, combined with iMaintain Brain, AI Insights, and CMMS Functions, plugs right into your existing workflows.
Ready to supercharge your asset monitoring? Visit https://imaintain.uk/ and start your free trial today. Let’s keep your operations running—predictively.