
N-BW2 Networker Bridge (WIFI)
API-N-BW2
Issue 1.3 Page 23 of 48
4.4 Cooling (Add-on) Related – Group 1: {“CGOM”:
This group identifies add-on cooling related information and is sent by the N-BW2 as part of the status information
reported when cooling is the current operating mode of the Networker System.
Under the cooling operating mode, there exists two very distinct modes of operation:
1)
Single Set Point Operation (Standard)
In this mode of operation one set point temperature defines the operation of the system even if the
system is zoned.
2)
Multi Set Point Operation (Zone Plus)
In this mode of operation the gas heating system is zoned and each zone that exists in the system can
have its own operating characteristics. For example one zone can be under manual control while another
is under schedule control both with different set point temperatures defined.
The
{“SYST”: {“CFG”: {“MTSP”: “$” } } }
tag indicates the current operating mode the system is in. The
commands required for these two distinct modes differ slightly so they are described in separate sections
For example the following command alters the set point temperature of Zone A to 18°C when operating under
cooling (add-on) mode in a multi set point system:
{“CGOM”: {“ZAO”: {“SP”: “18” } } }
For a single set point system the equivalent command would be:
{“CGOM”: {“GSO”: “SP”: “18” } } }
Note that when the schedule setup is being accessed the mode switch
{“SYST”: {“OSS”: {“M”: “$” } } }
will
not be executed until the schedule setup is exited.