[plugwiseha] Added default tags (#14160)

* add default tags

Signed-off-by: lsiepel <leosiepel@gmail.com>
This commit is contained in:
lsiepel 2023-02-04 19:44:06 +01:00 committed by GitHub
parent bd6fe9008a
commit bc6a027f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 3 deletions

View File

@ -70,7 +70,7 @@ channel-type.plugwiseha.intendedHeatingState.description = Should the boiler be
channel-type.plugwiseha.lock.label = Lock
channel-type.plugwiseha.lock.description = Locks the switch state of the Plugwise Smart plug
channel-type.plugwiseha.maxBoilerTemperature.label = Max Boiler Temperature
channel-type.plugwiseha.maxBoilerTemperature.description = Gets the maximum temperature ofthis boiler
channel-type.plugwiseha.maxBoilerTemperature.description = Gets the maximum temperature of this boiler
channel-type.plugwiseha.modulationLevel.label = Modulelation Level
channel-type.plugwiseha.modulationLevel.description = Gets the modulation level of this boiler
channel-type.plugwiseha.offsetTemperature.label = Thermostat Temperature Offset
@ -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.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.returnWaterTemperature.description = Gets the temperature of the 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

View File

@ -9,6 +9,10 @@
<label>Setpoint Temperature</label>
<description>Gets or sets the set point of this zone</description>
<category>heating</category>
<tags>
<tag>Setpoint</tag>
<tag>Temperature</tag>
</tags>
<state min="0.0" max="35.0" step="0.5" pattern="%.1f %unit%"/>
</channel-type>
@ -17,6 +21,10 @@
<label>Zone Temperature</label>
<description>Gets the temperature of this zone</description>
<category>heating</category>
<tags>
<tag>Measurement</tag>
<tag>Temperature</tag>
</tags>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>
@ -73,6 +81,10 @@
<channel-type id="powerUsage">
<item-type>Number:Power</item-type>
<label>Power Usage</label>
<tags>
<tag>Measurement</tag>
<tag>Power</tag>
</tags>
<state pattern="%.2f %unit%" readOnly="true"></state>
</channel-type>
@ -153,6 +165,10 @@
<label>Domestic Hot Water Temperature</label>
<description>Gets the temperature of the domestic hot water</description>
<category>heating</category>
<tags>
<tag>Measurement</tag>
<tag>Temperature</tag>
</tags>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>
@ -169,6 +185,10 @@
<label>Boiler Temperature</label>
<description>Gets the temperature of this boiler</description>
<category>heating</category>
<tags>
<tag>Measurement</tag>
<tag>Temperature</tag>
</tags>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>
@ -177,6 +197,10 @@
<label>Return Water Temperature</label>
<description>Gets the temperature of the return water</description>
<category>heating</category>
<tags>
<tag>Measurement</tag>
<tag>Temperature</tag>
</tags>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>
@ -191,7 +215,7 @@
<channel-type id="maxBoilerTemperature">
<item-type>Number:Temperature</item-type>
<label>Max Boiler Temperature</label>
<description>Gets the maximum temperature ofthis boiler</description>
<description>Gets the maximum temperature of this boiler</description>
<category>heating</category>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>
@ -201,6 +225,10 @@
<label>Water Pressure</label>
<description>Gets the water pressure of the boiler</description>
<category>heating</category>
<tags>
<tag>Measurement</tag>
<tag>Pressure</tag>
</tags>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>
@ -225,6 +253,10 @@
<label>Valve Position</label>
<description>Gets the position of the valve (0% closed, 100% open)</description>
<category>heating</category>
<tags>
<tag>Status</tag>
<tag>OpenLevel</tag>
</tags>
<state readOnly="true" pattern="%.0f"/>
</channel-type>