Alles klar ?? werde die komplette config posten - allerdings funktioniert die "ein Lied zurück " nicht wirklich... aber das sieht ihr dann wenn ihr die config ausprobiert.... und denkt dran, die einzelnen Bezeichnung könnt ihr außer acht lassen denn wenn du dann eine Szene "Musik" erstellt und als Objekt "die Mediathek" auswählst dann funktioniert der Befehl über die Siri "schalte die Musik ein" also könntet ihr das Objekt statt "Mediathek" auch "x" benennen und es geht trotzdem... lange Rede kurzer Sinn... sieht ihr dann in der config ????????
Hier die Config .... meine Daten habe ich als xxx bezeichnet - danke für euer Verständnis 


{
"bridge":{
"name":"Zion",
"username":"CC:22:3D:E3:CE:30",
"port":51826,
"pin":"031-45-154"
},
"accessories":[
{
"accessory":"SamsungTV",
"name":"Fernseher",
"ip_address":"192.168.178.xx",
"send_delay":400
},
{
"accessory":"SSH",
"name":"die Mediathek",
"on":"osascript -e 'tell application \"iTunes\" to play'",
"off":"osascript -e 'tell application \"iTunes\" to stop'",
"state":"osascript -e 'tell application \"iTunes\" to get player state'",
"on_value":"playing",
"exact_match":true,
"ssh":{
"user":"xxx",
"host":"192.168.178.xx",
"port":22,
"password":"xxxx",
"key":""
}
},
{
"accessory":"SSH",
"name":"nächstes Lied",
"on":"osascript -e 'tell application \"iTunes\" to play next track'",
"off":"osascript -e 'tell application \"iTunes\" to play next track'",
"state":"",
"on_value":"playing",
"exact_match":true,
"ssh":{
"user":"xxxx",
"host":"192.168.178.xx",
"port":22,
"password":"xxxx",
"key":""
}
},
{
"accessory":"SSH",
"name":"die Mediathek lauter",
"on":"osascript -e 'tell app \"iTunes\" to set sound volume to sound volume + 10'",
"off":"osascript -e 'tell app \"iTunes\" to set sound volume to sound volume + 10'",
"state":"",
"on_value":"playing",
"exact_match":true,
"ssh":{
"user":"xxxx",
"host":"192.168.178.xx",
"port":22,
"password":"xxxx",
"key":""
}
},
{
"accessory":"SSH",
"name":"die Mediathek leiser",
"on":"osascript -e 'tell app \"iTunes\" to set sound volume to sound volume - 10'",
"off":"osascript -e 'tell app \"iTunes\" to set sound volume to sound volume - 10'",
"state":"",
"on_value":"playing",
"exact_match":true,
"ssh":{
"user":"xxxx",
"host":"192.168.178.xx",
"port":22,
"password":"xxxx",
"key":""
}
},
{
"accessory":"SSH",
"name":"die Mediathek eins zurück",
"on":"osascript -e 'tell application \"iTunes\" to play previous track'",
"off":"osascript -e 'tell application \"iTunes\" to play previous track'",
"state":"",
"on_value":"playing",
"exact_match":true,
"ssh":{
"user":"xxxx",
"host":"192.168.178.xx",
"port":22,
"password":"xxxx",
"key":""
}
},
{
"accessory":"SSH",
"name":"Bildschirmschoner",
"on":"osascript -e 'tell application \"ScreenSaverEngine\" to run'",
"off":"osascript -e 'tell application \"ScreenSaverEngine\" to quit'",
"state":"osascript -e 'tell application \"System Events\" -e 'get running of screen saver preferences'",
"on_value":"playing",
"exact_match":true,
"ssh":{
"user":"xxxx",
"host":"192.168.178.xx",
"port":22,
"password":"xxxx",
"key":""
}
},
{
"accessory":"TADO",
"name":"Heizung",
"homeID":"xxx",
"username":"xxxx",
"password":"xxx"
}
],
"platforms":[
]
}
Alles anzeigen