I’m using the built-in smart app to control lights with a motion detector, but what would be really nice is if I could “group” bulbs and have the app remember the state of each bulb when the motion detector times out and the bulbs all turn (or become) off, then restore it to that previous state rather than turning back on all bulbs when I re-enter the room. Does that make sense?
Basically, it would need to remember “OK, this motion detector is being used on both bulbs 1 and 2. Now motion stopped and bulb 1 is on and bulb 2 is off. When motion occurs again, I’m going to turn on bulb 1 and leave off bulb 2.” If both bulbs were on originally instead of just 1, it would turn them both on again. If both bulbs were off (say the bulbs were turned off by other means), I’m not sure, but perhaps turning on both bulbs might be appropriate.
I have CoRE installed and was hoping it could do something like this, but it seems very complicated to set up and I’m not exactly sure how I’d be able to do this in there, if it is possible. I can’t imagine that someone else hasn’t wanted to do this with a group of bulbs before, so I thought I’d ask.
Grouping lights can be done, but since you want to track states individually, I really do think Core is going to be your best choice. It is complicated to set up, but fortunately there is a forum thread where people are happy to help with getting any individual rule (which core calls a piston) designed. So I would ask there and I’m sure someone can get you set up.
JDRoberts, thanks for your input. I did attempt to get some help on the CoRE thread but I’m not sure if anyone understood quite what I was asking for, and like many others I found the app difficult to use (I don’t think the difficulty stems from CoRE itself but rather the way that SmartThings makes SmartApps be written–if there were a better way to modify rules that didn’t make me navigate through multiple pages and whatnot, it would be easier to see what you’re actually doing).
Anyway, I decided to throw together a SmatApp quickly based vaguely on the “Light Follows Me” app template by SmartThings. Here it is:
This was hastily thrown together and seems to work fine for my use cases, but I haven’t tested every possible scenario (or code path) and I can’t guarantee that it will work for everyone. I’ll keep working on it for myself but I’m not sure if anyone else might be interested in this.
EDIT: Rewrote large portions of code with some bug fixes 10/7/16–still haven’t tested this much in the real world, so feel free to give feedback.
EDIT: I do not use SmartThings as my primary home automation platform anymore due to excessive cloud dependence that became a problem for lighting automations. Newer versions of a similar app can be found from me for Hubitat. I have edited the link above to point to the most recent version of the ST code if anyone still wants to use it, but I will likely not be able to support it much.
Since your making your own code. Possibly you could get some helpful guide looking at the Smart app that uses a canary bulb state to turn off or restore bulbs to their saved state.
It was originally written to reset smart bulbs after a power loss / restore event. Something in its code might help you write the saving and restoring your looking for. I can’t seem to find the link for it right now. I’m sure @JDRoberts will chime in. He is very good and finding helpful links.
Thanks for the suggestion! I didn’t know such an app existed. Right now, I’m using the “state” map object provided by ST to store bulb states (on/off status and dim level) before either dimming them or turning them off, then retrieving these states from that map when motion resumes. That’s the only way I can think of to persist such information between executions of a SmartApp, but perhaps there are better thought-out ways to store particular information.
For anyone who wants to know more about why I wrote this: my particular use case is that I have two Hue bulbs in in each of my bedrooms, only one of which I usually want on. They are in the same fixture controlled by the same physical switch. The default “Smart Lighting” app (or whatever it’s called) will turn on/off both of them with motion, but I usually prefer to only have one of them turned on at a time, though occasionally I’ll use both if I want extra light. If I do have both of them on, I want the behavior the stock app provides, but if I have one of them off I don’t want the second one to keep turning back on when motion is detected. I think I have this behavior covered with my SmartApp, which does:
If no lights are on and motion is detected, then either (1) turn on only those lights that the app knows were on when motion was last inactive for a period of time long enough to dim or turn off the bulbs, or (2) turn on all lights if the app does not know the previous state of any lights (e.g., if you just installed it) or if all lights were off when motion was last inactive for long enough. (This last condition is designed to still turn on lights in the event that the lights were manually turned off by other means before the inactivity timeout was reached–I don’t think it’s desirable to restore all bulbs to "off’ when motion resumes.)
If lights are on and motion has stayed inactive for long enough, then (save the on/off status of each light and) turn off all lights.
Optionally, one minute before the above “off” threshold is reached, dim for 1 minute any lights that are on (after saving their previous dim level and on/off state for all lights so they can be restored when motion resumes)–this will attempt to dim them for 30 seconds instead if the user sets the “off” time to 1 minute of inactivity, though ST doesn’t guarantee accuracy here.
The last thing was just something I though would be nice to have–both to serve as a “warning” that the lights are about to turn off, and because Philips has new Hue motion sensors that do something similar, and I didn’t want to feel like I was missing out by not having them. It is optional and won’t happen if you don’t choose to dim those lights in the app. (I really don’t like that the lights have to be selected twice in the app’s preferences, but there doesn’t seem to be a way to ask the user to choose devices that support both “switch” (e.g., lights) and “switch level” (i.e., dimmable) capabilities, so they have to be chosen twice so I can access both of those properties. I guess this does provide the option of only dimming certain lights if you want to apply this feature to some but not all.)
@Effoc, yes! I don’t use it, so I haven’t tested it much, but I added code a while back that should be able to turn the light on only when a lux sensor is below a certain level (you can use this in addition to or instead of time, mode, or status of other switch). You’ll find this under the “Only when illuminance is less than…” section on the first page of the SmartApp’s configuration pages.
If you know of a good lux sensor, I’d like to hear about that as well. The Zooz Multi worked poorly for me as a motion detector but might be accurate enough for lux, and I know Aeon has one (or a few generations of it) that might work, too, but again, I haven’t tested this much.
EDIT: Sorry, I guess I should provide the code for this. I have this project in a GitHub repository now: https://github.com/RMoRobert/SmartThings/blob/master/smartapps/LightsOnMotionPlus/light-on-motion-plus.groovy (the code above is probably old and might not have this feature). Again, this is just something I’m working on in my free time and there are a few minor issues, but it’s working pretty well for my cases. Feel free to modify it for yours.
I have 3 different motions sensors whit lux
Fibaro aeotec and a china copy of the fibaro and i like everyone but i don’t know how accurate they show the lux.
Celebrate the settings after what they show. take a look in the room and think aaaa now it should light up the room and take a look in ST and see how much the lux is on and edit the settings after it.
Have tested the app now and good i love it.
Some ideas
% possibility to add more motion sensors per settings instead of one.
% The ability to edit turn on stage. Like between 00.00 and 06.00 like in room toilet the turn on stage is dimmed yellow from start and from 06.00 and 00.00 bright white.
@Effoc, I like those ideas! I was definitely thinking about the second one (adding the ability to automatically set the dim level and/or color temperature based on time of day, mode, or similar setting), but that gets tricky with multiple bulbs since the point of my app is to “remember” their individual states and restore those. In this case, would you “remember” what the user had previously unless the mode has changed or the time has passed one of the thresholds, in which case you retrieve a preference they set in the app? That gets tricky, as does writing a user interface that would let you control all of that with multiple bulbs, I think.
I’ve managed to work around this in a one-bulb scenario by using my app during certain modes and the stock SmartLighting app (or whatever it’s called; it does let you set a dim level) when my “Night” mode is activated. This should also work if you have multiple bulbs but don’t care to set them individually. While I’m using modes, I think it should also be possible to use with time-based constraints as well. (But, by the way, I’m starting to prefer modes instead. I wasn’t using them for anything else before, and now if the weather is bad and it gets dark earlier than it usually does, I can manually turn on my “evening” mode when I want rather than waiting for sunset or a specific time; I can also change it to–and this is different for me–“night” mode when I go to bed and no longer want most motion sensors to turn on light.)
I use hue advance connect and gouped all my rooms so your app thinks it only turn on one light and if i change the light when it have turned it on it stays that way. but im interested in when i have left the room and everything is of again i want it to turn on “white” again or some other base color.
Changed a line in yore code so u can chose multiple motion sensor and it works have tried it now.
I’ve tried Hue Advanced Connect myself but found it didn’t work very well with my app because unlike the stock Hue Connect app, Hue Advanced took a while (a few minutes?) to “sync” a change made directly via the Hue Hub with the corresponding Things in SmartThings. This may be OK if you use my app to dim/turn off lights after several minutes, but if you have a very short time (personally, one of my rooms is 1 minute), then my app won’t be able to properly “remember” the bulbs’ states since they won’t be accurately represented in ST (unless you keep motion going for a few minutes). I think Hue Advanced is supposed to be just as fast as the stock Hue Connect, but I had to switch back because it wasn’t working for me.
As for “groups,” I again am not using them since I’m no longer on Hue Advanced Connect, but my understanding is that my app (and any other) would see them as one bulb. If you want a specific brightness or color setting when motion is detected, the stock SmartLighting (or whatever it’s called) app can do that. If you don’t care about remembering the state of individual bulbs, I think the only advantage my app has over the stock app is the ability to dim the lights for a minute or so before actually turning them off. If I had more time, I’d definitely add the ability to set a specific brightness and/or color temperature when in certain modes (or times, etc.) to my app.
Anyway, I’m glad my app is useful for you! I haven’t tested it with multiple motion sensors (I can’t remember how the code that runs with the motion events fire would respond in such a case), but I’m glad it’s working!