]> git.basschouten.com Git - openhab-addons.git/commitdiff
Add support for suggestion finder (#16277)
authorJacob Laursen <jacob-github@vindvejr.dk>
Mon, 13 May 2024 20:44:03 +0000 (22:44 +0200)
committerGitHub <noreply@github.com>
Mon, 13 May 2024 20:44:03 +0000 (22:44 +0200)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
bundles/org.openhab.binding.danfossairunit/src/main/resources/OH-INF/addon/addon.xml

index ddcd3388406e88c3e7b76c9927be30ff8c64b789..dc4bf679553baba3cfdacde5357d1b1e596ca5b6 100644 (file)
@@ -8,4 +8,34 @@
        <description>This is the binding for Danfoss Air heat recovery ventilation units.</description>
        <connection>local</connection>
 
+       <discovery-methods>
+               <discovery-method>
+                       <service-type>ip</service-type>
+                       <discovery-parameters>
+                               <discovery-parameter>
+                                       <name>type</name>
+                                       <value>ipBroadcast</value>
+                               </discovery-parameter>
+                               <discovery-parameter>
+                                       <name>destPort</name>
+                                       <value>30045</value>
+                               </discovery-parameter>
+                               <discovery-parameter>
+                                       <name>request</name>
+                                       <value>0x0c 0x00 0x30 0x00 0x11 0x00 0x12 0x00 0x13</value>
+                               </discovery-parameter>
+                               <discovery-parameter>
+                                       <name>timeoutMs</name>
+                                       <value>500</value>
+                               </discovery-parameter>
+                       </discovery-parameters>
+                       <match-properties>
+                               <match-property>
+                                       <name>response</name>
+                                       <regex>0x0d 0x00 0x07 0x00 0x02 0x02 0x00</regex>
+                               </match-property>
+                       </match-properties>
+               </discovery-method>
+       </discovery-methods>
+
 </addon:addon>