HomeAssistant and "Hager KNX easy"

Hello there,

I would like to know if anybody has some experience using the “Hager KNX easy” components combined with Home Assistant.

We are currently planing our house and our construction company suggested this system at least for automating the blinds. The question probably comes down to “Can the KNX components be accessed using Hager’s KNX easy configuration server as a gateway?”.

Christian

Hi,

Apologies for the delayed response, but in case anyone is still looking for an answer, here’s mine:

Yes, the Hager TJA670 KNX Easy Gateway was automatically discovered by Home Assistant’s KNX integration. I added my device and started experimenting with the KNX Group Monitor and developer tools (specifically, the “Send to KNX bus” feature). My initial steps involved manually switching lights, configuring YAML files, and more.

Currently, I’m working on a converter that transforms a KNX Easy configuration into a Home Assistant YAML configuration. You can find it here: GitHub - steinerthomas/easy2homeassistant: A python script to convert a KNX easy configuration to a HomeAssistant YAML configuration..

I’ll continue adding features and improvements over time. It would be great to know if the script works with other KNX Easy projects as well. Feel free to create an issue if you encounter any missing features or issues with your project.

Thomas