Jump to content
C4 Forums | Control4

c4009

c4Forums Member
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

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

c4009's Achievements

  1. Hello, We have Halo remotes that 'freeze' or 'lose connection' 2-3 times per week. While we're working on resolving the root of the issue, it seems that a reboot of the remote always fixes it (whether the remote is 'frozen', or 'loses connection). Does anyone know if there's a Driver or some script/programming out there to programmatically reboot the Halo remote? you'd think this should be possible. thanks much. (and yes, continuing to debug whether it's some network issue with our Ubiquity network configuration or something else. Though the remote should never 'freeze' no matter what).
  2. Hello, With Lutron RadioRA 3 launch just around the corner (~January.17 I believe?)... I was wondering, does anyone know if Control4 will have new RadioRA 3 drivers available immediately? (I called Lutron and they indicated that Control4 will be developing and shipping these drivers directly). thanks!
  3. yeah, unfortunately the ClareOne driver doesn't seem to expose a simple "Virtual Keypad" for the functionality you describe. As I mentioned above, in ComposerPro, I can see the Command “Execute Function: Bypass Zone” [Execute Function Bypass Zone on System->Security] – but I don’t see any way to pass-in the Zone Number to pass to this function. Anyone have any ideas of how to accomplish this via Control4 programming? (e.g., a Control4 script which will "ARM Alarm System to AWAY, and Bypass Zone #3")
  4. Yes, the ClareOne Panel does have a mechanism to bypass a zone. The user manual is here: https://www.clarecontrols.com/helpcenter/clareone-panel-user-manual-doc-id-1871. (if you search for "bypass" on the page, it goes right to the section describing how it works (pretty straight forward).
  5. By "key strokes"... do you mean using the Virtual Keypad? I don't see a traditional "virtual keypad" exposed... i.e., with "*", "#", "1 2 3 4 ..." buttons -- I wish there was one. Possible I'm missing something.
  6. [cross-posting thread, hoping someone can help on this front...] Hello, I am testing out a new Alarm Panel (ClareOne, [link])… and would like to create a Control4 Macro which bypasses a zone when arming. In ComposerPro, I can see the Command “Execute Function: Bypass Zone” [Execute Function Bypass Zone on System->Security] – but I don’t see any way to pass-in the Zone Number to pass to this function. I've had the same issue with other Security System/Alarm Panel drivers. Anyone have any ideas of how to accomplish this via Control4 programming? (e.g., a Control4 script which will "ARM Alarm System to AWAY, and Bypass Zone #3") Thanks in advance.
  7. Hello, I am testing out a new Alarm Panel (ClareOne, [link])… and would like to create a Control4 Macro which bypasses a zone when arming. In ComposerPro, I can see the Command “Execute Function: Bypass Zone” [Execute Function Bypass Zone on System->Security] – but I don’t see any way to pass-in the Zone Number to pass to this function. I've had the same issue with other Security System/Alarm Panel drivers. Anyone have any ideas of how to accomplish this via Control4 programming? (e.g., a Control4 script which will "ARM Alarm System to AWAY, and Bypass Zone #3") Thanks in advance.
  8. Hello Our security system is a DSC Power832, PC5010 model. The Cintegration driver documentation [here] indicates support via the IT-100 module for “DSC PC 1616, 1832, 1864. Uses IT-100 Module for communication”. But not explicit support for the "PC 5010" model. The DSC IT-100 module [here], does indicate support for “Power832®(PC5010/5015) 8-32 zone control panel”. Does anyone know if the Cintegration driver supports / will it work with our DSC Power832, PC5010 model panel? If not, is there another C4 driver that would work? Thanks much.
  9. I see, thank you for the clarification. is the Control4 Z-Wave card available to purchase separately? or, is the only way to obtain it by buying the complete C4-KSO954DB-BL unit? thanks!
  10. Hello, Does anyone know the true difference between the "Kwikset Obsidian 954 (C4-KSO954DB-BL)" that Control4 sells... vs. buying what seems to be an identical unit on Amazon for ~half the price "Kwikset Obsidian Keywayless Electronic Touchscreen Smart Deadbolt with Z-Wave Technology (954 OBN ZW 15)"? Are there any special capabilities of the "C4-KSO954DB-BL"? are there any compatibility issues/limitations of the "954 OBN ZW 15" that Kwikset sells directly? Thanks in advance.
  11. That's really unfortunate. Thanks for the prompt reply, much appreciated.
  12. Hello, Does the "August Smart Lock Pro" integrate with Control4 directly over Z-Wave Plus? or, does it require integration via August's web service ("August Connect"?). From here: https://august.com/pages/how-it-works it looks like the "Smart Lock Pro" support Z-Wave... and hoping the Control4 driver can work directly from Control4 EA-10 to the lock, without having to make a round-trip to the August service over the internet. Can anyone confirm whether that's the case? thanks much.
  13. Thanks Brente, super helpful, and very much appreciated. I'll take a look at the 584 driver programming, and see if I can add this functionality. re: this: "- if you want to bypass a specific zone automatically when arming, you can also set the appropriate property for that zone in your panel settings (e.g., automatically bypassing internal motion detectors when arming for STAY mode) - this is a function of the panel and not c4 (you may use this already)." ... that approach might work for us. We actually have 3 different arming modes we use... "STAY" (which just arms all the external door/window sensors, but no internal sensors), "AWAY" which arms all sensors, and "* STAY". We use "* STAY" at night when we're sleeping... it basically arms all the sensors (internal and external to the house), but bypasses 1 specific zone inside the house automatically, and sets the system to "INSTANT". And so, we already have the alarm system panel in our master bedroom automatically programmed so when we press " * " on the physical alarm keypad/panel, then "STAY" it arms the system into this special night mode. the problem is, I'd like to arm the system into this state using Control4... and I can't figure out how because the manual BYPASS functionality is not available (per your note above), and the keypad itself is not directly available so I can't simulate the " * " button when arming the system through Control4. btw, in case it matters, we also have Alarm.com integration with our alarm system, but I couldn't see a way of accomplishing the above using Alarm.com programming either. Are you aware of any way using the existing driver to arm the system to the equivalent of "* STAY" we already have? thanks again!
  14. Hello, I'm on OS3, using Interlogix NetworX NX-584 security panel integration (using NX-584 RS-232 Automation Module). In general, the security system integration works well, with one key issue. I am trying to program a Macro to bypass a specific Zone. This driver allows for Partition 1 "Execute Function: Bypass Zone" capability... but I can't figure out how to specify the Zone/Zone number I need to bypass before arming. Interestingly, using Composer Pro, when you double-click on "Partition 1" in System Design... the visual panel that comes up has a "Functions" button, which then allows for "Bypass Zone"... pressing that actually brings up a UI for typing in the Zone Number. I tried arming the system using this UX to first Bypass Zone, and then ARM AWAY... and it seems to work correctly. So clearly the driver is capable of this functionality. I just can't figure out how to do that in a Macro. Any idea how to accomplish this? i.e., how to you pass the Zone/Zone Number to the "Bypass Zone" function in a macro? Thanks much.
×
×
  • Create New...

Important Information

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