Is it possible to integrate a new light level setting that is the last user adjusted light level setting?
For example if smart switch setting is at 50% but someone adjusts the level to 60% by pressing the dimmer up, the plugin would still shut the light off with no motion, but when motion is detected it goes back to the 60%?
Thanks
This could be done with PLEG.
Bind a variable to the LoadLevelTarget of the dimmer.
Input Trigger:
Motion Motion detector detects motion.
Night Day or Night indicates night.
Device Property:
Target LoadLevelTarget of Device XXX
Condition
LastTarget Target == 0 ? LastTarget : Target
SetDimmer Night and Motion
Action
SetDimmer SetDimmer’s LoadLevel Target to {(LastTarget)}
The action has to be set using the Advanced tab.
[quote=“big517, post:1, topic:175890”]Is it possible to integrate a new light level setting that is the last user adjusted light level setting?
For example if smart switch setting is at 50% but someone adjusts the level to 60% by pressing the dimmer up, the plugin would still shut the light off with no motion, but when motion is detected it goes back to the 60%?
Thanks[/quote]
I could make a new “configuration option” for the smart switch, that would have it update the automatic “on level” to whatever level was set using the physical switch. Do you think this is an option that you would use?
[quote=“hugheaves”][quote=“big517, post:1, topic:175890”]Is it possible to integrate a new light level setting that is the last user adjusted light level setting?
For example if smart switch setting is at 50% but someone adjusts the level to 60% by pressing the dimmer up, the plugin would still shut the light off with no motion, but when motion is detected it goes back to the 60%?
Thanks[/quote]
I could make a new “configuration option” for the smart switch, that would have it update the automatic “on level” to whatever level was set using the physical switch. Do you think this is an option that you would use?[/quote]
Absolutely!