Categories

Keywords

HTTPS support to the IHC Controller version 3 in Home Assistant

In an upcoming firmware update (to be released soon) for the IHC controller version 3, you will only be able to use a https connection to the soap API in the controller. This means the current version of Home Assistant will not be able to connect to the IHC controller. The current version can only use http.

Note: The https support is now included in HA version 0.112 and later, but only working with verison 3 of the controller

I have been working on getting https working with the IHC controller. I have tried this before with the older controller, but it only has old outdated https protocols, that are consider unsafe today, and therefore I dropped it. It is working now on the new version 3 controller, and I have made a PR for home assistant – it has been merged today, so you should be getting this in an upcoming HA release.

This message is to warn you if you update your IHC firmware before you get the new update for Home Assistant. If you do so you will not be able to connect to the IHC Controller from Home Assistant

Important: this is ONLY for version 3 of the controller. Https will NOT work with the older controllers.

If you want to try it before you can get it directly from github:

https://github.com/home-assistant/core

Note: This is probably only for the real nerds to do. You can either copy the homeassistant/components/ihc/manifest.json into you own installation. Or you can copy the folder homeassistant/components/ihc into your config/custom_components folder. This will overwrite the build in ihc component. Restart HA. Remember to remove it later when you get the HA update.

P.S. The information about the upcoming firmware release was send to me from Schneider Electric. Nice to get a warning about this so I could get it working before the firmware update 🙂 I have verified that is works on a pre-release of the firmware.

Comments

The comments below has been imported from the old website. Currently comments are readonly, meaning you can not make new comments. You will be able to do that when it is ready. For now if you want to get in touch, you can send me an email. If you have problems with something that has a github repository, please make a github issue.

Du mangler de nye komponenter fra LK. eks. product_identifier="_0x4409" name="IHC LED Dimmer 2 kanaler"Jeg ved godt at autosetup ikke er komplet - jeg har ikke alle LK produkter selv. I f.eks sverige ved jeg at de har nogle produkter vi ikke har her i danmark. Der er også derfor at du kan lave din egen autosetup. Det kan du læse om her: https://www.dingus.dk/customizing-home-assistent-ihc-auto-setup/#comment-467 Her har "astronaut" vist hvad der skal til at finde den nye dimmer.Hvis jeg skal have support for de nye dimmer 2 kanals er det så ikke bare at kopiere ihc_auto_setup.yaml (taget default fra github og tilføjet de ekstra linjer) til config folder på HA og added den linje fra Astronout? Jeg har gjort dette men de bliver ikke discovered, og jeg har ikke nogen fejl i loggen. Er ny i det her, så har jeg overset noget?Hvis du henter ihc_auto_setup.yaml fram min github så skulle den nye 2 kanals dimmer være inkluderet: [https://raw.githubusercontent.com/dingusdk/home-assistant/dev/homeassistant/components/ihc/ihc_auto_setup.yaml](https://raw.githubusercontent.com/dingusdk/home-assistant/dev/homeassistant/components/ihc/ihc_auto_setup.yaml) Kopier filen ind i din HA config folder.
(c) 2010-2023 dingus.dk