Ich habe hier mehrere Sonoff Basic (Tasmota geflasht) mit dem Plugin "homebridge-sonoff-tasmota-http v1.2.0" laufen, bin sehr zufrieden!
Nun habe ich ein "Sonoff Dual R2" (Tasmota geflasht), das ist im Prinzip das Basic, allerdings mit 2 Relais.
im Moment kann ich nur eines von den zwei Relais steuern. Hat jemand einen Tipp, wie ich beide Relais vernünftig ansteuern kann? Meine Config.json (Ausschnitt):
{
"accessory": "SonoffTasmotaHTTP",
"name": "Sonoff Basic",
"hostname": "sonoff-1848.local"
},
{
"accessory": "SonoffTasmotaHTTP",
"name": "Sonoff Dual R2",
"relay": "2",
"hostname": "sonoff-0230.local"
},