Home Applications iris-haos

iris-haos

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
0
0 reviews
0
Awards
4
Views
0
IPM installs
0
0
Details
Releases (1)
Reviews
Issues
Articles (1)
InterSystems IRIS Community Add On for Home Assistant

What's new in this version

Initial Release

📦 iris-haos

InterSystems IRIS Add On(s) for Home Assistant.

alt text

🌟 Highlights

  • Instantly provision your IRIS Application to be launched from HAOS!
  • Simple and Powerful

ℹ️ Overview

We’re Running HAOS, and we have checked the about box and confirmed our installation method to be “Home Assistant OS”.

alt text

⬇️ Installation

For Home Assistant OS, follow these steps:

  1. Add the repository to the Add On Store.
  2. Restart the Supervisor.
  3. Search for “InterSystems IRIS Community Add-ons” and install and start it.
  4. Launch the System Management Portal.

Add Repository

alt text

Search for it in the store

alt text

Install and Start

alt text

Launch

alt text

📝 Extra Credit

Scrape a metric from IRIS and display it in HAOS.

Add the following to your configuration.yaml:

sensor:
  - platform: rest
    name: iris_log_reads_per_sec
    resource: http://127.0.0.1:52773/api/monitor/metrics
    value_template: >
      {% set lines = value.split('\n') %}
      {% for line in lines %}
        {% if line.startswith('iris_log_reads_per_sec ') %}
          {{ line.split()[-1] }}
        {% endif %}
      {% endfor %}

for some reason, I had to:

ha core restart

Add new sensor to your dashboard:

alt text

✍️ Authors ( so far! )

Ron Sweeney, Integration Required
https://www.integrationrequired.com
https://github.com/sween

💭 Feedback and Contributing

I would really like to see some of the apps built for https://openexchange.intersystems.com included here, hit me up and lets see if we can add them.

Made with
Version
1.0.001 Nov, 2025
Ideas portal
Category
Template
Works with
InterSystems IRIS
First published
01 Nov, 2025
Last edited
01 Nov, 2025