]> git.basschouten.com Git - openhab-addons.git/commitdiff
[plugwiseha] Added default tags (#14160)
authorlsiepel <leosiepel@gmail.com>
Sat, 4 Feb 2023 18:44:06 +0000 (19:44 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Feb 2023 18:44:06 +0000 (19:44 +0100)
* add default tags

Signed-off-by: lsiepel <leosiepel@gmail.com>
bundles/org.openhab.binding.plugwiseha/src/main/resources/OH-INF/i18n/plugwiseha.properties
bundles/org.openhab.binding.plugwiseha/src/main/resources/OH-INF/thing/channels.xml

index b3f750f5221e7da626a349f0838dfca4faed2686..9235b13c404582bba39a38026621e90d00ed718d 100644 (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
index bf4472648a3ee4c529f704c2e14a3da1ebdef722..46a3cd0b688c22722c9f38b0bf4a67eeba343324 100644 (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>
 
                <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>
 
        <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>
 
                <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>
 
                <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>
 
                <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>
 
        <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>
                <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>
 
                <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>