Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 13.94 KB | None | 0 0
  1. write_points = [{
  2.     'write_point': u 'set_cfg_room_num1',
  3.     'description': u 'Room Digits (1 and 2)'
  4. }, {
  5.     'write_point': u 'set_ur',
  6.     'description': u 'Rented Status. WARNING: Setting PTAC to Vacant will lock the unit. (uR)'
  7. }, {
  8.     'write_point': u 'set_occupancy_type',
  9.     'description': u 'Wired Unoccupied Setback Activation'
  10. }, {
  11.     'write_point': u 'set_en_oct_cool_lock',
  12.     'description': u 'Activates the unit health alerts which provide notifications PTAC operational issues.'
  13. }, {
  14.     'write_point': u 'set_setback_value[0]',
  15.     'description': u "Room occupancy is determined by the occupancy sensor. Whenever the door closes, the occupancy sensor searches for motion, and if no motion is detected it declares the room unoccupied.<br/><br/>The PTAC unit goes into temperature set-backs only when the room is declared unoccupied. If at any time a change is made at the thermostat, the PTAC touchpad or there is any motion, the occupancy status changes to occupied.<br/><br/>When unoccupied, the PTAC begins a series of 3 energy savings set-backs. The set-back temperatures and time intervals can be adjusted here.<br/><br/>Time is the amount of time since the room was declared unoccupied that the relevant set-back is applied.<br/><br/>Recommended settings<br/><br/><table border=1 style=\\'font-size:13px;\\'><tr><th>Set-back</th><th>Temperature</th><th>Time</th></tr><tr><td>1<sup>st</sup></td><td>2</td><td>30 minutes</td></tr><tr><td>2<sup>nd</sup></td><td>3</td><td>1 hour</td></tr><tr><td>3<sup>rd</sup></td><td>5</td><td>3 hours</td></tr></table>"
  16. }, {
  17.     'write_point': u 'set_fan_switch_type',
  18.     'description': u 'Sets the fan operation mode of the PTAC.<br/><br/>Auto Fan Cycle: The fan cycles on and off during operation.<br/><br/>Constant Fan Cool / Heat: The fan runs continuously in cooling and heating but does not run in OFF mode.<br/><br/>Auto Fan Cycle(7-Button Only): The fan cycles on and off during operation, and allows use of constant fan button on touchpad.<br/><br/>Temporary Constant Fan(7-Button Only): When constant fan button is pressed on the touch pad unit runs in constant mode for a specific period of time and then reverts to auto (use D6 to set time limit).<br/><br/>Constant Fan: The fan runs continuously even in OFF mode.<br/> <br/>Constant Fan Cool: The fan runs continuously in cooling and cycles with call for heating.<br/><br/>Temporary Auto Fan Cycle(7-Button Only): When auto fan button is pressed on the touch pad unit runs in auto mode for a specific period of time and then reverts to constant (use D6 to set time limit).'
  19. }, {
  20.     'write_point': u 'set_en_freeze_prot',
  21.     'description': u 'When enabled, the unit will engage the electric heater whenever the room temperature drops below 40&deg;, and will run until the room temperature reaches 43&deg;.'
  22. }, {
  23.     'write_point': u 'set_en_room_mix_cool',
  24.     'description': u 'When enabled (and the PTAC is in Cooling mode), the fan will periodically cycle on and off to circulate air in the room. The fan runs 2 minutes on and then 5 to 15 minutes off.'
  25. }, {
  26.     'write_point': u 'set_cfg_room_num2',
  27.     'description': u 'Room Digits (3 and 4)'
  28. }, {
  29.     'write_point': u 'set_setback_value[1]',
  30.     'description': u '2nd Unoccupied Setback Temperature'
  31. }, {
  32.     'write_point': u 'set_occ',
  33.     'description': u 'Sets the occupancy status of the room. When declared unoccupied the PTAC will begin the setback routine.'
  34. }, {
  35.     'write_point': u 'set_en_unrented_setbk',
  36.     'description': u 'Wired Unrented Setback Activation'
  37. }, {
  38.     'write_point': u 'set_motion_close',
  39.     'description': u 'Wired Motion Sensor Type'
  40. }, {
  41.     'write_point': u 'set_setback_value[2]',
  42.     'description': u '3rd Unoccupied Setback Temperature'
  43. }, {
  44.     'write_point': u 'set_en_room_mix_heat',
  45.     'description': u 'Room Air Mix Heating . When enabled (and the PTAC is in Heating mode), the fan will periodically cycle on and off to circulate air in the room. The fan runs 2 minutes on and then 5 to 15 minutes off.'
  46. }, {
  47.     'write_point': u 'set_system_mode',
  48.     'description': u 'Sets the current operating mode of the PTAC (i.e. Heat, Cool, Off.). This impacts the units operation as if the selection was made at the touchpad. Any changes made through the web user interface can be overridden at the PTAC.'
  49. }, {
  50.     'write_point': u 'set_room_prefix',
  51.     'description': u 'Room Prefix'
  52. }, {
  53.     'write_point': u 'set_dehumidify_type',
  54.     'description': u 'When enabled, the compressor runs longer in Cooling mode before shutting off allowing PTAC to pull more moisture from the air.'
  55. }, {
  56.     'write_point': u 'set_sensorless_unoccup',
  57.     'description': u 'Sensorless Unoccupied Time'
  58. }, {
  59.     'write_point': u 'set_room_suffix',
  60.     'description': u 'Room Suffix'
  61. }, {
  62.     'write_point': u 'set_tdes',
  63.     'description': u "Sets the current temperature set-point of room. This impacts the unit's operation as if the selection was made at the touchpad. Any changes made through the web user interface can be overridden at the PTAC."
  64. }, {
  65.     'write_point': u 'set_en_twinned',
  66.     'description': u 'Twinned Unit'
  67. }, {
  68.     'write_point': u 'set_en_rev_cycle',
  69.     'description': u 'Designates whether the PTAC is a Heat Pump (PTH) or Electric Heat Only (PTC).'
  70. }, {
  71.     'write_point': u 'set_setback_time[0]',
  72.     'description': u '1st Unoccupied Setback Time'
  73. }, {
  74.     'write_point': u 'set_en_room_mix_hi',
  75.     'description': u 'Sets the fan speed when the PTAC cycles through Room Air Mix.'
  76. }, {
  77.     'write_point': u 'set_group_code',
  78.     'description': u 'JACE Group Code'
  79. }, {
  80.     'write_point': u 'set_setback_time[1]',
  81.     'description': u '2nd Unoccupied Setback Time'
  82. }, {
  83.     'write_point': u 'set_fan_oper',
  84.     'description': u "Sets the fan mode (i.e. Auto [Smart] or On). This impacts the unit's operation as if the selection was made at the PTAC. Any changes made through the web user interface can be overridden at the PTAC."
  85. }, {
  86.     'write_point': u 'set_en_smart_fan_heat',
  87.     'description': u 'When enabled, the PTAC automatically chooses its fan speed (High or Low) depending on the difference between the actual temperature and the desired set point.'
  88. }, {
  89.     'write_point': u 'set_heat_second_stage',
  90.     'description': u 'Sets the temperature delta between the desired temperature set-point and actual ambient room temperature when the electric heater is engaged. Adjust the 2nd stage heat differential from 4&deg; to 8&deg; in 1 degree increments.'
  91. }, {
  92.     'write_point': u 'set_en_b_as_o',
  93.     'description': u 'Select O if Heat Pump Thermostat being used does not have a B terminal, otherwise select B (default setting).'
  94. }, {
  95.     'write_point': u 'set_low_fan_only',
  96.     'description': u 'When enabled, the fan will only operate in low speed mode.'
  97. }, {
  98.     'write_point': u 'set_setback_time[2]',
  99.     'description': u '3rd Unoccupied Setback Time'
  100. }, {
  101.     'write_point': u 'set_fan_speed',
  102.     'description': u 'Change current fan speed to Low, High, or Auto (Smart).'
  103. }, {
  104.     'write_point': u 'set_ehh',
  105.     'description': u 'When active, the compressor is locked out and will not function. This feature should only be used with Hydronic PTAC units when electricity is limited.'
  106. }, {
  107.     'write_point': u 'set_en_centigrade',
  108.     'description': u 'Toggles temperature display between Fahrenheit and Celsius.'
  109. }, {
  110.     'write_point': u 'set_limit_cool_min',
  111.     'description': u 'Sets the limits at which the PTAC will heat or cool. For example, if the temp limit in Cooling is set to 70&deg;, the PTAC will not cool below 70 however, the PTAC will still display a desired temperature down to 60&deg;.'
  112. }, {
  113.     'write_point': u 'set_limit_heat_max',
  114.     'description': u 'Sets the limits at which the PTAC will heat or cool. For example, if the temp limit in Cooling is set to 70&deg;, the PTAC will not cool below 70 however, the PTAC will still display a desired temperature down to 60&deg;.'
  115. }, {
  116.     'write_point': u 'set_en_tstat_motion',
  117.     'description': u 'T-stat Motion Sensor'
  118. }, {
  119.     'write_point': u 'set_thermostat_type',
  120.     'description': u 'Sets whether the PTAC should use a wireless thermostat, wired thermostat, or touchpad only.'
  121. }, {
  122.     'write_point': u 'set_ls',
  123.     'description': u 'When active, the compressor is shut off to reduce the electrical load in the building. This setting should not be used under normal operation.'
  124. }, {
  125.     'write_point': u 'set_en_temp_disp',
  126.     'description': u 'Temperature Display'
  127. }, {
  128.     'write_point': u 'set_fd',
  129.     'description': u 'When active, the compressor and heater are shut off and the unit is locked out to changes via the touchpad. This setting is not related to the Rented/Vacant setting and is not used with the property management (front desk) interface.'
  130. }, {
  131.     'write_point': u 'set_unrent_cool_temp',
  132.     'description': u 'Sets the temperature set-point that the PTAC will enter when the room is declared Unrented.'
  133. }, {
  134.     'write_point': u 'set_dehumidify_drop',
  135.     'description': u 'Sets the number of degrees beyond the desired set-point that the compressor will run before shutting off whenever the dehumidification activation is enabled. The higher the call drop, the more moisture will be pulled from the air.'
  136. }, {
  137.     'write_point': u 'set_dehumid_rh',
  138.     'description': u 'Dehumidification RH%'
  139. }, {
  140.     'write_point': u 'set_ptac_cool_cap',
  141.     'description': u "Designates the PTAC's BTU Cooling capacity."
  142. }, {
  143.     'write_point': u 'set_unrent_heat_temp',
  144.     'description': u 'Sets the temperature set-point that the PTAC will enter when the room is declared Unrented.'
  145. }, {
  146.     'write_point': u 'set_L4_constant',
  147.     'description': u 'L4 Constant'
  148. }, {
  149.     'write_point': u 'set_L6_constant',
  150.     'description': u 'L6 Constant'
  151. }, {
  152.     'write_point': u 'set_high_smart_cool',
  153.     'description': u 'Sets the difference between desired temperature and actual temperature that determines the fan speed.<br/>For example, if the High Speed Fan Temp. is 8&deg;, the PTAC is in Heat mode, the actual temperature is 65&deg;, and the desired temperature is 75&deg;, then the fan will come on in high speed when needed, because the difference between desired temperature and actual temperature is greater than the High Speed Fan Temp.'
  154. }, {
  155.     'write_point': u 'set_electric_heat_cap',
  156.     'description': u "Designates the PTAC's kW Heating ability."
  157. }, {
  158.     'write_point': u 'set_high_smart_heat',
  159.     'description': u 'Sets the difference between desired temperature and actual temperature that determines the fan speed.<br/>For example, if the High Speed Fan Temp. is 8&deg;, the PTAC is in Heat mode, the actual temperature is 65&deg;, and the desired temperature is 75&deg;, then the fan will come on in high speed when needed, because the difference between desired temperature and actual temperature is greater than the High Speed Fan Temp.'
  160. }, {
  161.     'write_point': u 'set_LC_constant',
  162.     'description': u 'LC Constant'
  163. }, {
  164.     'write_point': u 'set_oper_voltage',
  165.     'description': u 'Operational Voltage'
  166. }, {
  167.     'write_point': u 'set_main_door_open',
  168.     'description': u 'Main Door'
  169. }, {
  170.     'write_point': u 'set_C2_constant',
  171.     'description': u 'C2 Constant'
  172. }, {
  173.     'write_point': u 'set_door_transition_mode',
  174.     'description': u 'Transition Mode'
  175. }, {
  176.     'write_point': u 'set_C3_constant',
  177.     'description': u 'C3 Constant'
  178. }, {
  179.     'write_point': u 'set_comp_lockin_time',
  180.     'description': u 'Compressor Lockin'
  181. }, {
  182.     'write_point': u 'set_C4_constant',
  183.     'description': u 'C4 Constant'
  184. }, {
  185.     'write_point': u 'set_freeze_protect_limit',
  186.     'description': u 'Freeze Protect'
  187. }, {
  188.     'write_point': u 'set_C5_constant',
  189.     'description': u 'C5 Constant'
  190. }, {
  191.     'write_point': u 'set_iat_weight',
  192.     'description': u 'IAT Weight'
  193. }, {
  194.     'write_point': u 'set_mesh_revert_time',
  195.     'description': u 'Mesh Down Revert Time'
  196. }, {
  197.     'write_point': u 'set_en_mesh_join',
  198.     'description': u 'Mesh Joining'
  199. }, {
  200.     'write_point': u 'set_riat_offset',
  201.     'description': u 'RIAT Offset'
  202. }, {
  203.     'write_point': u 'set_en_economizer',
  204.     'description': u 'Economizer'
  205. }, {
  206.     'write_point': u 'set_en_high_volt_cutout',
  207.     'description': u 'High Voltage Cut Out'
  208. }, {
  209.     'write_point': u 'set_comp_guard_offset',
  210.     'description': u 'Compressor Guard'
  211. }, {
  212.     'write_point': u 'set_econ_cool_limit',
  213.     'description': u 'Economizer Cool Limit'
  214. }, {
  215.     'write_point': u 'set_econ_heat_limit',
  216.     'description': u 'Economizer Heat Limit'
  217. }, {
  218.     'write_point': u 'set_ihd_type',
  219.     'description': u 'IHD Usage'
  220. }, {
  221.     'write_point': u 'set_heat_sentinel',
  222.     'description': u 'PTAC automatically engages, regardless of the current mode, iin cooling mode when the room ambient temperature is above the value selected. This is done to keep the room temperature from getting too high.'
  223. }, {
  224.     'write_point': u 'set_maid_time',
  225.     'description': u 'When a room is unrented, the PTAC touchpad is disabled. By activating this feature, after touching the PTAC touchpad, the unit can be used one time for the amount of time selected. After that time is up, the PTAC remains disabled until it is declared rented.'
  226. }, {
  227.     'write_point': u 'set_third_stage_heat',
  228.     'description': u '3-Stage Heat'
  229. }, {
  230.     'write_point': u 'set_third_stage_diff',
  231.     'description': u '3-Stage Heat Differential'
  232. }, {
  233.     'write_point': u 'set_membrane_type',
  234.     'description': u 'Membrane Type'
  235. }, {
  236.     'write_point': u 'set_in1_type',
  237.     'description': u 'Input Pins IN1 & COM'
  238. }, {
  239.     'write_point': u 'set_in2_type',
  240.     'description': u 'Input Pins IN2 & COM'
  241. }, {
  242.     'write_point': u 'set_econ_tlc',
  243.     'description': u 'Economy Temp. Limiting Cool'
  244. }, {
  245.     'write_point': u 'set_econ_tlh',
  246.     'description': u 'Economy Temp. Limiting Heat'
  247. }, {
  248.     'write_point': u 'set_cfg_login',
  249.     'description': u 'Config. Security Code'
  250. }, {
  251.     'write_point': u 'set_defrost_routine',
  252.     'description': u 'Defrost Routine'
  253. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement