Files
addons/homematic/config.json
Pascal Vizeli 97156f0f09 Update OCCU 3.47.10 (#630)
* Update OCCU 3.47.10

* Update CHANGELOG.md

* Update config.json

* Update CHANGELOG.md
2019-07-15 09:40:41 +02:00

75 lines
1.4 KiB
JSON

{
"name": "HomeMatic OCCU",
"version": "8.3",
"slug": "homematic",
"description": "HomeMatic central based on OCCU",
"url": "https://home-assistant.io/addons/homematic/",
"arch": ["armv7", "i386"],
"map": ["share:rw"],
"startup": "system",
"boot": "auto",
"auto_uart": true,
"gpio": true,
"apparmor": false,
"ports": {
"2001/tcp": 2001,
"2000/tcp": 2000,
"2010/tcp": 2010
},
"ports_description": {
"2001/tcp": "Homematic xmlrpc",
"2000/tcp": "HomematicWire xmlrpc",
"2010/tcp": "HomematicIP xmlrpc"
},
"options": {
"rf_enable": false,
"rf": [
{
"type": "CCU2",
"device": "/dev/ttyAMA0"
}
],
"wired_enable": false,
"wired": [
{
"serial": "xy",
"key": "abc",
"ip": "192.168.0.0"
}
],
"hmip_enable": false,
"hmip": [
{
"type": "HMIP_CCU2",
"device": "/dev/ttyUSB0"
}
]
},
"schema": {
"rf_enable": "bool",
"rf": [
{
"type": "match(CCU2)",
"device": "match(^/dev/.*$)",
"reset": "bool?"
}
],
"wired_enable": "bool",
"wired": [
{
"serial": "str",
"key": "str",
"ip": "str"
}
],
"hmip_enable": "bool",
"hmip": [
{
"type": "match(HMIP_CCU2)",
"device": "match(^/dev/.*$)"
}
]
},
"image": "homeassistant/{arch}-addon-homematic"
}