hier die config.json
Code:
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file for KNX platform shim",
"hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration",
"hint2": "Replace all group addresses by current addresses of your installation, these are arbitrary examples!",
"hint3": "For valid services and their characteristics have a look at the knxdevice.md file in folder accessories!",
"platforms":
[
{
"platform": "YamahaAVR",
"play_volume": -48,
"setMainInputTo": "Tuner"
},
{
"platform": "KNX",
"name": "KNX",
"knxd_ip": "127.0.0.1",
"knxd_port": 6720,
"accessories": [
{
"accessory_type": "knxdevice",
"description": "sample device with multiple services. Multiple services of different types are widely supported",
"name": "Werkstatt",
"services": [
{
"type": "Lightbulb",
"name": "Werkstatt Raum",
"On": {
"Set": "1/1/1"
}
},
{
"type": "Lightbulb",
"name": "Werkstatt Fenster",
"On": {
"Set": "1/1/2"
}
},
{
"type": "Thermostat",
"description": "iOS8 Thermostat type, supports CurrentTemperature, TargetTemperature, CurrentHeatingCoolingState ",
"name": "Raumtemperatur",
"CurrentTemperature": {
"Listen": "1/1/10"
},
"TargetTemperature": {
"Set": "1/1/11"
},
"CurrentHeatingCoolingState": {
"Listen": "1/1/12"
}
},
{
"type": "TemperatureSensor",
"name": "ArduinoTemperatur",
"CurrentTemperature": {
"Listen": "2/0/0"
}
}
]
}
]
}
],
"accessories": [
{
"accessory": "Http",
"name": "Relais 1",
"on_url": "http://192.168.1.178/?button1on",
"off_url": "http://192.168.1.178/?button1off",
"http_method": "POST"
}
]
}
Code:
[FONT=Menlo][SIZE=11px]Loading 2 platforms...[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][undefined] Initializing YamahaAVR platform...[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][undefined] Getting Yamaha AVR devices.[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Initializing KNX platform...[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Fetching KNX devices.[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] parsing acc 0 of 1[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] push new universal device Werkstatt[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Accessory constructor called[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] created Werkstatt universal accessory[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] returning 1 accessories[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Initializing platform accessory 'Werkstatt'...[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Preparing Services: 3[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Preparing Service: 0 of type Lightbulb[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Lightbulb on/off characteristic enabled[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] knx registering BOOLEAN 1/1/1[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Issuing read requests on the KNX bus...[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Preparing Service: 1 of type Lightbulb[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Lightbulb on/off characteristic enabled[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] knx registering BOOLEAN 1/1/2[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Issuing read requests on the KNX bus...[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Preparing Service: 2 of type Thermostat[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Thermostat CurrentTemperature characteristic enabled[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] knx registering FLOAT ,1/1/10[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] Issuing read requests on the KNX bus...[/SIZE][/FONT] [FONT=Menlo][SIZE=11px]>>> knxd groupsocketlisten starting <<<[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] knx request sent for 1/1/1[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] knx request sent for 1/1/2[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][KNX] knx request sent for 1/1/10[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][undefined] Waited 30 seconds, stopping discovery.[/SIZE][/FONT] [FONT=Menlo][SIZE=11px][undefined] Discovery finished, found 0 Yamaha AVR devices.[/SIZE][/FONT]
KNX ist als nächstes im Test dran ;-)





Einen Kommentar schreiben: