Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.21 KB

knx.markdown

File metadata and controls

34 lines (26 loc) · 1.21 KB
layout title description date sidebar comments sharing footer logo ha_category ha_release
page
KNX
Instructions on how to integrate KXN components with Home Assistant.
2016-06-08 12:00
true
false
true
true
knx.png
DIY
0.24

KNX/EIB integration for Home Assistant allows you to connect to a KNX bus. The component requires a local KNX/IP interface like the Weinzierl 730. Through this it will send and receive commands to and from other devices to the KNX bus.

There is currently support for the following device types within Home Assistant:

The local ZigBee device (assuming XBee) must have an up to date Router or Coordinator API firmware installed.

A knx section must be present in the configuration.yaml file and contain the following options as required:

knx:
  host: IP_ADDRESS
  port: PORT
  • host (Required): The IP address of the KNX/IP interface to use. You can use "0.0.0.0" if your KNX/IP gateway supports discovery.
  • port (Optional): The UDP port number. Defaults to 3671.