I believe some additional calls were added to the thermostat API when the RCS interface was revamped (by RJ) in the past to accomodate RCS zone controllers. For example, there is a GetDamperStatus(controller,tstat) function that returns the current damper status (true open/false closed).
Does anyone have a correct list of the API functions and each function's relationship to the ZCV4 zone controller settings? What functions return system settings (system mode/system fan mode) and what functions return the settings for each zone (heat setpoint/cool setpoint/mode/damper status/fan mode/hold status). Most are self explanatory and function correctly (temp, heat setpoint, cool setpoint, damper status).
What is the function call for mode, fan mode, or hold status on an individual zone?
What is the function call for system mode and system fan mode on the overall system?
These values are displayed correctly in the plugin interface but I'm not clear which function to use in scripts.
Edit: using RCS plugin v2.3.2634.26204
Does anyone have a correct list of the API functions and each function's relationship to the ZCV4 zone controller settings? What functions return system settings (system mode/system fan mode) and what functions return the settings for each zone (heat setpoint/cool setpoint/mode/damper status/fan mode/hold status). Most are self explanatory and function correctly (temp, heat setpoint, cool setpoint, damper status).
What is the function call for mode, fan mode, or hold status on an individual zone?
What is the function call for system mode and system fan mode on the overall system?
These values are displayed correctly in the plugin interface but I'm not clear which function to use in scripts.
Edit: using RCS plugin v2.3.2634.26204
Comment