Jump to content
C4 Forums | Control4

Xiaolin

c4Forums Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Xiaolin

  1. OK, if I delete the proxy in the proxy in the connections, it can't be added. But it can't be added to a room... Would like to know why it can't be added to a room, Is it because bad C4i setting? If so would like to know what should I do. Thank you in advance!
  2. Posted 21 minutes ago Hi msgreenf! I think so, it seems I want to edit the proxy in the driver editor. I would like to change it to 5001 and "Use Binding ID", every time I change it and save it, it seems it turns to the original... Here is the Lua code: -- Constants DRIVER_VERSION = "v0.15 (2019-04-29)" DEBUG_LOG_FILENAME = "sygnal_connect.log" SYGNAL_MASTER_PROXY_BINDING_ID = 1 SERIAL_BINDING_ID = 100 THERMOSTAT_PROXY_BINDING_ID = 5001 NETWORK_PORT_BINDING_ID = 6001 COMMAND_QUEUE_SIZE = 100 SYGNAL_POLL_RATE = 10 SYGNAL_SEND_TIMEOUT = 2000 DBGPRINT = false DBGLOG = false gTimerLibTimerCurID = 0 g_unitAddress = 0 gReceiveBuffer = "" Here is the XML code: <devicedata> <copyright>Copyright 2015-2019 My Device Pty Ltd. All rights reserved.</copyright> <creator>My Device</creator> <name>ClimateHUB Connect</name> <model>Connect</model> <manufacturer>ClimateHUB</manufacturer> <driver>DriverWorks</driver> <control>lua_gen</control> <version>20190429</version> <created>06/18/2015 1:59 PM</created> <modified>06/18/2015 1:59 PM</modified> <composer_categories> <category>HVAC</category> </composer_categories> <proxies> <proxy proxybindingid="5001" name="Sygnal Connect" primary="True">sygnal_connect</proxy> </proxies> <config> <documentation file="documentation.rtf" /> <properties> <property> <name>Driver Status</name> <type>STRING</type> <readonly>true</readonly> <default /> </property> <property> <name>Version</name> <type>STRING</type> <default></default> <readonly>True</readonly> </property> <property> The figure of proxy no matter how many times I made it to 5001. Thank you in advance for helping me!
  3. Hi msgreenf! I think so, it seems I want to edit the proxy in the driver editor. I would like to change it to 5001 and "Use Binding ID", every time I change it and save it, it seems it turns to the original... Here is the Lua code: -- Constants DRIVER_VERSION = "v0.15 (2019-04-29)" DEBUG_LOG_FILENAME = "sygnal_connect.log" SYGNAL_MASTER_PROXY_BINDING_ID = 1 SERIAL_BINDING_ID = 100 THERMOSTAT_PROXY_BINDING_ID = 5001 NETWORK_PORT_BINDING_ID = 6001 COMMAND_QUEUE_SIZE = 100 SYGNAL_POLL_RATE = 10 SYGNAL_SEND_TIMEOUT = 2000 DBGPRINT = false DBGLOG = false gTimerLibTimerCurID = 0 g_unitAddress = 0 gReceiveBuffer = "" Here is the XML code: <devicedata> <copyright>Copyright 2015-2019 My Device Pty Ltd. All rights reserved.</copyright> <creator>My Device</creator> <name>ClimateHUB Connect</name> <model>Connect</model> <manufacturer>ClimateHUB</manufacturer> <driver>DriverWorks</driver> <control>lua_gen</control> <version>20190429</version> <created>06/18/2015 1:59 PM</created> <modified>06/18/2015 1:59 PM</modified> <composer_categories> <category>HVAC</category> </composer_categories> <proxies> <proxy proxybindingid="5001" name="Sygnal Connect" primary="True">sygnal_connect</proxy> </proxies> <config> <documentation file="documentation.rtf" /> <properties> <property> <name>Driver Status</name> <type>STRING</type> <readonly>true</readonly> <default /> </property> <property> <name>Version</name> <type>STRING</type> <default></default> <readonly>True</readonly> </property> <property> The figure of proxy no matter how many times I made it to 5001. Thank you in advance for helping me!
  4. Hi experts! I made the driver by python driver packager code, but I had issues adding them to rooms. I would like to know what may caused to this. Thank you all! Looking forward to your reply. Kind regards, Xiaolin
  5. Thanks! Would like to know, how can I get the official dealer forums please.
  6. Hi Andrew! Thank you for your reply! Basically, we created a driver and would like to write Lua code and get it plugged into composer pro. So we can use it to control our controller by JSON-RPC protocol. I would like to know if something in the API can help. Currently, I am using the 3.3.1 version of composer pro. Thank you!
  7. Would like to know if some plugged-in parameter can be used to do IP address and already deployed in the Control 4 platform.
×
×
  • Create New...

Important Information

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