]> git.basschouten.com Git - openhab-addons.git/commitdiff
[kostalinverter] Fix using binding together with z-wave binding (#11002)
authorChristian Bandowski <christian@myvm.de>
Sun, 18 Jul 2021 07:20:40 +0000 (09:20 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Jul 2021 07:20:40 +0000 (09:20 +0200)
Signed-off-by: Christian Bandowski <christian@myvm.de>
18 files changed:
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/config/SecondGeneration.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/config/ThirdGeneration.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PIKO1020.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PIKOIQ100.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PIKOIQ42.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PIKOIQ55.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PIKOIQ70.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PIKOIQ85.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PLENTICOREPLUS100WITHBATTERY.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PLENTICOREPLUS100WITHOUTBATTERY.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PLENTICOREPLUS42WITHBATTERY.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PLENTICOREPLUS42WITHOUTBATTERY.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PLENTICOREPLUS55WITHBATTERY.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PLENTICOREPLUS55WITHOUTBATTERY.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PLENTICOREPLUS70WITHBATTERY.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PLENTICOREPLUS70WITHOUTBATTERY.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PLENTICOREPLUS85WITHBATTERY.xml
bundles/org.openhab.binding.kostalinverter/src/main/resources/OH-INF/thing/PLENTICOREPLUS85WITHOUTBATTERY.xml

index f60c39f1c311f1a9e828389c677777d75fb668b0..356502051490ee5ca75683d16d138c1229a82773 100644 (file)
@@ -3,7 +3,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
        xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0 https://openhab.org/schemas/config-description-1.0.0.xsd">
-       <config-description uri="thing-type:kostalpiko1020_config">
+       <config-description uri="thing-type:kostalinverter:kostalpiko1020">
                <parameter name="url" type="text" required="true">
                        <label>IP Address</label>
                        <description>IP address of the inverter.</description>
index 1e773f4233ddf472f5292f9f8be32b85fe00e5e5..778ca74df295f145a74b3a720dc17da0d7d00bdb 100644 (file)
@@ -3,7 +3,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
        xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0 https://openhab.org/schemas/config-description-1.0.0.xsd">
-       <config-description uri="thing-type:kostalplenticorepikoiq_config">
+       <config-description uri="thing-type:kostalinverter:plenticorepikoiq">
                <parameter name="url" type="text" required="true">
                        <context>network-address</context>
                        <label>IP Address / Hostname</label>
index 662dfe655371caa275ca36385a03089a3ff31e67..3e5ebf2e863de62428e538c80463fd02c36d7e4d 100644 (file)
@@ -74,6 +74,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalpiko1020_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:kostalpiko1020"/>
        </thing-type>
 </thing:thing-descriptions>
index 789fc821c974c512a98f5211384af9fd722918e4..811e7ea0f590a5c2a9dcba5fc610c9b30f4b2e9b 100644 (file)
@@ -68,6 +68,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 17f83d2663a7ed9e044634e35011f14018fa7cfe..884f8e4adb8999630ca58208ac23f2c7818f66f2 100644 (file)
@@ -68,6 +68,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 6fdebca021ec8212d2e56ade62a5b023798e03ec..ed21d618b192436f7fede50306eaeb8f16999ddc 100644 (file)
@@ -68,6 +68,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 484dbcbb56ec002832754730133a4cf452100e6c..83c4e28c1ddbf1ee2908b028b21c187c1a55f401 100644 (file)
@@ -68,6 +68,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 1b970830d58eb800011204485db25a6bae7dec44..b7c51ba69d48786aaa0371f038b8ce4c31e4d2ee 100644 (file)
@@ -68,6 +68,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index c5c3e7c2cabdecb3271d7275418e61d7e94a15d0..bfd4fbf109dd34056710580dfc4cce9c9ba4d517 100644 (file)
@@ -81,6 +81,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 0a322e48ce6bbfcdbfa659058bb901286e63325a..64f65a9646287fdfd760d9d4d38e1c08c5c9b7fc 100644 (file)
@@ -73,6 +73,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 0f1cea8ad73470b55d3ffed0e4b3b1d004ced904..b2c3c85e4eec74045019b81454da2f0ef2ec0cea 100644 (file)
@@ -81,6 +81,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 728d51974a78b1de99a85c76ab28c511257f267c..6969ad43f06f665771e92de3c1f2217b43ec22bf 100644 (file)
@@ -73,6 +73,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 964caeb673be727aa6a42994e1f4aeca1a4695a8..5403169dac503a8d048777141dbb0a02807eb1f2 100644 (file)
@@ -81,6 +81,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index fe52d83a542ebd2011b2a3b92346a55ba14be403..176ecbd18d8e4bbd25ca0149eeb486f6e7874ede 100644 (file)
@@ -73,6 +73,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 0772a5741b74a1d026cd79cbdbb08053ad88bd31..53aaf08e517cdbe2599725cae16322ad6d674fc8 100644 (file)
@@ -81,6 +81,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 5b72df295204d6301d005477f4794069240f893d..ad5fcbc9e8f6b624884d93bde36378b9045178ce 100644 (file)
@@ -73,6 +73,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 66945893b24a067d7de7093c289d8b5d8e534ed1..16e5c050be2257fc12a716cee10fad9b9e290562 100644 (file)
@@ -81,6 +81,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>
index 1139334ac2934d2a95f90b67c117af602ee7b351..c060098248f5aeca3df458f4a4819e113d2eae0d 100644 (file)
@@ -73,6 +73,6 @@
                <properties>
                        <property name="vendor">KOSTAL Solar Electric GmbH</property>
                </properties>
-               <config-description-ref uri="thing-type:kostalplenticorepikoiq_config"/>
+               <config-description-ref uri="thing-type:kostalinverter:plenticorepikoiq"/>
        </thing-type>
 </thing:thing-descriptions>