Jump to content
C4 Forums | Control4

Hasnat

c4Forums Member
  • Posts

    128
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Hasnat reacted to tmj4 in Looking for a best Intruder system   
    Dog
    Seriously! 😉
  2. Like
    Hasnat reacted to Amr in Looking for a touch keypad   
    C4 doesn’t share their plans …
  3. Like
    Hasnat reacted to South Africa C4 user in Control4 skill appear as a SimpleC4 in Amazon Alexa App   
    It has been removed by Amazon in many countries.  You can, however, log in to Amazon with a different region (eg USA) and still access it very easily.  All that is needed is a US address.
  4. Like
    Hasnat reacted to Matt Lowe in Escalator power control   
    sounds like you need the right solution for the job. You will need to make sure the escalator team has the correct products and devices to keep the system up to local codes. That would not be your purview. Control of on or off could be very simple in that control just shuts off the power or activates a stop relay on the system. Otherwise all of the motion control would be controlled by the escalator system. you do not want to get involved with that. Then you could add camera system with people recognition and have a nice control4 interface. Be very clear in your design and the interface that you will provide and of course check local building code. 
  5. Like
    Hasnat reacted to RAV in Escalator power control   
    Could it be done, sure.
    I'd pass, the profit doesn't out weigh the liability.
    There's no referral work to be had.
    Just headaches, and you never walk away, there's ongoing 4sight and others networks and....
  6. Like
    Hasnat reacted to RAV in Escalator power control   
    Have you checked building/safety codes? Seems like that wouldn't be allowed.
  7. Like
    Hasnat reacted to mstafford388 in Escalator power control   
    What is your involvement in this?  Are you the escalator guy?  A Control4 dealer?  What else would Control4 be doing there.  The reason I ask is if it's just some motion activated escalators I don't think I'd involve Control4 products in that.  There really isn't a blanket answer on this one, you'll need to work with the escalator company to figure out how to make this happen and what you can control on there end and how to control it.  For what it's worth, if that is the whole scope I don't think I'd let my company get involved in that, and it is extremely rare that we turn down any kind of business.  There just seems like too much liability and/or issues.
  8. Like
    Hasnat reacted to zaphod in Custom Button Icon and working status   
    You missed my post on creating custom icons for these buttons.  You can create a regular and selected version of the button if you want to show status:
     
  9. Like
    Hasnat reacted to mujtaba.khokhar in Lutron Homeworks QS DALI Works with Control4   
    C4 Driver database?
    you just need the normal dimming or switched driver (Load dependat) + the main processor driver... 
    all lighting programming is done with lutron software, brining it into control4 is just for integration. 
    (sure i said this before lol)
    doesn't matter if you're using dali, 24v relays, phase adaptive modules to control the lighting integration is the same.... 
    Muj
  10. Like
    Hasnat reacted to Matt Lowe in Control4 Keypad   
    I have not had this issue. Really the only thing i have heard to be an issue is price and finish options. However i typically win them over on programming features and rgb status and ease of use with in control4.
     
  11. Like
    Hasnat reacted to dinom in Control4 Keypad   
    I think he’s saying he lost a job because of what he thinks are old, outdated looking Control4 keypads.  That’s my take, but I could be wrong. 
  12. Like
    Hasnat reacted to Cyknight in Control4 Keypad   
    The current ones?
    I'm not saying there aren't more fancy ones out there, but I doubt anyone would lose a job over just keypads...
    Sounds like a job lost to a builder/designer under the EXCUSE of the keypads.
    Mind you you're not as such locked into C4 keypads...
     
    https://www.vitrea-sh.com/serie/vt-plus/
  13. Like
    Hasnat reacted to JSTRONG in Control4 Keypad   
    Wow is he saying he lost most of his jobs because of control4 keypads ?  I really like the look of them. Not sure how he wants them to look. 
  14. Like
    Hasnat got a reaction from msgreenf in Dahua NVR and C4   
    i have been worked with amcrest driver. that was good.
  15. Like
    Hasnat reacted to RAV in Variable programming   
    Right.
    If off, motion turns light on, no motion turn light off.
    If off, motion turns light on, you turn scene on (scene going active disables motion).
  16. Upvote
    Hasnat reacted to RAV in Variable programming   
    I think what you want is:
    Normally - motion trigger lights.
    Manually Activated lights - don't use motion trigger again until lights are turned off manually.
    When motion activated -
    ...If lights are off - set variable 'motion' to true turn on lights.
    When motion deactivate -
    ...If 'motion' is true, turn off lights and set 'motion' to false.
    When scene 'room' becomes active, set 'motion' to false
    Scene 'room' should NOT be the scene called for by the motion sensor. If similar, just change one of the levels by 5% so the "look" the same to the eye, but are different in actual values.
     
  17. Like
    Hasnat reacted to msgreenf in Variable programming   
    Buy the advanced lighting driver
  18. Like
    Hasnat reacted to mstafford388 in Variable programming   
    It would look (crudely) something like this....
    Create a boolean variable called "scene active"
     
    When motion sensor senses motion 
        If scene active is false -> turn on light
    When motion sensor stops sensing motion
        If scene active is false -> turn off light
     
    When lighting scene is invoked
       Set variable scene active to true
    When lighting scene becomes inactive
       Set variable scene active to false 
     
    FYI this falls apart completely if you are activating the same lighting scene with the motion sensors.  
     
  19. Like
    Hasnat reacted to eggzlot in Day Light Sensor   
    they have good support, I've called before and the owner/engineer answered my questions.
  20. Upvote
    Hasnat reacted to msgreenf in Day Light Sensor   
    i think you are confusing motion detection range with 30 degrees area of coverage
    https://axxind.com/files/devices/installation/InstallC4-MotionSensor.pdf
  21. Like
    Hasnat got a reaction from ERDrPC in OS3.01   
    Hi,
    there are two projector in one room. I have created two rooms for separate control. i also created a driver and add in two rooms. but when i select a scene like presentation mode(one projector turn on & Screen down) for one room then another room(another projector & screen) is response. two projector goes on simultaneously. there is different binding composer. why this is happen. Though the driver is same. Not only projector goes on but also two screen goes on. why?
    Thanks
  22. Like
    Hasnat reacted to sonic30101 in Programming issue   
    invoked is when it is told to do something from the user or external stimuli, active is when the system initiates a response or gets feedback from a sensor/2 way communication
  23. Like
    Hasnat got a reaction from ERDrPC in Programming issue   
    Hi,
    there are two projector in one room. I have created two rooms for separate control. i also created a driver and add in two rooms. but when i select a scene like presentation mode(one projector turn on & Screen down) for one room then another room(another projector & screen) is response. two projector goes on simultaneously. there is different binding composer. why this is happen. Though the driver is same. Not only projector goes on but also two screen goes on. why?
     
     
    Thanks
  24. Like
    Hasnat got a reaction from ERDrPC in Programming issue   
    Hi,
    there are two projector in one room. I have created two rooms for separate control. i also created a driver and add in two rooms. but when i select a scene like presentation mode(one projector turn on & Screen down) for one room then another room(another projector & screen) is response. two projector goes on simultaneously. there is different binding composer. why this is happen. Though the driver is same. Not only projector goes on but also two screen goes on simultaneously. why?
    Thanks
  25. Like
    Hasnat reacted to Crustyloafer in Samsung UA55JU6400 Driver   
    I never use the input button, you should never need to normally if you have programmed all your bindings properly and are using the discrete input commands.
    Feel free to edit the driver for your own purposes and map the hex code used for input toggle to the input button on the OSD if you wish to.
×
×
  • Create New...

Important Information

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