@z-smoker ich muss dich nochmal belästigen, ich möchte nun unseren Smart TV auch in SmartHome integrieren, habe schon selber versucht die Konfiguration zu ergänzen, habe dies aber vorher auf https://jsonlint.com/ getestet, leider bekam ich immer rot. Wärst du nochmal so nett und meine Konfiguration zu ergänzen
meine aktuelle lautet
{
"description": "Home Smart Home",
"bridge": {
"name": "Homebridge BD8E",
"username": "0E:B4:02:4E:BD:9F",
"port": 52050,
"pin": "031-45-154"
},
"platforms": [{
"platform": "config",
"name": "Config",
"port": 8581,
"auth": "form",
"theme": "red",
"restart": "sudo -n systemctl restart homebridge",
"temp": "/sys/class/thermal/thermal_zone0/temp",
"sudo": true,
"log": {
"method": "custom",
"command": "journalctl -o cat -n 500 -f -u homebridge"
}
},
{
"platform": "Fritz!Box",
"name": "FRITZBox7490",
"username": "Smart_Home",
"password": "********",
"url": "http://192.168.178.1",
"interval": 60,
"hide": [
"wifi",
"<ain>"
],
"concurrent": false,
"wifiName": "jockel&pinky",
"options": {
"strictSSL": false
}
},
{
"platform": "yamaha-home",
"play_volume": -55,
"discovery_timeout": 5,
"radio_presets": true,
"preset_num": true,
"max_volume": 20,
"party_switch": "yes",
"spotify": false,
"manual_addresses": {
"Yamaha": "192.168.178.37"
},
"inputs_as_accessories": {
"YamahaReceiver": {
"1": {
"name": "WebRadio",
"setInputTo": "NET RADIO"
},
"2": {
"name": "Fernseher",
"setInputTo": "HDMI1"
},
"3": {
"name": "Bluetooth",
"set_scene": "4",
"setInputTo": "Bluetooth"
}
}
}
},
{
"platform": "TplinkSmarthome",
"name": "TplinkSmarthome",
"timeout": 5,
"addCustomCharacteristics": true,
"inUseThreshold": 0,
"devices": [{
"host": "192.168.178.200"
},
{
"host": "192.168.178.201"
},
{
"host": "192.168.178.202"
},
{
"host": "192.168.178.203"
},
{
"host": "192.168.178.204"
},
{
"host": "192.168.178.205"
},
{
"host": "192.168.178.206"
},
{
"host": "192.168.178.207"
},
{
"host": "192.168.178.208"
},
{
"host": "192.168.178.209"
}
]
}
],
"accessories": [{
"accessory": "MagicHome",
"name": "Flur",
"ip": "192.168.178.210",
"setup": "RGBWW",
"purewhite": false
}]
}
Alles anzeigen
Die vom Smart TV hieße dann
"accessories": [
{
"accessory": "TV",
"name": "Fernseher",
"description": "Wohnzimmer",
"ip": "192.168.178.211",
"maxVolume": 15
}
]
Vielen dank schon mal im Voraus