so when there is motion in lower stairs, basement is not turning to state checking?
what state is basement in when motion happens on lower stairs motion sensor?
so when there is motion in lower stairs, basement is not turning to state checking?
what state is basement in when motion happens on lower stairs motion sensor?
Correct. When moving from basement to the stairs the motion occurring on the stairs (Vacant -> Occupied) is not changing the basement from (Occupied -> checking).
The basement will remain in occupied until the rules for the basement kick in and turn the light off due to inactive motion.
Room settings if you need:
ok. so for me yyy (basement) is occupied and then i create motion in zzz (stairs) it immediately changes zzz (stairs) to occupied and yyy (basement) to checking.
are you comfortable checking something in the ST IDE?
well no. in this case motion on the stairs should change basement from occupied to checking and not wait for the rules to kick in.
in ST IDE go to installed apps. find the basement room and click on it to get the details. then in the event subscriptions section does it show that it is subscribed to the motion sensor in the stairs?
You are correct. The basement should be going into checking status when motion on the stairs is detected (I.E. leaving the basement) instead of waiting the X amount of time for no motion then turning off.
βIn ST IDE go to installed apps. find the basement room and click on it to get the details. then in the event subscriptions section does it show that it is subscribed to the motion sensor in the stairs?β
I am not seeing anything in the IDE for the motion sensor on the stairs. All I see is the items pertaining to the basement room (Lights, sensors, home location and the virtual switches I made). So, essentially the basement is not recognizing the stair motion sensor?
correct. there was a typo in the subscription to the adjacent rooms motion sensors which should have been fixed when you updated the rooms manager app a few minutes ago.
to be clear i mean updated from github not in the ST app.
nah, you and the rest of the users are the best. without you guys being willing to give it a try - i am nothing.
thought was going to do speaker next. thats still on the cards but auto level settings coming before that. starting off with simple level calculations but once this is working easy to do more fancy circadian rhythm based stuff. also allows setting color temperature.
didnt want to hang on to this code while working on the next features. so pushed this to github.
UPDATE: updated version 0.08.1 to github with the following changes:
* Version: 0.08.1
*
* DONE: 12/10/2017
* 1) added support for auto level which automatically calculates light level and optionally color temperature to
* to be set based on local sunrise and sunset times. this does not yet use circadian rhytym based calculation.
Yes, I did do the update and it does seem to be working now with the setting as occupancy. Thanks!