
Ich denke was Du eingibst ist relativ egal, solange es ein deutsches Wort ist dass Siri verstehen kann.

ContactSensor[LIST][*]ContactSensorState: DPT 1.002, 0 as contact[*]ContactSensorStateContact1: DPT 1.002, 1 as contact[*]StatusActive: DPT 1.011, 1 as true[*]StatusFault: DPT 1.011, 1 as true[*]StatusTampered: DPT 1.011, 1 as true[*]StatusLowBattery: DPT 1.011, 1 as true[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#garagedooropener"] [/URL][COLOR=#000000]GarageDoorOpener[/COLOR][/h][LIST][*]CurrentDoorState: DPT5 integer value in range 0..4 // Characteristic.CurrentDoorState.OPEN = 0; // Characteristic.CurrentDoorState.CLOSED = 1; // Characteristic.CurrentDoorState.OPENING = 2; // Characteristic.CurrentDoorState.CLOSING = 3; // Characteristic.CurrentDoorState.STOPPED = 4;[*]TargetDoorState: DPT5 integer value in range 0..1 // Characteristic.TargetDoorState.OPEN = 0; // Characteristic.TargetDoorState.CLOSED = 1;[*]ObstructionDetected: DPT1, 1 as true[*]LockCurrentState: DPT5 integer value in range 0..3[LIST][*]Characteristic.LockCurrentState.UNSECURED = 0;[*]Characteristic.LockCurrentState.SECURED = 1;[*]Characteristic.LockCurrentState.JAMMED = 2;[*]Characteristic.LockCurrentState.UNKNOWN = 3;[/LIST][*]LockTargetState: DPT5 integer value in range 0..1 // Characteristic.LockTargetState.UNSECURED = 0; // Characteristic.LockTargetState.SECURED = 1;[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#lightbulb"] [/URL][COLOR=#000000]Lightbulb[/COLOR][/h][LIST][*]On: DPT 1.001, 1 as on, 0 as off[*]Brightness: DPT5.001 percentage, 100% (=255) the brightest[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#lightsensor"] [/URL][COLOR=#000000]LightSensor[/COLOR][/h][LIST][*]CurrentAmbientLightLevel: DPT 9.004, 0 to 100000 Lux[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#lockmechanism-this-is-poorly-mapped"] [/URL][COLOR=#000000]LockMechanism (This is poorly mapped!)[/COLOR][/h][LIST][*]LockCurrentState: DPT 1, 1 as secured[*]LockCurrentStateSecured0: DPT 1, 0 as secured[*]LockTargetState: DPT 1, 1 as secured[*]LockTargetStateSecured0: DPT 1, 0 as secured[/LIST] [I]ToDo here: correction of mappings, HomeKit reqires lock states UNSECURED=0, SECURED=1, JAMMED = 2, UNKNOWN=3[/I] [h=2][URL="https://github.com/snowdd1/homebridge-knx#motionsensor"] [/URL][COLOR=#000000]MotionSensor[/COLOR][/h][LIST][*]MotionDetected: DPT 1.002, 1 as motion detected[*]StatusActive: DPT 1.011, 1 as true[*]StatusFault: DPT 1.011, 1 as true[*]StatusTampered: DPT 1.011, 1 as true[*]StatusLowBattery: DPT 1.011, 1 as true[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#outlet"] [/URL][COLOR=#000000]Outlet[/COLOR][/h][LIST][*]On: DPT 1.001, 1 as on, 0 as off[*]OutletInUse: DPT 1.011, 1 as on, 0 as off[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#switch"] [/URL][COLOR=#000000]Switch[/COLOR][/h][LIST][*]On: DPT 1.001, 1 as on, 0 as off[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#temperaturesensor"] [/URL][COLOR=#000000]TemperatureSensor[/COLOR][/h][LIST][*]CurrentTemperature: DPT9.001 in °C[listen only][/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#thermostat"] [/URL][COLOR=#000000]Thermostat[/COLOR][/h][LIST][*]CurrentTemperature: DPT9.001 in °C[listen only], -40 to 80°C if not overriden as shown above[*]TargetTemperature: DPT9.001, values 0..40°C only, all others are ignored[*]CurrentHeatingCoolingState: DPT20.102 HVAC, because of the incompatible mapping only off and heating (=auto) are shown,[listen only][*]TargetHeatingCoolingState: DPT20.102 HVAC, as above[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#window"] [/URL][COLOR=#000000]Window[/COLOR][/h][LIST][*]CurrentPosition: DPT5.001 percentage[*]TargetPosition: DPT5.001 percentage[*]PositionState: DPT5.005 value[listen only: 0 Increasing, 1 Decreasing, 2 Stopped][/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#windowcovering"] [/URL][COLOR=#000000]WindowCovering[/COLOR][/h][LIST][*]CurrentPosition: DPT5.001 percentage[*]TargetPosition: DPT5.001 percentage[*]PositionState: DPT5.001 value[listen only: 0 Closing, 1 Opening, 2 Stopped] [I]As of iOS9.1 Siri does not support window covering properly.[/I][/LIST]
}, {
"accessory_type": "knxdevice",
"description": "sample device with multiple services. Multiple services of different types are widely supported",
"name": "Rollladen",
"services": [{
"type": "WindowCovering",
"description": "iOS9 Window covering (blinds etc) type, still WIP",
"name": "Rollladen Kueche",
"TargetPosition": {
"Set": "4/4/5R",
"Listen": "4/5/5R"
},
"CurrentPosition": {
"Set": "4/4/5R",
"Listen": "4/5/5R"
}
}, {
"type": "WindowCovering",
"description": "iOS9 Window covering (blinds etc) type, still WIP",
"name": "Rollladen Essen",
"TargetPosition": {
"Set": "4/4/0R",
"Listen": "4/5/0R"
},
"CurrentPosition": {
"Set": "4/4/0R",
"Listen": "4/5/0R"
}
}]
}, {
"name": "Schlafzimmer Jalousie",
"services": [
{
"type": "WindowCovering",
"name": "Schlafzimmer Jalousie",
"TargetPosition": {
"Set": "10/2/14R",
"Listen": "10/2/12R"
},
"CurrentPosition": {
"Set": "10/2/14R",
"Listen": "10/2/12R"
}
}
]
}, {
"accessory_type": "knxdevice",
"description": "sample device with multiple services. Multiple services of different types are widely supported",
"name": "Rollladen",
"services": [{
"type": "WindowCovering",
"description": "iOS9 Window covering (blinds etc) type, still WIP",
"name": "Rollladen Kueche",
"TargetPosition": {
"Set": "4/4/5R"
},
"CurrentPosition": {
"Listen": "4/5/5R"
}
}, {
"type": "WindowCovering",
"description": "iOS9 Window covering (blinds etc) type, still WIP",
"name": "Rollladen Essen",
"TargetPosition": {
"Set": "4/4/0R"
},
"CurrentPosition": {
"Listen": "4/5/0R"
}
}]
}, {
{
"type": "LockMechanism",
"name": "Büro Fenster ",
"LockCurrentState": {
"Listen": "2/3/13"
},
"LockTargetState": {
"Listen": "2/3/13"
}
},
"name": "Schlafzimmer Jalousie",
"services": [
{
"type": "WindowCovering",
"name": "Schlafzimmer Jalousie",
"TargetPosition": {
"Set": "10/2/14R",
"Listen": "10/2/12R"
},
"CurrentPosition": {
"Set": "10/2/14R",
"Listen": "10/2/12R"
}
}
]
"description": "sample device with multiple services. Multiple services of different types are widely supported",
"name": "Büro",
"services": [{
"type": "Lightbulb",
"name": "Deckenlicht Büro",
"On": {
"Set": "1/0/30",
"Listen": [
"1/7/30"
]
}
}, {
"type": "Lightbulb",
"name": "Wandlampe Büro",
"On": {
"Set": "1/0/31",
"Listen": [
"1/7/31"
]
}
}, {
"type": "Thermostat",
"description": "iOS8 Thermostat type, supports CurrentTemperature, TargetTemperature, CurrentHeatingCoolingState ",
"name": "Raumtemperatur",
"CurrentTemperature": {
"Listen": "4/1/3"
},
"TargetTemperature": {
"Set": "4/2/3"
},
"CurrentHeatingCoolingState": {
"Listen": "4/4/3"
}
},
{
"type": "WindowCovering",
"description": "iOS9 Window covering (blinds etc) type, still WIP",
"name": "Rollo Büro",
"TargetPosition": {
"Set": "1/2/3",
"Listen": "1/2/4"
},
"CurrentPosition": {
"Set": "1/3/1",
"Listen": "1/3/2"
},
"PositionState": {
"Listen": "2/7/1"
}
}, {
"type": "LockMechanism",
"description": "iOS8 Lock mechanism, Supports LockCurrentState, LockTargetState, append R to the addresses if LOCKED is 1",
"name": "Büro Fenster 1",
"LockCurrentState": {
"Listen": "2/3/13"
},
"LockTargetState": {
"Listen": "2/3/13"
}
},
[TABLE="border: 0, cellpadding: 0, cellspacing: 0, width: 201"] [TR] [TD] AirQualitySensor [/TD] [/TR] [TR] [TD] BatteryService [/TD] [/TR] [TR] [TD] BridgeConfiguration [/TD] [/TR] [TR] [TD] BridgingState [/TD] [/TR] [TR] [TD] CarbonDioxideSensor [/TD] [/TR] [TR] [TD] CarbonMonoxideSensor [/TD] [/TR] [TR] [TD] ContactSensor [/TD] [/TR] [TR] [TD] Door [/TD] [/TR] [TR] [TD] Fan [/TD] [/TR] [TR] [TD] GarageDoorOpener [/TD] [/TR] [TR] [TD] HumiditySensor [/TD] [/TR] [TR] [TD] LeakSensor [/TD] [/TR] [TR] [TD] LightSensor [/TD] [/TR] [TR] [TD] Lightbulb [/TD] [/TR] [TR] [TD] LockManagement [/TD] [/TR] [TR] [TD] LockMechanism [/TD] [/TR] [TR] [TD] MotionSensor [/TD] [/TR] [TR] [TD] OccupancySensor [/TD] [/TR] [TR] [TD] Outlet [/TD] [/TR] [TR] [TD] SecuritySystem [/TD] [/TR] [TR] [TD] SmokeSensor [/TD] [/TR] [TR] [TD] StatefulProgrammableSwitch [/TD] [/TR] [TR] [TD] StatelessProgrammableSwitch [/TD] [/TR] [TR] [TD] Switch [/TD] [/TR] [TR] [TD] TemperatureSensor [/TD] [/TR] [TR] [TD] Thermostat [/TD] [/TR] [TR] [TD] TimeInformation [/TD] [/TR] [TR] [TD] Window [/TD] [/TR] [TR] [TD] WindowCovering [/TD] [/TR] [/TABLE]
[TABLE="border: 0, cellpadding: 0, cellspacing: 0, width: 265"] [TR] [TD] Accessory Identifier [/TD] [/TR] [TR] [TD] Administrator Only Access [/TD] [/TR] [TR] [TD] Air Particulate Density [/TD] [/TR] [TR] [TD] Air Particulate Size [/TD] [/TR] [TR] [TD] Air Quality [/TD] [/TR] [TR] [TD] Audio Feedback [/TD] [/TR] [TR] [TD] Battery Level [/TD] [/TR] [TR] [TD] Brightness [/TD] [/TR] [TR] [TD] Carbon Dioxide Detected [/TD] [/TR] [TR] [TD] Carbon Dioxide Level [/TD] [/TR] [TR] [TD] Carbon Dioxide Peak Level [/TD] [/TR] [TR] [TD] Carbon Monoxide Detected [/TD] [/TR] [TR] [TD] Carbon Monoxide Level [/TD] [/TR] [TR] [TD] Carbon Monoxide Peak Level [/TD] [/TR] [TR] [TD] Category [/TD] [/TR] [TR] [TD] Charging State [/TD] [/TR] [TR] [TD] Configure Bridged Accessory [/TD] [/TR] [TR] [TD] Configure Bridged Accessory Status [/TD] [/TR] [TR] [TD] Contact Sensor State [/TD] [/TR] [TR] [TD] Cooling Threshold Temperature [/TD] [/TR] [TR] [TD] Current Ambient Light Level [/TD] [/TR] [TR] [TD] Current Door State [/TD] [/TR] [TR] [TD] Current Heating Cooling State [/TD] [/TR] [TR] [TD] Current Horizontal Tilt Angle [/TD] [/TR] [TR] [TD] Current Position [/TD] [/TR] [TR] [TD] Current Relative Humidity [/TD] [/TR] [TR] [TD] Current Temperature [/TD] [/TR] [TR] [TD] Current Time [/TD] [/TR] [TR] [TD] Current Vertical Tilt Angle [/TD] [/TR] [TR] [TD] Day of the Week [/TD] [/TR] [TR] [TD] Discover Bridged Accessories [/TD] [/TR] [TR] [TD] Discovered Bridged Accessories [/TD] [/TR] [TR] [TD] Firmware Revision [/TD] [/TR] [TR] [TD] Hardware Revision [/TD] [/TR] [TR] [TD] Heating Threshold Temperature [/TD] [/TR] [TR] [TD] Hold Position [/TD] [/TR] [TR] [TD] Hue [/TD] [/TR] [TR] [TD] Identify [/TD] [/TR] [TR] [TD] Leak Detected [/TD] [/TR] [TR] [TD] Link Quality [/TD] [/TR] [TR] [TD] Lock Control Point [/TD] [/TR] [TR] [TD] Lock Current State [/TD] [/TR] [TR] [TD] Lock Last Known Action [/TD] [/TR] [TR] [TD] Lock Management Auto Security Timeout [/TD] [/TR] [TR] [TD] Lock Target State [/TD] [/TR] [TR] [TD] Logs [/TD] [/TR] [TR] [TD] Manufacturer [/TD] [/TR] [TR] [TD] Model [/TD] [/TR] [TR] [TD] Motion Detected [/TD] [/TR] [TR] [TD] Name [/TD] [/TR] [TR] [TD] Obstruction Detected [/TD] [/TR] [TR] [TD] Occupancy Detected [/TD] [/TR] [TR] [TD] On [/TD] [/TR] [TR] [TD] Outlet In Use [/TD] [/TR] [TR] [TD] Pair Setup [/TD] [/TR] [TR] [TD] Pair Verify [/TD] [/TR] [TR] [TD] Pairing Features [/TD] [/TR] [TR] [TD] Pairing Pairings [/TD] [/TR] [TR] [TD] Position State [/TD] [/TR] [TR] [TD] Programmable Switch Event [/TD] [/TR] [TR] [TD] Programmable Switch Output State [/TD] [/TR] [TR] [TD] Reachable [/TD] [/TR] [TR] [TD] Rotation Direction [/TD] [/TR] [TR] [TD] Rotation Speed [/TD] [/TR] [TR] [TD] Saturation [/TD] [/TR] [TR] [TD] Security System Alarm Type [/TD] [/TR] [TR] [TD] Security System Current State [/TD] [/TR] [TR] [TD] Security System Target State [/TD] [/TR] [TR] [TD] Serial Number [/TD] [/TR] [TR] [TD] Smoke Detected [/TD] [/TR] [TR] [TD] Software Revision [/TD] [/TR] [TR] [TD] Status Active [/TD] [/TR] [TR] [TD] Status Fault [/TD] [/TR] [TR] [TD] Status Jammed [/TD] [/TR] [TR] [TD] Status Low Battery [/TD] [/TR] [TR] [TD] Status Tampered [/TD] [/TR] [TR] [TD] Target Door State [/TD] [/TR] [TR] [TD] Target Heating Cooling State [/TD] [/TR] [TR] [TD] Target Horizontal Tilt Angle [/TD] [/TR] [TR] [TD] Target Position [/TD] [/TR] [TR] [TD] Target Relative Humidity [/TD] [/TR] [TR] [TD] Target Temperature [/TD] [/TR] [TR] [TD] Target Vertical Tilt Angle [/TD] [/TR] [TR] [TD] Temperature Display Units [/TD] [/TR] [TR] [TD] Time Update [/TD] [/TR] [TR] [TD] Tunnel Connection Timeout [/TD] [/TR] [TR] [TD] Tunneled Accessory Advertising [/TD] [/TR] [TR] [TD] Tunneled Accessory Connected [/TD] [/TR] [TR] [TD] Tunneled Accessory State Number [/TD] [/TR] [TR] [TD] Version [/TD] [/TR] [/TABLE]
"PositionState": {
"Listen": "2/7/1"
Wir verarbeiten personenbezogene Daten über die Nutzer unserer Website mithilfe von Cookies und anderen Technologien, um unsere Dienste bereitzustellen. Weitere Informationen findest Du in unserer Datenschutzerklärung.
Indem Du unten auf "ICH stimme zu" klickst, stimmst Du unserer Datenschutzerklärung und unseren persönlichen Datenverarbeitungs- und Cookie-Praktiken zu, wie darin beschrieben. Du erkennst außerdem an, dass dieses Forum möglicherweise außerhalb Deines Landes gehostet wird und bist damit einverstanden, dass Deine Daten in dem Land, in dem dieses Forum gehostet wird, gesammelt, gespeichert und verarbeitet werden.


Einen Kommentar schreiben: