@jordes said in MMM-Energy-Saver - an easy way to suspend/resume modules based on a PIR sensor.:
how should the MMM-Pir-Sensor be set up for this module to work?
This is my code:
{
module: 'MMM-PIR-Sensor',
config: {
sensorPin: "23",
// See 'Configuration options' for more information.
}
},
{
module: "mmm-energy-saver",
config: {
triggerMonitor: "true",
timeoutInSeconds: "3",
// ... whatever configuration options you want to use
}
},
This is how I have mine set up:
{
module: 'MMM-PIR-Sensor',
config: {
sensorPin: 17,
powerSavingDelay: 0,
powerSavingNotification: false,
powerSaving: false // Should the monitor be turned off if no user is present? (via HDMI or relay)
}
},