]> git.basschouten.com Git - openhab-addons.git/commitdiff
[danfossairunit] removed "advanced" attribute in channel-group-type (things-types...
authorpravussum <pravussum@users.noreply.github.com>
Tue, 29 Dec 2020 13:51:45 +0000 (14:51 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Dec 2020 13:51:45 +0000 (14:51 +0100)
Signed-off-by: Robert Bach <openhab@mortalsilence.net>
bundles/org.openhab.binding.danfossairunit/README.md
bundles/org.openhab.binding.danfossairunit/src/main/resources/OH-INF/thing/thing-types.xml

index 74247576a125c4d8e8ca23254dabb2f6f3f10d64..5ec59603fbcbb327ee5a6ebbd173d8fc46e904a3 100644 (file)
@@ -47,7 +47,7 @@ These are the available configuration parameters:
 
 ### 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>`
 
 You can also manually configure your air unit in case you don't want to use autodiscovery
@@ -62,12 +62,12 @@ updateUnchangedValuesEveryMillis=30000]
 ### Items
 
 ```
-Dimmer Lueftung_Drehzahl_Manuell "Drehzahl Lüftung %" (All,Lueftung) {channel = "danfossairunit:airunit:-1062731769: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_Extract "Drehzahl Lüftung Abluft (rpm)" (All,Lueftung) {channel = "danfossairunit:airunit:-1062731769:main#extract_fan_speed"}
-String Lueftung_Mode "Betriebsart Lüftung" (All,Lueftung) {channel = "danfossairunit:airunit:-1062731769:main#mode"}
-Switch Lueftung_Boost "Stoßlüftung" (All,Lueftung) {channel = "danfossairunit:airunit:-1062731769:main#boost"}
-Switch Lueftung_Bypass "Lüftung Bypass" (All,Lueftung) {channel = "danfossairunit:airunit:-1062731769:recuperator#bypass"}
+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:myairunit:main#supply_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:myairunit:main#mode"}
+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:myairunit:recuperator#bypass"}
 ```
 
 ### Sitemap
index 86be859847101af5c5c923ab3b6c47960daf1aff..dd392bef2b0bd7155bd82ef3e9a00dab35d87969 100644 (file)
@@ -40,7 +40,6 @@
                                <advanced>true</advanced>
                        </parameter>
                </config-description>
-
        </thing-type>
 
        <!--Cannel Group Definitions -->
@@ -88,7 +87,7 @@
                        <channel id="humidity" typeId="humidity"/>
                </channels>
        </channel-group-type>
-       <channel-group-type id="recuperator" advanced="true">
+       <channel-group-type id="recuperator">
                <label>Recuperator</label>
                <description>Heat exchaning device in the Air Unit</description>
                <channels>
                        </channel>
                </channels>
        </channel-group-type>
-       <channel-group-type id="service" advanced="true">
+       <channel-group-type id="service">
                <label>Service</label>
                <channels>
                        <channel id="battery_life" typeId="percentage">