]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tellstick] Add support for suggestion finder (#16228)
authorAndrew Fiddian-Green <software@whitebear.ch>
Mon, 8 Jan 2024 18:22:00 +0000 (18:22 +0000)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2024 18:22:00 +0000 (19:22 +0100)
Also updates the readme for the new URL.

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
bundles/org.openhab.binding.tellstick/README.md
bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/addon/addon.xml

index 25d61ab55c577e06887287ff8a087c20cccf3d00..48989dfba971862d3ae4049f2814471934293599 100644 (file)
@@ -8,13 +8,9 @@ All of these 433 MHz devices is one-way, so some versions of the Tellstick monit
 
 The latest versions have also implemented Z-Wave as transmission protocol which open up for more robust transmission due two-ways communication.
 
-<p align="center">
-<img src="doc/tellstick_duo.jpg" alt="Tellstick Duo with device" width="300px"/>
-</p>
+![](doc/tellstick_duo.jpg)
 
-<p align="center">
-<img src="doc/znet.jpeg" alt="Tellstick Znet lite v2" width="300px"/>
-</p>
+![](doc/znet.jpeg)
 
 ## Supported Things
 
@@ -97,7 +93,7 @@ Optional:
 #### Telldus Live Bridge
 
 To configure Telldus Live you have request OAuth tokens from Telldus.
-Goto this page <https://api.telldus.com/keys/index> and request your keys and update the config.
+Goto this page <https://pa-api.telldus.com/keys/index> and request your keys and update the config.
 
 ```java
 Bridge tellstick:telldus-live:2 "Tellstick ZWave" [publicKey="XXX", privateKey="YYYY", token= "ZZZZ", tokenSecret="UUUU"]
index 51c95667e5925511e783847b01025a774969b5a0..083b0d1109db5623871a3112899aa34a7ccd894c 100644 (file)
@@ -8,4 +8,16 @@
        <description>This is the binding for Telldus Tellstick Basic, Duo, .Net and Z-Net Lite.</description>
        <connection>hybrid</connection>
 
+       <discovery-methods>
+               <discovery-method>
+                       <service-type>usb</service-type>
+                       <match-properties>
+                               <match-property>
+                                       <name>chipId</name>
+                                       <regex>(?i)1781:0C31</regex>
+                               </match-property>
+                       </match-properties>
+               </discovery-method>
+       </discovery-methods>
+
 </addon:addon>