Jump to content
C4 Forums | Control4

yelkenli

c4Forums Member
  • Posts

    43
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

yelkenli's Achievements

  1. @RyanE Not a problem. I am thinking the light level value is not widely used for automation. It provides some opportunities, but maybe there are other ways to skin the cat, and it seems documentation is not easily found and Control4 does not show the value (making it hard to experiment). If anyone has information on the range of values measured, please point to the documentation or describe here.
  2. Thanks RyanE I set it up like you recommended, using an AND statement for the light level. because this is early morning and I turn the lights on low initially, I was getting repeating scene actuation (I have a ramp and the motion sensor triggers the scene during the ramp). Either the light level was too low, or the light sensing is not working - I don't see where to read the measured light level and do not know the range. I moved the light threshold in the conditional down to 18. I also put in an action to turn the BathroomAutoMorningLights variable false when the scene actuates. this makes it a one shot, but this is a small time window in the morning and I think acceptable. I might delete the light threshold.
  3. I am interested in activating a bathroom lighting scene upon motion sensor input, after 6am and until 30 minutes after sunrise. The reason for the sunrise is to include any cloudy days when the bathroom is still dark. I don't know how to program a scheduler conditional with different start and stop time modes (one mode being the time of day, the other mode being related to sunrise/sunset). Is this possible, or how would you do it? Use variables? Also, I was thinking to leverage the light level from the motion sensor. If between 6am and 10am (don't need sunrise if I can use light level), AND the light level is xxx, then activate the scene. However, I do not know the range of light levels, and therefore not sure what value to put; and second, I don't see in the monitoring section the light level output. I have a ~3.5 year old card access motion sensor, and not even sure if it measures light level. Thoughts?
  4. I am also looking for a good motion sensor, and one that has a sensitivity selection to allow for pets. Here is what I have found so far on pricing. Not much on sensitivity though. Only the cardAccess product mentions this. Not all of these are wireless, which I can go either way - wireless easier. Does anyone have any experience with the sensitivity part? Enerwave Z-Wave Plus Ceiling Sensor, Z-Wave Sensor, Ceiling Mount Sensor for Z-Wave Home Automation, ZWN-BPC-PLUS, White $46 sensitivity selection unknown WMS10-C-ZP $99 sensitivity selection: yes Hu Motion sensor $39 Plus $50 Hue bridge Sensitivity selection unknown Nyce Ncz-3043-ha ZigBee Ceiling Motion Sensor $61 - HA version C4 version unknown - does anyone have cost on this? does this have to come through a dealer? sensitivity selection unknown Bravo5 Motion Detector (Ceiling Mount Passive It Detector With Form A Alarm Contact) - Model#: bv-500 $50 + integration through DSC panel sensitivity selection unknown Honeywell 997 eBay post $40 sensitivity selection unknown Looks like the cardAccess product I assume a bridge is needed to C4
  5. I am on OS 2.9.1. Does the stop statement apply to 2.10 only, or the multiple ifs?
  6. I have a motion detector that controls lights with a simple script: when sensor senses motion, if time is between x and y hours, activate lighting scene. I would also like to have the motion detector send me a push notification as follows: when motion sensor senses motion, if 'Out-of-House' is true, send push notification. My problems are several fold: I am not able to get action statements to nest. usually, these are indented under an if statement. I can drag the action statement to the if statement, get a yellow highlight, and get either a down arrow or right arrow. However, no indent. Second, the support technicians don't support Composer (the one I talked to), and was unsure if multiple conditional statements are allowed in scripts. I would expect something like this: When sensor senses motion if time is between x and y hours activate lighting scene. if 'Out-of-House' is true send push notification. Ignoring the inability to nest, would this operate such that it evaluates the first if statement and takes action if appropriate, and then go to the next if statement and take action if appropriate? Or is it illegal to have multiple if statements? Any ideas on the nesting issue? are there keyboard commands, like holding the option key, etc, that would make the nest? Any recommendations are appreciated.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.