Rooms Manager: Smarter Rooms: Personalized home automation with Occupancy

rooms
manager
occupancy
rules
automation

#803

Quick Question!

Best way to trigger lights to fade for a room, I.E. turn on at 20% and go to 100% over a period of time, is still through the use of rule that triggers a webcore piston or is there a setting in Rooms Manager?

Seems like I am having trouble triggering occupancy with the one room where it is calling a Webcore piston during a set time.

EDIT: I am able to trigger engaged status; however, it appears occupied will not trigger. Cannot get occupied based on motion or by going into ST and selecting occupied from the app.


#804

i dont like doing fades from the app because ST can be flaky when you run stuff as frequently as a fade would require. best is if the device itself supports fading at the hardware level alternately use a webcore piston.

expand on this a bit please … whats going on? also any error in the logs when you are trying this and it doesnt work?


#805

Understood, that makes sense for the fade option. The webcore piston does appear to be working, I am just always trying to streamline things.

I took a look at the logs and was able to find the following error associated with attempting to manually turn the room to occupied.

I changed that rule to no longer use the Auto Level ‘AL’ Settings and just made the rule set the lights to 100%. May be my settings causing an issue, not sure. The room now goes to occupied on motion and when manually selected so it was definitely some issue with the Auto Level setting.


#806

on the error please share a screenshot of the view all settings of that room after turning on both toggles on the view all settings screen.


#807

Sorry for the delay! Getting ready for the new year.

I went back into the logs for the room after changing the settings to turn off Auto Level Settings for the lighting rules and I am not seeing any errors in the logs anymore. Additionally, the room will change to occupied through motion sensor and through the button in ST.


#808

I would love to see some of people’s setup, I feel like I squandering the potential of this app. You should add a share feature :slight_smile:


#809

updated to github with the following changes:

Version: 0.99.4

DONE:   1/05/2018

1) added support for multiple power meters
2) added command optimization at the app level
3) added setting room occupancy device on / off so it can be used in the rules
4) other small fixes

#810

update to github with the following changes … remember to update DTH and all apps because version check will fail otherwise. no subscriptions have changed so dont need to save settings.

Version: 0.99.5

DONE:   1/17/2019

1) exposed command optimization setting in general settings
2) check switches on is now any on instead of all on
3) room vacant check bug fix

#812

Does anyone have any advice on what weather app to use for getting lux info? I saw this…


But doesnt seem to be working anymore.


#813

I use the Smart Weather Station, there is a stock device handler SmartWeather Station Tile. It pulls data from The Weather Company rather than the old Weather Underground API. Just create a virtual device and switch the DH to SmartWeather Station Tile.


#814

Also I have a question for @bangali… Based on your experience or building this awesome looking app! How do you best treat open spaces? In my home I have a living room/kitchen (in total 4 light switches and 4 motion sensors) and an open plan office with 3 light switches and 3 motion sensors, 1 door sensor (over two floors).

The goal would be to isolate switching on and off of the lights. For example in the office I would walk into the office and only require the downstairs lights (1 of the 3 switches) to come on. If I moved to the back of the office or when into the upper level (mezze) then these would come on (become engaged or occupied)

The living room and kitchen example would kinda be the same.

So the question is, do you break the room down into sub rooms? Or is there a clever (not to complex) way to handle this logic?


#815

Is there a guide to follow… ive not ventured into this before… this?

  1. Login to https://ide.smartthings.com
  2. Go to devices tab (https://graph.api.smartthings.com/device/list )
  3. Click new device button in top right corner (https://graph.api.smartthings.com/device/create )
  4. Choose whatever you want for name and network id. Change type to SmartWeather Station Tile. Choose your location. Leave everything else alone.
  5. Click create.

#816

You got it…though i use account.smartthings.com to access IDE (not sure the difference).

Lux is listed under the illuminance attribute (for use in automation).


#817

Do you find it a good value to use? I was thinking to get motion sensors with lux capabilities, but read this could be an alternative?

Basing light on motion and modes in STs is great until you have a overcast day which in the UK is alot! :slight_smile: - So Illuminance value could help to overrule this in this type of situation.

Currently my location shows 1000 Illuminance (its overcast and almost 4pm - sunset due 4:43pm). No idea if the value of 1000 is good bad or will change much over a day period?


#818

It is based on general location, so not super accurate to your home but I ok. I use in conjunction with motion sensors to turn select interior lights on/off. If motion and lux < 1500 then turn on light. 1500 is very arbitrary, somewhere in the overcast area. I found this chart:
image

I do not have any sensors that directly detect illuminance, Placement seems to be key, in a well lit room like a sunroom but not in direct sunlight. Can’t find the exact post but I recall a lot discussion in the ST forum.


#820

Hi All,

This app is awesome. I just want to say that first! Im struggling with getting a piston to fire correctly when a room changes from Engaged/occupied to vacant and a light switch is supposed to turn off. Is something obvs wrong with the below?

Any help would be great!


#821

did this die?


#822

still lives in my home and on github though i dont update the app as frequently anymore because mostly it just works :slight_smile:


#823

think i answered your questions on the smartthings forum? if not please ping me here and i will respond.


#824

@bangali is there a way that I can have a website piston run based on occupancy?

I tried the following and even though the den is vacant the piston isn’t recognizing vacant (maybe because I have to manually enter this instead of picking from a list)