Skip to content

Commit 60691e7

Browse files
andrewfgphenix1990
authored andcommitted
Add curated tags to addons (6/9) [K thru M] (openhab#18867)
* initial Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
1 parent bd5f9d6 commit 60691e7

57 files changed

Lines changed: 1688 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bundles/org.openhab.binding.keba/src/main/resources/OH-INF/thing/kecontact.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@
112112
<item-type>Switch</item-type>
113113
<label>Vehicle Plugged</label>
114114
<description>State of the vehicle plug, e.g. ON if plugged in, OFF if unplugged</description>
115+
<tags>
116+
<tag>Status</tag>
117+
<tag>Enabled</tag>
118+
</tags>
115119
<state readOnly="true"></state>
116120
</channel-type>
117121
<channel-type id="locked" advanced="true">
@@ -124,12 +128,20 @@
124128
<item-type>Switch</item-type>
125129
<label>Enabled (System)</label>
126130
<description>Activation state of the wallbox (System)</description>
131+
<tags>
132+
<tag>Switch</tag>
133+
<tag>Mode</tag>
134+
</tags>
127135
<state readOnly="true"></state>
128136
</channel-type>
129137
<channel-type id="enableduser">
130138
<item-type>Switch</item-type>
131139
<label>Enabled (User)</label>
132140
<description>Activation state of the wallbox (User)</description>
141+
<tags>
142+
<tag>Switch</tag>
143+
<tag>Mode</tag>
144+
</tags>
133145
<state readOnly="false"></state>
134146
</channel-type>
135147
<channel-type id="x1" advanced="true">
@@ -148,12 +160,20 @@
148160
<item-type>Number:ElectricCurrent</item-type>
149161
<label>Preset Current</label>
150162
<description>Preset Current</description>
163+
<tags>
164+
<tag>Setpoint</tag>
165+
<tag>Current</tag>
166+
</tags>
151167
<state pattern="%.3f %unit%" readOnly="false"></state>
152168
</channel-type>
153169
<channel-type id="current" advanced="true">
154170
<item-type>Number:ElectricCurrent</item-type>
155171
<label>Current</label>
156172
<description>Current</description>
173+
<tags>
174+
<tag>Measurement</tag>
175+
<tag>Current</tag>
176+
</tags>
157177
<state pattern="%.3f %unit%" readOnly="true"></state>
158178
</channel-type>
159179
<channel-type id="maxcurrent" advanced="true">
@@ -196,12 +216,20 @@
196216
<item-type>Number:ElectricPotential</item-type>
197217
<label>Voltage</label>
198218
<description>Voltage</description>
219+
<tags>
220+
<tag>Measurement</tag>
221+
<tag>Voltage</tag>
222+
</tags>
199223
<state pattern="%d %unit%" readOnly="true"></state>
200224
</channel-type>
201225
<channel-type id="power">
202226
<item-type>Number:Power</item-type>
203227
<label>Power</label>
204228
<description>Active Power</description>
229+
<tags>
230+
<tag>Measurement</tag>
231+
<tag>Power</tag>
232+
</tags>
205233
<state pattern="%.3f %unit%" readOnly="true"></state>
206234
</channel-type>
207235
<channel-type id="powerfactor" advanced="true">
@@ -214,18 +242,30 @@
214242
<item-type>Number:Energy</item-type>
215243
<label>Energy Session</label>
216244
<description>Power consumption</description>
245+
<tags>
246+
<tag>Measurement</tag>
247+
<tag>Energy</tag>
248+
</tags>
217249
<state pattern="%.1f %unit%" readOnly="true"></state>
218250
</channel-type>
219251
<channel-type id="totalenergy" advanced="true">
220252
<item-type>Number:Energy</item-type>
221253
<label>Energy Total</label>
222254
<description>Total energy consumption is added up after each completed charging session</description>
255+
<tags>
256+
<tag>Measurement</tag>
257+
<tag>Energy</tag>
258+
</tags>
223259
<state pattern="%.1f %unit%" readOnly="true"></state>
224260
</channel-type>
225261
<channel-type id="display" advanced="true">
226262
<item-type>String</item-type>
227263
<label>Display</label>
228264
<description>Text to show on the P30 Series C or X display</description>
265+
<tags>
266+
<tag>Status</tag>
267+
<tag>Info</tag>
268+
</tags>
229269
<state readOnly="false"></state>
230270
</channel-type>
231271
<channel-type id="authreq" advanced="true">

bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/device.xml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,20 @@
4141
<item-type>Switch</item-type>
4242
<label>Switch</label>
4343
<description>A channel to manage a generic Group Addresses with a DPT compatible with Switch Items</description>
44+
<tags>
45+
<tag>Switch</tag>
46+
<tag>Power</tag>
47+
</tags>
4448
<config-description-ref uri="channel-type:knx:single"/>
4549
</channel-type>
4650
<channel-type id="switch-control">
4751
<item-type>Switch</item-type>
4852
<label>Switch Control</label>
4953
<description>Control a switch item via KNX (i.e. the status is not owned by KNX)</description>
54+
<tags>
55+
<tag>Switch</tag>
56+
<tag>Power</tag>
57+
</tags>
5058
<config-description-ref uri="channel-type:knx:single"/>
5159
</channel-type>
5260

@@ -55,12 +63,20 @@
5563
<item-type>Dimmer</item-type>
5664
<label>Dimmer</label>
5765
<description>A channel to control a dimmer</description>
66+
<tags>
67+
<tag>Control</tag>
68+
<tag>Brightness</tag>
69+
</tags>
5870
<config-description-ref uri="channel-type:knx:dimmer"/>
5971
</channel-type>
6072
<channel-type id="dimmer-control">
6173
<item-type>Dimmer</item-type>
6274
<label>Dimmer Control</label>
6375
<description>Control a dimmer item via KNX (i.e. the status is not owned by KNX)</description>
76+
<tags>
77+
<tag>Control</tag>
78+
<tag>Brightness</tag>
79+
</tags>
6480
<config-description-ref uri="channel-type:knx:dimmer-control"/>
6581
</channel-type>
6682

@@ -69,12 +85,20 @@
6985
<item-type>Rollershutter</item-type>
7086
<label>Rollershutter</label>
7187
<description>A channel to control a rollershutter</description>
88+
<tags>
89+
<tag>Control</tag>
90+
<tag>OpenLevel</tag>
91+
</tags>
7292
<config-description-ref uri="channel-type:knx:rollershutter"/>
7393
</channel-type>
7494
<channel-type id="rollershutter-control">
7595
<item-type>Rollershutter</item-type>
7696
<label>Rollershutter Control</label>
7797
<description>Control a rollershutter item (i.e. the status is not owned by KNX)</description>
98+
<tags>
99+
<tag>Control</tag>
100+
<tag>OpenLevel</tag>
101+
</tags>
78102
<config-description-ref uri="channel-type:knx:rollershutter"/>
79103
</channel-type>
80104

@@ -83,12 +107,20 @@
83107
<item-type>Color</item-type>
84108
<label>Color</label>
85109
<description>A channel to control color information (RGB)</description>
110+
<tags>
111+
<tag>Control</tag>
112+
<tag>Color</tag>
113+
</tags>
86114
<config-description-ref uri="channel-type:knx:color"/>
87115
</channel-type>
88116
<channel-type id="color-control">
89117
<item-type>Color</item-type>
90118
<label>Color Control</label>
91119
<description>Control a color item (i.e. the status is not owned by KNX)</description>
120+
<tags>
121+
<tag>Control</tag>
122+
<tag>Color</tag>
123+
</tags>
92124
<config-description-ref uri="channel-type:knx:color-control"/>
93125
</channel-type>
94126

@@ -97,12 +129,20 @@
97129
<item-type>Contact</item-type>
98130
<label>Contact</label>
99131
<description>A channel to manage a generic Group Addresses with a DPT compatible with Contact Items</description>
132+
<tags>
133+
<tag>Control</tag>
134+
<tag>OpenState</tag>
135+
</tags>
100136
<config-description-ref uri="channel-type:knx:single"/>
101137
</channel-type>
102138
<channel-type id="contact-control">
103139
<item-type>Contact</item-type>
104140
<label>Contact Control</label>
105141
<description>Control a contact item (i.e. the status is not owned by KNX)</description>
142+
<tags>
143+
<tag>Control</tag>
144+
<tag>OpenState</tag>
145+
</tags>
106146
<config-description-ref uri="channel-type:knx:single"/>
107147
</channel-type>
108148

@@ -111,12 +151,20 @@
111151
<item-type>Number</item-type>
112152
<label>Number</label>
113153
<description>A channel to manage a generic Group Addresses with a DPT compatible with Number Items</description>
154+
<tags>
155+
<tag>Control</tag>
156+
<tag>OpenLevel</tag>
157+
</tags>
114158
<config-description-ref uri="channel-type:knx:single"/>
115159
</channel-type>
116160
<channel-type id="number-control">
117161
<item-type>Number</item-type>
118162
<label>Number Control</label>
119163
<description>Control a number item (i.e. the status is not owned by KNX)</description>
164+
<tags>
165+
<tag>Control</tag>
166+
<tag>OpenLevel</tag>
167+
</tags>
120168
<config-description-ref uri="channel-type:knx:single"/>
121169
</channel-type>
122170

@@ -125,12 +173,20 @@
125173
<item-type>String</item-type>
126174
<label>String</label>
127175
<description>A channel to manage a generic Group Addresses with a DPT compatible with String Items</description>
176+
<tags>
177+
<tag>Control</tag>
178+
<tag>Info</tag>
179+
</tags>
128180
<config-description-ref uri="channel-type:knx:single"/>
129181
</channel-type>
130182
<channel-type id="string-control">
131183
<item-type>String</item-type>
132184
<label>String Control</label>
133185
<description>Control a string item (i.e. the status is not owned by KNX)</description>
186+
<tags>
187+
<tag>Control</tag>
188+
<tag>Info</tag>
189+
</tags>
134190
<config-description-ref uri="channel-type:knx:single"/>
135191
</channel-type>
136192

@@ -139,12 +195,20 @@
139195
<item-type>DateTime</item-type>
140196
<label>DateTime</label>
141197
<description>A channel to manage a generic Group Addresses with a DPT compatible with DateTime Items</description>
198+
<tags>
199+
<tag>Control</tag>
200+
<tag>Timestamp</tag>
201+
</tags>
142202
<config-description-ref uri="channel-type:knx:single"/>
143203
</channel-type>
144204
<channel-type id="datetime-control">
145205
<item-type>DateTime</item-type>
146206
<label>DateTime Control</label>
147207
<description>Control a date/time item (i.e. the status is not owned by KNX)</description>
208+
<tags>
209+
<tag>Control</tag>
210+
<tag>Timestamp</tag>
211+
</tags>
148212
<config-description-ref uri="channel-type:knx:single"/>
149213
</channel-type>
150214

bundles/org.openhab.binding.konnected/src/main/resources/OH-INF/thing/thing-types.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<item-type>Switch</item-type>
2424
<label>Switch</label>
2525
<description>This zone is a read only switch type zone</description>
26+
<tags>
27+
<tag>Status</tag>
28+
<tag>Power</tag>
29+
</tags>
2630
<state readOnly="true"/>
2731
<config-description>
2832
<parameter name="zone" type="text" required="true">
@@ -54,6 +58,10 @@
5458
<item-type>Number:Temperature</item-type>
5559
<label>Temperature</label>
5660
<description>This zone measures temperature</description>
61+
<tags>
62+
<tag>Measurement</tag>
63+
<tag>Temperature</tag>
64+
</tags>
5765
<state readOnly="true"/>
5866
<config-description>
5967
<parameter name="zone" type="text">
@@ -89,6 +97,10 @@
8997
<item-type unitHint="%">Number:Dimensionless</item-type>
9098
<label>Humidity</label>
9199
<description>This zone measures humidity</description>
100+
<tags>
101+
<tag>Measurement</tag>
102+
<tag>Humidity</tag>
103+
</tags>
92104
<state readOnly="true"/>
93105
<config-description>
94106
<parameter name="zone" type="text" required="true">
@@ -110,6 +122,10 @@
110122
<item-type>Switch</item-type>
111123
<label>Actuator</label>
112124
<description>This zone is an actuator</description>
125+
<tags>
126+
<tag>Switch</tag>
127+
<tag>Power</tag>
128+
</tags>
113129
<config-description>
114130
<parameter name="zone" type="text" required="true">
115131
<label>Zone Number</label>
@@ -152,6 +168,10 @@
152168
<item-type>Switch</item-type>
153169
<label>Switch</label>
154170
<description>This zone is a read only switch type zone</description>
171+
<tags>
172+
<tag>Status</tag>
173+
<tag>Power</tag>
174+
</tags>
155175
<state readOnly="true"/>
156176
<config-description>
157177
<parameter name="zone" type="text" required="true">
@@ -188,6 +208,10 @@
188208
<item-type>Switch</item-type>
189209
<label>Actuator</label>
190210
<description>This zone is an actuator</description>
211+
<tags>
212+
<tag>Switch</tag>
213+
<tag>Power</tag>
214+
</tags>
191215
<config-description>
192216
<parameter name="zone" type="text" required="true">
193217
<label>Zone Number</label>
@@ -234,6 +258,10 @@
234258
<item-type>Number:Temperature</item-type>
235259
<label>Temperature</label>
236260
<description>This zone measures temperature</description>
261+
<tags>
262+
<tag>Measurement</tag>
263+
<tag>Temperature</tag>
264+
</tags>
237265
<state readOnly="true"/>
238266
<config-description>
239267
<parameter name="zone" type="text">
@@ -270,6 +298,10 @@
270298
<item-type unitHint="%">Number:Dimensionless</item-type>
271299
<label>Humidity</label>
272300
<description>This zone measures humidity</description>
301+
<tags>
302+
<tag>Measurement</tag>
303+
<tag>Humidity</tag>
304+
</tags>
273305
<state readOnly="true"/>
274306
<config-description>
275307
<parameter name="zone" type="text" required="true">

bundles/org.openhab.binding.lametrictime/src/main/resources/OH-INF/thing/clock-app.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<item-type>DateTime</item-type>
3030
<label>Set Alarm</label>
3131
<description>Set the alarm to a specific time (date is ignored)</description>
32+
<tags>
33+
<tag>Control</tag>
34+
<tag>Timestamp</tag>
35+
</tags>
3236
</channel-type>
3337
<channel-type id="clockCommandType">
3438
<item-type>String</item-type>

bundles/org.openhab.binding.lametrictime/src/main/resources/OH-INF/thing/countdown-app.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<item-type>Number</item-type>
3030
<label>Duration</label>
3131
<description>Set the duration of the timer in seconds</description>
32+
<tags>
33+
<tag>Control</tag>
34+
<tag>Duration</tag>
35+
</tags>
3236
</channel-type>
3337
<channel-type id="countdownCommandType">
3438
<item-type>String</item-type>

0 commit comments

Comments
 (0)