@Caimin Bonjour a toi
Would it be possible for you to give me a hand,
I have homebridge on one raspberry and magic mirror on another.
i am using hdmi on the magic mirror.
I can’t understand why I have this error on the image
Yours
j’ai cette configuration
{
"platform": "cmdSwitch2",
"name": "Ecran Mirroir",
"switches": [
{
"name": "magicmirror",
"on_cmd": "curl -s 'http://192.168.1.2:8080/remote?action=MONITORON'",
"off_cmd": "curl -s 'http://192.168.1.2:8080/remote?action=MONITOROFF'",
"state_cmd": "sshpass -p 'Armagedon13' ssh -oStrictHostKeyChecking=no pi@192.168.1.2 vcgencmd display_power | grep -q 'HDMI DMT && echo '1'",
"polling": true,
"interval": 10,
"manufacturer": "Raspberry Pi Foundation",
"model": "Raspberry Pi 3 Model B"
}
]
}