z-smoker , ich möchte mir noch einen weiteren w-lan Schalter in meiner Homebridge einarbeiten, da aber eine der TP-Link Steckdosen für mein Vorhaben ungeeignet sind, hatte ich mir gedacht, eine dieser Sonoff Schalterzu nehmen, doch bei der Suche der Plugins wird man ja erschlagen, dürfte ich dich bei dieser Gelegenheit mal wieder bitten meine Konfiguration anzupassen
, du weißt doch, ich schnall das nicht.
Lieben Gruß Volker
Hier meine aktuelle Konfiguration
{
"description": "Home Smart Home",
"bridge": {
"name": "Homebridge BD8E",
"username": "0E:B4:02:4E:CD: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": "xxxxxxxxx",
"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
},
{
"accessory": "TV",
"name": "TV",
"description": "Wohnzimmer",
"ip": "192.168.178.211",
"maxVolume": 15
}
]
}
Alles anzeigen