Skip to content

Converting ETX knxproj to Home Assistant configuration

License

Notifications You must be signed in to change notification settings

mueli/knxproj-ha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNX Project to Home Assistant config converter

Utility tool to convert a KNX project into a Home Assistant configuration. It depends on xknxproject for parsing of the actual ETS project.

Concept

The configuration in ETS can be placed in the "comment" section for a group address.

```hassos
<entity_type>:
  <params>
```

Light

To connect a ha-knx-light device type with a group address use the following comment:

```hassos
light:
  name: <name>
```

The address and state_address parameter are automatically set to be the GA address to which the comment belongs too.

About

Converting ETX knxproj to Home Assistant configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published