diff --git a/source/_addons/homematic.markdown b/source/_addons/homematic.markdown index 50a56b1bd9d..706ef2a754c 100644 --- a/source/_addons/homematic.markdown +++ b/source/_addons/homematic.markdown @@ -16,6 +16,7 @@ The logic layer will be Home Assistant. There is no ReGa or other logic layer in Follow devices will be supported and tested: - [HM-MOD-RPI-PCB](https://www.elv.ch/homematic-funkmodul-fuer-raspberry-pi-bausatz.html) +- [HmIP-RFUSB](https://www.elv.ch/elv-homematic-ip-rf-usb-stick-hmip-rfusb-fuer-alternative-steuerungsplattformen-arr-bausatz.html) ```json { @@ -33,6 +34,13 @@ Follow devices will be supported and tested: "key": "abc", "ip": "192.168.0.0" } + ], + "hmip_enable": false, + "hmip": [ + { + "type": "HMIP_CCU2", + "device": "/dev/ttyUSB0" + } ] } ``` @@ -53,6 +61,11 @@ For wired devices: - **key** (*Required*): Encrypted key. - **ip** (*Required*): IP address of LAN gateway. +For HmIP devices: + +- **type** (*Required*): Device type for RFD service. Look into the manual of your device. +- **device** (*Required*): Device on the host. + ## {% linkable_title Home Assistant configuration %} Use the following configuration in Home Assistant to use it: