[plugwiseha] Added default tags (#14160)
* add default tags Signed-off-by: lsiepel <leosiepel@gmail.com>
This commit is contained in:
parent
bd6fe9008a
commit
bc6a027f9e
@ -97,7 +97,7 @@ channel-type.plugwiseha.regulationControl.state.option.active = Active
|
|||||||
channel-type.plugwiseha.regulationControl.state.option.passive = Passive
|
channel-type.plugwiseha.regulationControl.state.option.passive = Passive
|
||||||
channel-type.plugwiseha.regulationControl.state.option.off = Off
|
channel-type.plugwiseha.regulationControl.state.option.off = Off
|
||||||
channel-type.plugwiseha.returnWaterTemperature.label = Return Water Temperature
|
channel-type.plugwiseha.returnWaterTemperature.label = Return Water Temperature
|
||||||
channel-type.plugwiseha.returnWaterTemperature.description = Gets the temperature of the boiler return water
|
channel-type.plugwiseha.returnWaterTemperature.description = Gets the temperature of the return water
|
||||||
channel-type.plugwiseha.setpointTemperature.label = Setpoint Temperature
|
channel-type.plugwiseha.setpointTemperature.label = Setpoint Temperature
|
||||||
channel-type.plugwiseha.setpointTemperature.description = Gets or sets the set point of this zone
|
channel-type.plugwiseha.setpointTemperature.description = Gets or sets the set point of this zone
|
||||||
channel-type.plugwiseha.temperature.label = Zone Temperature
|
channel-type.plugwiseha.temperature.label = Zone Temperature
|
||||||
|
|||||||
@ -9,6 +9,10 @@
|
|||||||
<label>Setpoint Temperature</label>
|
<label>Setpoint Temperature</label>
|
||||||
<description>Gets or sets the set point of this zone</description>
|
<description>Gets or sets the set point of this zone</description>
|
||||||
<category>heating</category>
|
<category>heating</category>
|
||||||
|
<tags>
|
||||||
|
<tag>Setpoint</tag>
|
||||||
|
<tag>Temperature</tag>
|
||||||
|
</tags>
|
||||||
<state min="0.0" max="35.0" step="0.5" pattern="%.1f %unit%"/>
|
<state min="0.0" max="35.0" step="0.5" pattern="%.1f %unit%"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
@ -17,6 +21,10 @@
|
|||||||
<label>Zone Temperature</label>
|
<label>Zone Temperature</label>
|
||||||
<description>Gets the temperature of this zone</description>
|
<description>Gets the temperature of this zone</description>
|
||||||
<category>heating</category>
|
<category>heating</category>
|
||||||
|
<tags>
|
||||||
|
<tag>Measurement</tag>
|
||||||
|
<tag>Temperature</tag>
|
||||||
|
</tags>
|
||||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
@ -73,6 +81,10 @@
|
|||||||
<channel-type id="powerUsage">
|
<channel-type id="powerUsage">
|
||||||
<item-type>Number:Power</item-type>
|
<item-type>Number:Power</item-type>
|
||||||
<label>Power Usage</label>
|
<label>Power Usage</label>
|
||||||
|
<tags>
|
||||||
|
<tag>Measurement</tag>
|
||||||
|
<tag>Power</tag>
|
||||||
|
</tags>
|
||||||
<state pattern="%.2f %unit%" readOnly="true"></state>
|
<state pattern="%.2f %unit%" readOnly="true"></state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
@ -153,6 +165,10 @@
|
|||||||
<label>Domestic Hot Water Temperature</label>
|
<label>Domestic Hot Water Temperature</label>
|
||||||
<description>Gets the temperature of the domestic hot water</description>
|
<description>Gets the temperature of the domestic hot water</description>
|
||||||
<category>heating</category>
|
<category>heating</category>
|
||||||
|
<tags>
|
||||||
|
<tag>Measurement</tag>
|
||||||
|
<tag>Temperature</tag>
|
||||||
|
</tags>
|
||||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
@ -169,6 +185,10 @@
|
|||||||
<label>Boiler Temperature</label>
|
<label>Boiler Temperature</label>
|
||||||
<description>Gets the temperature of this boiler</description>
|
<description>Gets the temperature of this boiler</description>
|
||||||
<category>heating</category>
|
<category>heating</category>
|
||||||
|
<tags>
|
||||||
|
<tag>Measurement</tag>
|
||||||
|
<tag>Temperature</tag>
|
||||||
|
</tags>
|
||||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
@ -177,6 +197,10 @@
|
|||||||
<label>Return Water Temperature</label>
|
<label>Return Water Temperature</label>
|
||||||
<description>Gets the temperature of the return water</description>
|
<description>Gets the temperature of the return water</description>
|
||||||
<category>heating</category>
|
<category>heating</category>
|
||||||
|
<tags>
|
||||||
|
<tag>Measurement</tag>
|
||||||
|
<tag>Temperature</tag>
|
||||||
|
</tags>
|
||||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
@ -201,6 +225,10 @@
|
|||||||
<label>Water Pressure</label>
|
<label>Water Pressure</label>
|
||||||
<description>Gets the water pressure of the boiler</description>
|
<description>Gets the water pressure of the boiler</description>
|
||||||
<category>heating</category>
|
<category>heating</category>
|
||||||
|
<tags>
|
||||||
|
<tag>Measurement</tag>
|
||||||
|
<tag>Pressure</tag>
|
||||||
|
</tags>
|
||||||
<state readOnly="true" pattern="%.1f %unit%"/>
|
<state readOnly="true" pattern="%.1f %unit%"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
@ -225,6 +253,10 @@
|
|||||||
<label>Valve Position</label>
|
<label>Valve Position</label>
|
||||||
<description>Gets the position of the valve (0% closed, 100% open)</description>
|
<description>Gets the position of the valve (0% closed, 100% open)</description>
|
||||||
<category>heating</category>
|
<category>heating</category>
|
||||||
|
<tags>
|
||||||
|
<tag>Status</tag>
|
||||||
|
<tag>OpenLevel</tag>
|
||||||
|
</tags>
|
||||||
<state readOnly="true" pattern="%.0f"/>
|
<state readOnly="true" pattern="%.0f"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user