I have an early Christmas present for you all!
The beta version of the Insteon control panel is available to install as a custom panel. Here are the basic steps:
- Download the zip file (insteon_panel.tar.gz for Linux or insteon_panel.zip for Windows) from the most recent release: Release Initial beta release · teharris1/insteon-panel (github.com)
- Create a
www
directory inside yourconfig
directory. - Unzip the content of the zip file from step 1 inside the
www
directory this will create a directory calledinsteon_frontend
(i.e. you will now have a<path to config>/config/www/insteon_frontend
directory) - Add the following to your
configuration.yaml
:
panel_custom:
- name: insteon-frontend
url_path: insteon
sidebar_title: Insteon
sidebar_icon: mdi:server
module_url: /local/insteon_frontend/entrypoint.js
embed_iframe: true
require_admin: true
The exact steps will be dependant on your system but I will try to help if possible (also I would appreciate if you would all help each other on this too : )
Finally, this is an AS IS solution for now. I am working to build this into the core Home Assistant so that you don’t require the custom panel but that is a few months away. I am not planning to make updates to this custom panel so that I can focus on getting this into core. Thanks for understanding.