home-assistant.io/source/_addons/homematic.markdown
2019-09-23 15:18:14 +02:00

2.8 KiB

title, description
title description
HomeMatic HomeMatic hardware support to turn you Home-Assistant into a CCU.

You can't import an existing configuration, you'll need re-learn it into Home Assistant. There is an experimental WebUI alias Regahss support since 9.0 - before it was required to use a 3party tool.

Follow devices will be supported and tested:

{
  "rf_enable": true,
  "rf": [
    {
      "type": "CCU2",
      "device": "/dev/ttyAMA0"
    }
  ],
  "wired_enable": false,
  "wired": [
    {
      "serial": "xy",
      "key": "abc",
      "ip": "192.168.0.0"
    }
  ],
  "hmip_enable": false,
  "hmip": [
    {
      "type": "HMIP_CCU2",
      "device": "/dev/ttyUSB0"
    }
  ]
}

{% configuration %} rf_enable: description: Enable or disable BidCoS-RF. required: true type: boolean default: false rf: description: RF devices. required: true type: list keys: type: description: Device type for RFD service. Look into the manual of your device. required: true type: string device: description: Device on the host. required: true type: string wired_enable: description: Enable or disable BidCoS-Wired. required: true type: boolean default: false wired: description: Wired devices. required: true type: list keys: serial: description: Serial number of the device. required: true type: string key: description: Encrypted key. required: true type: string ip: description: IP address of LAN gateway. required: true type: string hmip_enable: description: Enable or disable hmip. required: true type: boolean default: false hmip: description: HMIP devices. required: true type: list keys: type: description: Device type for RFD service. Look into the manual of your device. required: true type: string device: description: Device on the host. required: true type: string {% endconfiguration %}

Home Assistant configuration

Use the following configuration in Home Assistant to use it:

homematic:
  interfaces:
    rf:
      host: core-homematic
      port: 2001
    wired:
      host: core-homematic
      port: 2000
    hmip:
      host: core-homematic
      port: 2010

Raspberry Pi3

With HM-MOD-RPI-PCB you need to add follow into your config.txt on boot partition:

dtoverlay=pi3-miniuart-bt

HmIP-RFUSB

HassOS > 1.11 support HmIP-RFUSB default and don't need any configuration. If you run a Linux, you need to follow the installation guide from documentation to set up the UART USB interface on your computer.