[danfossairunit] removed "advanced" attribute in channel-group-type (things-types.xml) to address issue #9568 (corresponding core issue https://github.com/openhab/openhab-core/pull/1410) (#9569)

Signed-off-by: Robert Bach <openhab@mortalsilence.net>
This commit is contained in:
pravussum 2020-12-29 14:51:45 +01:00 committed by GitHub
parent 235a719ed9
commit 7a834a558d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 10 deletions

View File

@ -47,7 +47,7 @@ These are the available configuration parameters:
### Things ### Things
Suppose your autodiscovered air unit is identified by the id "danfossairunit:airunit:-1062731769" (see section "Discovery"). Suppose your autodiscovered air unit is identified by the id "danfossairunit:airunit:myairunit" (see section "Discovery").
The channel will then be identified by `<air unit id>:<channel group>#<channel>` The channel will then be identified by `<air unit id>:<channel group>#<channel>`
You can also manually configure your air unit in case you don't want to use autodiscovery You can also manually configure your air unit in case you don't want to use autodiscovery
@ -62,12 +62,12 @@ updateUnchangedValuesEveryMillis=30000]
### Items ### Items
``` ```
Dimmer Lueftung_Drehzahl_Manuell "Drehzahl Lüftung %" (All,Lueftung) {channel = "danfossairunit:airunit:-1062731769:main#manual_fan_speed"} Dimmer Lueftung_Drehzahl_Manuell "Drehzahl Lüftung %" (All,Lueftung) {channel = "danfossairunit:airunit:myairunit:main#manual_fan_speed"}
Number Lueftung_Drehzahl_Supply "Drehzahl Lüftung Zuluft (rpm)" (All,Lueftung) {channel = "danfossairunit:airunit:-1062731769:main#supply_fan_speed"} Number Lueftung_Drehzahl_Supply "Drehzahl Lüftung Zuluft (rpm)" (All,Lueftung) {channel = "danfossairunit:airunit:myairunit:main#supply_fan_speed"}
Number Lueftung_Drehzahl_Extract "Drehzahl Lüftung Abluft (rpm)" (All,Lueftung) {channel = "danfossairunit:airunit:-1062731769:main#extract_fan_speed"} Number Lueftung_Drehzahl_Extract "Drehzahl Lüftung Abluft (rpm)" (All,Lueftung) {channel = "danfossairunit:airunit:myairunit:main#extract_fan_speed"}
String Lueftung_Mode "Betriebsart Lüftung" (All,Lueftung) {channel = "danfossairunit:airunit:-1062731769:main#mode"} String Lueftung_Mode "Betriebsart Lüftung" (All,Lueftung) {channel = "danfossairunit:airunit:myairunit:main#mode"}
Switch Lueftung_Boost "Stoßlüftung" (All,Lueftung) {channel = "danfossairunit:airunit:-1062731769:main#boost"} Switch Lueftung_Boost "Stoßlüftung" (All,Lueftung) {channel = "danfossairunit:airunit:myairunit:main#boost"}
Switch Lueftung_Bypass "Lüftung Bypass" (All,Lueftung) {channel = "danfossairunit:airunit:-1062731769:recuperator#bypass"} Switch Lueftung_Bypass "Lüftung Bypass" (All,Lueftung) {channel = "danfossairunit:airunit:myairunit:recuperator#bypass"}
``` ```
### Sitemap ### Sitemap

View File

@ -40,7 +40,6 @@
<advanced>true</advanced> <advanced>true</advanced>
</parameter> </parameter>
</config-description> </config-description>
</thing-type> </thing-type>
<!--Cannel Group Definitions --> <!--Cannel Group Definitions -->
@ -88,7 +87,7 @@
<channel id="humidity" typeId="humidity"/> <channel id="humidity" typeId="humidity"/>
</channels> </channels>
</channel-group-type> </channel-group-type>
<channel-group-type id="recuperator" advanced="true"> <channel-group-type id="recuperator">
<label>Recuperator</label> <label>Recuperator</label>
<description>Heat exchaning device in the Air Unit</description> <description>Heat exchaning device in the Air Unit</description>
<channels> <channels>
@ -111,7 +110,7 @@
</channel> </channel>
</channels> </channels>
</channel-group-type> </channel-group-type>
<channel-group-type id="service" advanced="true"> <channel-group-type id="service">
<label>Service</label> <label>Service</label>
<channels> <channels>
<channel id="battery_life" typeId="percentage"> <channel id="battery_life" typeId="percentage">