Update homematic.markdown

This commit is contained in:
Pascal Vizeli 2018-10-29 02:14:06 +01:00 committed by GitHub
parent 85dc7f22dc
commit 70a5774b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: