Add channel return temp (#13833)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
@@ -96,6 +96,8 @@ channel-type.plugwiseha.regulationControl.description = Switch the regulation co
|
||||
channel-type.plugwiseha.regulationControl.state.option.active = Active
|
||||
channel-type.plugwiseha.regulationControl.state.option.passive = Passive
|
||||
channel-type.plugwiseha.regulationControl.state.option.off = Off
|
||||
channel-type.plugwiseha.returnWaterTemperature.label = Return Water Temperature
|
||||
channel-type.plugwiseha.returnWaterTemperature.description = Gets the temperature of the boiler return water
|
||||
channel-type.plugwiseha.setpointTemperature.label = Setpoint Temperature
|
||||
channel-type.plugwiseha.setpointTemperature.description = Gets or sets the set point of this zone
|
||||
channel-type.plugwiseha.temperature.label = Zone Temperature
|
||||
|
||||
@@ -172,6 +172,14 @@
|
||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="returnWaterTemperature">
|
||||
<item-type>Number:Temperature</item-type>
|
||||
<label>Return Water Temperature</label>
|
||||
<description>Gets the temperature of the return water</description>
|
||||
<category>heating</category>
|
||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="dhwSetpoint">
|
||||
<item-type>Number:Temperature</item-type>
|
||||
<label>Domestic Hot Water Setpoint Temperature</label>
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
<channel id="boilerTemperature" typeId="boilerTemperature"/>
|
||||
<channel id="dhwSetpoint" typeId="dhwSetpoint"/>
|
||||
<channel id="maxBoilerTemperature" typeId="maxBoilerTemperature"/>
|
||||
<channel id="returnWaterTemperature" typeId="returnWaterTemperature"/>
|
||||
</channels>
|
||||
|
||||
<representation-property>id</representation-property>
|
||||
|
||||
Reference in New Issue
Block a user