Jump to content
C4 Forums | Control4

BDavisNJ

c4Forums Member
  • Posts

    60
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Upvote
    BDavisNJ got a reaction from mteele in Panelized Lighting   
    @santana0201 BlackNova are great; Check out www.blacknova.co
  2. Like
    BDavisNJ got a reaction from SYH in Wall-mount hardwired key pad for a hardwired electrified door lock   
    how about use a standalone 2N keypad (https://www.2n.com/en_US/products/ip-access-control/2n-access-unit-2/2n-access-unit-2-touch-keypad)
    And then use Chowmain's Generic TCP driver to communicate between the 2N and the C4? 
    This is a great thread because the initial inquiry exposes a missing piece of C4's line-up: a driver that supports standalone keypads (Doorstations that do NOT have a camera).
  3. Upvote
    BDavisNJ got a reaction from Rob21 in TStat Question   
    This board is a terrific resource.  Hearing different perspectives and approaches is of tremendous value.  In just under 17 hours @Time2Jet has three different approaches to consider with the pros and cons of each outlined.
    Thank you all for a robust discussion and have a great weekend.
  4. Like
    BDavisNJ got a reaction from Rob21 in TStat Question   
    @Time2Jet I also live in the Northeast USA and have encountered this issue.  Here is my suggestion based, of course, on the assumption that you / end user do not want to open walls and want to minimize revisions to the wallboard.
    1. In the boiler room, identify the hydronic zone controllers (1 for each zone of heating).  These are very likely Honeywell branded.  These devices will have 4 wires (2 black, 2 red).  One set goes to the boiler, the other set (most likely red) will be connected to a wire going to the 2 wire thermostat.  Leave the set of wires going into the boiler alone.
    2. Disconnect the wires going to the thermostat.  Connect these to a relay (see Note A, below).  I used Functional devices model RIBRL1S because these are DIN rail mounted, have a manual override, and an indicator light so you can visually determine when the relay is on (helps with troubleshooting).  Wire each relay to either a C4-IOX (Control4 IO Extender) or a Shelly device (I prefer hardwired).  Note that RIBRL1S requires 12vdc.  You can get a DIN rail mounted step down transformer (120vac to 12vdc).  I also place a LED panel light on the transformer so I can easily confirm that the 12vdc power is indeed on (helps with any troubleshooting). 
    3. You will now be able to control each zone on the heating system using the relays and therefore via Control4.  I created a separate "room" called HVAC and used a custom icon for each zone of heat (one icon for ON and one icon for OFF).  Pressing the custom icon turns the heat zone on (closes the relay) and displays the ON icon.  Pressing again toggles the sequence.
    4. Now, we connect the thermostats because we have no intention of manually controlling the heat.  Remove all of the as-built thermostats and expose the as-built 2 wires which run from each thermostat location to the boiler room.  Use a meter and ensure that a) no power is running through the wires (remember you disconnected these in step 2) and b) you have affirmatively determined that each of the wires is correctly identified as the wire running from the thermostat location to the boiler room.
    5) Install one unit of C4-THERM to replace each as-built thermostat.  Set the C4-THERM to "powered" and not "power stealing" (there is a physical switch that needs to be set).  Connect one of the wires to common (usually white) and the other wire (usually red) to 24vac on the back of the C4-THERM.  Also put 4 "AA" batteries in each C4-THERM.
    6) Supply the as-built 2-wire cable starting from each of the thermostat locations and terminating in the boiler room with 24vac.  You can get a DIN rail mounted transformer (step down 120vac to 24vac) and position on the same DIN rail as the relays in step 2 (looks nice).  I also place a LED panel light on the transformer so I can easily confirm that the 24vac power is indeed on (helps with any troubleshooting).  Make certain to get sufficient amps to power all of the C4-THERM units.
    7) At this point, all of your C4-THERM should be powered and functioning.  Follow the instructions in Composer Pro to register each on the Zigbee wireless network.
    8.) Using programming in Composer Pro / HE, you are going to create an action for each of the C-THERM devices (WHEN any HEAT CALL --> turn on (close) ZONE RELAY).  And, of course: WHEN heat call OFF --> turn off (open) ZONE RELAY.  The thermostat driver will provide the Navigator GUI with scheduling and other virtual thermostat features for each zone.
    9) here is the best part.  Many older houses in NE have central air that used a separate thermostat.  You can now use programming to provide the homeowner with one single thermostat for both heating and cooling using the same logic as above.
    I hope the above provides a good starting point.  The usual caveats and disclaimers apply: licensed electricians for line voltage, HVAC specialists if needed.  I also would make certain that the gauge of the as-built wire is rated to carry 24vac.  Given that thermostat systems use 24vac as a standard, I strongly suspect that the as-built wire will be sufficient.  That said, better to check and verify than to assume.
    Reach out with any questions of follow-ups.
     
    Note A: Honeywell seems to have a dominant market share for the hydronic zone controllers.  Most of these devices call for heat from the boiler when 24VAC is supplied to the 2 red wires.  Thermostats simply act as switchs.  Our goal here is to substitute the relay for the thermostat.  Therefore, direct 24VAC to the common on the relay and then normally open (NO) to one leg of the hydronic zone controller.  Wire the other leg of the hydronic zone controller back to the 24VAC supply.  Make certain that your version of the hydronic zone controllers requires external power before wiring.  Some versions (older) were self-powered.
  5. Like
    BDavisNJ got a reaction from Dueport in TStat Question   
    @Time2Jet I also live in the Northeast USA and have encountered this issue.  Here is my suggestion based, of course, on the assumption that you / end user do not want to open walls and want to minimize revisions to the wallboard.
    1. In the boiler room, identify the hydronic zone controllers (1 for each zone of heating).  These are very likely Honeywell branded.  These devices will have 4 wires (2 black, 2 red).  One set goes to the boiler, the other set (most likely red) will be connected to a wire going to the 2 wire thermostat.  Leave the set of wires going into the boiler alone.
    2. Disconnect the wires going to the thermostat.  Connect these to a relay (see Note A, below).  I used Functional devices model RIBRL1S because these are DIN rail mounted, have a manual override, and an indicator light so you can visually determine when the relay is on (helps with troubleshooting).  Wire each relay to either a C4-IOX (Control4 IO Extender) or a Shelly device (I prefer hardwired).  Note that RIBRL1S requires 12vdc.  You can get a DIN rail mounted step down transformer (120vac to 12vdc).  I also place a LED panel light on the transformer so I can easily confirm that the 12vdc power is indeed on (helps with any troubleshooting). 
    3. You will now be able to control each zone on the heating system using the relays and therefore via Control4.  I created a separate "room" called HVAC and used a custom icon for each zone of heat (one icon for ON and one icon for OFF).  Pressing the custom icon turns the heat zone on (closes the relay) and displays the ON icon.  Pressing again toggles the sequence.
    4. Now, we connect the thermostats because we have no intention of manually controlling the heat.  Remove all of the as-built thermostats and expose the as-built 2 wires which run from each thermostat location to the boiler room.  Use a meter and ensure that a) no power is running through the wires (remember you disconnected these in step 2) and b) you have affirmatively determined that each of the wires is correctly identified as the wire running from the thermostat location to the boiler room.
    5) Install one unit of C4-THERM to replace each as-built thermostat.  Set the C4-THERM to "powered" and not "power stealing" (there is a physical switch that needs to be set).  Connect one of the wires to common (usually white) and the other wire (usually red) to 24vac on the back of the C4-THERM.  Also put 4 "AA" batteries in each C4-THERM.
    6) Supply the as-built 2-wire cable starting from each of the thermostat locations and terminating in the boiler room with 24vac.  You can get a DIN rail mounted transformer (step down 120vac to 24vac) and position on the same DIN rail as the relays in step 2 (looks nice).  I also place a LED panel light on the transformer so I can easily confirm that the 24vac power is indeed on (helps with any troubleshooting).  Make certain to get sufficient amps to power all of the C4-THERM units.
    7) At this point, all of your C4-THERM should be powered and functioning.  Follow the instructions in Composer Pro to register each on the Zigbee wireless network.
    8.) Using programming in Composer Pro / HE, you are going to create an action for each of the C-THERM devices (WHEN any HEAT CALL --> turn on (close) ZONE RELAY).  And, of course: WHEN heat call OFF --> turn off (open) ZONE RELAY.  The thermostat driver will provide the Navigator GUI with scheduling and other virtual thermostat features for each zone.
    9) here is the best part.  Many older houses in NE have central air that used a separate thermostat.  You can now use programming to provide the homeowner with one single thermostat for both heating and cooling using the same logic as above.
    I hope the above provides a good starting point.  The usual caveats and disclaimers apply: licensed electricians for line voltage, HVAC specialists if needed.  I also would make certain that the gauge of the as-built wire is rated to carry 24vac.  Given that thermostat systems use 24vac as a standard, I strongly suspect that the as-built wire will be sufficient.  That said, better to check and verify than to assume.
    Reach out with any questions of follow-ups.
     
    Note A: Honeywell seems to have a dominant market share for the hydronic zone controllers.  Most of these devices call for heat from the boiler when 24VAC is supplied to the 2 red wires.  Thermostats simply act as switchs.  Our goal here is to substitute the relay for the thermostat.  Therefore, direct 24VAC to the common on the relay and then normally open (NO) to one leg of the hydronic zone controller.  Wire the other leg of the hydronic zone controller back to the 24VAC supply.  Make certain that your version of the hydronic zone controllers requires external power before wiring.  Some versions (older) were self-powered.
  6. Like
    BDavisNJ reacted to RAV in Date Variable   
    https://www.c4forums.com/applications/core/interface/file/attachment.php?id=7273&key=b3b8315161e7af0e0af46a8566484d5f
  7. Like
    BDavisNJ reacted to cnicholson in What are realistic expectations for Control4?   
    One of my regrets is going with Lutron panelized/centralized lighting.  It "works" awesome, but I have found that the only way to get refined simultaneous ramps up/down in scenes with lots of loads is to do the programming on the Lutron side which is a huge pain since, as end user, I can't fiddle with the Lutron programming-- and the need to bulk upload the whole project to make even small changes in annoying and inefficient.  I should have stuck with C4.  
  8. Like
    BDavisNJ got a reaction from South Africa C4 user in Date Variable   
    @South Africa C4 user pla see above
  9. Like
    BDavisNJ got a reaction from cnicholson in What are realistic expectations for Control4?   
    to add to @cdcllc and @ChzBurger, I would suggest using the CA-10 as the backbone for a large residential project. 
  10. Like
    BDavisNJ got a reaction from Windthrow in What are realistic expectations for Control4?   
    @Windthrow Given your use case, I would suggest 10 areas of focus:
    access control the DoorStations (the 2N devices) have a nice finish and permit keyless entry, event logging and efficient key management for staff and guests integration with the C4 programming is seamless security C4 integrates with a conventional security panel (consider IQ Pro) you can use Luna X20 cameras to trigger events in the C4 programming (line cross, motion detection) and extend you security perimeter well beyond the exterior walls of your house set push notifications to be activated whenever a fenced portion of the yard is breached this gives piece of mind when traveling check out Pulsor from Sure Action for precise interior monitoring HVAC you did not mention in what geography your property is located reduces risk of pipe freeze or damage due to high humidity general comfort Lighting whole house, panelized lighting (either C4 or Lutron) C4 KCB keypads for back-of-house or Black Nova for front-of-house reduces wall clutter hands-free lighting, scenes etc. Water monitoring / flood prevention reduce chances of water damage by mounting water monitors near toilets, hot water heater, irrigation system components, slop sinks, etc. we have prevented at least 4 incidents in the last 10 years that would have caused $25k+ of damage and inconvenience whole house water turn-off / on to automate flood prevention Irrigation Hunter Commercial line of irrigation controllers integrates well with C4 Key accessory integration exterior: pool, boat lift, dock, etc... interior: sauna, hot tub, etc. mission critical: generator (Generac tie-in) driveway gates landscape lighting Power management Shelly makes a Pro version of its PM (power management) line great for refrigerator, main power line, power line supported by the generator dishwasher, washer / dryer, floor heat, pool pump, sauna, hot tub, air handlers, etc. goal here is not so much to measure consumption but to make certain that devices are on when they should be and off when not equipment usage by hour for preventative maintenance Whole house audio We use a Autonomic MMS system (fully integrates with C4) this is likely the most visible (pun intended) feature to guests.  Having music in each room from a centralized source is fantastic Remote controls for TV lastly, the Halo (Neeo) remotes and the more recent additions to the line-up are very convenient and a nice upgrade from those supplied by the cable company One consideration:  C4 permits you, the homeowner, the option of directly accessing and adding / modifying the programming yourself using Composer HE.  Although Composer HE is somewhat rudimentary, the functionality permits you to make changes and experiment directly -- no waiting for a dealer or contractor.  This ability is a huge advantage over other competing systems.  Use your dealer of record to add equipment (bindings) and spend a moment getting YOUR system to perform exactly the way YOU want.
    I hope the above provides a useful starting point.  Good luck with your build.
  11. Like
    BDavisNJ got a reaction from RyanE in What are realistic expectations for Control4?   
    @RyanEMy experience with C4 branded centralized lighting (C4-DIN-8DIM-E, C4-DIN-8REL-E, C4-DIN-8TV-E) and the KCB backlit keypads has been remarkably positive.  The set-up is rock solid.  And, of course, the integration is 100%.  My only deviation from the C4 brand is my addition of BlackNova keypads which are in a league of their own.
    Once architects understand the expanded degrees of freedom for design afforded by centralized lighting, they become quick converts.  A large room easily can have 8+ lighting circuits.  With the low-voltage keypads, a single button creates a lighting scene using a combination of contributions from each circuit -- and the end user is unconcerned as to the technical complexities.
    The C4 value proposition is that automation "just happens" in a luxury setting; this is not designed to be a low cost offering.
  12. Like
    BDavisNJ got a reaction from RyanE in What are realistic expectations for Control4?   
    to add to @cdcllc and @ChzBurger, I would suggest using the CA-10 as the backbone for a large residential project. 
  13. Like
    BDavisNJ got a reaction from RyanE in What are realistic expectations for Control4?   
    @Windthrow Given your use case, I would suggest 10 areas of focus:
    access control the DoorStations (the 2N devices) have a nice finish and permit keyless entry, event logging and efficient key management for staff and guests integration with the C4 programming is seamless security C4 integrates with a conventional security panel (consider IQ Pro) you can use Luna X20 cameras to trigger events in the C4 programming (line cross, motion detection) and extend you security perimeter well beyond the exterior walls of your house set push notifications to be activated whenever a fenced portion of the yard is breached this gives piece of mind when traveling check out Pulsor from Sure Action for precise interior monitoring HVAC you did not mention in what geography your property is located reduces risk of pipe freeze or damage due to high humidity general comfort Lighting whole house, panelized lighting (either C4 or Lutron) C4 KCB keypads for back-of-house or Black Nova for front-of-house reduces wall clutter hands-free lighting, scenes etc. Water monitoring / flood prevention reduce chances of water damage by mounting water monitors near toilets, hot water heater, irrigation system components, slop sinks, etc. we have prevented at least 4 incidents in the last 10 years that would have caused $25k+ of damage and inconvenience whole house water turn-off / on to automate flood prevention Irrigation Hunter Commercial line of irrigation controllers integrates well with C4 Key accessory integration exterior: pool, boat lift, dock, etc... interior: sauna, hot tub, etc. mission critical: generator (Generac tie-in) driveway gates landscape lighting Power management Shelly makes a Pro version of its PM (power management) line great for refrigerator, main power line, power line supported by the generator dishwasher, washer / dryer, floor heat, pool pump, sauna, hot tub, air handlers, etc. goal here is not so much to measure consumption but to make certain that devices are on when they should be and off when not equipment usage by hour for preventative maintenance Whole house audio We use a Autonomic MMS system (fully integrates with C4) this is likely the most visible (pun intended) feature to guests.  Having music in each room from a centralized source is fantastic Remote controls for TV lastly, the Halo (Neeo) remotes and the more recent additions to the line-up are very convenient and a nice upgrade from those supplied by the cable company One consideration:  C4 permits you, the homeowner, the option of directly accessing and adding / modifying the programming yourself using Composer HE.  Although Composer HE is somewhat rudimentary, the functionality permits you to make changes and experiment directly -- no waiting for a dealer or contractor.  This ability is a huge advantage over other competing systems.  Use your dealer of record to add equipment (bindings) and spend a moment getting YOUR system to perform exactly the way YOU want.
    I hope the above provides a useful starting point.  Good luck with your build.
  14. Like
    BDavisNJ reacted to ajd123 in No Detective Suite in Home Edition?   
    2024 and this feature is still not available in Composer HE.
    Control4, please consider adding this to future firmware releases.  It is incredibly difficult to troubleshoot programming issues without it.
  15. Like
    BDavisNJ got a reaction from cnicholson in What are realistic expectations for Control4?   
    @Windthrow Given your use case, I would suggest 10 areas of focus:
    access control the DoorStations (the 2N devices) have a nice finish and permit keyless entry, event logging and efficient key management for staff and guests integration with the C4 programming is seamless security C4 integrates with a conventional security panel (consider IQ Pro) you can use Luna X20 cameras to trigger events in the C4 programming (line cross, motion detection) and extend you security perimeter well beyond the exterior walls of your house set push notifications to be activated whenever a fenced portion of the yard is breached this gives piece of mind when traveling check out Pulsor from Sure Action for precise interior monitoring HVAC you did not mention in what geography your property is located reduces risk of pipe freeze or damage due to high humidity general comfort Lighting whole house, panelized lighting (either C4 or Lutron) C4 KCB keypads for back-of-house or Black Nova for front-of-house reduces wall clutter hands-free lighting, scenes etc. Water monitoring / flood prevention reduce chances of water damage by mounting water monitors near toilets, hot water heater, irrigation system components, slop sinks, etc. we have prevented at least 4 incidents in the last 10 years that would have caused $25k+ of damage and inconvenience whole house water turn-off / on to automate flood prevention Irrigation Hunter Commercial line of irrigation controllers integrates well with C4 Key accessory integration exterior: pool, boat lift, dock, etc... interior: sauna, hot tub, etc. mission critical: generator (Generac tie-in) driveway gates landscape lighting Power management Shelly makes a Pro version of its PM (power management) line great for refrigerator, main power line, power line supported by the generator dishwasher, washer / dryer, floor heat, pool pump, sauna, hot tub, air handlers, etc. goal here is not so much to measure consumption but to make certain that devices are on when they should be and off when not equipment usage by hour for preventative maintenance Whole house audio We use a Autonomic MMS system (fully integrates with C4) this is likely the most visible (pun intended) feature to guests.  Having music in each room from a centralized source is fantastic Remote controls for TV lastly, the Halo (Neeo) remotes and the more recent additions to the line-up are very convenient and a nice upgrade from those supplied by the cable company One consideration:  C4 permits you, the homeowner, the option of directly accessing and adding / modifying the programming yourself using Composer HE.  Although Composer HE is somewhat rudimentary, the functionality permits you to make changes and experiment directly -- no waiting for a dealer or contractor.  This ability is a huge advantage over other competing systems.  Use your dealer of record to add equipment (bindings) and spend a moment getting YOUR system to perform exactly the way YOU want.
    I hope the above provides a useful starting point.  Good luck with your build.
  16. Like
    BDavisNJ got a reaction from ejn1 in Seeking Best Practice running outdoor ethernet cable into home   
    @Versafel Systems@ejn1 First, thanks for the guidance on grounding / lightning protection for Cat6 cables that originate outside the house and terminate directly into a switch.  I clearly missed adding the surge protection -- I am fixing now (you have got me worried that I am going to fry my networking gear).
    With respect to monitoring either a generator or a battery pack, I suggest using Shelly Plus One and the Shelly Add-on.  Both of these devices are inexpensive and integrate well using the Chowmain Shelly Driver.  The Add-on has a built-in voltmeter.  I have a 17kg Generac natural gas generator.  Natively, there is no integration into C4.  Using 3 Shelly Plus One devices, each with a Shelly Add-On, I am monitoring the voltage on the red, green, yellow, LED indicator lights on the generator.  When the voltage is above a threshold, I know which of the LED lights is on.  I have a custom button with a "happy generator" for the green LED and a custom button with a red X for when the red LED is illuminated (an SMS is also sent).
    The above works great and provides confidence that the generator is being monitored at all times.  The total cost of the integration is c$70 for the materials and no subscription fees.
  17. Like
    BDavisNJ got a reaction from dblessing in New Security Panel Recommendation   
    @dblessingI second your comment -- not a hijack at all.
  18. Upvote
    BDavisNJ reacted to dblessing in New Security Panel Recommendation   
    I would love to hear about your process of replacing a DSC Neo with IQ Pro. I invested a significant amount of time, energy and $$ in DSC Neo but wouldn’t mind considering an upgrade in the future. 
     
    I’m not super familiar with IQ Pro but seems like it’s built on top of Neo? Anyway, I don’t want to hijack the thread but please consider a post about your experience. 
  19. Like
    BDavisNJ got a reaction from South Africa C4 user in composer HE bug after upgrade to 3.4.1.701303   
    I have a tremendous amount of empathy for technology professionals -- especially those supporting forward-facing roles.  How many times has a producer, after a massively profitable week, called a supporting tech department with thanks because no technology issues presented?  Unfortunately, the answer is very few.  The reality is a ton of very talented people are focused in the background permitting us to be unconcerned about critical infrastructure.
    I think this is a very good opportunity for those of us who are impacted to reach out to the business leaders / senior management of SnapOne and let them know that Composer HE is a critically important part of our decision to select C4, a catalyst for C4-branded product purchases, and a post-sale source of enjoyment.
    There seems to be a misconception that Composer HE serves under-capitalized DIYers who are buying castoff items on eBay.  SnapOne leadership would be making a massive commercial mistake if it subscribes to this fallacy.  The reality is that the high income, HNW / UHNW client base that can afford professional grade home automation systems often have common traits of impatience, a desire for operational control, and privacy.  I have zero interest in being made dependent on a contractor's W2  employee when I want to make a minor adjustment to the environment of my own home.  Yes, there are times when I may elect to delegate.  But if a system forces me to wait or makes me hostage to someone else's schedule, that system will be in the rubbish bin -- fast.  Composer HE is a competitive advantage for C4 over Crestron and Savant.  Composer HE has provided a real-life introduction to programming for my kids and provided pride of ownership for me.
    Let me be clear, I like the dealer model.  And my dealer has zero interest in programming many of the very useful tasks that we as a family have experimented with -- especially as staffing gets more difficult.  All of these additional functions have led to thousands (or tens of thousands) of dollar spend on products -- which my dealer likes.
    There are several improvements that I would like to see to Composer HE.  None of these suggestions involve granting HE the ability to alter bindings or add devices.  Leave that to the dealer.
    Specifically (and please help me out so I can send a comprehensive list):
    edit and modify existing lines of programming code (currently revisions require an entire line (except compound conditionals) to be deleted and reentered in entirety) project-global search and replace (a version of Detective Suite); currently, I use a PDF version of the full system report in Adobe Acrobat to find specific lines of code the ability to see but not change bindings a copy and paste feature that targets selected lines of code a search feature in the Variable Agent In closing, I suggest that SnapOne look at the success premium brands have enjoyed by encouraging subsets of its user base better understand the workings of their products.  Rolls Royce offers Factory Days that literately delve under the hood with a mechanic.  MBUSA and Porsche offer track experiences.  Range Rover has several company sponsored off-road adventures.  This is not only fun for some owners but permits better appreciation of the car and strengthens the relationship between owner and dealer.
    My fear is that the Composer HE outage is less of an unplanned bug fix and more of a deliberate strategy to gauge the utility of the software.  If you ask a tech user if he/she would object to removing a feature, most will instinctively object.  Much more effective is to quietly turnoff the feature set and see if anyone notices or complains. 
    I am eager to hear thoughts from others ....
     
  20. Like
    BDavisNJ got a reaction from Dueport in composer HE bug after upgrade to 3.4.1.701303   
    I have a tremendous amount of empathy for technology professionals -- especially those supporting forward-facing roles.  How many times has a producer, after a massively profitable week, called a supporting tech department with thanks because no technology issues presented?  Unfortunately, the answer is very few.  The reality is a ton of very talented people are focused in the background permitting us to be unconcerned about critical infrastructure.
    I think this is a very good opportunity for those of us who are impacted to reach out to the business leaders / senior management of SnapOne and let them know that Composer HE is a critically important part of our decision to select C4, a catalyst for C4-branded product purchases, and a post-sale source of enjoyment.
    There seems to be a misconception that Composer HE serves under-capitalized DIYers who are buying castoff items on eBay.  SnapOne leadership would be making a massive commercial mistake if it subscribes to this fallacy.  The reality is that the high income, HNW / UHNW client base that can afford professional grade home automation systems often have common traits of impatience, a desire for operational control, and privacy.  I have zero interest in being made dependent on a contractor's W2  employee when I want to make a minor adjustment to the environment of my own home.  Yes, there are times when I may elect to delegate.  But if a system forces me to wait or makes me hostage to someone else's schedule, that system will be in the rubbish bin -- fast.  Composer HE is a competitive advantage for C4 over Crestron and Savant.  Composer HE has provided a real-life introduction to programming for my kids and provided pride of ownership for me.
    Let me be clear, I like the dealer model.  And my dealer has zero interest in programming many of the very useful tasks that we as a family have experimented with -- especially as staffing gets more difficult.  All of these additional functions have led to thousands (or tens of thousands) of dollar spend on products -- which my dealer likes.
    There are several improvements that I would like to see to Composer HE.  None of these suggestions involve granting HE the ability to alter bindings or add devices.  Leave that to the dealer.
    Specifically (and please help me out so I can send a comprehensive list):
    edit and modify existing lines of programming code (currently revisions require an entire line (except compound conditionals) to be deleted and reentered in entirety) project-global search and replace (a version of Detective Suite); currently, I use a PDF version of the full system report in Adobe Acrobat to find specific lines of code the ability to see but not change bindings a copy and paste feature that targets selected lines of code a search feature in the Variable Agent In closing, I suggest that SnapOne look at the success premium brands have enjoyed by encouraging subsets of its user base better understand the workings of their products.  Rolls Royce offers Factory Days that literately delve under the hood with a mechanic.  MBUSA and Porsche offer track experiences.  Range Rover has several company sponsored off-road adventures.  This is not only fun for some owners but permits better appreciation of the car and strengthens the relationship between owner and dealer.
    My fear is that the Composer HE outage is less of an unplanned bug fix and more of a deliberate strategy to gauge the utility of the software.  If you ask a tech user if he/she would object to removing a feature, most will instinctively object.  Much more effective is to quietly turnoff the feature set and see if anyone notices or complains. 
    I am eager to hear thoughts from others ....
     
  21. Like
    BDavisNJ got a reaction from dblessing in composer HE bug after upgrade to 3.4.1.701303   
    I have a tremendous amount of empathy for technology professionals -- especially those supporting forward-facing roles.  How many times has a producer, after a massively profitable week, called a supporting tech department with thanks because no technology issues presented?  Unfortunately, the answer is very few.  The reality is a ton of very talented people are focused in the background permitting us to be unconcerned about critical infrastructure.
    I think this is a very good opportunity for those of us who are impacted to reach out to the business leaders / senior management of SnapOne and let them know that Composer HE is a critically important part of our decision to select C4, a catalyst for C4-branded product purchases, and a post-sale source of enjoyment.
    There seems to be a misconception that Composer HE serves under-capitalized DIYers who are buying castoff items on eBay.  SnapOne leadership would be making a massive commercial mistake if it subscribes to this fallacy.  The reality is that the high income, HNW / UHNW client base that can afford professional grade home automation systems often have common traits of impatience, a desire for operational control, and privacy.  I have zero interest in being made dependent on a contractor's W2  employee when I want to make a minor adjustment to the environment of my own home.  Yes, there are times when I may elect to delegate.  But if a system forces me to wait or makes me hostage to someone else's schedule, that system will be in the rubbish bin -- fast.  Composer HE is a competitive advantage for C4 over Crestron and Savant.  Composer HE has provided a real-life introduction to programming for my kids and provided pride of ownership for me.
    Let me be clear, I like the dealer model.  And my dealer has zero interest in programming many of the very useful tasks that we as a family have experimented with -- especially as staffing gets more difficult.  All of these additional functions have led to thousands (or tens of thousands) of dollar spend on products -- which my dealer likes.
    There are several improvements that I would like to see to Composer HE.  None of these suggestions involve granting HE the ability to alter bindings or add devices.  Leave that to the dealer.
    Specifically (and please help me out so I can send a comprehensive list):
    edit and modify existing lines of programming code (currently revisions require an entire line (except compound conditionals) to be deleted and reentered in entirety) project-global search and replace (a version of Detective Suite); currently, I use a PDF version of the full system report in Adobe Acrobat to find specific lines of code the ability to see but not change bindings a copy and paste feature that targets selected lines of code a search feature in the Variable Agent In closing, I suggest that SnapOne look at the success premium brands have enjoyed by encouraging subsets of its user base better understand the workings of their products.  Rolls Royce offers Factory Days that literately delve under the hood with a mechanic.  MBUSA and Porsche offer track experiences.  Range Rover has several company sponsored off-road adventures.  This is not only fun for some owners but permits better appreciation of the car and strengthens the relationship between owner and dealer.
    My fear is that the Composer HE outage is less of an unplanned bug fix and more of a deliberate strategy to gauge the utility of the software.  If you ask a tech user if he/she would object to removing a feature, most will instinctively object.  Much more effective is to quietly turnoff the feature set and see if anyone notices or complains. 
    I am eager to hear thoughts from others ....
     
  22. Upvote
    BDavisNJ got a reaction from dblessing in C4 tech team thank you   
    I am new here and do not know if C4 officially monitors this chatroom.  This is a brief note of appreciation to C4 for swiftly resolving the issue that resulted in the Android app crashing upon any Webview subroutine.  I can only imagine the difficulty of navigating an architecture dominated by massive players like GOOGL and AAPL.
    Thank you.
    Now, can we please get the Composer HE working with 3.4.1!
    Kind regards...
  23. Like
    BDavisNJ got a reaction from msgreenf in C4 tech team thank you   
    I am new here and do not know if C4 officially monitors this chatroom.  This is a brief note of appreciation to C4 for swiftly resolving the issue that resulted in the Android app crashing upon any Webview subroutine.  I can only imagine the difficulty of navigating an architecture dominated by massive players like GOOGL and AAPL.
    Thank you.
    Now, can we please get the Composer HE working with 3.4.1!
    Kind regards...
  24. Like
    BDavisNJ got a reaction from neil12011 in C4 tech team thank you   
    I am new here and do not know if C4 officially monitors this chatroom.  This is a brief note of appreciation to C4 for swiftly resolving the issue that resulted in the Android app crashing upon any Webview subroutine.  I can only imagine the difficulty of navigating an architecture dominated by massive players like GOOGL and AAPL.
    Thank you.
    Now, can we please get the Composer HE working with 3.4.1!
    Kind regards...
  25. Like
    BDavisNJ got a reaction from South Africa C4 user in C4 tech team thank you   
    I am new here and do not know if C4 officially monitors this chatroom.  This is a brief note of appreciation to C4 for swiftly resolving the issue that resulted in the Android app crashing upon any Webview subroutine.  I can only imagine the difficulty of navigating an architecture dominated by massive players like GOOGL and AAPL.
    Thank you.
    Now, can we please get the Composer HE working with 3.4.1!
    Kind regards...
×
×
  • Create New...

Important Information

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