Update homematic.markdown
This commit is contained in:
parent
4308e11a07
commit
90122dcff6
1 changed files with 24 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue