I´ve updated my whole setup as I´ve missed out too many updates and decided to reset my SD Card and give it a fresh clean install.
Mostly the mirror is back on track but I am still struggling with my PIR-Sensor. I have used the the older version EXT-Pir which isn´t supported anymore.
Using this my monitor turned off completely. Now it only stays black.
This was my older config:
{
module: 'EXT-Pir',
disabled: false,
config: {
debug: false,
gpio: 21,
reverseValue: false
}
},
{
module: 'EXT-Screen',
position: 'top_left',
disabled: false,
config: {
debug: false,
animateBody: true,
delay: 60000,
mode: 1,
displayCounter: true,
displayBar: true,
displayAvailability: false,
displayStyle: 'SemiCircle',
displayLastPresence: true,
lastPresenceTimeFormat: 'LL H:mm',
detectorSleeping: false,
gpio: 21,
clearGpioValue: true,
sound: false,
touchMode: 3,
ON: [],
OFF: []
}
},
I am using the MMM-PIR now using this config:
module: 'MMM-Pir',
position: 'top_left',
config: {
debug: false,
Display: {
timeout: 1 * 60 * 1000,
animate: true,
style: 3,
colorFrom: "#FF0000",
colorTo: "#00FF00",
mode: 1,
counter: true,
lastPresence: false,
lastPresenceTimeFormat: "LL H:mm",
availability: false,
autoDimmer: false,
xrandrForceRotation: "normal",
wrandrForceRotation: "normal",
wrandrForceMode: null,
waylandDisplayName: "wayland-0"
},
Pir: {
mode: 1,
gpio: 21
},
Motion: {
deviceId: 0,
captureIntervalTime: 1000,
scoreThreshold: 100
},
Cron: {
ON: [],
OFF: []
},
Touch: {
mode: 3
},
Governor: {
sleeping: 4,
working: 2
},
Sounds: {
on: "open.mp3",
off: "close.mp3"
}
}
}, {
module: 'EXT-Screen',
config: {
detectorSleeping: false
}
I remember that there was a difference between TVservices and vcgencmd.
I am using 64bit on a Pi3b.
Any ideas?