This is a IHC viewer custom component for Home Assistant.
Read more about on my blog here
To use it, the easist way is to install it with HACS. Add this repo as a Custom Repository in HACS and install it.
Without HACS you will have to place the custom_components folder in your HA configuration folder.
Either way, in the configuration.yaml file insert this:
ihcviewer:And you MUST have IHC configured in Home Assistant.
You will get a new menu item:
And you can view your IHC project:
Use IHC Viewer to get IHC resource ids to be used for manual setup or the ihc service functions.
IHC Viewer is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
IHC Viewer is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with HAIhc. If not, see http://www.gnu.org/licenses/.
Contribute to project and developing with a devcontainer
-
Fork and clone the repository.
-
Open in VSCode and choose to open in devcontainer. Must have VSCode devcontainer prerequisites.
-
Create a secrets.yaml file in .devcontainer/secrets.yaml with content
ihc_url: "http://192.168.1.3" # Your IHC address ihc_username: YOUR_USERNAME ihc_password: YOUR_PASSWORD
-
Run the command
dc startfrom VSCode terminal -
Home Assistant test instance will install and will eventually be running on port
9123

