From 6e204b11b3f461c8545357dffaf60631b2d80ddb Mon Sep 17 00:00:00 2001 From: Andrew Fiddian-Green Date: Mon, 8 Jan 2024 18:22:00 +0000 Subject: [PATCH] [tellstick] Add support for suggestion finder (#16228) Also updates the readme for the new URL. Signed-off-by: Andrew Fiddian-Green Signed-off-by: Andras Uhrin --- bundles/org.openhab.binding.tellstick/README.md | 10 +++------- .../src/main/resources/OH-INF/addon/addon.xml | 12 ++++++++++++ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/bundles/org.openhab.binding.tellstick/README.md b/bundles/org.openhab.binding.tellstick/README.md index 25d61ab55c577..48989dfba9718 100644 --- a/bundles/org.openhab.binding.tellstick/README.md +++ b/bundles/org.openhab.binding.tellstick/README.md @@ -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. -

-Tellstick Duo with device -

+![](doc/tellstick_duo.jpg) -

-Tellstick Znet lite v2 -

+![](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 and request your keys and update the config. +Goto this page and request your keys and update the config. ```java Bridge tellstick:telldus-live:2 "Tellstick ZWave" [publicKey="XXX", privateKey="YYYY", token= "ZZZZ", tokenSecret="UUUU"] diff --git a/bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/addon/addon.xml b/bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/addon/addon.xml index 51c95667e5925..083b0d1109db5 100644 --- a/bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/addon/addon.xml +++ b/bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/addon/addon.xml @@ -8,4 +8,16 @@ This is the binding for Telldus Tellstick Basic, Duo, .Net and Z-Net Lite. hybrid + + + usb + + + chipId + (?i)1781:0C31 + + + + +