Asset Intelligence — asset-aware environmental monitoring for Home Assistant

Asset Intelligence — asset-aware environmental monitoring for Home Assistant

I wanted to share a custom integration I’ve been building called Asset Intelligence.

What it does

Asset Intelligence adds asset-aware environmental intelligence to Home Assistant. It connects assets, rooms, environmental readings, risk state, and advisory context so Home Assistant can help you understand when room conditions may matter for important things in your home.

Why I built it

Home Assistant is excellent at exposing sensor data. But I wanted a layer that could answer a different question:

“What does this room environment mean for the things in this room?”

What this is (and isn’t)

Asset Intelligence is not trying to replace Home Assistant’s sensor model or control devices automatically.

It’s a layer that adds meaning on top of your existing setup — connecting rooms, sensors, and assets so you can interpret environmental conditions in context which exposes triggers so that you can build automations when an environment needs adjusting (cooling, reducing humidity, reducing light level, etc.)

Current status

  • Available now through HACS as a custom repository

  • Submitted for official HACS catalog inclusion

  • HACS catalog listing is pending review

  • Stable and running in production environments

Example use cases

  • Monitor artwork in rooms with changing sunlight or humidity

  • Watch electronics in rooms with heat or air quality concerns

  • Track environmental risk context for stored documents or collectibles

  • Understand which room signals are contributing to asset advisories

  • Surface asset-level context in a Home Assistant-native UI

Full Documentation

Installation

Until it appears in the official HACS catalog, install it as a HACS custom repository:

  1. Open HACS in Home Assistant

  2. Go to Integrations

  3. Click the ⋮ (top right)Custom repositories

  4. Add: https://github.com/tom-tagmdl/asset_intelligence

First time use

After installing (the details for the following are in the Asset Intelligence Wiki):

  • Open the Asset Intelligence panel
  • Select a room and set up the sensors for that room
  • Add your first asset
  • Set the proper environment values (low and high) for the asset
  • Review the environmental context and advisory output

Start simple with one room and one asset — that makes the model easy to understand.

Feedback

I’d especially appreciate feedback on:

  • First-time setup and installation clarity
  • Documentation and screenshots
  • Real-world use cases you’d like to see supported
  • Any confusing parts of the UI or concepts

This is designed for Home Assistant users who think in terms of rooms, sensors, and environment — I’m interested to see how others apply it.

1 Like

Nice concept and realization. Looking forward to integrate and use it with LLMs.
Unfortunately I'm currently getting an error when creating a new asset (no matter the configuration):

Thanks for trying it out — really appreciate it, and sorry you hit an issue.

I’m not seeing this in my dev or production environments, so I’d like to get a bit more detail from your setup to track it down.

Would you mind checking the Home Assistant logs right after attempting to create the asset and sharing any errors you see? That will help pinpoint where it’s failing. (Settings → System → Logs, then reproduce the issue and check for new errors)

Also, I pushed a few updates earlier today — could you confirm you’re on the latest version and try again?

Once I have the logs, I’ll dig in and get this resolved. We’ll get you up and running.