Jump to content
C4 Forums | Control4

monopole

c4Forums Member
  • Posts

    4
  • Joined

  • Last visited

monopole's Achievements

  1. @CameronE I'm also developing my thermostat driver based on the sample. However, I'm stuck on how to handle the proxy commands. I added the functions in the driver.lua file but they don't seem to get called. Is it possible for you to share your driver code with me so I can learn from that? Any pointers appreciated. thanks! PS: I tried the following at the top of driver.lua and none of them seem to work function ExecuteCommand (strCommand, tParams) print ('--- ExecuteCommand' .. strCommand) end function SET_MODE_HVAC (strCommand, tParams) print ('--- SET_MODE_HVAC' .. strCommand) end function PRX_CMD.SET_MODE_HVAC (strCommand, tParams) print ('--- PRX_CMD.SET_MODE_HVAC' .. strCommand) end
  2. I configure my door station to call a call group. But it looks like if I call a call group, all the touchpad auto answers. I want them to ring instead, Is there a way to turn off auto-answer for a call group?
  3. Is the control4 integration a local solution (i.e. working without internet access) or a cloud based solution?
  4. I'm trying to integrate a third party sip phone as a door station in control4. I did get it working by registering it as an external device. However, it can only call one touch pad when user pushes the button. I need a way to ring multiple touch pads simultaneously. I'm thinking intercom group might be a way to accomplish this. So I tried to call sip:All@<controller_ip> from a third party soft phone. All the touch pads does immediately hear me talking. They apparently auto answered my call without ringing at all, even though "Auto Answer" was off on all these touch pads. I guess this is the default behavior of group calls. But this is not what I want. I want all the touch pads to ring. If any pad answers the call, other pads should stop ringing. Is there anyway to do this? thanks!
×
×
  • Create New...

Important Information

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