mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Update homematic.markdown
This commit is contained in:
parent
85dc7f22dc
commit
70a5774b2f
@ -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:
|
Follow devices will be supported and tested:
|
||||||
|
|
||||||
- [HM-MOD-RPI-PCB](https://www.elv.ch/homematic-funkmodul-fuer-raspberry-pi-bausatz.html)
|
- [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
|
```json
|
||||||
{
|
{
|
||||||
@ -33,6 +34,13 @@ Follow devices will be supported and tested:
|
|||||||
"key": "abc",
|
"key": "abc",
|
||||||
"ip": "192.168.0.0"
|
"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.
|
- **key** (*Required*): Encrypted key.
|
||||||
- **ip** (*Required*): IP address of LAN gateway.
|
- **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 %}
|
## {% 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…
x
Reference in New Issue
Block a user