Update homematic.markdown

This commit is contained in:
Pascal Vizeli 2017-12-16 02:57:28 +01:00 committed by GitHub
parent 4308e11a07
commit 90122dcff6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,16 +18,38 @@ Follow devices will be supported and tested:
```json ```json
{ {
"type": "CCU2", "rf_enable": true,
"device": "/dev/ttyAMA0" "rf": [
{
"type": "CCU2",
"device": "/dev/ttyAMA0"
}
],
"wired_enable": false,
"wired": [
{
"serial": "xy",
"key": "abc",
"ip": "192.168.0.0"
}
]
} }
``` ```
Configuration variables: Configuration variables:
- **rf_enable** (*Require*): Boolean. Enable or disable BidCoS-RF.
- **wired_enable** (*Require*): Boolean. Enable or disable BidCoS-Wired.
For RF devices
- **type** (*Require*): Device type for RFD service. Look into handbook of your device. - **type** (*Require*): Device type for RFD service. Look into handbook of your device.
- **device** (*Require*): Device on host. - **device** (*Require*): Device on host.
For RF devices
- **serial** (*Require*): Serial number of device.
- **key** (*Require*): Encrypted key.
- **ip** (*Require*): IP address of lan gateway.
## {% linkable_title Home Assistant configuration %} ## {% linkable_title Home Assistant configuration %}
Use the following configuration in Home Assistant to use it: Use the following configuration in Home Assistant to use it: