Skip to content

sween/iris-haos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 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.

About

InterSystems IRIS Add On for Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors