Mode 6 - EXT Pir Not working
-
Cheers,
I’ve used the old MagicMirror plug-in and Switched to the new version.
I’ve changed the GPIO to 21 as i am
Using this one and it worked with the older version.
Also I am using the mode 6 as described.
Is this right?
Is there anything else that I’ll need to change?
Plugin is installed.I will add my config later to proof it has been configured well.
Anyone else struggling when moving to the new plug in?
-
I don’t know what do you what to do with mode 6 and EXT-PIR
** There is no
mode 6
in EXT-Pir
It’s just for setting up a Pir sensor for EXT-Screen using** After You have to setup EXT-Screen before
If you saysmode 6
in EXT-Screen it’s just for setting a relay switch command.
It’s not for a PIR using… -
I am using a PIR sensor to switch on and off the monitor.
Both plug ins are installed.
As written in EXT-Screen mode 6 is for using a PIR ? Or is it misunderstood by me? I’ve used the MMM-NewPir before which was perfect.Here´s the config i am using;
{
module: ‘EXT-Screen’,
position: ‘top_bar’,
configDeepMerge: true,
config: {
debug: false,
screen: {
delay: 2 * 60 * 1000,
turnOffDisplay: true,
mode: 6, –> This about right?
ecoMode: false,
displayCounter: true,
text: “Ausschalten in:”,
displayBar: true,
displayStyle: “SemiCircle”,
governorSleeping: false,
displayLastPresence: false,
LastPresenceText: “Last Presence:”,
useTouch: false,
delayed: 0
},
notification: {
userPresence: true,
screenStatus: true
},
touch: {
useTouch: false,
mode: 3
},
pir: {
usePir: true,
gpio: 21, --> Port worked with NewPir
reverseValue: false
},
governor: {
useGovernor: false,
sleeping: “powersave”,
working: “ondemand”
}
}
}, -
humm… before posting this issue … do you search and read really EXT-Screen in wiki ?
So i will close this issue, reopen another if needed
thanks -
bugsounet